From 21b2f8879b380dc10c4336cf47cce828a8499279 Mon Sep 17 00:00:00 2001 From: sogaiu <983021772@users.noreply.github.com> Date: Tue, 3 Oct 2023 10:12:31 +0900 Subject: [PATCH] Regenerate using tree-sitter 0.20.9 --- src/parser.c | 9896 ++++++++++++++++++++------------------ src/tree_sitter/parser.h | 16 +- 2 files changed, 5209 insertions(+), 4703 deletions(-) diff --git a/src/parser.c b/src/parser.c index 0d8b1a8..01e5d8b 100644 --- a/src/parser.c +++ b/src/parser.c @@ -1,11 +1,11 @@ -#include +#include "tree_sitter/parser.h" #if defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wmissing-field-initializers" #endif -#define LANGUAGE_VERSION 13 +#define LANGUAGE_VERSION 14 #define STATE_COUNT 496 #define LARGE_STATE_COUNT 213 #define SYMBOL_COUNT 73 @@ -16,7 +16,7 @@ #define MAX_ALIAS_SEQUENCE_LENGTH 6 #define PRODUCTION_ID_COUNT 43 -enum { +enum ts_symbol_identifiers { sym__ws = 1, sym_comment = 2, anon_sym_POUND_ = 3, @@ -538,7 +538,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { }, }; -enum { +enum ts_field_identifiers { field_close = 1, field_delimiter = 2, field_marker = 3, @@ -825,6 +825,505 @@ static const uint16_t ts_non_terminal_alias_map[] = { 0, }; +static const TSStateId ts_primary_state_ids[STATE_COUNT] = { + [0] = 0, + [1] = 1, + [2] = 2, + [3] = 3, + [4] = 4, + [5] = 5, + [6] = 6, + [7] = 5, + [8] = 8, + [9] = 9, + [10] = 10, + [11] = 4, + [12] = 12, + [13] = 9, + [14] = 12, + [15] = 10, + [16] = 3, + [17] = 8, + [18] = 6, + [19] = 19, + [20] = 20, + [21] = 21, + [22] = 22, + [23] = 23, + [24] = 24, + [25] = 25, + [26] = 26, + [27] = 27, + [28] = 28, + [29] = 29, + [30] = 30, + [31] = 31, + [32] = 32, + [33] = 33, + [34] = 34, + [35] = 35, + [36] = 36, + [37] = 37, + [38] = 38, + [39] = 39, + [40] = 21, + [41] = 41, + [42] = 42, + [43] = 43, + [44] = 44, + [45] = 45, + [46] = 31, + [47] = 47, + [48] = 48, + [49] = 49, + [50] = 50, + [51] = 21, + [52] = 22, + [53] = 39, + [54] = 54, + [55] = 28, + [56] = 27, + [57] = 26, + [58] = 25, + [59] = 24, + [60] = 23, + [61] = 54, + [62] = 31, + [63] = 21, + [64] = 44, + [65] = 50, + [66] = 66, + [67] = 67, + [68] = 68, + [69] = 69, + [70] = 49, + [71] = 71, + [72] = 48, + [73] = 73, + [74] = 47, + [75] = 75, + [76] = 45, + [77] = 77, + [78] = 43, + [79] = 79, + [80] = 80, + [81] = 29, + [82] = 30, + [83] = 83, + [84] = 32, + [85] = 33, + [86] = 42, + [87] = 34, + [88] = 41, + [89] = 38, + [90] = 37, + [91] = 36, + [92] = 35, + [93] = 35, + [94] = 36, + [95] = 37, + [96] = 38, + [97] = 41, + [98] = 42, + [99] = 43, + [100] = 45, + [101] = 47, + [102] = 48, + [103] = 49, + [104] = 50, + [105] = 35, + [106] = 68, + [107] = 22, + [108] = 39, + [109] = 28, + [110] = 54, + [111] = 27, + [112] = 26, + [113] = 25, + [114] = 34, + [115] = 33, + [116] = 24, + [117] = 80, + [118] = 23, + [119] = 83, + [120] = 44, + [121] = 66, + [122] = 67, + [123] = 68, + [124] = 79, + [125] = 69, + [126] = 71, + [127] = 73, + [128] = 75, + [129] = 32, + [130] = 77, + [131] = 79, + [132] = 80, + [133] = 29, + [134] = 30, + [135] = 83, + [136] = 32, + [137] = 33, + [138] = 83, + [139] = 34, + [140] = 77, + [141] = 35, + [142] = 36, + [143] = 37, + [144] = 30, + [145] = 38, + [146] = 29, + [147] = 41, + [148] = 80, + [149] = 42, + [150] = 79, + [151] = 43, + [152] = 77, + [153] = 45, + [154] = 47, + [155] = 48, + [156] = 49, + [157] = 50, + [158] = 75, + [159] = 21, + [160] = 22, + [161] = 75, + [162] = 66, + [163] = 73, + [164] = 67, + [165] = 73, + [166] = 71, + [167] = 39, + [168] = 28, + [169] = 27, + [170] = 26, + [171] = 25, + [172] = 24, + [173] = 23, + [174] = 54, + [175] = 71, + [176] = 69, + [177] = 68, + [178] = 68, + [179] = 69, + [180] = 71, + [181] = 73, + [182] = 75, + [183] = 69, + [184] = 77, + [185] = 79, + [186] = 80, + [187] = 29, + [188] = 54, + [189] = 23, + [190] = 30, + [191] = 24, + [192] = 25, + [193] = 26, + [194] = 27, + [195] = 28, + [196] = 83, + [197] = 32, + [198] = 50, + [199] = 34, + [200] = 42, + [201] = 39, + [202] = 33, + [203] = 49, + [204] = 41, + [205] = 48, + [206] = 38, + [207] = 47, + [208] = 22, + [209] = 37, + [210] = 45, + [211] = 36, + [212] = 43, + [213] = 213, + [214] = 214, + [215] = 215, + [216] = 216, + [217] = 217, + [218] = 218, + [219] = 219, + [220] = 220, + [221] = 221, + [222] = 222, + [223] = 223, + [224] = 224, + [225] = 225, + [226] = 226, + [227] = 227, + [228] = 228, + [229] = 229, + [230] = 230, + [231] = 231, + [232] = 232, + [233] = 233, + [234] = 234, + [235] = 235, + [236] = 236, + [237] = 237, + [238] = 238, + [239] = 239, + [240] = 240, + [241] = 241, + [242] = 242, + [243] = 243, + [244] = 244, + [245] = 245, + [246] = 246, + [247] = 247, + [248] = 248, + [249] = 249, + [250] = 250, + [251] = 251, + [252] = 252, + [253] = 253, + [254] = 254, + [255] = 255, + [256] = 256, + [257] = 257, + [258] = 258, + [259] = 259, + [260] = 260, + [261] = 261, + [262] = 262, + [263] = 263, + [264] = 264, + [265] = 265, + [266] = 266, + [267] = 267, + [268] = 268, + [269] = 269, + [270] = 270, + [271] = 271, + [272] = 272, + [273] = 273, + [274] = 274, + [275] = 275, + [276] = 276, + [277] = 277, + [278] = 278, + [279] = 279, + [280] = 280, + [281] = 281, + [282] = 282, + [283] = 283, + [284] = 284, + [285] = 285, + [286] = 286, + [287] = 287, + [288] = 288, + [289] = 289, + [290] = 290, + [291] = 291, + [292] = 292, + [293] = 293, + [294] = 294, + [295] = 295, + [296] = 296, + [297] = 297, + [298] = 298, + [299] = 299, + [300] = 300, + [301] = 301, + [302] = 302, + [303] = 303, + [304] = 303, + [305] = 303, + [306] = 303, + [307] = 303, + [308] = 308, + [309] = 308, + [310] = 310, + [311] = 311, + [312] = 308, + [313] = 313, + [314] = 314, + [315] = 308, + [316] = 308, + [317] = 301, + [318] = 318, + [319] = 318, + [320] = 318, + [321] = 318, + [322] = 318, + [323] = 213, + [324] = 324, + [325] = 281, + [326] = 286, + [327] = 265, + [328] = 221, + [329] = 225, + [330] = 294, + [331] = 292, + [332] = 288, + [333] = 229, + [334] = 249, + [335] = 250, + [336] = 230, + [337] = 231, + [338] = 233, + [339] = 234, + [340] = 340, + [341] = 235, + [342] = 236, + [343] = 237, + [344] = 238, + [345] = 239, + [346] = 293, + [347] = 240, + [348] = 232, + [349] = 228, + [350] = 224, + [351] = 223, + [352] = 220, + [353] = 241, + [354] = 354, + [355] = 244, + [356] = 258, + [357] = 222, + [358] = 273, + [359] = 299, + [360] = 360, + [361] = 361, + [362] = 298, + [363] = 363, + [364] = 297, + [365] = 296, + [366] = 245, + [367] = 246, + [368] = 295, + [369] = 278, + [370] = 247, + [371] = 248, + [372] = 251, + [373] = 252, + [374] = 227, + [375] = 375, + [376] = 280, + [377] = 253, + [378] = 263, + [379] = 216, + [380] = 254, + [381] = 255, + [382] = 256, + [383] = 354, + [384] = 291, + [385] = 274, + [386] = 257, + [387] = 259, + [388] = 217, + [389] = 389, + [390] = 340, + [391] = 289, + [392] = 218, + [393] = 287, + [394] = 360, + [395] = 260, + [396] = 261, + [397] = 262, + [398] = 264, + [399] = 399, + [400] = 285, + [401] = 215, + [402] = 284, + [403] = 219, + [404] = 266, + [405] = 283, + [406] = 282, + [407] = 242, + [408] = 279, + [409] = 267, + [410] = 290, + [411] = 300, + [412] = 277, + [413] = 268, + [414] = 214, + [415] = 276, + [416] = 275, + [417] = 243, + [418] = 272, + [419] = 271, + [420] = 270, + [421] = 269, + [422] = 375, + [423] = 226, + [424] = 424, + [425] = 425, + [426] = 425, + [427] = 425, + [428] = 428, + [429] = 428, + [430] = 428, + [431] = 428, + [432] = 425, + [433] = 425, + [434] = 428, + [435] = 310, + [436] = 311, + [437] = 313, + [438] = 314, + [439] = 301, + [440] = 440, + [441] = 440, + [442] = 314, + [443] = 213, + [444] = 324, + [445] = 310, + [446] = 301, + [447] = 313, + [448] = 311, + [449] = 324, + [450] = 450, + [451] = 451, + [452] = 452, + [453] = 453, + [454] = 454, + [455] = 213, + [456] = 456, + [457] = 450, + [458] = 456, + [459] = 459, + [460] = 453, + [461] = 454, + [462] = 459, + [463] = 451, + [464] = 301, + [465] = 465, + [466] = 213, + [467] = 467, + [468] = 468, + [469] = 469, + [470] = 470, + [471] = 471, + [472] = 470, + [473] = 473, + [474] = 468, + [475] = 467, + [476] = 473, + [477] = 477, + [478] = 478, + [479] = 477, + [480] = 478, + [481] = 469, + [482] = 471, + [483] = 483, + [484] = 484, + [485] = 484, + [486] = 484, + [487] = 484, + [488] = 484, + [489] = 489, + [490] = 490, + [491] = 491, + [492] = 491, + [493] = 493, + [494] = 490, + [495] = 489, +}; + static inline bool sym__ws_character_set_1(int32_t c) { return (c < 8192 ? (c < ',' @@ -2906,20 +3405,20 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [440] = {.lex_state = 3}, [441] = {.lex_state = 3}, [442] = {.lex_state = 1}, - [443] = {.lex_state = 1}, + [443] = {.lex_state = 5}, [444] = {.lex_state = 3}, [445] = {.lex_state = 1}, - [446] = {.lex_state = 5}, + [446] = {.lex_state = 1}, [447] = {.lex_state = 1}, [448] = {.lex_state = 1}, - [449] = {.lex_state = 44}, + [449] = {.lex_state = 3}, [450] = {.lex_state = 44}, - [451] = {.lex_state = 3}, - [452] = {.lex_state = 6}, + [451] = {.lex_state = 44}, + [452] = {.lex_state = 3}, [453] = {.lex_state = 44}, [454] = {.lex_state = 44}, - [455] = {.lex_state = 44}, - [456] = {.lex_state = 3}, + [455] = {.lex_state = 6}, + [456] = {.lex_state = 44}, [457] = {.lex_state = 44}, [458] = {.lex_state = 44}, [459] = {.lex_state = 44}, @@ -2953,12 +3452,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [487] = {.lex_state = 9}, [488] = {.lex_state = 9}, [489] = {.lex_state = 41}, - [490] = {.lex_state = 0}, + [490] = {.lex_state = 40}, [491] = {.lex_state = 41}, - [492] = {.lex_state = 40}, - [493] = {.lex_state = 41}, - [494] = {.lex_state = 41}, - [495] = {.lex_state = 40}, + [492] = {.lex_state = 41}, + [493] = {.lex_state = 0}, + [494] = {.lex_state = 40}, + [495] = {.lex_state = 41}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -2998,7 +3497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE] = ACTIONS(1), }, [1] = { - [sym_source] = STATE(490), + [sym_source] = STATE(493), [sym__gap] = STATE(19), [sym_dis_expr] = STATE(19), [sym__form] = STATE(19), @@ -3013,9 +3512,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(19), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(19), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(19), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(19), [sym_regex_lit] = STATE(19), [sym_read_cond_lit] = STATE(19), @@ -3077,9 +3576,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(302), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(302), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(302), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(302), [sym_regex_lit] = STATE(302), [sym_read_cond_lit] = STATE(302), @@ -3143,9 +3642,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(302), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(302), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(302), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(302), [sym_regex_lit] = STATE(302), [sym_read_cond_lit] = STATE(302), @@ -3207,9 +3706,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(302), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(302), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(302), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(302), [sym_regex_lit] = STATE(302), [sym_read_cond_lit] = STATE(302), @@ -3271,9 +3770,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(302), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(302), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(302), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(302), [sym_regex_lit] = STATE(302), [sym_read_cond_lit] = STATE(302), @@ -3335,9 +3834,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(302), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(302), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(302), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(302), [sym_regex_lit] = STATE(302), [sym_read_cond_lit] = STATE(302), @@ -3399,9 +3898,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(302), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(302), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(302), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(302), [sym_regex_lit] = STATE(302), [sym_read_cond_lit] = STATE(302), @@ -3463,9 +3962,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(302), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(302), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(302), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(302), [sym_regex_lit] = STATE(302), [sym_read_cond_lit] = STATE(302), @@ -3527,9 +4026,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(302), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(302), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(302), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(302), [sym_regex_lit] = STATE(302), [sym_read_cond_lit] = STATE(302), @@ -3591,9 +4090,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(302), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(302), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(302), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(302), [sym_regex_lit] = STATE(302), [sym_read_cond_lit] = STATE(302), @@ -3655,9 +4154,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(302), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(302), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(302), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(302), [sym_regex_lit] = STATE(302), [sym_read_cond_lit] = STATE(302), @@ -3719,9 +4218,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(302), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(302), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(302), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(302), [sym_regex_lit] = STATE(302), [sym_read_cond_lit] = STATE(302), @@ -3783,9 +4282,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(302), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(302), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(302), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(302), [sym_regex_lit] = STATE(302), [sym_read_cond_lit] = STATE(302), @@ -3847,9 +4346,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(302), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(302), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(302), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(302), [sym_regex_lit] = STATE(302), [sym_read_cond_lit] = STATE(302), @@ -3911,9 +4410,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(302), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(302), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(302), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(302), [sym_regex_lit] = STATE(302), [sym_read_cond_lit] = STATE(302), @@ -3975,9 +4474,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(302), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(302), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(302), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(302), [sym_regex_lit] = STATE(302), [sym_read_cond_lit] = STATE(302), @@ -4039,9 +4538,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(302), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(302), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(302), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(302), [sym_regex_lit] = STATE(302), [sym_read_cond_lit] = STATE(302), @@ -4103,9 +4602,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(302), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(302), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(302), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(302), [sym_regex_lit] = STATE(302), [sym_read_cond_lit] = STATE(302), @@ -4167,9 +4666,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(20), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(20), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(20), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(20), [sym_regex_lit] = STATE(20), [sym_read_cond_lit] = STATE(20), @@ -4231,9 +4730,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(20), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(20), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(20), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(20), [sym_regex_lit] = STATE(20), [sym_read_cond_lit] = STATE(20), @@ -4297,7 +4796,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(420), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(420), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(420), [sym_regex_lit] = STATE(420), [sym_read_cond_lit] = STATE(420), @@ -4344,130 +4843,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE] = ACTIONS(306), }, [22] = { - [sym__gap] = STATE(102), - [sym_dis_expr] = STATE(102), - [sym__form] = STATE(367), - [sym_kwd_lit] = STATE(367), - [sym_str_lit] = STATE(367), - [sym_sym_lit] = STATE(367), + [sym__gap] = STATE(114), + [sym_dis_expr] = STATE(114), + [sym__form] = STATE(267), + [sym_kwd_lit] = STATE(267), + [sym_str_lit] = STATE(267), + [sym_sym_lit] = STATE(267), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(367), - [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(367), - [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(367), - [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(367), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(367), - [sym_regex_lit] = STATE(367), - [sym_read_cond_lit] = STATE(367), - [sym_splicing_read_cond_lit] = STATE(367), - [sym_ns_map_lit] = STATE(367), - [sym_var_quoting_lit] = STATE(367), - [sym_sym_val_lit] = STATE(367), - [sym_evaling_lit] = STATE(367), - [sym_tagged_or_ctor_lit] = STATE(367), - [sym_derefing_lit] = STATE(367), - [sym_quoting_lit] = STATE(367), - [sym_syn_quoting_lit] = STATE(367), - [sym_unquote_splicing_lit] = STATE(367), - [sym_unquoting_lit] = STATE(367), - [aux_sym_dis_expr_repeat1] = STATE(102), - [aux_sym_sym_lit_repeat1] = STATE(304), + [sym_list_lit] = STATE(267), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(267), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(267), + [sym__bare_vec_lit] = STATE(226), + [sym_set_lit] = STATE(267), + [sym__bare_set_lit] = STATE(227), + [sym_anon_fn_lit] = STATE(267), + [sym_regex_lit] = STATE(267), + [sym_read_cond_lit] = STATE(267), + [sym_splicing_read_cond_lit] = STATE(267), + [sym_ns_map_lit] = STATE(267), + [sym_var_quoting_lit] = STATE(267), + [sym_sym_val_lit] = STATE(267), + [sym_evaling_lit] = STATE(267), + [sym_tagged_or_ctor_lit] = STATE(267), + [sym_derefing_lit] = STATE(267), + [sym_quoting_lit] = STATE(267), + [sym_syn_quoting_lit] = STATE(267), + [sym_unquote_splicing_lit] = STATE(267), + [sym_unquoting_lit] = STATE(267), + [aux_sym_dis_expr_repeat1] = STATE(114), + [aux_sym_sym_lit_repeat1] = STATE(305), [sym__ws] = ACTIONS(308), [sym_comment] = ACTIONS(308), [anon_sym_POUND_] = ACTIONS(7), [sym_num_lit] = ACTIONS(310), - [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(270), - [anon_sym_COLON_COLON] = ACTIONS(272), - [aux_sym_str_lit_token1] = ACTIONS(274), + [anon_sym_SLASH] = ACTIONS(9), + [anon_sym_COLON] = ACTIONS(11), + [anon_sym_COLON_COLON] = ACTIONS(13), + [aux_sym_str_lit_token1] = ACTIONS(15), [sym_char_lit] = ACTIONS(310), [sym_nil_lit] = ACTIONS(312), [sym_bool_lit] = ACTIONS(312), - [aux_sym__sym_qualified_token1] = ACTIONS(278), + [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(280), - [anon_sym_LBRACE] = ACTIONS(282), - [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(286), - [anon_sym_POUND_QMARK] = ACTIONS(288), - [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(292), - [anon_sym_POUND_POUND] = ACTIONS(294), - [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(298), - [anon_sym_SQUOTE] = ACTIONS(300), - [anon_sym_BQUOTE] = ACTIONS(302), - [anon_sym_TILDE_AT] = ACTIONS(304), - [anon_sym_TILDE] = ACTIONS(306), + [anon_sym_LPAREN] = ACTIONS(25), + [anon_sym_LBRACE] = ACTIONS(27), + [anon_sym_LBRACK] = ACTIONS(29), + [anon_sym_POUND] = ACTIONS(31), + [anon_sym_POUND_QMARK] = ACTIONS(33), + [anon_sym_POUND_QMARK_AT] = ACTIONS(35), + [anon_sym_POUND_SQUOTE] = ACTIONS(37), + [anon_sym_POUND_POUND] = ACTIONS(39), + [anon_sym_POUND_EQ] = ACTIONS(41), + [anon_sym_AT] = ACTIONS(43), + [anon_sym_SQUOTE] = ACTIONS(45), + [anon_sym_BQUOTE] = ACTIONS(47), + [anon_sym_TILDE_AT] = ACTIONS(49), + [anon_sym_TILDE] = ACTIONS(51), }, [23] = { - [sym__gap] = STATE(301), - [sym_dis_expr] = STATE(301), - [sym__form] = STATE(335), - [sym_kwd_lit] = STATE(335), - [sym_str_lit] = STATE(335), - [sym_sym_lit] = STATE(335), + [sym__gap] = STATE(104), + [sym_dis_expr] = STATE(104), + [sym__form] = STATE(347), + [sym_kwd_lit] = STATE(347), + [sym_str_lit] = STATE(347), + [sym_sym_lit] = STATE(347), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(335), + [sym_list_lit] = STATE(347), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(335), + [sym_map_lit] = STATE(347), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(335), + [sym_vec_lit] = STATE(347), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(335), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(335), - [sym_regex_lit] = STATE(335), - [sym_read_cond_lit] = STATE(335), - [sym_splicing_read_cond_lit] = STATE(335), - [sym_ns_map_lit] = STATE(335), - [sym_var_quoting_lit] = STATE(335), - [sym_sym_val_lit] = STATE(335), - [sym_evaling_lit] = STATE(335), - [sym_tagged_or_ctor_lit] = STATE(335), - [sym_derefing_lit] = STATE(335), - [sym_quoting_lit] = STATE(335), - [sym_syn_quoting_lit] = STATE(335), - [sym_unquote_splicing_lit] = STATE(335), - [sym_unquoting_lit] = STATE(335), - [aux_sym_dis_expr_repeat1] = STATE(301), - [aux_sym_sym_lit_repeat1] = STATE(307), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), + [sym_set_lit] = STATE(347), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(347), + [sym_regex_lit] = STATE(347), + [sym_read_cond_lit] = STATE(347), + [sym_splicing_read_cond_lit] = STATE(347), + [sym_ns_map_lit] = STATE(347), + [sym_var_quoting_lit] = STATE(347), + [sym_sym_val_lit] = STATE(347), + [sym_evaling_lit] = STATE(347), + [sym_tagged_or_ctor_lit] = STATE(347), + [sym_derefing_lit] = STATE(347), + [sym_quoting_lit] = STATE(347), + [sym_syn_quoting_lit] = STATE(347), + [sym_unquote_splicing_lit] = STATE(347), + [sym_unquoting_lit] = STATE(347), + [aux_sym_dis_expr_repeat1] = STATE(104), + [aux_sym_sym_lit_repeat1] = STATE(304), + [sym__ws] = ACTIONS(314), + [sym_comment] = ACTIONS(314), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(314), + [sym_num_lit] = ACTIONS(316), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(270), + [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(314), - [sym_nil_lit] = ACTIONS(320), - [sym_bool_lit] = ACTIONS(320), + [sym_char_lit] = ACTIONS(316), + [sym_nil_lit] = ACTIONS(318), + [sym_bool_lit] = ACTIONS(318), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(286), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(292), + [anon_sym_POUND_POUND] = ACTIONS(294), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(298), + [anon_sym_SQUOTE] = ACTIONS(300), + [anon_sym_BQUOTE] = ACTIONS(302), + [anon_sym_TILDE_AT] = ACTIONS(304), + [anon_sym_TILDE] = ACTIONS(306), }, [24] = { [sym__gap] = STATE(70), @@ -4484,9 +4983,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(244), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(244), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(244), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(244), [sym_regex_lit] = STATE(244), [sym_read_cond_lit] = STATE(244), @@ -4503,17 +5002,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_unquoting_lit] = STATE(244), [aux_sym_dis_expr_repeat1] = STATE(70), [aux_sym_sym_lit_repeat1] = STATE(305), - [sym__ws] = ACTIONS(338), - [sym_comment] = ACTIONS(338), + [sym__ws] = ACTIONS(320), + [sym_comment] = ACTIONS(320), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(340), + [sym_num_lit] = ACTIONS(322), [anon_sym_SLASH] = ACTIONS(9), [anon_sym_COLON] = ACTIONS(11), [anon_sym_COLON_COLON] = ACTIONS(13), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(340), - [sym_nil_lit] = ACTIONS(342), - [sym_bool_lit] = ACTIONS(342), + [sym_char_lit] = ACTIONS(322), + [sym_nil_lit] = ACTIONS(324), + [sym_bool_lit] = ACTIONS(324), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -4547,9 +5046,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(245), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(245), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(245), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(245), [sym_regex_lit] = STATE(245), [sym_read_cond_lit] = STATE(245), @@ -4566,17 +5065,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_unquoting_lit] = STATE(245), [aux_sym_dis_expr_repeat1] = STATE(72), [aux_sym_sym_lit_repeat1] = STATE(305), - [sym__ws] = ACTIONS(344), - [sym_comment] = ACTIONS(344), + [sym__ws] = ACTIONS(326), + [sym_comment] = ACTIONS(326), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(346), + [sym_num_lit] = ACTIONS(328), [anon_sym_SLASH] = ACTIONS(9), [anon_sym_COLON] = ACTIONS(11), [anon_sym_COLON_COLON] = ACTIONS(13), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(346), - [sym_nil_lit] = ACTIONS(348), - [sym_bool_lit] = ACTIONS(348), + [sym_char_lit] = ACTIONS(328), + [sym_nil_lit] = ACTIONS(330), + [sym_bool_lit] = ACTIONS(330), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -4610,9 +5109,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(246), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(246), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(246), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(246), [sym_regex_lit] = STATE(246), [sym_read_cond_lit] = STATE(246), @@ -4629,17 +5128,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_unquoting_lit] = STATE(246), [aux_sym_dis_expr_repeat1] = STATE(74), [aux_sym_sym_lit_repeat1] = STATE(305), - [sym__ws] = ACTIONS(350), - [sym_comment] = ACTIONS(350), + [sym__ws] = ACTIONS(332), + [sym_comment] = ACTIONS(332), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(352), + [sym_num_lit] = ACTIONS(334), [anon_sym_SLASH] = ACTIONS(9), [anon_sym_COLON] = ACTIONS(11), [anon_sym_COLON_COLON] = ACTIONS(13), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(352), - [sym_nil_lit] = ACTIONS(354), - [sym_bool_lit] = ACTIONS(354), + [sym_char_lit] = ACTIONS(334), + [sym_nil_lit] = ACTIONS(336), + [sym_bool_lit] = ACTIONS(336), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -4673,9 +5172,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(247), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(247), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(247), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(247), [sym_regex_lit] = STATE(247), [sym_read_cond_lit] = STATE(247), @@ -4692,17 +5191,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_unquoting_lit] = STATE(247), [aux_sym_dis_expr_repeat1] = STATE(76), [aux_sym_sym_lit_repeat1] = STATE(305), - [sym__ws] = ACTIONS(356), - [sym_comment] = ACTIONS(356), + [sym__ws] = ACTIONS(338), + [sym_comment] = ACTIONS(338), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(358), + [sym_num_lit] = ACTIONS(340), [anon_sym_SLASH] = ACTIONS(9), [anon_sym_COLON] = ACTIONS(11), [anon_sym_COLON_COLON] = ACTIONS(13), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(358), - [sym_nil_lit] = ACTIONS(360), - [sym_bool_lit] = ACTIONS(360), + [sym_char_lit] = ACTIONS(340), + [sym_nil_lit] = ACTIONS(342), + [sym_bool_lit] = ACTIONS(342), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -4736,9 +5235,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(248), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(248), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(248), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(248), [sym_regex_lit] = STATE(248), [sym_read_cond_lit] = STATE(248), @@ -4755,17 +5254,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_unquoting_lit] = STATE(248), [aux_sym_dis_expr_repeat1] = STATE(78), [aux_sym_sym_lit_repeat1] = STATE(305), - [sym__ws] = ACTIONS(362), - [sym_comment] = ACTIONS(362), + [sym__ws] = ACTIONS(344), + [sym_comment] = ACTIONS(344), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(364), + [sym_num_lit] = ACTIONS(346), [anon_sym_SLASH] = ACTIONS(9), [anon_sym_COLON] = ACTIONS(11), [anon_sym_COLON_COLON] = ACTIONS(13), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(364), - [sym_nil_lit] = ACTIONS(366), - [sym_bool_lit] = ACTIONS(366), + [sym_char_lit] = ACTIONS(346), + [sym_nil_lit] = ACTIONS(348), + [sym_bool_lit] = ACTIONS(348), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -4801,7 +5300,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(334), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(334), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(334), [sym_regex_lit] = STATE(334), [sym_read_cond_lit] = STATE(334), @@ -4821,31 +5320,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(368), + [sym_num_lit] = ACTIONS(350), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(368), - [sym_nil_lit] = ACTIONS(370), - [sym_bool_lit] = ACTIONS(370), + [sym_char_lit] = ACTIONS(350), + [sym_nil_lit] = ACTIONS(356), + [sym_bool_lit] = ACTIONS(356), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, [30] = { [sym__gap] = STATE(301), @@ -4864,7 +5363,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(417), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(417), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(417), [sym_regex_lit] = STATE(417), [sym_read_cond_lit] = STATE(417), @@ -4884,94 +5383,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(372), + [sym_num_lit] = ACTIONS(374), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(372), - [sym_nil_lit] = ACTIONS(374), - [sym_bool_lit] = ACTIONS(374), + [sym_char_lit] = ACTIONS(374), + [sym_nil_lit] = ACTIONS(376), + [sym_bool_lit] = ACTIONS(376), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, [31] = { [sym__gap] = STATE(301), [sym_dis_expr] = STATE(301), - [sym__form] = STATE(350), - [sym_kwd_lit] = STATE(350), - [sym_str_lit] = STATE(350), - [sym_sym_lit] = STATE(350), + [sym__form] = STATE(389), + [sym_kwd_lit] = STATE(389), + [sym_str_lit] = STATE(389), + [sym_sym_lit] = STATE(389), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(350), + [sym_list_lit] = STATE(389), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(350), + [sym_map_lit] = STATE(389), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(350), + [sym_vec_lit] = STATE(389), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(350), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(350), - [sym_regex_lit] = STATE(350), - [sym_read_cond_lit] = STATE(350), - [sym_splicing_read_cond_lit] = STATE(350), - [sym_ns_map_lit] = STATE(350), - [sym_var_quoting_lit] = STATE(350), - [sym_sym_val_lit] = STATE(350), - [sym_evaling_lit] = STATE(350), - [sym_tagged_or_ctor_lit] = STATE(350), - [sym_derefing_lit] = STATE(350), - [sym_quoting_lit] = STATE(350), - [sym_syn_quoting_lit] = STATE(350), - [sym_unquote_splicing_lit] = STATE(350), - [sym_unquoting_lit] = STATE(350), + [sym_set_lit] = STATE(389), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(389), + [sym_regex_lit] = STATE(389), + [sym_read_cond_lit] = STATE(389), + [sym_splicing_read_cond_lit] = STATE(389), + [sym_ns_map_lit] = STATE(389), + [sym_var_quoting_lit] = STATE(389), + [sym_sym_val_lit] = STATE(389), + [sym_evaling_lit] = STATE(389), + [sym_tagged_or_ctor_lit] = STATE(389), + [sym_derefing_lit] = STATE(389), + [sym_quoting_lit] = STATE(389), + [sym_syn_quoting_lit] = STATE(389), + [sym_unquote_splicing_lit] = STATE(389), + [sym_unquoting_lit] = STATE(389), [aux_sym_dis_expr_repeat1] = STATE(301), - [aux_sym_sym_lit_repeat1] = STATE(307), + [aux_sym_sym_lit_repeat1] = STATE(304), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(376), + [sym_num_lit] = ACTIONS(378), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(270), + [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(376), - [sym_nil_lit] = ACTIONS(378), - [sym_bool_lit] = ACTIONS(378), + [sym_char_lit] = ACTIONS(378), + [sym_nil_lit] = ACTIONS(380), + [sym_bool_lit] = ACTIONS(380), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(286), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(292), + [anon_sym_POUND_POUND] = ACTIONS(294), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(298), + [anon_sym_SQUOTE] = ACTIONS(300), + [anon_sym_BQUOTE] = ACTIONS(302), + [anon_sym_TILDE_AT] = ACTIONS(304), + [anon_sym_TILDE] = ACTIONS(306), }, [32] = { [sym__gap] = STATE(165), @@ -4990,7 +5489,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(357), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(357), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(357), [sym_regex_lit] = STATE(357), [sym_read_cond_lit] = STATE(357), @@ -5007,34 +5506,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_unquoting_lit] = STATE(357), [aux_sym_dis_expr_repeat1] = STATE(165), [aux_sym_sym_lit_repeat1] = STATE(307), - [sym__ws] = ACTIONS(380), - [sym_comment] = ACTIONS(380), + [sym__ws] = ACTIONS(382), + [sym_comment] = ACTIONS(382), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(382), + [sym_num_lit] = ACTIONS(384), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(382), - [sym_nil_lit] = ACTIONS(384), - [sym_bool_lit] = ACTIONS(384), + [sym_char_lit] = ACTIONS(384), + [sym_nil_lit] = ACTIONS(386), + [sym_bool_lit] = ACTIONS(386), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, [33] = { [sym__gap] = STATE(161), @@ -5053,7 +5552,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(362), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(362), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(362), [sym_regex_lit] = STATE(362), [sym_read_cond_lit] = STATE(362), @@ -5070,34 +5569,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_unquoting_lit] = STATE(362), [aux_sym_dis_expr_repeat1] = STATE(161), [aux_sym_sym_lit_repeat1] = STATE(307), - [sym__ws] = ACTIONS(386), - [sym_comment] = ACTIONS(386), + [sym__ws] = ACTIONS(388), + [sym_comment] = ACTIONS(388), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(388), + [sym_num_lit] = ACTIONS(390), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(388), - [sym_nil_lit] = ACTIONS(390), - [sym_bool_lit] = ACTIONS(390), + [sym_char_lit] = ACTIONS(390), + [sym_nil_lit] = ACTIONS(392), + [sym_bool_lit] = ACTIONS(392), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, [34] = { [sym__gap] = STATE(301), @@ -5116,7 +5615,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(364), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(364), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(364), [sym_regex_lit] = STATE(364), [sym_read_cond_lit] = STATE(364), @@ -5136,94 +5635,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(392), + [sym_num_lit] = ACTIONS(394), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(392), - [sym_nil_lit] = ACTIONS(394), - [sym_bool_lit] = ACTIONS(394), + [sym_char_lit] = ACTIONS(394), + [sym_nil_lit] = ACTIONS(396), + [sym_bool_lit] = ACTIONS(396), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, [35] = { [sym__gap] = STATE(140), [sym_dis_expr] = STATE(140), - [sym__form] = STATE(409), - [sym_kwd_lit] = STATE(409), - [sym_str_lit] = STATE(409), - [sym_sym_lit] = STATE(409), + [sym__form] = STATE(378), + [sym_kwd_lit] = STATE(378), + [sym_str_lit] = STATE(378), + [sym_sym_lit] = STATE(378), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(409), + [sym_list_lit] = STATE(378), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(409), + [sym_map_lit] = STATE(378), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(409), + [sym_vec_lit] = STATE(378), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(409), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(409), - [sym_regex_lit] = STATE(409), - [sym_read_cond_lit] = STATE(409), - [sym_splicing_read_cond_lit] = STATE(409), - [sym_ns_map_lit] = STATE(409), - [sym_var_quoting_lit] = STATE(409), - [sym_sym_val_lit] = STATE(409), - [sym_evaling_lit] = STATE(409), - [sym_tagged_or_ctor_lit] = STATE(409), - [sym_derefing_lit] = STATE(409), - [sym_quoting_lit] = STATE(409), - [sym_syn_quoting_lit] = STATE(409), - [sym_unquote_splicing_lit] = STATE(409), - [sym_unquoting_lit] = STATE(409), + [sym_set_lit] = STATE(378), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(378), + [sym_regex_lit] = STATE(378), + [sym_read_cond_lit] = STATE(378), + [sym_splicing_read_cond_lit] = STATE(378), + [sym_ns_map_lit] = STATE(378), + [sym_var_quoting_lit] = STATE(378), + [sym_sym_val_lit] = STATE(378), + [sym_evaling_lit] = STATE(378), + [sym_tagged_or_ctor_lit] = STATE(378), + [sym_derefing_lit] = STATE(378), + [sym_quoting_lit] = STATE(378), + [sym_syn_quoting_lit] = STATE(378), + [sym_unquote_splicing_lit] = STATE(378), + [sym_unquoting_lit] = STATE(378), [aux_sym_dis_expr_repeat1] = STATE(140), [aux_sym_sym_lit_repeat1] = STATE(307), - [sym__ws] = ACTIONS(396), - [sym_comment] = ACTIONS(396), + [sym__ws] = ACTIONS(398), + [sym_comment] = ACTIONS(398), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(398), + [sym_num_lit] = ACTIONS(400), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(398), - [sym_nil_lit] = ACTIONS(400), - [sym_bool_lit] = ACTIONS(400), + [sym_char_lit] = ACTIONS(400), + [sym_nil_lit] = ACTIONS(402), + [sym_bool_lit] = ACTIONS(402), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, [36] = { [sym__gap] = STATE(124), @@ -5242,7 +5741,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(384), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(384), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(384), [sym_regex_lit] = STATE(384), [sym_read_cond_lit] = STATE(384), @@ -5259,97 +5758,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_unquoting_lit] = STATE(384), [aux_sym_dis_expr_repeat1] = STATE(124), [aux_sym_sym_lit_repeat1] = STATE(307), - [sym__ws] = ACTIONS(402), - [sym_comment] = ACTIONS(402), + [sym__ws] = ACTIONS(404), + [sym_comment] = ACTIONS(404), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(404), + [sym_num_lit] = ACTIONS(406), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(404), - [sym_nil_lit] = ACTIONS(406), - [sym_bool_lit] = ACTIONS(406), + [sym_char_lit] = ACTIONS(406), + [sym_nil_lit] = ACTIONS(408), + [sym_bool_lit] = ACTIONS(408), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, [37] = { - [sym__gap] = STATE(23), - [sym_dis_expr] = STATE(23), - [sym__form] = STATE(389), - [sym_kwd_lit] = STATE(389), - [sym_str_lit] = STATE(389), - [sym_sym_lit] = STATE(389), + [sym__gap] = STATE(117), + [sym_dis_expr] = STATE(117), + [sym__form] = STATE(410), + [sym_kwd_lit] = STATE(410), + [sym_str_lit] = STATE(410), + [sym_sym_lit] = STATE(410), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(389), + [sym_list_lit] = STATE(410), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(389), + [sym_map_lit] = STATE(410), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(389), + [sym_vec_lit] = STATE(410), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(389), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(389), - [sym_regex_lit] = STATE(389), - [sym_read_cond_lit] = STATE(389), - [sym_splicing_read_cond_lit] = STATE(389), - [sym_ns_map_lit] = STATE(389), - [sym_var_quoting_lit] = STATE(389), - [sym_sym_val_lit] = STATE(389), - [sym_evaling_lit] = STATE(389), - [sym_tagged_or_ctor_lit] = STATE(389), - [sym_derefing_lit] = STATE(389), - [sym_quoting_lit] = STATE(389), - [sym_syn_quoting_lit] = STATE(389), - [sym_unquote_splicing_lit] = STATE(389), - [sym_unquoting_lit] = STATE(389), - [aux_sym_dis_expr_repeat1] = STATE(23), + [sym_set_lit] = STATE(410), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(410), + [sym_regex_lit] = STATE(410), + [sym_read_cond_lit] = STATE(410), + [sym_splicing_read_cond_lit] = STATE(410), + [sym_ns_map_lit] = STATE(410), + [sym_var_quoting_lit] = STATE(410), + [sym_sym_val_lit] = STATE(410), + [sym_evaling_lit] = STATE(410), + [sym_tagged_or_ctor_lit] = STATE(410), + [sym_derefing_lit] = STATE(410), + [sym_quoting_lit] = STATE(410), + [sym_syn_quoting_lit] = STATE(410), + [sym_unquote_splicing_lit] = STATE(410), + [sym_unquoting_lit] = STATE(410), + [aux_sym_dis_expr_repeat1] = STATE(117), [aux_sym_sym_lit_repeat1] = STATE(307), - [sym__ws] = ACTIONS(408), - [sym_comment] = ACTIONS(408), + [sym__ws] = ACTIONS(410), + [sym_comment] = ACTIONS(410), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(410), + [sym_num_lit] = ACTIONS(412), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(410), - [sym_nil_lit] = ACTIONS(412), - [sym_bool_lit] = ACTIONS(412), + [sym_char_lit] = ACTIONS(412), + [sym_nil_lit] = ACTIONS(414), + [sym_bool_lit] = ACTIONS(414), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, [38] = { [sym__gap] = STATE(29), @@ -5368,7 +5867,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(391), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(391), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(391), [sym_regex_lit] = STATE(391), [sym_read_cond_lit] = STATE(391), @@ -5385,34 +5884,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_unquoting_lit] = STATE(391), [aux_sym_dis_expr_repeat1] = STATE(29), [aux_sym_sym_lit_repeat1] = STATE(307), - [sym__ws] = ACTIONS(414), - [sym_comment] = ACTIONS(414), + [sym__ws] = ACTIONS(416), + [sym_comment] = ACTIONS(416), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(416), + [sym_num_lit] = ACTIONS(418), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(416), - [sym_nil_lit] = ACTIONS(418), - [sym_bool_lit] = ACTIONS(418), + [sym_char_lit] = ACTIONS(418), + [sym_nil_lit] = ACTIONS(420), + [sym_bool_lit] = ACTIONS(420), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, [39] = { [sym__gap] = STATE(301), @@ -5429,9 +5928,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(257), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(257), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(257), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(257), [sym_regex_lit] = STATE(257), [sym_read_cond_lit] = STATE(257), @@ -5451,14 +5950,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(420), + [sym_num_lit] = ACTIONS(422), [anon_sym_SLASH] = ACTIONS(9), [anon_sym_COLON] = ACTIONS(11), [anon_sym_COLON_COLON] = ACTIONS(13), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(420), - [sym_nil_lit] = ACTIONS(422), - [sym_bool_lit] = ACTIONS(422), + [sym_char_lit] = ACTIONS(422), + [sym_nil_lit] = ACTIONS(424), + [sym_bool_lit] = ACTIONS(424), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -5494,7 +5993,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(420), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(420), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(420), [sym_regex_lit] = STATE(420), [sym_read_cond_lit] = STATE(420), @@ -5516,8 +6015,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND_] = ACTIONS(7), [sym_num_lit] = ACTIONS(266), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), [sym_char_lit] = ACTIONS(266), [sym_nil_lit] = ACTIONS(276), @@ -5528,17 +6027,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [41] = { [sym__gap] = STATE(30), @@ -5557,7 +6056,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(393), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(393), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(393), [sym_regex_lit] = STATE(393), [sym_read_cond_lit] = STATE(393), @@ -5574,223 +6073,223 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_unquoting_lit] = STATE(393), [aux_sym_dis_expr_repeat1] = STATE(30), [aux_sym_sym_lit_repeat1] = STATE(307), - [sym__ws] = ACTIONS(444), - [sym_comment] = ACTIONS(444), + [sym__ws] = ACTIONS(446), + [sym_comment] = ACTIONS(446), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(446), + [sym_num_lit] = ACTIONS(448), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(446), - [sym_nil_lit] = ACTIONS(448), - [sym_bool_lit] = ACTIONS(448), + [sym_char_lit] = ACTIONS(448), + [sym_nil_lit] = ACTIONS(450), + [sym_bool_lit] = ACTIONS(450), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, [42] = { - [sym__gap] = STATE(104), - [sym_dis_expr] = STATE(104), - [sym__form] = STATE(353), - [sym_kwd_lit] = STATE(353), - [sym_str_lit] = STATE(353), - [sym_sym_lit] = STATE(353), + [sym__gap] = STATE(119), + [sym_dis_expr] = STATE(119), + [sym__form] = STATE(405), + [sym_kwd_lit] = STATE(405), + [sym_str_lit] = STATE(405), + [sym_sym_lit] = STATE(405), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(353), + [sym_list_lit] = STATE(405), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(353), + [sym_map_lit] = STATE(405), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(353), + [sym_vec_lit] = STATE(405), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(353), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(353), - [sym_regex_lit] = STATE(353), - [sym_read_cond_lit] = STATE(353), - [sym_splicing_read_cond_lit] = STATE(353), - [sym_ns_map_lit] = STATE(353), - [sym_var_quoting_lit] = STATE(353), - [sym_sym_val_lit] = STATE(353), - [sym_evaling_lit] = STATE(353), - [sym_tagged_or_ctor_lit] = STATE(353), - [sym_derefing_lit] = STATE(353), - [sym_quoting_lit] = STATE(353), - [sym_syn_quoting_lit] = STATE(353), - [sym_unquote_splicing_lit] = STATE(353), - [sym_unquoting_lit] = STATE(353), - [aux_sym_dis_expr_repeat1] = STATE(104), - [aux_sym_sym_lit_repeat1] = STATE(304), - [sym__ws] = ACTIONS(450), - [sym_comment] = ACTIONS(450), + [sym_set_lit] = STATE(405), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(405), + [sym_regex_lit] = STATE(405), + [sym_read_cond_lit] = STATE(405), + [sym_splicing_read_cond_lit] = STATE(405), + [sym_ns_map_lit] = STATE(405), + [sym_var_quoting_lit] = STATE(405), + [sym_sym_val_lit] = STATE(405), + [sym_evaling_lit] = STATE(405), + [sym_tagged_or_ctor_lit] = STATE(405), + [sym_derefing_lit] = STATE(405), + [sym_quoting_lit] = STATE(405), + [sym_syn_quoting_lit] = STATE(405), + [sym_unquote_splicing_lit] = STATE(405), + [sym_unquoting_lit] = STATE(405), + [aux_sym_dis_expr_repeat1] = STATE(119), + [aux_sym_sym_lit_repeat1] = STATE(307), + [sym__ws] = ACTIONS(452), + [sym_comment] = ACTIONS(452), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(452), + [sym_num_lit] = ACTIONS(454), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(270), - [anon_sym_COLON_COLON] = ACTIONS(272), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(452), - [sym_nil_lit] = ACTIONS(454), - [sym_bool_lit] = ACTIONS(454), + [sym_char_lit] = ACTIONS(454), + [sym_nil_lit] = ACTIONS(456), + [sym_bool_lit] = ACTIONS(456), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(286), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(292), - [anon_sym_POUND_POUND] = ACTIONS(294), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(298), - [anon_sym_SQUOTE] = ACTIONS(300), - [anon_sym_BQUOTE] = ACTIONS(302), - [anon_sym_TILDE_AT] = ACTIONS(304), - [anon_sym_TILDE] = ACTIONS(306), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, [43] = { [sym__gap] = STATE(301), [sym_dis_expr] = STATE(301), - [sym__form] = STATE(378), - [sym_kwd_lit] = STATE(378), - [sym_str_lit] = STATE(378), - [sym_sym_lit] = STATE(378), + [sym__form] = STATE(369), + [sym_kwd_lit] = STATE(369), + [sym_str_lit] = STATE(369), + [sym_sym_lit] = STATE(369), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(378), + [sym_list_lit] = STATE(369), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(378), + [sym_map_lit] = STATE(369), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(378), + [sym_vec_lit] = STATE(369), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(378), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(378), - [sym_regex_lit] = STATE(378), - [sym_read_cond_lit] = STATE(378), - [sym_splicing_read_cond_lit] = STATE(378), - [sym_ns_map_lit] = STATE(378), - [sym_var_quoting_lit] = STATE(378), - [sym_sym_val_lit] = STATE(378), - [sym_evaling_lit] = STATE(378), - [sym_tagged_or_ctor_lit] = STATE(378), - [sym_derefing_lit] = STATE(378), - [sym_quoting_lit] = STATE(378), - [sym_syn_quoting_lit] = STATE(378), - [sym_unquote_splicing_lit] = STATE(378), - [sym_unquoting_lit] = STATE(378), + [sym_set_lit] = STATE(369), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(369), + [sym_regex_lit] = STATE(369), + [sym_read_cond_lit] = STATE(369), + [sym_splicing_read_cond_lit] = STATE(369), + [sym_ns_map_lit] = STATE(369), + [sym_var_quoting_lit] = STATE(369), + [sym_sym_val_lit] = STATE(369), + [sym_evaling_lit] = STATE(369), + [sym_tagged_or_ctor_lit] = STATE(369), + [sym_derefing_lit] = STATE(369), + [sym_quoting_lit] = STATE(369), + [sym_syn_quoting_lit] = STATE(369), + [sym_unquote_splicing_lit] = STATE(369), + [sym_unquoting_lit] = STATE(369), [aux_sym_dis_expr_repeat1] = STATE(301), [aux_sym_sym_lit_repeat1] = STATE(307), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(456), + [sym_num_lit] = ACTIONS(458), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(456), - [sym_nil_lit] = ACTIONS(458), - [sym_bool_lit] = ACTIONS(458), + [sym_char_lit] = ACTIONS(458), + [sym_nil_lit] = ACTIONS(460), + [sym_bool_lit] = ACTIONS(460), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, [44] = { [sym__gap] = STATE(301), [sym_dis_expr] = STATE(301), - [sym__form] = STATE(349), - [sym_kwd_lit] = STATE(349), - [sym_str_lit] = STATE(349), - [sym_sym_lit] = STATE(349), + [sym__form] = STATE(399), + [sym_kwd_lit] = STATE(399), + [sym_str_lit] = STATE(399), + [sym_sym_lit] = STATE(399), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(349), + [sym_list_lit] = STATE(399), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(349), + [sym_map_lit] = STATE(399), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(349), + [sym_vec_lit] = STATE(399), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(349), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(349), - [sym_regex_lit] = STATE(349), - [sym_read_cond_lit] = STATE(349), - [sym_splicing_read_cond_lit] = STATE(349), - [sym_ns_map_lit] = STATE(349), - [sym_var_quoting_lit] = STATE(349), - [sym_sym_val_lit] = STATE(349), - [sym_evaling_lit] = STATE(349), - [sym_tagged_or_ctor_lit] = STATE(349), - [sym_derefing_lit] = STATE(349), - [sym_quoting_lit] = STATE(349), - [sym_syn_quoting_lit] = STATE(349), - [sym_unquote_splicing_lit] = STATE(349), - [sym_unquoting_lit] = STATE(349), + [sym_set_lit] = STATE(399), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(399), + [sym_regex_lit] = STATE(399), + [sym_read_cond_lit] = STATE(399), + [sym_splicing_read_cond_lit] = STATE(399), + [sym_ns_map_lit] = STATE(399), + [sym_var_quoting_lit] = STATE(399), + [sym_sym_val_lit] = STATE(399), + [sym_evaling_lit] = STATE(399), + [sym_tagged_or_ctor_lit] = STATE(399), + [sym_derefing_lit] = STATE(399), + [sym_quoting_lit] = STATE(399), + [sym_syn_quoting_lit] = STATE(399), + [sym_unquote_splicing_lit] = STATE(399), + [sym_unquoting_lit] = STATE(399), [aux_sym_dis_expr_repeat1] = STATE(301), [aux_sym_sym_lit_repeat1] = STATE(306), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(460), + [sym_num_lit] = ACTIONS(462), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(460), - [sym_nil_lit] = ACTIONS(462), - [sym_bool_lit] = ACTIONS(462), + [sym_char_lit] = ACTIONS(462), + [sym_nil_lit] = ACTIONS(464), + [sym_bool_lit] = ACTIONS(464), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [45] = { [sym__gap] = STATE(301), @@ -5809,7 +6308,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(412), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(412), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(412), [sym_regex_lit] = STATE(412), [sym_read_cond_lit] = STATE(412), @@ -5829,94 +6328,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(464), + [sym_num_lit] = ACTIONS(466), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(464), - [sym_nil_lit] = ACTIONS(466), - [sym_bool_lit] = ACTIONS(466), + [sym_char_lit] = ACTIONS(466), + [sym_nil_lit] = ACTIONS(468), + [sym_bool_lit] = ACTIONS(468), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, [46] = { [sym__gap] = STATE(301), [sym_dis_expr] = STATE(301), - [sym__form] = STATE(408), - [sym_kwd_lit] = STATE(408), - [sym_str_lit] = STATE(408), - [sym_sym_lit] = STATE(408), + [sym__form] = STATE(389), + [sym_kwd_lit] = STATE(389), + [sym_str_lit] = STATE(389), + [sym_sym_lit] = STATE(389), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(408), + [sym_list_lit] = STATE(389), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(408), + [sym_map_lit] = STATE(389), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(408), + [sym_vec_lit] = STATE(389), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(408), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(408), - [sym_regex_lit] = STATE(408), - [sym_read_cond_lit] = STATE(408), - [sym_splicing_read_cond_lit] = STATE(408), - [sym_ns_map_lit] = STATE(408), - [sym_var_quoting_lit] = STATE(408), - [sym_sym_val_lit] = STATE(408), - [sym_evaling_lit] = STATE(408), - [sym_tagged_or_ctor_lit] = STATE(408), - [sym_derefing_lit] = STATE(408), - [sym_quoting_lit] = STATE(408), - [sym_syn_quoting_lit] = STATE(408), - [sym_unquote_splicing_lit] = STATE(408), - [sym_unquoting_lit] = STATE(408), + [sym_set_lit] = STATE(389), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(389), + [sym_regex_lit] = STATE(389), + [sym_read_cond_lit] = STATE(389), + [sym_splicing_read_cond_lit] = STATE(389), + [sym_ns_map_lit] = STATE(389), + [sym_var_quoting_lit] = STATE(389), + [sym_sym_val_lit] = STATE(389), + [sym_evaling_lit] = STATE(389), + [sym_tagged_or_ctor_lit] = STATE(389), + [sym_derefing_lit] = STATE(389), + [sym_quoting_lit] = STATE(389), + [sym_syn_quoting_lit] = STATE(389), + [sym_unquote_splicing_lit] = STATE(389), + [sym_unquoting_lit] = STATE(389), [aux_sym_dis_expr_repeat1] = STATE(301), [aux_sym_sym_lit_repeat1] = STATE(306), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(468), + [sym_num_lit] = ACTIONS(378), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(468), - [sym_nil_lit] = ACTIONS(470), - [sym_bool_lit] = ACTIONS(470), + [sym_char_lit] = ACTIONS(378), + [sym_nil_lit] = ACTIONS(380), + [sym_bool_lit] = ACTIONS(380), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [47] = { [sym__gap] = STATE(301), @@ -5935,7 +6434,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(414), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(414), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(414), [sym_regex_lit] = STATE(414), [sym_read_cond_lit] = STATE(414), @@ -5955,31 +6454,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(472), + [sym_num_lit] = ACTIONS(470), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(472), - [sym_nil_lit] = ACTIONS(474), - [sym_bool_lit] = ACTIONS(474), + [sym_char_lit] = ACTIONS(470), + [sym_nil_lit] = ACTIONS(472), + [sym_bool_lit] = ACTIONS(472), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, [48] = { [sym__gap] = STATE(301), @@ -5998,7 +6497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(415), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(415), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(415), [sym_regex_lit] = STATE(415), [sym_read_cond_lit] = STATE(415), @@ -6018,31 +6517,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(476), + [sym_num_lit] = ACTIONS(474), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(476), - [sym_nil_lit] = ACTIONS(478), - [sym_bool_lit] = ACTIONS(478), + [sym_char_lit] = ACTIONS(474), + [sym_nil_lit] = ACTIONS(476), + [sym_bool_lit] = ACTIONS(476), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, [49] = { [sym__gap] = STATE(301), @@ -6061,7 +6560,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(416), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(416), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(416), [sym_regex_lit] = STATE(416), [sym_read_cond_lit] = STATE(416), @@ -6081,31 +6580,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(480), + [sym_num_lit] = ACTIONS(478), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(480), - [sym_nil_lit] = ACTIONS(482), - [sym_bool_lit] = ACTIONS(482), + [sym_char_lit] = ACTIONS(478), + [sym_nil_lit] = ACTIONS(480), + [sym_bool_lit] = ACTIONS(480), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, [50] = { [sym__gap] = STATE(301), @@ -6124,7 +6623,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(419), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(419), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(419), [sym_regex_lit] = STATE(419), [sym_read_cond_lit] = STATE(419), @@ -6144,31 +6643,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(484), + [sym_num_lit] = ACTIONS(482), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(484), - [sym_nil_lit] = ACTIONS(486), - [sym_bool_lit] = ACTIONS(486), + [sym_char_lit] = ACTIONS(482), + [sym_nil_lit] = ACTIONS(484), + [sym_bool_lit] = ACTIONS(484), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, [51] = { [sym__gap] = STATE(301), @@ -6187,7 +6686,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(420), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(420), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(420), [sym_regex_lit] = STATE(420), [sym_read_cond_lit] = STATE(420), @@ -6209,8 +6708,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND_] = ACTIONS(7), [sym_num_lit] = ACTIONS(266), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), [sym_char_lit] = ACTIONS(266), [sym_nil_lit] = ACTIONS(276), @@ -6221,206 +6720,206 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, [52] = { [sym__gap] = STATE(34), [sym_dis_expr] = STATE(34), - [sym__form] = STATE(374), - [sym_kwd_lit] = STATE(374), - [sym_str_lit] = STATE(374), - [sym_sym_lit] = STATE(374), + [sym__form] = STATE(409), + [sym_kwd_lit] = STATE(409), + [sym_str_lit] = STATE(409), + [sym_sym_lit] = STATE(409), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(374), + [sym_list_lit] = STATE(409), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(374), + [sym_map_lit] = STATE(409), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(374), + [sym_vec_lit] = STATE(409), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(374), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(374), - [sym_regex_lit] = STATE(374), - [sym_read_cond_lit] = STATE(374), - [sym_splicing_read_cond_lit] = STATE(374), - [sym_ns_map_lit] = STATE(374), - [sym_var_quoting_lit] = STATE(374), - [sym_sym_val_lit] = STATE(374), - [sym_evaling_lit] = STATE(374), - [sym_tagged_or_ctor_lit] = STATE(374), - [sym_derefing_lit] = STATE(374), - [sym_quoting_lit] = STATE(374), - [sym_syn_quoting_lit] = STATE(374), - [sym_unquote_splicing_lit] = STATE(374), - [sym_unquoting_lit] = STATE(374), + [sym_set_lit] = STATE(409), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(409), + [sym_regex_lit] = STATE(409), + [sym_read_cond_lit] = STATE(409), + [sym_splicing_read_cond_lit] = STATE(409), + [sym_ns_map_lit] = STATE(409), + [sym_var_quoting_lit] = STATE(409), + [sym_sym_val_lit] = STATE(409), + [sym_evaling_lit] = STATE(409), + [sym_tagged_or_ctor_lit] = STATE(409), + [sym_derefing_lit] = STATE(409), + [sym_quoting_lit] = STATE(409), + [sym_syn_quoting_lit] = STATE(409), + [sym_unquote_splicing_lit] = STATE(409), + [sym_unquoting_lit] = STATE(409), [aux_sym_dis_expr_repeat1] = STATE(34), [aux_sym_sym_lit_repeat1] = STATE(307), - [sym__ws] = ACTIONS(488), - [sym_comment] = ACTIONS(488), + [sym__ws] = ACTIONS(486), + [sym_comment] = ACTIONS(486), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(490), + [sym_num_lit] = ACTIONS(488), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(490), - [sym_nil_lit] = ACTIONS(492), - [sym_bool_lit] = ACTIONS(492), + [sym_char_lit] = ACTIONS(488), + [sym_nil_lit] = ACTIONS(490), + [sym_bool_lit] = ACTIONS(490), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, [53] = { [sym__gap] = STATE(301), [sym_dis_expr] = STATE(301), - [sym__form] = STATE(387), - [sym_kwd_lit] = STATE(387), - [sym_str_lit] = STATE(387), - [sym_sym_lit] = STATE(387), + [sym__form] = STATE(386), + [sym_kwd_lit] = STATE(386), + [sym_str_lit] = STATE(386), + [sym_sym_lit] = STATE(386), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(387), + [sym_list_lit] = STATE(386), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(387), + [sym_map_lit] = STATE(386), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(387), + [sym_vec_lit] = STATE(386), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(387), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(387), - [sym_regex_lit] = STATE(387), - [sym_read_cond_lit] = STATE(387), - [sym_splicing_read_cond_lit] = STATE(387), - [sym_ns_map_lit] = STATE(387), - [sym_var_quoting_lit] = STATE(387), - [sym_sym_val_lit] = STATE(387), - [sym_evaling_lit] = STATE(387), - [sym_tagged_or_ctor_lit] = STATE(387), - [sym_derefing_lit] = STATE(387), - [sym_quoting_lit] = STATE(387), - [sym_syn_quoting_lit] = STATE(387), - [sym_unquote_splicing_lit] = STATE(387), - [sym_unquoting_lit] = STATE(387), + [sym_set_lit] = STATE(386), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(386), + [sym_regex_lit] = STATE(386), + [sym_read_cond_lit] = STATE(386), + [sym_splicing_read_cond_lit] = STATE(386), + [sym_ns_map_lit] = STATE(386), + [sym_var_quoting_lit] = STATE(386), + [sym_sym_val_lit] = STATE(386), + [sym_evaling_lit] = STATE(386), + [sym_tagged_or_ctor_lit] = STATE(386), + [sym_derefing_lit] = STATE(386), + [sym_quoting_lit] = STATE(386), + [sym_syn_quoting_lit] = STATE(386), + [sym_unquote_splicing_lit] = STATE(386), + [sym_unquoting_lit] = STATE(386), [aux_sym_dis_expr_repeat1] = STATE(301), [aux_sym_sym_lit_repeat1] = STATE(306), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(494), + [sym_num_lit] = ACTIONS(492), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(494), - [sym_nil_lit] = ACTIONS(496), - [sym_bool_lit] = ACTIONS(496), + [sym_char_lit] = ACTIONS(492), + [sym_nil_lit] = ACTIONS(494), + [sym_bool_lit] = ACTIONS(494), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [54] = { - [sym__gap] = STATE(114), - [sym_dis_expr] = STATE(114), - [sym__form] = STATE(267), - [sym_kwd_lit] = STATE(267), - [sym_str_lit] = STATE(267), - [sym_sym_lit] = STATE(267), + [sym__gap] = STATE(21), + [sym_dis_expr] = STATE(21), + [sym__form] = STATE(345), + [sym_kwd_lit] = STATE(345), + [sym_str_lit] = STATE(345), + [sym_sym_lit] = STATE(345), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(267), - [sym__bare_list_lit] = STATE(218), - [sym_map_lit] = STATE(267), - [sym__bare_map_lit] = STATE(219), - [sym_vec_lit] = STATE(267), - [sym__bare_vec_lit] = STATE(224), - [sym_set_lit] = STATE(267), - [sym__bare_set_lit] = STATE(225), - [sym_anon_fn_lit] = STATE(267), - [sym_regex_lit] = STATE(267), - [sym_read_cond_lit] = STATE(267), - [sym_splicing_read_cond_lit] = STATE(267), - [sym_ns_map_lit] = STATE(267), - [sym_var_quoting_lit] = STATE(267), - [sym_sym_val_lit] = STATE(267), - [sym_evaling_lit] = STATE(267), - [sym_tagged_or_ctor_lit] = STATE(267), - [sym_derefing_lit] = STATE(267), - [sym_quoting_lit] = STATE(267), - [sym_syn_quoting_lit] = STATE(267), - [sym_unquote_splicing_lit] = STATE(267), - [sym_unquoting_lit] = STATE(267), - [aux_sym_dis_expr_repeat1] = STATE(114), - [aux_sym_sym_lit_repeat1] = STATE(305), - [sym__ws] = ACTIONS(498), - [sym_comment] = ACTIONS(498), + [sym_list_lit] = STATE(345), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(345), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(345), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(345), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(345), + [sym_regex_lit] = STATE(345), + [sym_read_cond_lit] = STATE(345), + [sym_splicing_read_cond_lit] = STATE(345), + [sym_ns_map_lit] = STATE(345), + [sym_var_quoting_lit] = STATE(345), + [sym_sym_val_lit] = STATE(345), + [sym_evaling_lit] = STATE(345), + [sym_tagged_or_ctor_lit] = STATE(345), + [sym_derefing_lit] = STATE(345), + [sym_quoting_lit] = STATE(345), + [sym_syn_quoting_lit] = STATE(345), + [sym_unquote_splicing_lit] = STATE(345), + [sym_unquoting_lit] = STATE(345), + [aux_sym_dis_expr_repeat1] = STATE(21), + [aux_sym_sym_lit_repeat1] = STATE(304), + [sym__ws] = ACTIONS(496), + [sym_comment] = ACTIONS(496), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(500), - [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(11), - [anon_sym_COLON_COLON] = ACTIONS(13), - [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(500), - [sym_nil_lit] = ACTIONS(502), - [sym_bool_lit] = ACTIONS(502), - [aux_sym__sym_qualified_token1] = ACTIONS(19), + [sym_num_lit] = ACTIONS(498), + [anon_sym_SLASH] = ACTIONS(268), + [anon_sym_COLON] = ACTIONS(270), + [anon_sym_COLON_COLON] = ACTIONS(272), + [aux_sym_str_lit_token1] = ACTIONS(274), + [sym_char_lit] = ACTIONS(498), + [sym_nil_lit] = ACTIONS(500), + [sym_bool_lit] = ACTIONS(500), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(25), - [anon_sym_LBRACE] = ACTIONS(27), - [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(31), - [anon_sym_POUND_QMARK] = ACTIONS(33), - [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(37), - [anon_sym_POUND_POUND] = ACTIONS(39), - [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(43), - [anon_sym_SQUOTE] = ACTIONS(45), - [anon_sym_BQUOTE] = ACTIONS(47), - [anon_sym_TILDE_AT] = ACTIONS(49), - [anon_sym_TILDE] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(280), + [anon_sym_LBRACE] = ACTIONS(282), + [anon_sym_LBRACK] = ACTIONS(284), + [anon_sym_POUND] = ACTIONS(286), + [anon_sym_POUND_QMARK] = ACTIONS(288), + [anon_sym_POUND_QMARK_AT] = ACTIONS(290), + [anon_sym_POUND_SQUOTE] = ACTIONS(292), + [anon_sym_POUND_POUND] = ACTIONS(294), + [anon_sym_POUND_EQ] = ACTIONS(296), + [anon_sym_AT] = ACTIONS(298), + [anon_sym_SQUOTE] = ACTIONS(300), + [anon_sym_BQUOTE] = ACTIONS(302), + [anon_sym_TILDE_AT] = ACTIONS(304), + [anon_sym_TILDE] = ACTIONS(306), }, [55] = { [sym__gap] = STATE(43), @@ -6439,7 +6938,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(371), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(371), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(371), [sym_regex_lit] = STATE(371), [sym_read_cond_lit] = STATE(371), @@ -6456,34 +6955,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_unquoting_lit] = STATE(371), [aux_sym_dis_expr_repeat1] = STATE(43), [aux_sym_sym_lit_repeat1] = STATE(307), - [sym__ws] = ACTIONS(504), - [sym_comment] = ACTIONS(504), + [sym__ws] = ACTIONS(502), + [sym_comment] = ACTIONS(502), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(506), + [sym_num_lit] = ACTIONS(504), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(506), - [sym_nil_lit] = ACTIONS(508), - [sym_bool_lit] = ACTIONS(508), + [sym_char_lit] = ACTIONS(504), + [sym_nil_lit] = ACTIONS(506), + [sym_bool_lit] = ACTIONS(506), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, [56] = { [sym__gap] = STATE(45), @@ -6502,7 +7001,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(370), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(370), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(370), [sym_regex_lit] = STATE(370), [sym_read_cond_lit] = STATE(370), @@ -6519,101 +7018,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_unquoting_lit] = STATE(370), [aux_sym_dis_expr_repeat1] = STATE(45), [aux_sym_sym_lit_repeat1] = STATE(307), - [sym__ws] = ACTIONS(510), - [sym_comment] = ACTIONS(510), + [sym__ws] = ACTIONS(508), + [sym_comment] = ACTIONS(508), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(512), + [sym_num_lit] = ACTIONS(510), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(512), - [sym_nil_lit] = ACTIONS(514), - [sym_bool_lit] = ACTIONS(514), + [sym_char_lit] = ACTIONS(510), + [sym_nil_lit] = ACTIONS(512), + [sym_bool_lit] = ACTIONS(512), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, [57] = { [sym__gap] = STATE(47), [sym_dis_expr] = STATE(47), - [sym__form] = STATE(369), - [sym_kwd_lit] = STATE(369), - [sym_str_lit] = STATE(369), - [sym_sym_lit] = STATE(369), - [sym__metadata_lit] = STATE(424), - [sym_meta_lit] = STATE(314), - [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(369), - [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(369), - [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(369), - [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(369), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(369), - [sym_regex_lit] = STATE(369), - [sym_read_cond_lit] = STATE(369), - [sym_splicing_read_cond_lit] = STATE(369), - [sym_ns_map_lit] = STATE(369), - [sym_var_quoting_lit] = STATE(369), - [sym_sym_val_lit] = STATE(369), - [sym_evaling_lit] = STATE(369), - [sym_tagged_or_ctor_lit] = STATE(369), - [sym_derefing_lit] = STATE(369), - [sym_quoting_lit] = STATE(369), - [sym_syn_quoting_lit] = STATE(369), - [sym_unquote_splicing_lit] = STATE(369), - [sym_unquoting_lit] = STATE(369), - [aux_sym_dis_expr_repeat1] = STATE(47), - [aux_sym_sym_lit_repeat1] = STATE(307), - [sym__ws] = ACTIONS(516), - [sym_comment] = ACTIONS(516), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(518), - [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), - [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(518), - [sym_nil_lit] = ACTIONS(520), - [sym_bool_lit] = ACTIONS(520), - [aux_sym__sym_qualified_token1] = ACTIONS(278), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(280), - [anon_sym_LBRACE] = ACTIONS(282), - [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), - [anon_sym_POUND_QMARK] = ACTIONS(288), - [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), - [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), - }, - [58] = { - [sym__gap] = STATE(48), - [sym_dis_expr] = STATE(48), [sym__form] = STATE(367), [sym_kwd_lit] = STATE(367), [sym_str_lit] = STATE(367), @@ -6628,7 +7064,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(367), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(367), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(367), [sym_regex_lit] = STATE(367), [sym_read_cond_lit] = STATE(367), @@ -6643,166 +7079,166 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_syn_quoting_lit] = STATE(367), [sym_unquote_splicing_lit] = STATE(367), [sym_unquoting_lit] = STATE(367), - [aux_sym_dis_expr_repeat1] = STATE(48), + [aux_sym_dis_expr_repeat1] = STATE(47), [aux_sym_sym_lit_repeat1] = STATE(307), - [sym__ws] = ACTIONS(522), - [sym_comment] = ACTIONS(522), + [sym__ws] = ACTIONS(514), + [sym_comment] = ACTIONS(514), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(310), + [sym_num_lit] = ACTIONS(516), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(310), - [sym_nil_lit] = ACTIONS(312), - [sym_bool_lit] = ACTIONS(312), + [sym_char_lit] = ACTIONS(516), + [sym_nil_lit] = ACTIONS(518), + [sym_bool_lit] = ACTIONS(518), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, - [59] = { - [sym__gap] = STATE(49), - [sym_dis_expr] = STATE(49), - [sym__form] = STATE(361), - [sym_kwd_lit] = STATE(361), - [sym_str_lit] = STATE(361), - [sym_sym_lit] = STATE(361), + [58] = { + [sym__gap] = STATE(48), + [sym_dis_expr] = STATE(48), + [sym__form] = STATE(366), + [sym_kwd_lit] = STATE(366), + [sym_str_lit] = STATE(366), + [sym_sym_lit] = STATE(366), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(361), + [sym_list_lit] = STATE(366), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(361), + [sym_map_lit] = STATE(366), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(361), + [sym_vec_lit] = STATE(366), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(361), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(361), - [sym_regex_lit] = STATE(361), - [sym_read_cond_lit] = STATE(361), - [sym_splicing_read_cond_lit] = STATE(361), - [sym_ns_map_lit] = STATE(361), - [sym_var_quoting_lit] = STATE(361), - [sym_sym_val_lit] = STATE(361), - [sym_evaling_lit] = STATE(361), - [sym_tagged_or_ctor_lit] = STATE(361), - [sym_derefing_lit] = STATE(361), - [sym_quoting_lit] = STATE(361), - [sym_syn_quoting_lit] = STATE(361), - [sym_unquote_splicing_lit] = STATE(361), - [sym_unquoting_lit] = STATE(361), - [aux_sym_dis_expr_repeat1] = STATE(49), + [sym_set_lit] = STATE(366), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(366), + [sym_regex_lit] = STATE(366), + [sym_read_cond_lit] = STATE(366), + [sym_splicing_read_cond_lit] = STATE(366), + [sym_ns_map_lit] = STATE(366), + [sym_var_quoting_lit] = STATE(366), + [sym_sym_val_lit] = STATE(366), + [sym_evaling_lit] = STATE(366), + [sym_tagged_or_ctor_lit] = STATE(366), + [sym_derefing_lit] = STATE(366), + [sym_quoting_lit] = STATE(366), + [sym_syn_quoting_lit] = STATE(366), + [sym_unquote_splicing_lit] = STATE(366), + [sym_unquoting_lit] = STATE(366), + [aux_sym_dis_expr_repeat1] = STATE(48), [aux_sym_sym_lit_repeat1] = STATE(307), - [sym__ws] = ACTIONS(524), - [sym_comment] = ACTIONS(524), + [sym__ws] = ACTIONS(520), + [sym_comment] = ACTIONS(520), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(526), + [sym_num_lit] = ACTIONS(522), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(526), - [sym_nil_lit] = ACTIONS(528), - [sym_bool_lit] = ACTIONS(528), + [sym_char_lit] = ACTIONS(522), + [sym_nil_lit] = ACTIONS(524), + [sym_bool_lit] = ACTIONS(524), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, - [60] = { - [sym__gap] = STATE(50), - [sym_dis_expr] = STATE(50), - [sym__form] = STATE(353), - [sym_kwd_lit] = STATE(353), - [sym_str_lit] = STATE(353), - [sym_sym_lit] = STATE(353), + [59] = { + [sym__gap] = STATE(49), + [sym_dis_expr] = STATE(49), + [sym__form] = STATE(355), + [sym_kwd_lit] = STATE(355), + [sym_str_lit] = STATE(355), + [sym_sym_lit] = STATE(355), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(353), + [sym_list_lit] = STATE(355), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(353), + [sym_map_lit] = STATE(355), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(353), + [sym_vec_lit] = STATE(355), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(353), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(353), - [sym_regex_lit] = STATE(353), - [sym_read_cond_lit] = STATE(353), - [sym_splicing_read_cond_lit] = STATE(353), - [sym_ns_map_lit] = STATE(353), - [sym_var_quoting_lit] = STATE(353), - [sym_sym_val_lit] = STATE(353), - [sym_evaling_lit] = STATE(353), - [sym_tagged_or_ctor_lit] = STATE(353), - [sym_derefing_lit] = STATE(353), - [sym_quoting_lit] = STATE(353), - [sym_syn_quoting_lit] = STATE(353), - [sym_unquote_splicing_lit] = STATE(353), - [sym_unquoting_lit] = STATE(353), - [aux_sym_dis_expr_repeat1] = STATE(50), + [sym_set_lit] = STATE(355), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(355), + [sym_regex_lit] = STATE(355), + [sym_read_cond_lit] = STATE(355), + [sym_splicing_read_cond_lit] = STATE(355), + [sym_ns_map_lit] = STATE(355), + [sym_var_quoting_lit] = STATE(355), + [sym_sym_val_lit] = STATE(355), + [sym_evaling_lit] = STATE(355), + [sym_tagged_or_ctor_lit] = STATE(355), + [sym_derefing_lit] = STATE(355), + [sym_quoting_lit] = STATE(355), + [sym_syn_quoting_lit] = STATE(355), + [sym_unquote_splicing_lit] = STATE(355), + [sym_unquoting_lit] = STATE(355), + [aux_sym_dis_expr_repeat1] = STATE(49), [aux_sym_sym_lit_repeat1] = STATE(307), - [sym__ws] = ACTIONS(530), - [sym_comment] = ACTIONS(530), + [sym__ws] = ACTIONS(526), + [sym_comment] = ACTIONS(526), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(452), + [sym_num_lit] = ACTIONS(528), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(452), - [sym_nil_lit] = ACTIONS(454), - [sym_bool_lit] = ACTIONS(454), + [sym_char_lit] = ACTIONS(528), + [sym_nil_lit] = ACTIONS(530), + [sym_bool_lit] = ACTIONS(530), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, - [61] = { - [sym__gap] = STATE(51), - [sym_dis_expr] = STATE(51), + [60] = { + [sym__gap] = STATE(50), + [sym_dis_expr] = STATE(50), [sym__form] = STATE(347), [sym_kwd_lit] = STATE(347), [sym_str_lit] = STATE(347), @@ -6817,7 +7253,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(347), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(347), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(347), [sym_regex_lit] = STATE(347), [sym_read_cond_lit] = STATE(347), @@ -6832,99 +7268,162 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_syn_quoting_lit] = STATE(347), [sym_unquote_splicing_lit] = STATE(347), [sym_unquoting_lit] = STATE(347), - [aux_sym_dis_expr_repeat1] = STATE(51), + [aux_sym_dis_expr_repeat1] = STATE(50), [aux_sym_sym_lit_repeat1] = STATE(307), [sym__ws] = ACTIONS(532), [sym_comment] = ACTIONS(532), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(534), + [sym_num_lit] = ACTIONS(316), + [anon_sym_SLASH] = ACTIONS(268), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), + [aux_sym_str_lit_token1] = ACTIONS(274), + [sym_char_lit] = ACTIONS(316), + [sym_nil_lit] = ACTIONS(318), + [sym_bool_lit] = ACTIONS(318), + [aux_sym__sym_qualified_token1] = ACTIONS(278), + [anon_sym_CARET] = ACTIONS(21), + [anon_sym_POUND_CARET] = ACTIONS(23), + [anon_sym_LPAREN] = ACTIONS(280), + [anon_sym_LBRACE] = ACTIONS(282), + [anon_sym_LBRACK] = ACTIONS(284), + [anon_sym_POUND] = ACTIONS(358), + [anon_sym_POUND_QMARK] = ACTIONS(288), + [anon_sym_POUND_QMARK_AT] = ACTIONS(290), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), + [anon_sym_POUND_EQ] = ACTIONS(296), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), + }, + [61] = { + [sym__gap] = STATE(51), + [sym_dis_expr] = STATE(51), + [sym__form] = STATE(345), + [sym_kwd_lit] = STATE(345), + [sym_str_lit] = STATE(345), + [sym_sym_lit] = STATE(345), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(345), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(345), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(345), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(345), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(345), + [sym_regex_lit] = STATE(345), + [sym_read_cond_lit] = STATE(345), + [sym_splicing_read_cond_lit] = STATE(345), + [sym_ns_map_lit] = STATE(345), + [sym_var_quoting_lit] = STATE(345), + [sym_sym_val_lit] = STATE(345), + [sym_evaling_lit] = STATE(345), + [sym_tagged_or_ctor_lit] = STATE(345), + [sym_derefing_lit] = STATE(345), + [sym_quoting_lit] = STATE(345), + [sym_syn_quoting_lit] = STATE(345), + [sym_unquote_splicing_lit] = STATE(345), + [sym_unquoting_lit] = STATE(345), + [aux_sym_dis_expr_repeat1] = STATE(51), + [aux_sym_sym_lit_repeat1] = STATE(307), + [sym__ws] = ACTIONS(534), + [sym_comment] = ACTIONS(534), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(498), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(534), - [sym_nil_lit] = ACTIONS(536), - [sym_bool_lit] = ACTIONS(536), + [sym_char_lit] = ACTIONS(498), + [sym_nil_lit] = ACTIONS(500), + [sym_bool_lit] = ACTIONS(500), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, [62] = { [sym__gap] = STATE(301), [sym_dis_expr] = STATE(301), - [sym__form] = STATE(408), - [sym_kwd_lit] = STATE(408), - [sym_str_lit] = STATE(408), - [sym_sym_lit] = STATE(408), + [sym__form] = STATE(389), + [sym_kwd_lit] = STATE(389), + [sym_str_lit] = STATE(389), + [sym_sym_lit] = STATE(389), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(408), + [sym_list_lit] = STATE(389), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(408), + [sym_map_lit] = STATE(389), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(408), + [sym_vec_lit] = STATE(389), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(408), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(408), - [sym_regex_lit] = STATE(408), - [sym_read_cond_lit] = STATE(408), - [sym_splicing_read_cond_lit] = STATE(408), - [sym_ns_map_lit] = STATE(408), - [sym_var_quoting_lit] = STATE(408), - [sym_sym_val_lit] = STATE(408), - [sym_evaling_lit] = STATE(408), - [sym_tagged_or_ctor_lit] = STATE(408), - [sym_derefing_lit] = STATE(408), - [sym_quoting_lit] = STATE(408), - [sym_syn_quoting_lit] = STATE(408), - [sym_unquote_splicing_lit] = STATE(408), - [sym_unquoting_lit] = STATE(408), + [sym_set_lit] = STATE(389), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(389), + [sym_regex_lit] = STATE(389), + [sym_read_cond_lit] = STATE(389), + [sym_splicing_read_cond_lit] = STATE(389), + [sym_ns_map_lit] = STATE(389), + [sym_var_quoting_lit] = STATE(389), + [sym_sym_val_lit] = STATE(389), + [sym_evaling_lit] = STATE(389), + [sym_tagged_or_ctor_lit] = STATE(389), + [sym_derefing_lit] = STATE(389), + [sym_quoting_lit] = STATE(389), + [sym_syn_quoting_lit] = STATE(389), + [sym_unquote_splicing_lit] = STATE(389), + [sym_unquoting_lit] = STATE(389), [aux_sym_dis_expr_repeat1] = STATE(301), [aux_sym_sym_lit_repeat1] = STATE(307), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(468), + [sym_num_lit] = ACTIONS(378), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(468), - [sym_nil_lit] = ACTIONS(470), - [sym_bool_lit] = ACTIONS(470), + [sym_char_lit] = ACTIONS(378), + [sym_nil_lit] = ACTIONS(380), + [sym_bool_lit] = ACTIONS(380), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, [63] = { [sym__gap] = STATE(301), @@ -6941,9 +7440,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(270), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(270), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(270), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(270), [sym_regex_lit] = STATE(270), [sym_read_cond_lit] = STATE(270), @@ -6963,14 +7462,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(538), + [sym_num_lit] = ACTIONS(536), [anon_sym_SLASH] = ACTIONS(9), [anon_sym_COLON] = ACTIONS(11), [anon_sym_COLON_COLON] = ACTIONS(13), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(538), - [sym_nil_lit] = ACTIONS(540), - [sym_bool_lit] = ACTIONS(540), + [sym_char_lit] = ACTIONS(536), + [sym_nil_lit] = ACTIONS(538), + [sym_bool_lit] = ACTIONS(538), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -6992,65 +7491,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [64] = { [sym__gap] = STATE(301), [sym_dis_expr] = STATE(301), - [sym__form] = STATE(349), - [sym_kwd_lit] = STATE(349), - [sym_str_lit] = STATE(349), - [sym_sym_lit] = STATE(349), + [sym__form] = STATE(399), + [sym_kwd_lit] = STATE(399), + [sym_str_lit] = STATE(399), + [sym_sym_lit] = STATE(399), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(349), + [sym_list_lit] = STATE(399), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(349), + [sym_map_lit] = STATE(399), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(349), + [sym_vec_lit] = STATE(399), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(349), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(349), - [sym_regex_lit] = STATE(349), - [sym_read_cond_lit] = STATE(349), - [sym_splicing_read_cond_lit] = STATE(349), - [sym_ns_map_lit] = STATE(349), - [sym_var_quoting_lit] = STATE(349), - [sym_sym_val_lit] = STATE(349), - [sym_evaling_lit] = STATE(349), - [sym_tagged_or_ctor_lit] = STATE(349), - [sym_derefing_lit] = STATE(349), - [sym_quoting_lit] = STATE(349), - [sym_syn_quoting_lit] = STATE(349), - [sym_unquote_splicing_lit] = STATE(349), - [sym_unquoting_lit] = STATE(349), + [sym_set_lit] = STATE(399), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(399), + [sym_regex_lit] = STATE(399), + [sym_read_cond_lit] = STATE(399), + [sym_splicing_read_cond_lit] = STATE(399), + [sym_ns_map_lit] = STATE(399), + [sym_var_quoting_lit] = STATE(399), + [sym_sym_val_lit] = STATE(399), + [sym_evaling_lit] = STATE(399), + [sym_tagged_or_ctor_lit] = STATE(399), + [sym_derefing_lit] = STATE(399), + [sym_quoting_lit] = STATE(399), + [sym_syn_quoting_lit] = STATE(399), + [sym_unquote_splicing_lit] = STATE(399), + [sym_unquoting_lit] = STATE(399), [aux_sym_dis_expr_repeat1] = STATE(301), [aux_sym_sym_lit_repeat1] = STATE(307), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(460), + [sym_num_lit] = ACTIONS(462), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(460), - [sym_nil_lit] = ACTIONS(462), - [sym_bool_lit] = ACTIONS(462), + [sym_char_lit] = ACTIONS(462), + [sym_nil_lit] = ACTIONS(464), + [sym_bool_lit] = ACTIONS(464), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, [65] = { [sym__gap] = STATE(301), @@ -7067,9 +7566,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(271), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(271), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(271), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(271), [sym_regex_lit] = STATE(271), [sym_read_cond_lit] = STATE(271), @@ -7089,14 +7588,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(542), + [sym_num_lit] = ACTIONS(540), [anon_sym_SLASH] = ACTIONS(9), [anon_sym_COLON] = ACTIONS(11), [anon_sym_COLON_COLON] = ACTIONS(13), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(542), - [sym_nil_lit] = ACTIONS(544), - [sym_bool_lit] = ACTIONS(544), + [sym_char_lit] = ACTIONS(540), + [sym_nil_lit] = ACTIONS(542), + [sym_bool_lit] = ACTIONS(542), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -7118,69 +7617,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [66] = { [sym__gap] = STATE(62), [sym_dis_expr] = STATE(62), - [sym__form] = STATE(366), - [sym_kwd_lit] = STATE(366), - [sym_str_lit] = STATE(366), - [sym_sym_lit] = STATE(366), - [sym__metadata_lit] = STATE(424), - [sym_meta_lit] = STATE(314), - [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(366), - [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(366), - [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(366), - [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(366), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(366), - [sym_regex_lit] = STATE(366), - [sym_read_cond_lit] = STATE(366), - [sym_splicing_read_cond_lit] = STATE(366), - [sym_ns_map_lit] = STATE(366), - [sym_var_quoting_lit] = STATE(366), - [sym_sym_val_lit] = STATE(366), - [sym_evaling_lit] = STATE(366), - [sym_tagged_or_ctor_lit] = STATE(366), - [sym_derefing_lit] = STATE(366), - [sym_quoting_lit] = STATE(366), - [sym_syn_quoting_lit] = STATE(366), - [sym_unquote_splicing_lit] = STATE(366), - [sym_unquoting_lit] = STATE(366), - [aux_sym_dis_expr_repeat1] = STATE(62), - [aux_sym_sym_lit_repeat1] = STATE(307), - [sym__ws] = ACTIONS(546), - [sym_comment] = ACTIONS(546), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(548), - [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), - [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(548), - [sym_nil_lit] = ACTIONS(550), - [sym_bool_lit] = ACTIONS(550), - [aux_sym__sym_qualified_token1] = ACTIONS(278), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(280), - [anon_sym_LBRACE] = ACTIONS(282), - [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), - [anon_sym_POUND_QMARK] = ACTIONS(288), - [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), - [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), - }, - [67] = { - [sym__gap] = STATE(64), - [sym_dis_expr] = STATE(64), [sym__form] = STATE(363), [sym_kwd_lit] = STATE(363), [sym_str_lit] = STATE(363), @@ -7195,7 +7631,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(363), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(363), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(363), [sym_regex_lit] = STATE(363), [sym_read_cond_lit] = STATE(363), @@ -7210,61 +7646,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_syn_quoting_lit] = STATE(363), [sym_unquote_splicing_lit] = STATE(363), [sym_unquoting_lit] = STATE(363), - [aux_sym_dis_expr_repeat1] = STATE(64), + [aux_sym_dis_expr_repeat1] = STATE(62), [aux_sym_sym_lit_repeat1] = STATE(307), - [sym__ws] = ACTIONS(552), - [sym_comment] = ACTIONS(552), + [sym__ws] = ACTIONS(544), + [sym_comment] = ACTIONS(544), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(554), + [sym_num_lit] = ACTIONS(546), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(554), - [sym_nil_lit] = ACTIONS(556), - [sym_bool_lit] = ACTIONS(556), + [sym_char_lit] = ACTIONS(546), + [sym_nil_lit] = ACTIONS(548), + [sym_bool_lit] = ACTIONS(548), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, - [68] = { - [sym__gap] = STATE(108), - [sym_dis_expr] = STATE(108), - [sym__form] = STATE(333), - [sym_kwd_lit] = STATE(333), - [sym_str_lit] = STATE(333), - [sym_sym_lit] = STATE(333), + [67] = { + [sym__gap] = STATE(64), + [sym_dis_expr] = STATE(64), + [sym__form] = STATE(361), + [sym_kwd_lit] = STATE(361), + [sym_str_lit] = STATE(361), + [sym_sym_lit] = STATE(361), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(333), + [sym_list_lit] = STATE(361), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(333), + [sym_map_lit] = STATE(361), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(333), + [sym_vec_lit] = STATE(361), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(333), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(333), - [sym_regex_lit] = STATE(333), - [sym_read_cond_lit] = STATE(333), - [sym_splicing_read_cond_lit] = STATE(333), - [sym_ns_map_lit] = STATE(333), - [sym_var_quoting_lit] = STATE(333), + [sym_set_lit] = STATE(361), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(361), + [sym_regex_lit] = STATE(361), + [sym_read_cond_lit] = STATE(361), + [sym_splicing_read_cond_lit] = STATE(361), + [sym_ns_map_lit] = STATE(361), + [sym_var_quoting_lit] = STATE(361), + [sym_sym_val_lit] = STATE(361), + [sym_evaling_lit] = STATE(361), + [sym_tagged_or_ctor_lit] = STATE(361), + [sym_derefing_lit] = STATE(361), + [sym_quoting_lit] = STATE(361), + [sym_syn_quoting_lit] = STATE(361), + [sym_unquote_splicing_lit] = STATE(361), + [sym_unquoting_lit] = STATE(361), + [aux_sym_dis_expr_repeat1] = STATE(64), + [aux_sym_sym_lit_repeat1] = STATE(307), + [sym__ws] = ACTIONS(550), + [sym_comment] = ACTIONS(550), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(552), + [anon_sym_SLASH] = ACTIONS(268), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), + [aux_sym_str_lit_token1] = ACTIONS(274), + [sym_char_lit] = ACTIONS(552), + [sym_nil_lit] = ACTIONS(554), + [sym_bool_lit] = ACTIONS(554), + [aux_sym__sym_qualified_token1] = ACTIONS(278), + [anon_sym_CARET] = ACTIONS(21), + [anon_sym_POUND_CARET] = ACTIONS(23), + [anon_sym_LPAREN] = ACTIONS(280), + [anon_sym_LBRACE] = ACTIONS(282), + [anon_sym_LBRACK] = ACTIONS(284), + [anon_sym_POUND] = ACTIONS(358), + [anon_sym_POUND_QMARK] = ACTIONS(288), + [anon_sym_POUND_QMARK_AT] = ACTIONS(290), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), + [anon_sym_POUND_EQ] = ACTIONS(296), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), + }, + [68] = { + [sym__gap] = STATE(108), + [sym_dis_expr] = STATE(108), + [sym__form] = STATE(333), + [sym_kwd_lit] = STATE(333), + [sym_str_lit] = STATE(333), + [sym_sym_lit] = STATE(333), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(333), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(333), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(333), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(333), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(333), + [sym_regex_lit] = STATE(333), + [sym_read_cond_lit] = STATE(333), + [sym_splicing_read_cond_lit] = STATE(333), + [sym_ns_map_lit] = STATE(333), + [sym_var_quoting_lit] = STATE(333), [sym_sym_val_lit] = STATE(333), [sym_evaling_lit] = STATE(333), [sym_tagged_or_ctor_lit] = STATE(333), @@ -7275,34 +7774,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_unquoting_lit] = STATE(333), [aux_sym_dis_expr_repeat1] = STATE(108), [aux_sym_sym_lit_repeat1] = STATE(307), - [sym__ws] = ACTIONS(558), - [sym_comment] = ACTIONS(558), + [sym__ws] = ACTIONS(556), + [sym_comment] = ACTIONS(556), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(560), + [sym_num_lit] = ACTIONS(558), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(560), - [sym_nil_lit] = ACTIONS(562), - [sym_bool_lit] = ACTIONS(562), + [sym_char_lit] = ACTIONS(558), + [sym_nil_lit] = ACTIONS(560), + [sym_bool_lit] = ACTIONS(560), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, [69] = { [sym__gap] = STATE(301), @@ -7321,7 +7820,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(332), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(332), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(332), [sym_regex_lit] = STATE(332), [sym_read_cond_lit] = STATE(332), @@ -7341,14 +7840,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(564), + [sym_num_lit] = ACTIONS(562), [anon_sym_SLASH] = ACTIONS(268), [anon_sym_COLON] = ACTIONS(270), [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(564), - [sym_nil_lit] = ACTIONS(566), - [sym_bool_lit] = ACTIONS(566), + [sym_char_lit] = ACTIONS(562), + [sym_nil_lit] = ACTIONS(564), + [sym_bool_lit] = ACTIONS(564), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -7382,9 +7881,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(275), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(275), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(275), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(275), [sym_regex_lit] = STATE(275), [sym_read_cond_lit] = STATE(275), @@ -7404,14 +7903,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(568), + [sym_num_lit] = ACTIONS(566), [anon_sym_SLASH] = ACTIONS(9), [anon_sym_COLON] = ACTIONS(11), [anon_sym_COLON_COLON] = ACTIONS(13), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(568), - [sym_nil_lit] = ACTIONS(570), - [sym_bool_lit] = ACTIONS(570), + [sym_char_lit] = ACTIONS(566), + [sym_nil_lit] = ACTIONS(568), + [sym_bool_lit] = ACTIONS(568), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -7447,7 +7946,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(331), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(331), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(331), [sym_regex_lit] = STATE(331), [sym_read_cond_lit] = STATE(331), @@ -7464,17 +7963,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_unquoting_lit] = STATE(331), [aux_sym_dis_expr_repeat1] = STATE(69), [aux_sym_sym_lit_repeat1] = STATE(304), - [sym__ws] = ACTIONS(572), - [sym_comment] = ACTIONS(572), + [sym__ws] = ACTIONS(570), + [sym_comment] = ACTIONS(570), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(574), + [sym_num_lit] = ACTIONS(572), [anon_sym_SLASH] = ACTIONS(268), [anon_sym_COLON] = ACTIONS(270), [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(574), - [sym_nil_lit] = ACTIONS(576), - [sym_bool_lit] = ACTIONS(576), + [sym_char_lit] = ACTIONS(572), + [sym_nil_lit] = ACTIONS(574), + [sym_bool_lit] = ACTIONS(574), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -7508,9 +8007,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(276), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(276), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(276), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(276), [sym_regex_lit] = STATE(276), [sym_read_cond_lit] = STATE(276), @@ -7530,14 +8029,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(578), + [sym_num_lit] = ACTIONS(576), [anon_sym_SLASH] = ACTIONS(9), [anon_sym_COLON] = ACTIONS(11), [anon_sym_COLON_COLON] = ACTIONS(13), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(578), - [sym_nil_lit] = ACTIONS(580), - [sym_bool_lit] = ACTIONS(580), + [sym_char_lit] = ACTIONS(576), + [sym_nil_lit] = ACTIONS(578), + [sym_bool_lit] = ACTIONS(578), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -7573,7 +8072,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(329), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(329), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(329), [sym_regex_lit] = STATE(329), [sym_read_cond_lit] = STATE(329), @@ -7593,14 +8092,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(582), + [sym_num_lit] = ACTIONS(580), [anon_sym_SLASH] = ACTIONS(268), [anon_sym_COLON] = ACTIONS(270), [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(582), - [sym_nil_lit] = ACTIONS(584), - [sym_bool_lit] = ACTIONS(584), + [sym_char_lit] = ACTIONS(580), + [sym_nil_lit] = ACTIONS(582), + [sym_bool_lit] = ACTIONS(582), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -7634,9 +8133,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(214), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(214), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(214), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(214), [sym_regex_lit] = STATE(214), [sym_read_cond_lit] = STATE(214), @@ -7656,14 +8155,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(586), + [sym_num_lit] = ACTIONS(584), [anon_sym_SLASH] = ACTIONS(9), [anon_sym_COLON] = ACTIONS(11), [anon_sym_COLON_COLON] = ACTIONS(13), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(586), - [sym_nil_lit] = ACTIONS(588), - [sym_bool_lit] = ACTIONS(588), + [sym_char_lit] = ACTIONS(584), + [sym_nil_lit] = ACTIONS(586), + [sym_bool_lit] = ACTIONS(586), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -7699,7 +8198,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(327), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(327), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(327), [sym_regex_lit] = STATE(327), [sym_read_cond_lit] = STATE(327), @@ -7719,14 +8218,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(590), + [sym_num_lit] = ACTIONS(588), [anon_sym_SLASH] = ACTIONS(268), [anon_sym_COLON] = ACTIONS(270), [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(590), - [sym_nil_lit] = ACTIONS(592), - [sym_bool_lit] = ACTIONS(592), + [sym_char_lit] = ACTIONS(588), + [sym_nil_lit] = ACTIONS(590), + [sym_bool_lit] = ACTIONS(590), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -7760,9 +8259,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(277), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(277), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(277), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(277), [sym_regex_lit] = STATE(277), [sym_read_cond_lit] = STATE(277), @@ -7782,14 +8281,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(594), + [sym_num_lit] = ACTIONS(592), [anon_sym_SLASH] = ACTIONS(9), [anon_sym_COLON] = ACTIONS(11), [anon_sym_COLON_COLON] = ACTIONS(13), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(594), - [sym_nil_lit] = ACTIONS(596), - [sym_bool_lit] = ACTIONS(596), + [sym_char_lit] = ACTIONS(592), + [sym_nil_lit] = ACTIONS(594), + [sym_bool_lit] = ACTIONS(594), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -7811,48 +8310,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [77] = { [sym__gap] = STATE(301), [sym_dis_expr] = STATE(301), - [sym__form] = STATE(375), - [sym_kwd_lit] = STATE(375), - [sym_str_lit] = STATE(375), - [sym_sym_lit] = STATE(375), + [sym__form] = STATE(411), + [sym_kwd_lit] = STATE(411), + [sym_str_lit] = STATE(411), + [sym_sym_lit] = STATE(411), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(375), + [sym_list_lit] = STATE(411), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(375), + [sym_map_lit] = STATE(411), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(375), + [sym_vec_lit] = STATE(411), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(375), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(375), - [sym_regex_lit] = STATE(375), - [sym_read_cond_lit] = STATE(375), - [sym_splicing_read_cond_lit] = STATE(375), - [sym_ns_map_lit] = STATE(375), - [sym_var_quoting_lit] = STATE(375), - [sym_sym_val_lit] = STATE(375), - [sym_evaling_lit] = STATE(375), - [sym_tagged_or_ctor_lit] = STATE(375), - [sym_derefing_lit] = STATE(375), - [sym_quoting_lit] = STATE(375), - [sym_syn_quoting_lit] = STATE(375), - [sym_unquote_splicing_lit] = STATE(375), - [sym_unquoting_lit] = STATE(375), + [sym_set_lit] = STATE(411), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(411), + [sym_regex_lit] = STATE(411), + [sym_read_cond_lit] = STATE(411), + [sym_splicing_read_cond_lit] = STATE(411), + [sym_ns_map_lit] = STATE(411), + [sym_var_quoting_lit] = STATE(411), + [sym_sym_val_lit] = STATE(411), + [sym_evaling_lit] = STATE(411), + [sym_tagged_or_ctor_lit] = STATE(411), + [sym_derefing_lit] = STATE(411), + [sym_quoting_lit] = STATE(411), + [sym_syn_quoting_lit] = STATE(411), + [sym_unquote_splicing_lit] = STATE(411), + [sym_unquoting_lit] = STATE(411), [aux_sym_dis_expr_repeat1] = STATE(301), [aux_sym_sym_lit_repeat1] = STATE(304), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(598), + [sym_num_lit] = ACTIONS(596), [anon_sym_SLASH] = ACTIONS(268), [anon_sym_COLON] = ACTIONS(270), [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(598), - [sym_nil_lit] = ACTIONS(600), - [sym_bool_lit] = ACTIONS(600), + [sym_char_lit] = ACTIONS(596), + [sym_nil_lit] = ACTIONS(598), + [sym_bool_lit] = ACTIONS(598), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -7886,9 +8385,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(278), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(278), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(278), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(278), [sym_regex_lit] = STATE(278), [sym_read_cond_lit] = STATE(278), @@ -7908,14 +8407,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(602), + [sym_num_lit] = ACTIONS(600), [anon_sym_SLASH] = ACTIONS(9), [anon_sym_COLON] = ACTIONS(11), [anon_sym_COLON_COLON] = ACTIONS(13), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(602), - [sym_nil_lit] = ACTIONS(604), - [sym_bool_lit] = ACTIONS(604), + [sym_char_lit] = ACTIONS(600), + [sym_nil_lit] = ACTIONS(602), + [sym_bool_lit] = ACTIONS(602), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -7937,48 +8436,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [79] = { [sym__gap] = STATE(301), [sym_dis_expr] = STATE(301), - [sym__form] = STATE(386), - [sym_kwd_lit] = STATE(386), - [sym_str_lit] = STATE(386), - [sym_sym_lit] = STATE(386), + [sym__form] = STATE(385), + [sym_kwd_lit] = STATE(385), + [sym_str_lit] = STATE(385), + [sym_sym_lit] = STATE(385), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(386), + [sym_list_lit] = STATE(385), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(386), + [sym_map_lit] = STATE(385), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(386), + [sym_vec_lit] = STATE(385), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(386), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(386), - [sym_regex_lit] = STATE(386), - [sym_read_cond_lit] = STATE(386), - [sym_splicing_read_cond_lit] = STATE(386), - [sym_ns_map_lit] = STATE(386), - [sym_var_quoting_lit] = STATE(386), - [sym_sym_val_lit] = STATE(386), - [sym_evaling_lit] = STATE(386), - [sym_tagged_or_ctor_lit] = STATE(386), - [sym_derefing_lit] = STATE(386), - [sym_quoting_lit] = STATE(386), - [sym_syn_quoting_lit] = STATE(386), - [sym_unquote_splicing_lit] = STATE(386), - [sym_unquoting_lit] = STATE(386), + [sym_set_lit] = STATE(385), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(385), + [sym_regex_lit] = STATE(385), + [sym_read_cond_lit] = STATE(385), + [sym_splicing_read_cond_lit] = STATE(385), + [sym_ns_map_lit] = STATE(385), + [sym_var_quoting_lit] = STATE(385), + [sym_sym_val_lit] = STATE(385), + [sym_evaling_lit] = STATE(385), + [sym_tagged_or_ctor_lit] = STATE(385), + [sym_derefing_lit] = STATE(385), + [sym_quoting_lit] = STATE(385), + [sym_syn_quoting_lit] = STATE(385), + [sym_unquote_splicing_lit] = STATE(385), + [sym_unquoting_lit] = STATE(385), [aux_sym_dis_expr_repeat1] = STATE(301), [aux_sym_sym_lit_repeat1] = STATE(304), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(606), + [sym_num_lit] = ACTIONS(604), [anon_sym_SLASH] = ACTIONS(268), [anon_sym_COLON] = ACTIONS(270), [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(606), - [sym_nil_lit] = ACTIONS(608), - [sym_bool_lit] = ACTIONS(608), + [sym_char_lit] = ACTIONS(604), + [sym_nil_lit] = ACTIONS(606), + [sym_bool_lit] = ACTIONS(606), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -8014,7 +8513,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(335), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(335), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(335), [sym_regex_lit] = STATE(335), [sym_read_cond_lit] = STATE(335), @@ -8034,14 +8533,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(314), + [sym_num_lit] = ACTIONS(608), [anon_sym_SLASH] = ACTIONS(268), [anon_sym_COLON] = ACTIONS(270), [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(314), - [sym_nil_lit] = ACTIONS(320), - [sym_bool_lit] = ACTIONS(320), + [sym_char_lit] = ACTIONS(608), + [sym_nil_lit] = ACTIONS(610), + [sym_bool_lit] = ACTIONS(610), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -8077,7 +8576,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(334), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(334), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(334), [sym_regex_lit] = STATE(334), [sym_read_cond_lit] = STATE(334), @@ -8097,14 +8596,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(368), + [sym_num_lit] = ACTIONS(350), [anon_sym_SLASH] = ACTIONS(268), [anon_sym_COLON] = ACTIONS(270), [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(368), - [sym_nil_lit] = ACTIONS(370), - [sym_bool_lit] = ACTIONS(370), + [sym_char_lit] = ACTIONS(350), + [sym_nil_lit] = ACTIONS(356), + [sym_bool_lit] = ACTIONS(356), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -8140,7 +8639,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(417), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(417), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(417), [sym_regex_lit] = STATE(417), [sym_read_cond_lit] = STATE(417), @@ -8160,14 +8659,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(372), + [sym_num_lit] = ACTIONS(374), [anon_sym_SLASH] = ACTIONS(268), [anon_sym_COLON] = ACTIONS(270), [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(372), - [sym_nil_lit] = ACTIONS(374), - [sym_bool_lit] = ACTIONS(374), + [sym_char_lit] = ACTIONS(374), + [sym_nil_lit] = ACTIONS(376), + [sym_bool_lit] = ACTIONS(376), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -8203,7 +8702,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(350), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(350), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(350), [sym_regex_lit] = STATE(350), [sym_read_cond_lit] = STATE(350), @@ -8223,14 +8722,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(376), + [sym_num_lit] = ACTIONS(612), [anon_sym_SLASH] = ACTIONS(268), [anon_sym_COLON] = ACTIONS(270), [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(376), - [sym_nil_lit] = ACTIONS(378), - [sym_bool_lit] = ACTIONS(378), + [sym_char_lit] = ACTIONS(612), + [sym_nil_lit] = ACTIONS(614), + [sym_bool_lit] = ACTIONS(614), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -8266,7 +8765,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(357), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(357), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(357), [sym_regex_lit] = STATE(357), [sym_read_cond_lit] = STATE(357), @@ -8283,17 +8782,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_unquoting_lit] = STATE(357), [aux_sym_dis_expr_repeat1] = STATE(73), [aux_sym_sym_lit_repeat1] = STATE(304), - [sym__ws] = ACTIONS(610), - [sym_comment] = ACTIONS(610), + [sym__ws] = ACTIONS(616), + [sym_comment] = ACTIONS(616), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(382), + [sym_num_lit] = ACTIONS(384), [anon_sym_SLASH] = ACTIONS(268), [anon_sym_COLON] = ACTIONS(270), [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(382), - [sym_nil_lit] = ACTIONS(384), - [sym_bool_lit] = ACTIONS(384), + [sym_char_lit] = ACTIONS(384), + [sym_nil_lit] = ACTIONS(386), + [sym_bool_lit] = ACTIONS(386), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -8329,7 +8828,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(362), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(362), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(362), [sym_regex_lit] = STATE(362), [sym_read_cond_lit] = STATE(362), @@ -8346,17 +8845,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_unquoting_lit] = STATE(362), [aux_sym_dis_expr_repeat1] = STATE(75), [aux_sym_sym_lit_repeat1] = STATE(304), - [sym__ws] = ACTIONS(612), - [sym_comment] = ACTIONS(612), + [sym__ws] = ACTIONS(618), + [sym_comment] = ACTIONS(618), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(388), + [sym_num_lit] = ACTIONS(390), [anon_sym_SLASH] = ACTIONS(268), [anon_sym_COLON] = ACTIONS(270), [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(388), - [sym_nil_lit] = ACTIONS(390), - [sym_bool_lit] = ACTIONS(390), + [sym_char_lit] = ACTIONS(390), + [sym_nil_lit] = ACTIONS(392), + [sym_bool_lit] = ACTIONS(392), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -8390,9 +8889,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(283), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(283), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(283), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(283), [sym_regex_lit] = STATE(283), [sym_read_cond_lit] = STATE(283), @@ -8409,17 +8908,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_unquoting_lit] = STATE(283), [aux_sym_dis_expr_repeat1] = STATE(138), [aux_sym_sym_lit_repeat1] = STATE(305), - [sym__ws] = ACTIONS(614), - [sym_comment] = ACTIONS(614), + [sym__ws] = ACTIONS(620), + [sym_comment] = ACTIONS(620), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(616), + [sym_num_lit] = ACTIONS(622), [anon_sym_SLASH] = ACTIONS(9), [anon_sym_COLON] = ACTIONS(11), [anon_sym_COLON_COLON] = ACTIONS(13), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(616), - [sym_nil_lit] = ACTIONS(618), - [sym_bool_lit] = ACTIONS(618), + [sym_char_lit] = ACTIONS(622), + [sym_nil_lit] = ACTIONS(624), + [sym_bool_lit] = ACTIONS(624), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -8455,7 +8954,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(364), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(364), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(364), [sym_regex_lit] = STATE(364), [sym_read_cond_lit] = STATE(364), @@ -8475,14 +8974,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(392), + [sym_num_lit] = ACTIONS(394), [anon_sym_SLASH] = ACTIONS(268), [anon_sym_COLON] = ACTIONS(270), [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(392), - [sym_nil_lit] = ACTIONS(394), - [sym_bool_lit] = ACTIONS(394), + [sym_char_lit] = ACTIONS(394), + [sym_nil_lit] = ACTIONS(396), + [sym_bool_lit] = ACTIONS(396), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -8516,9 +9015,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(287), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(287), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(287), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(287), [sym_regex_lit] = STATE(287), [sym_read_cond_lit] = STATE(287), @@ -8535,17 +9034,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_unquoting_lit] = STATE(287), [aux_sym_dis_expr_repeat1] = STATE(144), [aux_sym_sym_lit_repeat1] = STATE(305), - [sym__ws] = ACTIONS(620), - [sym_comment] = ACTIONS(620), + [sym__ws] = ACTIONS(626), + [sym_comment] = ACTIONS(626), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(622), + [sym_num_lit] = ACTIONS(628), [anon_sym_SLASH] = ACTIONS(9), [anon_sym_COLON] = ACTIONS(11), [anon_sym_COLON_COLON] = ACTIONS(13), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(622), - [sym_nil_lit] = ACTIONS(624), - [sym_bool_lit] = ACTIONS(624), + [sym_char_lit] = ACTIONS(628), + [sym_nil_lit] = ACTIONS(630), + [sym_bool_lit] = ACTIONS(630), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -8579,9 +9078,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(289), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(289), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(289), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(289), [sym_regex_lit] = STATE(289), [sym_read_cond_lit] = STATE(289), @@ -8598,17 +9097,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_unquoting_lit] = STATE(289), [aux_sym_dis_expr_repeat1] = STATE(146), [aux_sym_sym_lit_repeat1] = STATE(305), - [sym__ws] = ACTIONS(626), - [sym_comment] = ACTIONS(626), + [sym__ws] = ACTIONS(632), + [sym_comment] = ACTIONS(632), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(628), + [sym_num_lit] = ACTIONS(634), [anon_sym_SLASH] = ACTIONS(9), [anon_sym_COLON] = ACTIONS(11), [anon_sym_COLON_COLON] = ACTIONS(13), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(628), - [sym_nil_lit] = ACTIONS(630), - [sym_bool_lit] = ACTIONS(630), + [sym_char_lit] = ACTIONS(634), + [sym_nil_lit] = ACTIONS(636), + [sym_bool_lit] = ACTIONS(636), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -8642,9 +9141,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(290), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(290), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(290), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(290), [sym_regex_lit] = STATE(290), [sym_read_cond_lit] = STATE(290), @@ -8661,17 +9160,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_unquoting_lit] = STATE(290), [aux_sym_dis_expr_repeat1] = STATE(148), [aux_sym_sym_lit_repeat1] = STATE(305), - [sym__ws] = ACTIONS(632), - [sym_comment] = ACTIONS(632), + [sym__ws] = ACTIONS(638), + [sym_comment] = ACTIONS(638), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(634), + [sym_num_lit] = ACTIONS(640), [anon_sym_SLASH] = ACTIONS(9), [anon_sym_COLON] = ACTIONS(11), [anon_sym_COLON_COLON] = ACTIONS(13), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(634), - [sym_nil_lit] = ACTIONS(636), - [sym_bool_lit] = ACTIONS(636), + [sym_char_lit] = ACTIONS(640), + [sym_nil_lit] = ACTIONS(642), + [sym_bool_lit] = ACTIONS(642), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -8705,9 +9204,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(291), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(291), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(291), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(291), [sym_regex_lit] = STATE(291), [sym_read_cond_lit] = STATE(291), @@ -8724,17 +9223,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_unquoting_lit] = STATE(291), [aux_sym_dis_expr_repeat1] = STATE(150), [aux_sym_sym_lit_repeat1] = STATE(305), - [sym__ws] = ACTIONS(638), - [sym_comment] = ACTIONS(638), + [sym__ws] = ACTIONS(644), + [sym_comment] = ACTIONS(644), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(640), + [sym_num_lit] = ACTIONS(646), [anon_sym_SLASH] = ACTIONS(9), [anon_sym_COLON] = ACTIONS(11), [anon_sym_COLON_COLON] = ACTIONS(13), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(640), - [sym_nil_lit] = ACTIONS(642), - [sym_bool_lit] = ACTIONS(642), + [sym_char_lit] = ACTIONS(646), + [sym_nil_lit] = ACTIONS(648), + [sym_bool_lit] = ACTIONS(648), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -8768,9 +9267,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(263), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(263), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(263), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(263), [sym_regex_lit] = STATE(263), [sym_read_cond_lit] = STATE(263), @@ -8787,17 +9286,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_unquoting_lit] = STATE(263), [aux_sym_dis_expr_repeat1] = STATE(152), [aux_sym_sym_lit_repeat1] = STATE(305), - [sym__ws] = ACTIONS(644), - [sym_comment] = ACTIONS(644), + [sym__ws] = ACTIONS(650), + [sym_comment] = ACTIONS(650), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(646), + [sym_num_lit] = ACTIONS(652), [anon_sym_SLASH] = ACTIONS(9), [anon_sym_COLON] = ACTIONS(11), [anon_sym_COLON_COLON] = ACTIONS(13), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(646), - [sym_nil_lit] = ACTIONS(648), - [sym_bool_lit] = ACTIONS(648), + [sym_char_lit] = ACTIONS(652), + [sym_nil_lit] = ACTIONS(654), + [sym_bool_lit] = ACTIONS(654), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -8819,48 +9318,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [93] = { [sym__gap] = STATE(77), [sym_dis_expr] = STATE(77), - [sym__form] = STATE(409), - [sym_kwd_lit] = STATE(409), - [sym_str_lit] = STATE(409), - [sym_sym_lit] = STATE(409), + [sym__form] = STATE(378), + [sym_kwd_lit] = STATE(378), + [sym_str_lit] = STATE(378), + [sym_sym_lit] = STATE(378), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(409), + [sym_list_lit] = STATE(378), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(409), + [sym_map_lit] = STATE(378), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(409), + [sym_vec_lit] = STATE(378), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(409), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(409), - [sym_regex_lit] = STATE(409), - [sym_read_cond_lit] = STATE(409), - [sym_splicing_read_cond_lit] = STATE(409), - [sym_ns_map_lit] = STATE(409), - [sym_var_quoting_lit] = STATE(409), - [sym_sym_val_lit] = STATE(409), - [sym_evaling_lit] = STATE(409), - [sym_tagged_or_ctor_lit] = STATE(409), - [sym_derefing_lit] = STATE(409), - [sym_quoting_lit] = STATE(409), - [sym_syn_quoting_lit] = STATE(409), - [sym_unquote_splicing_lit] = STATE(409), - [sym_unquoting_lit] = STATE(409), + [sym_set_lit] = STATE(378), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(378), + [sym_regex_lit] = STATE(378), + [sym_read_cond_lit] = STATE(378), + [sym_splicing_read_cond_lit] = STATE(378), + [sym_ns_map_lit] = STATE(378), + [sym_var_quoting_lit] = STATE(378), + [sym_sym_val_lit] = STATE(378), + [sym_evaling_lit] = STATE(378), + [sym_tagged_or_ctor_lit] = STATE(378), + [sym_derefing_lit] = STATE(378), + [sym_quoting_lit] = STATE(378), + [sym_syn_quoting_lit] = STATE(378), + [sym_unquote_splicing_lit] = STATE(378), + [sym_unquoting_lit] = STATE(378), [aux_sym_dis_expr_repeat1] = STATE(77), [aux_sym_sym_lit_repeat1] = STATE(304), - [sym__ws] = ACTIONS(650), - [sym_comment] = ACTIONS(650), + [sym__ws] = ACTIONS(656), + [sym_comment] = ACTIONS(656), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(398), + [sym_num_lit] = ACTIONS(400), [anon_sym_SLASH] = ACTIONS(268), [anon_sym_COLON] = ACTIONS(270), [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(398), - [sym_nil_lit] = ACTIONS(400), - [sym_bool_lit] = ACTIONS(400), + [sym_char_lit] = ACTIONS(400), + [sym_nil_lit] = ACTIONS(402), + [sym_bool_lit] = ACTIONS(402), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -8896,7 +9395,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(384), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(384), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(384), [sym_regex_lit] = STATE(384), [sym_read_cond_lit] = STATE(384), @@ -8913,17 +9412,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_unquoting_lit] = STATE(384), [aux_sym_dis_expr_repeat1] = STATE(79), [aux_sym_sym_lit_repeat1] = STATE(304), - [sym__ws] = ACTIONS(652), - [sym_comment] = ACTIONS(652), + [sym__ws] = ACTIONS(658), + [sym_comment] = ACTIONS(658), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(404), + [sym_num_lit] = ACTIONS(406), [anon_sym_SLASH] = ACTIONS(268), [anon_sym_COLON] = ACTIONS(270), [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(404), - [sym_nil_lit] = ACTIONS(406), - [sym_bool_lit] = ACTIONS(406), + [sym_char_lit] = ACTIONS(406), + [sym_nil_lit] = ACTIONS(408), + [sym_bool_lit] = ACTIONS(408), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -8945,48 +9444,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [95] = { [sym__gap] = STATE(80), [sym_dis_expr] = STATE(80), - [sym__form] = STATE(389), - [sym_kwd_lit] = STATE(389), - [sym_str_lit] = STATE(389), - [sym_sym_lit] = STATE(389), + [sym__form] = STATE(410), + [sym_kwd_lit] = STATE(410), + [sym_str_lit] = STATE(410), + [sym_sym_lit] = STATE(410), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(389), + [sym_list_lit] = STATE(410), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(389), + [sym_map_lit] = STATE(410), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(389), + [sym_vec_lit] = STATE(410), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(389), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(389), - [sym_regex_lit] = STATE(389), - [sym_read_cond_lit] = STATE(389), - [sym_splicing_read_cond_lit] = STATE(389), - [sym_ns_map_lit] = STATE(389), - [sym_var_quoting_lit] = STATE(389), - [sym_sym_val_lit] = STATE(389), - [sym_evaling_lit] = STATE(389), - [sym_tagged_or_ctor_lit] = STATE(389), - [sym_derefing_lit] = STATE(389), - [sym_quoting_lit] = STATE(389), - [sym_syn_quoting_lit] = STATE(389), - [sym_unquote_splicing_lit] = STATE(389), - [sym_unquoting_lit] = STATE(389), + [sym_set_lit] = STATE(410), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(410), + [sym_regex_lit] = STATE(410), + [sym_read_cond_lit] = STATE(410), + [sym_splicing_read_cond_lit] = STATE(410), + [sym_ns_map_lit] = STATE(410), + [sym_var_quoting_lit] = STATE(410), + [sym_sym_val_lit] = STATE(410), + [sym_evaling_lit] = STATE(410), + [sym_tagged_or_ctor_lit] = STATE(410), + [sym_derefing_lit] = STATE(410), + [sym_quoting_lit] = STATE(410), + [sym_syn_quoting_lit] = STATE(410), + [sym_unquote_splicing_lit] = STATE(410), + [sym_unquoting_lit] = STATE(410), [aux_sym_dis_expr_repeat1] = STATE(80), [aux_sym_sym_lit_repeat1] = STATE(304), - [sym__ws] = ACTIONS(654), - [sym_comment] = ACTIONS(654), + [sym__ws] = ACTIONS(660), + [sym_comment] = ACTIONS(660), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(410), + [sym_num_lit] = ACTIONS(412), [anon_sym_SLASH] = ACTIONS(268), [anon_sym_COLON] = ACTIONS(270), [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(410), - [sym_nil_lit] = ACTIONS(412), - [sym_bool_lit] = ACTIONS(412), + [sym_char_lit] = ACTIONS(412), + [sym_nil_lit] = ACTIONS(414), + [sym_bool_lit] = ACTIONS(414), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -9022,7 +9521,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(391), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(391), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(391), [sym_regex_lit] = STATE(391), [sym_read_cond_lit] = STATE(391), @@ -9039,17 +9538,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_unquoting_lit] = STATE(391), [aux_sym_dis_expr_repeat1] = STATE(81), [aux_sym_sym_lit_repeat1] = STATE(304), - [sym__ws] = ACTIONS(656), - [sym_comment] = ACTIONS(656), + [sym__ws] = ACTIONS(662), + [sym_comment] = ACTIONS(662), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(416), + [sym_num_lit] = ACTIONS(418), [anon_sym_SLASH] = ACTIONS(268), [anon_sym_COLON] = ACTIONS(270), [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(416), - [sym_nil_lit] = ACTIONS(418), - [sym_bool_lit] = ACTIONS(418), + [sym_char_lit] = ACTIONS(418), + [sym_nil_lit] = ACTIONS(420), + [sym_bool_lit] = ACTIONS(420), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -9085,7 +9584,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(393), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(393), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(393), [sym_regex_lit] = STATE(393), [sym_read_cond_lit] = STATE(393), @@ -9102,17 +9601,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_unquoting_lit] = STATE(393), [aux_sym_dis_expr_repeat1] = STATE(82), [aux_sym_sym_lit_repeat1] = STATE(304), - [sym__ws] = ACTIONS(658), - [sym_comment] = ACTIONS(658), + [sym__ws] = ACTIONS(664), + [sym_comment] = ACTIONS(664), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(446), + [sym_num_lit] = ACTIONS(448), [anon_sym_SLASH] = ACTIONS(268), [anon_sym_COLON] = ACTIONS(270), [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(446), - [sym_nil_lit] = ACTIONS(448), - [sym_bool_lit] = ACTIONS(448), + [sym_char_lit] = ACTIONS(448), + [sym_nil_lit] = ACTIONS(450), + [sym_bool_lit] = ACTIONS(450), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -9148,7 +9647,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(405), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(405), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(405), [sym_regex_lit] = STATE(405), [sym_read_cond_lit] = STATE(405), @@ -9165,17 +9664,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_unquoting_lit] = STATE(405), [aux_sym_dis_expr_repeat1] = STATE(83), [aux_sym_sym_lit_repeat1] = STATE(304), - [sym__ws] = ACTIONS(660), - [sym_comment] = ACTIONS(660), + [sym__ws] = ACTIONS(666), + [sym_comment] = ACTIONS(666), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(662), + [sym_num_lit] = ACTIONS(454), [anon_sym_SLASH] = ACTIONS(268), [anon_sym_COLON] = ACTIONS(270), [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(662), - [sym_nil_lit] = ACTIONS(664), - [sym_bool_lit] = ACTIONS(664), + [sym_char_lit] = ACTIONS(454), + [sym_nil_lit] = ACTIONS(456), + [sym_bool_lit] = ACTIONS(456), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -9197,48 +9696,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [99] = { [sym__gap] = STATE(301), [sym_dis_expr] = STATE(301), - [sym__form] = STATE(378), - [sym_kwd_lit] = STATE(378), - [sym_str_lit] = STATE(378), - [sym_sym_lit] = STATE(378), + [sym__form] = STATE(369), + [sym_kwd_lit] = STATE(369), + [sym_str_lit] = STATE(369), + [sym_sym_lit] = STATE(369), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(378), + [sym_list_lit] = STATE(369), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(378), + [sym_map_lit] = STATE(369), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(378), + [sym_vec_lit] = STATE(369), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(378), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(378), - [sym_regex_lit] = STATE(378), - [sym_read_cond_lit] = STATE(378), - [sym_splicing_read_cond_lit] = STATE(378), - [sym_ns_map_lit] = STATE(378), - [sym_var_quoting_lit] = STATE(378), - [sym_sym_val_lit] = STATE(378), - [sym_evaling_lit] = STATE(378), - [sym_tagged_or_ctor_lit] = STATE(378), - [sym_derefing_lit] = STATE(378), - [sym_quoting_lit] = STATE(378), - [sym_syn_quoting_lit] = STATE(378), - [sym_unquote_splicing_lit] = STATE(378), - [sym_unquoting_lit] = STATE(378), - [aux_sym_dis_expr_repeat1] = STATE(301), - [aux_sym_sym_lit_repeat1] = STATE(304), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(456), - [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(270), - [anon_sym_COLON_COLON] = ACTIONS(272), + [sym_set_lit] = STATE(369), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(369), + [sym_regex_lit] = STATE(369), + [sym_read_cond_lit] = STATE(369), + [sym_splicing_read_cond_lit] = STATE(369), + [sym_ns_map_lit] = STATE(369), + [sym_var_quoting_lit] = STATE(369), + [sym_sym_val_lit] = STATE(369), + [sym_evaling_lit] = STATE(369), + [sym_tagged_or_ctor_lit] = STATE(369), + [sym_derefing_lit] = STATE(369), + [sym_quoting_lit] = STATE(369), + [sym_syn_quoting_lit] = STATE(369), + [sym_unquote_splicing_lit] = STATE(369), + [sym_unquoting_lit] = STATE(369), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(304), + [sym__ws] = ACTIONS(264), + [sym_comment] = ACTIONS(264), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(458), + [anon_sym_SLASH] = ACTIONS(268), + [anon_sym_COLON] = ACTIONS(270), + [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(456), - [sym_nil_lit] = ACTIONS(458), - [sym_bool_lit] = ACTIONS(458), + [sym_char_lit] = ACTIONS(458), + [sym_nil_lit] = ACTIONS(460), + [sym_bool_lit] = ACTIONS(460), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -9274,7 +9773,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(412), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(412), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(412), [sym_regex_lit] = STATE(412), [sym_read_cond_lit] = STATE(412), @@ -9294,14 +9793,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(464), + [sym_num_lit] = ACTIONS(466), [anon_sym_SLASH] = ACTIONS(268), [anon_sym_COLON] = ACTIONS(270), [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(464), - [sym_nil_lit] = ACTIONS(466), - [sym_bool_lit] = ACTIONS(466), + [sym_char_lit] = ACTIONS(466), + [sym_nil_lit] = ACTIONS(468), + [sym_bool_lit] = ACTIONS(468), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -9337,7 +9836,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(414), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(414), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(414), [sym_regex_lit] = STATE(414), [sym_read_cond_lit] = STATE(414), @@ -9357,14 +9856,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(472), + [sym_num_lit] = ACTIONS(470), [anon_sym_SLASH] = ACTIONS(268), [anon_sym_COLON] = ACTIONS(270), [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(472), - [sym_nil_lit] = ACTIONS(474), - [sym_bool_lit] = ACTIONS(474), + [sym_char_lit] = ACTIONS(470), + [sym_nil_lit] = ACTIONS(472), + [sym_bool_lit] = ACTIONS(472), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -9400,7 +9899,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(415), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(415), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(415), [sym_regex_lit] = STATE(415), [sym_read_cond_lit] = STATE(415), @@ -9420,14 +9919,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(476), + [sym_num_lit] = ACTIONS(474), [anon_sym_SLASH] = ACTIONS(268), [anon_sym_COLON] = ACTIONS(270), [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(476), - [sym_nil_lit] = ACTIONS(478), - [sym_bool_lit] = ACTIONS(478), + [sym_char_lit] = ACTIONS(474), + [sym_nil_lit] = ACTIONS(476), + [sym_bool_lit] = ACTIONS(476), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -9463,7 +9962,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(416), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(416), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(416), [sym_regex_lit] = STATE(416), [sym_read_cond_lit] = STATE(416), @@ -9483,14 +9982,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(480), + [sym_num_lit] = ACTIONS(478), [anon_sym_SLASH] = ACTIONS(268), [anon_sym_COLON] = ACTIONS(270), [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(480), - [sym_nil_lit] = ACTIONS(482), - [sym_bool_lit] = ACTIONS(482), + [sym_char_lit] = ACTIONS(478), + [sym_nil_lit] = ACTIONS(480), + [sym_bool_lit] = ACTIONS(480), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -9526,7 +10025,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(419), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(419), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(419), [sym_regex_lit] = STATE(419), [sym_read_cond_lit] = STATE(419), @@ -9546,14 +10045,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(484), + [sym_num_lit] = ACTIONS(482), [anon_sym_SLASH] = ACTIONS(268), [anon_sym_COLON] = ACTIONS(270), [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(484), - [sym_nil_lit] = ACTIONS(486), - [sym_bool_lit] = ACTIONS(486), + [sym_char_lit] = ACTIONS(482), + [sym_nil_lit] = ACTIONS(484), + [sym_bool_lit] = ACTIONS(484), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -9575,111 +10074,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [105] = { [sym__gap] = STATE(184), [sym_dis_expr] = STATE(184), - [sym__form] = STATE(409), - [sym_kwd_lit] = STATE(409), - [sym_str_lit] = STATE(409), - [sym_sym_lit] = STATE(409), + [sym__form] = STATE(378), + [sym_kwd_lit] = STATE(378), + [sym_str_lit] = STATE(378), + [sym_sym_lit] = STATE(378), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(409), + [sym_list_lit] = STATE(378), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(409), + [sym_map_lit] = STATE(378), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(409), + [sym_vec_lit] = STATE(378), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(409), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(409), - [sym_regex_lit] = STATE(409), - [sym_read_cond_lit] = STATE(409), - [sym_splicing_read_cond_lit] = STATE(409), - [sym_ns_map_lit] = STATE(409), - [sym_var_quoting_lit] = STATE(409), - [sym_sym_val_lit] = STATE(409), - [sym_evaling_lit] = STATE(409), - [sym_tagged_or_ctor_lit] = STATE(409), - [sym_derefing_lit] = STATE(409), - [sym_quoting_lit] = STATE(409), - [sym_syn_quoting_lit] = STATE(409), - [sym_unquote_splicing_lit] = STATE(409), - [sym_unquoting_lit] = STATE(409), + [sym_set_lit] = STATE(378), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(378), + [sym_regex_lit] = STATE(378), + [sym_read_cond_lit] = STATE(378), + [sym_splicing_read_cond_lit] = STATE(378), + [sym_ns_map_lit] = STATE(378), + [sym_var_quoting_lit] = STATE(378), + [sym_sym_val_lit] = STATE(378), + [sym_evaling_lit] = STATE(378), + [sym_tagged_or_ctor_lit] = STATE(378), + [sym_derefing_lit] = STATE(378), + [sym_quoting_lit] = STATE(378), + [sym_syn_quoting_lit] = STATE(378), + [sym_unquote_splicing_lit] = STATE(378), + [sym_unquoting_lit] = STATE(378), [aux_sym_dis_expr_repeat1] = STATE(184), [aux_sym_sym_lit_repeat1] = STATE(306), - [sym__ws] = ACTIONS(666), - [sym_comment] = ACTIONS(666), + [sym__ws] = ACTIONS(668), + [sym_comment] = ACTIONS(668), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(398), + [sym_num_lit] = ACTIONS(400), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(398), - [sym_nil_lit] = ACTIONS(400), - [sym_bool_lit] = ACTIONS(400), + [sym_char_lit] = ACTIONS(400), + [sym_nil_lit] = ACTIONS(402), + [sym_bool_lit] = ACTIONS(402), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [106] = { [sym__gap] = STATE(39), [sym_dis_expr] = STATE(39), - [sym__form] = STATE(227), - [sym_kwd_lit] = STATE(227), - [sym_str_lit] = STATE(227), - [sym_sym_lit] = STATE(227), + [sym__form] = STATE(229), + [sym_kwd_lit] = STATE(229), + [sym_str_lit] = STATE(229), + [sym_sym_lit] = STATE(229), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(227), + [sym_list_lit] = STATE(229), [sym__bare_list_lit] = STATE(218), - [sym_map_lit] = STATE(227), + [sym_map_lit] = STATE(229), [sym__bare_map_lit] = STATE(219), - [sym_vec_lit] = STATE(227), - [sym__bare_vec_lit] = STATE(224), - [sym_set_lit] = STATE(227), - [sym__bare_set_lit] = STATE(225), - [sym_anon_fn_lit] = STATE(227), - [sym_regex_lit] = STATE(227), - [sym_read_cond_lit] = STATE(227), - [sym_splicing_read_cond_lit] = STATE(227), - [sym_ns_map_lit] = STATE(227), - [sym_var_quoting_lit] = STATE(227), - [sym_sym_val_lit] = STATE(227), - [sym_evaling_lit] = STATE(227), - [sym_tagged_or_ctor_lit] = STATE(227), - [sym_derefing_lit] = STATE(227), - [sym_quoting_lit] = STATE(227), - [sym_syn_quoting_lit] = STATE(227), - [sym_unquote_splicing_lit] = STATE(227), - [sym_unquoting_lit] = STATE(227), + [sym_vec_lit] = STATE(229), + [sym__bare_vec_lit] = STATE(226), + [sym_set_lit] = STATE(229), + [sym__bare_set_lit] = STATE(227), + [sym_anon_fn_lit] = STATE(229), + [sym_regex_lit] = STATE(229), + [sym_read_cond_lit] = STATE(229), + [sym_splicing_read_cond_lit] = STATE(229), + [sym_ns_map_lit] = STATE(229), + [sym_var_quoting_lit] = STATE(229), + [sym_sym_val_lit] = STATE(229), + [sym_evaling_lit] = STATE(229), + [sym_tagged_or_ctor_lit] = STATE(229), + [sym_derefing_lit] = STATE(229), + [sym_quoting_lit] = STATE(229), + [sym_syn_quoting_lit] = STATE(229), + [sym_unquote_splicing_lit] = STATE(229), + [sym_unquoting_lit] = STATE(229), [aux_sym_dis_expr_repeat1] = STATE(39), [aux_sym_sym_lit_repeat1] = STATE(305), - [sym__ws] = ACTIONS(668), - [sym_comment] = ACTIONS(668), + [sym__ws] = ACTIONS(670), + [sym_comment] = ACTIONS(670), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(670), + [sym_num_lit] = ACTIONS(672), [anon_sym_SLASH] = ACTIONS(9), [anon_sym_COLON] = ACTIONS(11), [anon_sym_COLON_COLON] = ACTIONS(13), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(670), - [sym_nil_lit] = ACTIONS(672), - [sym_bool_lit] = ACTIONS(672), + [sym_char_lit] = ACTIONS(672), + [sym_nil_lit] = ACTIONS(674), + [sym_bool_lit] = ACTIONS(674), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -9701,48 +10200,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [107] = { [sym__gap] = STATE(87), [sym_dis_expr] = STATE(87), - [sym__form] = STATE(374), - [sym_kwd_lit] = STATE(374), - [sym_str_lit] = STATE(374), - [sym_sym_lit] = STATE(374), + [sym__form] = STATE(409), + [sym_kwd_lit] = STATE(409), + [sym_str_lit] = STATE(409), + [sym_sym_lit] = STATE(409), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(374), + [sym_list_lit] = STATE(409), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(374), + [sym_map_lit] = STATE(409), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(374), + [sym_vec_lit] = STATE(409), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(374), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(374), - [sym_regex_lit] = STATE(374), - [sym_read_cond_lit] = STATE(374), - [sym_splicing_read_cond_lit] = STATE(374), - [sym_ns_map_lit] = STATE(374), - [sym_var_quoting_lit] = STATE(374), - [sym_sym_val_lit] = STATE(374), - [sym_evaling_lit] = STATE(374), - [sym_tagged_or_ctor_lit] = STATE(374), - [sym_derefing_lit] = STATE(374), - [sym_quoting_lit] = STATE(374), - [sym_syn_quoting_lit] = STATE(374), - [sym_unquote_splicing_lit] = STATE(374), - [sym_unquoting_lit] = STATE(374), + [sym_set_lit] = STATE(409), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(409), + [sym_regex_lit] = STATE(409), + [sym_read_cond_lit] = STATE(409), + [sym_splicing_read_cond_lit] = STATE(409), + [sym_ns_map_lit] = STATE(409), + [sym_var_quoting_lit] = STATE(409), + [sym_sym_val_lit] = STATE(409), + [sym_evaling_lit] = STATE(409), + [sym_tagged_or_ctor_lit] = STATE(409), + [sym_derefing_lit] = STATE(409), + [sym_quoting_lit] = STATE(409), + [sym_syn_quoting_lit] = STATE(409), + [sym_unquote_splicing_lit] = STATE(409), + [sym_unquoting_lit] = STATE(409), [aux_sym_dis_expr_repeat1] = STATE(87), [aux_sym_sym_lit_repeat1] = STATE(304), - [sym__ws] = ACTIONS(674), - [sym_comment] = ACTIONS(674), + [sym__ws] = ACTIONS(676), + [sym_comment] = ACTIONS(676), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(490), + [sym_num_lit] = ACTIONS(488), [anon_sym_SLASH] = ACTIONS(268), [anon_sym_COLON] = ACTIONS(270), [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(490), - [sym_nil_lit] = ACTIONS(492), - [sym_bool_lit] = ACTIONS(492), + [sym_char_lit] = ACTIONS(488), + [sym_nil_lit] = ACTIONS(490), + [sym_bool_lit] = ACTIONS(490), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -9764,65 +10263,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [108] = { [sym__gap] = STATE(301), [sym_dis_expr] = STATE(301), - [sym__form] = STATE(387), - [sym_kwd_lit] = STATE(387), - [sym_str_lit] = STATE(387), - [sym_sym_lit] = STATE(387), + [sym__form] = STATE(386), + [sym_kwd_lit] = STATE(386), + [sym_str_lit] = STATE(386), + [sym_sym_lit] = STATE(386), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(387), + [sym_list_lit] = STATE(386), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(387), + [sym_map_lit] = STATE(386), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(387), + [sym_vec_lit] = STATE(386), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(387), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(387), - [sym_regex_lit] = STATE(387), - [sym_read_cond_lit] = STATE(387), - [sym_splicing_read_cond_lit] = STATE(387), - [sym_ns_map_lit] = STATE(387), - [sym_var_quoting_lit] = STATE(387), - [sym_sym_val_lit] = STATE(387), - [sym_evaling_lit] = STATE(387), - [sym_tagged_or_ctor_lit] = STATE(387), - [sym_derefing_lit] = STATE(387), - [sym_quoting_lit] = STATE(387), - [sym_syn_quoting_lit] = STATE(387), - [sym_unquote_splicing_lit] = STATE(387), - [sym_unquoting_lit] = STATE(387), + [sym_set_lit] = STATE(386), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(386), + [sym_regex_lit] = STATE(386), + [sym_read_cond_lit] = STATE(386), + [sym_splicing_read_cond_lit] = STATE(386), + [sym_ns_map_lit] = STATE(386), + [sym_var_quoting_lit] = STATE(386), + [sym_sym_val_lit] = STATE(386), + [sym_evaling_lit] = STATE(386), + [sym_tagged_or_ctor_lit] = STATE(386), + [sym_derefing_lit] = STATE(386), + [sym_quoting_lit] = STATE(386), + [sym_syn_quoting_lit] = STATE(386), + [sym_unquote_splicing_lit] = STATE(386), + [sym_unquoting_lit] = STATE(386), [aux_sym_dis_expr_repeat1] = STATE(301), [aux_sym_sym_lit_repeat1] = STATE(307), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(494), + [sym_num_lit] = ACTIONS(492), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(494), - [sym_nil_lit] = ACTIONS(496), - [sym_bool_lit] = ACTIONS(496), + [sym_char_lit] = ACTIONS(492), + [sym_nil_lit] = ACTIONS(494), + [sym_bool_lit] = ACTIONS(494), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, [109] = { [sym__gap] = STATE(99), @@ -9841,7 +10340,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(371), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(371), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(371), [sym_regex_lit] = STATE(371), [sym_read_cond_lit] = STATE(371), @@ -9858,17 +10357,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_unquoting_lit] = STATE(371), [aux_sym_dis_expr_repeat1] = STATE(99), [aux_sym_sym_lit_repeat1] = STATE(304), - [sym__ws] = ACTIONS(676), - [sym_comment] = ACTIONS(676), + [sym__ws] = ACTIONS(678), + [sym_comment] = ACTIONS(678), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(506), + [sym_num_lit] = ACTIONS(504), [anon_sym_SLASH] = ACTIONS(268), [anon_sym_COLON] = ACTIONS(270), [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(506), - [sym_nil_lit] = ACTIONS(508), - [sym_bool_lit] = ACTIONS(508), + [sym_char_lit] = ACTIONS(504), + [sym_nil_lit] = ACTIONS(506), + [sym_bool_lit] = ACTIONS(506), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -9890,48 +10389,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [110] = { [sym__gap] = STATE(63), [sym_dis_expr] = STATE(63), - [sym__form] = STATE(237), - [sym_kwd_lit] = STATE(237), - [sym_str_lit] = STATE(237), - [sym_sym_lit] = STATE(237), + [sym__form] = STATE(239), + [sym_kwd_lit] = STATE(239), + [sym_str_lit] = STATE(239), + [sym_sym_lit] = STATE(239), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(237), + [sym_list_lit] = STATE(239), [sym__bare_list_lit] = STATE(218), - [sym_map_lit] = STATE(237), + [sym_map_lit] = STATE(239), [sym__bare_map_lit] = STATE(219), - [sym_vec_lit] = STATE(237), - [sym__bare_vec_lit] = STATE(224), - [sym_set_lit] = STATE(237), - [sym__bare_set_lit] = STATE(225), - [sym_anon_fn_lit] = STATE(237), - [sym_regex_lit] = STATE(237), - [sym_read_cond_lit] = STATE(237), - [sym_splicing_read_cond_lit] = STATE(237), - [sym_ns_map_lit] = STATE(237), - [sym_var_quoting_lit] = STATE(237), - [sym_sym_val_lit] = STATE(237), - [sym_evaling_lit] = STATE(237), - [sym_tagged_or_ctor_lit] = STATE(237), - [sym_derefing_lit] = STATE(237), - [sym_quoting_lit] = STATE(237), - [sym_syn_quoting_lit] = STATE(237), - [sym_unquote_splicing_lit] = STATE(237), - [sym_unquoting_lit] = STATE(237), + [sym_vec_lit] = STATE(239), + [sym__bare_vec_lit] = STATE(226), + [sym_set_lit] = STATE(239), + [sym__bare_set_lit] = STATE(227), + [sym_anon_fn_lit] = STATE(239), + [sym_regex_lit] = STATE(239), + [sym_read_cond_lit] = STATE(239), + [sym_splicing_read_cond_lit] = STATE(239), + [sym_ns_map_lit] = STATE(239), + [sym_var_quoting_lit] = STATE(239), + [sym_sym_val_lit] = STATE(239), + [sym_evaling_lit] = STATE(239), + [sym_tagged_or_ctor_lit] = STATE(239), + [sym_derefing_lit] = STATE(239), + [sym_quoting_lit] = STATE(239), + [sym_syn_quoting_lit] = STATE(239), + [sym_unquote_splicing_lit] = STATE(239), + [sym_unquoting_lit] = STATE(239), [aux_sym_dis_expr_repeat1] = STATE(63), [aux_sym_sym_lit_repeat1] = STATE(305), - [sym__ws] = ACTIONS(678), - [sym_comment] = ACTIONS(678), + [sym__ws] = ACTIONS(680), + [sym_comment] = ACTIONS(680), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(680), + [sym_num_lit] = ACTIONS(682), [anon_sym_SLASH] = ACTIONS(9), [anon_sym_COLON] = ACTIONS(11), [anon_sym_COLON_COLON] = ACTIONS(13), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(680), - [sym_nil_lit] = ACTIONS(682), - [sym_bool_lit] = ACTIONS(682), + [sym_char_lit] = ACTIONS(682), + [sym_nil_lit] = ACTIONS(684), + [sym_bool_lit] = ACTIONS(684), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -9967,7 +10466,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(370), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(370), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(370), [sym_regex_lit] = STATE(370), [sym_read_cond_lit] = STATE(370), @@ -9984,17 +10483,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_unquoting_lit] = STATE(370), [aux_sym_dis_expr_repeat1] = STATE(100), [aux_sym_sym_lit_repeat1] = STATE(304), - [sym__ws] = ACTIONS(684), - [sym_comment] = ACTIONS(684), + [sym__ws] = ACTIONS(686), + [sym_comment] = ACTIONS(686), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(512), + [sym_num_lit] = ACTIONS(510), [anon_sym_SLASH] = ACTIONS(268), [anon_sym_COLON] = ACTIONS(270), [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(512), - [sym_nil_lit] = ACTIONS(514), - [sym_bool_lit] = ACTIONS(514), + [sym_char_lit] = ACTIONS(510), + [sym_nil_lit] = ACTIONS(512), + [sym_bool_lit] = ACTIONS(512), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -10016,48 +10515,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [112] = { [sym__gap] = STATE(101), [sym_dis_expr] = STATE(101), - [sym__form] = STATE(369), - [sym_kwd_lit] = STATE(369), - [sym_str_lit] = STATE(369), - [sym_sym_lit] = STATE(369), + [sym__form] = STATE(367), + [sym_kwd_lit] = STATE(367), + [sym_str_lit] = STATE(367), + [sym_sym_lit] = STATE(367), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(369), + [sym_list_lit] = STATE(367), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(369), + [sym_map_lit] = STATE(367), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(369), + [sym_vec_lit] = STATE(367), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(369), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(369), - [sym_regex_lit] = STATE(369), - [sym_read_cond_lit] = STATE(369), - [sym_splicing_read_cond_lit] = STATE(369), - [sym_ns_map_lit] = STATE(369), - [sym_var_quoting_lit] = STATE(369), - [sym_sym_val_lit] = STATE(369), - [sym_evaling_lit] = STATE(369), - [sym_tagged_or_ctor_lit] = STATE(369), - [sym_derefing_lit] = STATE(369), - [sym_quoting_lit] = STATE(369), - [sym_syn_quoting_lit] = STATE(369), - [sym_unquote_splicing_lit] = STATE(369), - [sym_unquoting_lit] = STATE(369), + [sym_set_lit] = STATE(367), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(367), + [sym_regex_lit] = STATE(367), + [sym_read_cond_lit] = STATE(367), + [sym_splicing_read_cond_lit] = STATE(367), + [sym_ns_map_lit] = STATE(367), + [sym_var_quoting_lit] = STATE(367), + [sym_sym_val_lit] = STATE(367), + [sym_evaling_lit] = STATE(367), + [sym_tagged_or_ctor_lit] = STATE(367), + [sym_derefing_lit] = STATE(367), + [sym_quoting_lit] = STATE(367), + [sym_syn_quoting_lit] = STATE(367), + [sym_unquote_splicing_lit] = STATE(367), + [sym_unquoting_lit] = STATE(367), [aux_sym_dis_expr_repeat1] = STATE(101), [aux_sym_sym_lit_repeat1] = STATE(304), - [sym__ws] = ACTIONS(686), - [sym_comment] = ACTIONS(686), + [sym__ws] = ACTIONS(688), + [sym_comment] = ACTIONS(688), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(518), + [sym_num_lit] = ACTIONS(516), [anon_sym_SLASH] = ACTIONS(268), [anon_sym_COLON] = ACTIONS(270), [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(518), - [sym_nil_lit] = ACTIONS(520), - [sym_bool_lit] = ACTIONS(520), + [sym_char_lit] = ACTIONS(516), + [sym_nil_lit] = ACTIONS(518), + [sym_bool_lit] = ACTIONS(518), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -10077,50 +10576,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE] = ACTIONS(306), }, [113] = { - [sym__gap] = STATE(21), - [sym_dis_expr] = STATE(21), - [sym__form] = STATE(347), - [sym_kwd_lit] = STATE(347), - [sym_str_lit] = STATE(347), - [sym_sym_lit] = STATE(347), + [sym__gap] = STATE(102), + [sym_dis_expr] = STATE(102), + [sym__form] = STATE(366), + [sym_kwd_lit] = STATE(366), + [sym_str_lit] = STATE(366), + [sym_sym_lit] = STATE(366), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(347), + [sym_list_lit] = STATE(366), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(347), + [sym_map_lit] = STATE(366), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(347), + [sym_vec_lit] = STATE(366), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(347), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(347), - [sym_regex_lit] = STATE(347), - [sym_read_cond_lit] = STATE(347), - [sym_splicing_read_cond_lit] = STATE(347), - [sym_ns_map_lit] = STATE(347), - [sym_var_quoting_lit] = STATE(347), - [sym_sym_val_lit] = STATE(347), - [sym_evaling_lit] = STATE(347), - [sym_tagged_or_ctor_lit] = STATE(347), - [sym_derefing_lit] = STATE(347), - [sym_quoting_lit] = STATE(347), - [sym_syn_quoting_lit] = STATE(347), - [sym_unquote_splicing_lit] = STATE(347), - [sym_unquoting_lit] = STATE(347), - [aux_sym_dis_expr_repeat1] = STATE(21), + [sym_set_lit] = STATE(366), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(366), + [sym_regex_lit] = STATE(366), + [sym_read_cond_lit] = STATE(366), + [sym_splicing_read_cond_lit] = STATE(366), + [sym_ns_map_lit] = STATE(366), + [sym_var_quoting_lit] = STATE(366), + [sym_sym_val_lit] = STATE(366), + [sym_evaling_lit] = STATE(366), + [sym_tagged_or_ctor_lit] = STATE(366), + [sym_derefing_lit] = STATE(366), + [sym_quoting_lit] = STATE(366), + [sym_syn_quoting_lit] = STATE(366), + [sym_unquote_splicing_lit] = STATE(366), + [sym_unquoting_lit] = STATE(366), + [aux_sym_dis_expr_repeat1] = STATE(102), [aux_sym_sym_lit_repeat1] = STATE(304), - [sym__ws] = ACTIONS(688), - [sym_comment] = ACTIONS(688), + [sym__ws] = ACTIONS(690), + [sym_comment] = ACTIONS(690), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(534), + [sym_num_lit] = ACTIONS(522), [anon_sym_SLASH] = ACTIONS(268), [anon_sym_COLON] = ACTIONS(270), [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(534), - [sym_nil_lit] = ACTIONS(536), - [sym_bool_lit] = ACTIONS(536), + [sym_char_lit] = ACTIONS(522), + [sym_nil_lit] = ACTIONS(524), + [sym_bool_lit] = ACTIONS(524), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -10154,9 +10653,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(297), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(297), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(297), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(297), [sym_regex_lit] = STATE(297), [sym_read_cond_lit] = STATE(297), @@ -10176,14 +10675,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(690), + [sym_num_lit] = ACTIONS(692), [anon_sym_SLASH] = ACTIONS(9), [anon_sym_COLON] = ACTIONS(11), [anon_sym_COLON_COLON] = ACTIONS(13), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(690), - [sym_nil_lit] = ACTIONS(692), - [sym_bool_lit] = ACTIONS(692), + [sym_char_lit] = ACTIONS(692), + [sym_nil_lit] = ACTIONS(694), + [sym_bool_lit] = ACTIONS(694), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -10217,9 +10716,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(298), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(298), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(298), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(298), [sym_regex_lit] = STATE(298), [sym_read_cond_lit] = STATE(298), @@ -10236,17 +10735,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_unquoting_lit] = STATE(298), [aux_sym_dis_expr_repeat1] = STATE(158), [aux_sym_sym_lit_repeat1] = STATE(305), - [sym__ws] = ACTIONS(694), - [sym_comment] = ACTIONS(694), + [sym__ws] = ACTIONS(696), + [sym_comment] = ACTIONS(696), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(696), + [sym_num_lit] = ACTIONS(698), [anon_sym_SLASH] = ACTIONS(9), [anon_sym_COLON] = ACTIONS(11), [anon_sym_COLON_COLON] = ACTIONS(13), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(696), - [sym_nil_lit] = ACTIONS(698), - [sym_bool_lit] = ACTIONS(698), + [sym_char_lit] = ACTIONS(698), + [sym_nil_lit] = ACTIONS(700), + [sym_bool_lit] = ACTIONS(700), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -10268,48 +10767,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [116] = { [sym__gap] = STATE(103), [sym_dis_expr] = STATE(103), - [sym__form] = STATE(361), - [sym_kwd_lit] = STATE(361), - [sym_str_lit] = STATE(361), - [sym_sym_lit] = STATE(361), + [sym__form] = STATE(355), + [sym_kwd_lit] = STATE(355), + [sym_str_lit] = STATE(355), + [sym_sym_lit] = STATE(355), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(361), + [sym_list_lit] = STATE(355), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(361), + [sym_map_lit] = STATE(355), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(361), + [sym_vec_lit] = STATE(355), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(361), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(361), - [sym_regex_lit] = STATE(361), - [sym_read_cond_lit] = STATE(361), - [sym_splicing_read_cond_lit] = STATE(361), - [sym_ns_map_lit] = STATE(361), - [sym_var_quoting_lit] = STATE(361), - [sym_sym_val_lit] = STATE(361), - [sym_evaling_lit] = STATE(361), - [sym_tagged_or_ctor_lit] = STATE(361), - [sym_derefing_lit] = STATE(361), - [sym_quoting_lit] = STATE(361), - [sym_syn_quoting_lit] = STATE(361), - [sym_unquote_splicing_lit] = STATE(361), - [sym_unquoting_lit] = STATE(361), + [sym_set_lit] = STATE(355), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(355), + [sym_regex_lit] = STATE(355), + [sym_read_cond_lit] = STATE(355), + [sym_splicing_read_cond_lit] = STATE(355), + [sym_ns_map_lit] = STATE(355), + [sym_var_quoting_lit] = STATE(355), + [sym_sym_val_lit] = STATE(355), + [sym_evaling_lit] = STATE(355), + [sym_tagged_or_ctor_lit] = STATE(355), + [sym_derefing_lit] = STATE(355), + [sym_quoting_lit] = STATE(355), + [sym_syn_quoting_lit] = STATE(355), + [sym_unquote_splicing_lit] = STATE(355), + [sym_unquoting_lit] = STATE(355), [aux_sym_dis_expr_repeat1] = STATE(103), [aux_sym_sym_lit_repeat1] = STATE(304), - [sym__ws] = ACTIONS(700), - [sym_comment] = ACTIONS(700), + [sym__ws] = ACTIONS(702), + [sym_comment] = ACTIONS(702), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(526), + [sym_num_lit] = ACTIONS(528), [anon_sym_SLASH] = ACTIONS(268), [anon_sym_COLON] = ACTIONS(270), [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(526), - [sym_nil_lit] = ACTIONS(528), - [sym_bool_lit] = ACTIONS(528), + [sym_char_lit] = ACTIONS(528), + [sym_nil_lit] = ACTIONS(530), + [sym_bool_lit] = ACTIONS(530), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -10329,100 +10828,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE] = ACTIONS(306), }, [117] = { - [sym__gap] = STATE(31), - [sym_dis_expr] = STATE(31), - [sym__form] = STATE(405), - [sym_kwd_lit] = STATE(405), - [sym_str_lit] = STATE(405), - [sym_sym_lit] = STATE(405), + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(335), + [sym_kwd_lit] = STATE(335), + [sym_str_lit] = STATE(335), + [sym_sym_lit] = STATE(335), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(405), + [sym_list_lit] = STATE(335), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(405), + [sym_map_lit] = STATE(335), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(405), + [sym_vec_lit] = STATE(335), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(405), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(405), - [sym_regex_lit] = STATE(405), - [sym_read_cond_lit] = STATE(405), - [sym_splicing_read_cond_lit] = STATE(405), - [sym_ns_map_lit] = STATE(405), - [sym_var_quoting_lit] = STATE(405), - [sym_sym_val_lit] = STATE(405), - [sym_evaling_lit] = STATE(405), - [sym_tagged_or_ctor_lit] = STATE(405), - [sym_derefing_lit] = STATE(405), - [sym_quoting_lit] = STATE(405), - [sym_syn_quoting_lit] = STATE(405), - [sym_unquote_splicing_lit] = STATE(405), - [sym_unquoting_lit] = STATE(405), - [aux_sym_dis_expr_repeat1] = STATE(31), + [sym_set_lit] = STATE(335), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(335), + [sym_regex_lit] = STATE(335), + [sym_read_cond_lit] = STATE(335), + [sym_splicing_read_cond_lit] = STATE(335), + [sym_ns_map_lit] = STATE(335), + [sym_var_quoting_lit] = STATE(335), + [sym_sym_val_lit] = STATE(335), + [sym_evaling_lit] = STATE(335), + [sym_tagged_or_ctor_lit] = STATE(335), + [sym_derefing_lit] = STATE(335), + [sym_quoting_lit] = STATE(335), + [sym_syn_quoting_lit] = STATE(335), + [sym_unquote_splicing_lit] = STATE(335), + [sym_unquoting_lit] = STATE(335), + [aux_sym_dis_expr_repeat1] = STATE(301), [aux_sym_sym_lit_repeat1] = STATE(307), - [sym__ws] = ACTIONS(702), - [sym_comment] = ACTIONS(702), + [sym__ws] = ACTIONS(264), + [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(662), + [sym_num_lit] = ACTIONS(608), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(662), - [sym_nil_lit] = ACTIONS(664), - [sym_bool_lit] = ACTIONS(664), + [sym_char_lit] = ACTIONS(608), + [sym_nil_lit] = ACTIONS(610), + [sym_bool_lit] = ACTIONS(610), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, [118] = { [sym__gap] = STATE(65), [sym_dis_expr] = STATE(65), - [sym__form] = STATE(238), - [sym_kwd_lit] = STATE(238), - [sym_str_lit] = STATE(238), - [sym_sym_lit] = STATE(238), + [sym__form] = STATE(240), + [sym_kwd_lit] = STATE(240), + [sym_str_lit] = STATE(240), + [sym_sym_lit] = STATE(240), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(238), + [sym_list_lit] = STATE(240), [sym__bare_list_lit] = STATE(218), - [sym_map_lit] = STATE(238), + [sym_map_lit] = STATE(240), [sym__bare_map_lit] = STATE(219), - [sym_vec_lit] = STATE(238), - [sym__bare_vec_lit] = STATE(224), - [sym_set_lit] = STATE(238), - [sym__bare_set_lit] = STATE(225), - [sym_anon_fn_lit] = STATE(238), - [sym_regex_lit] = STATE(238), - [sym_read_cond_lit] = STATE(238), - [sym_splicing_read_cond_lit] = STATE(238), - [sym_ns_map_lit] = STATE(238), - [sym_var_quoting_lit] = STATE(238), - [sym_sym_val_lit] = STATE(238), - [sym_evaling_lit] = STATE(238), - [sym_tagged_or_ctor_lit] = STATE(238), - [sym_derefing_lit] = STATE(238), - [sym_quoting_lit] = STATE(238), - [sym_syn_quoting_lit] = STATE(238), - [sym_unquote_splicing_lit] = STATE(238), - [sym_unquoting_lit] = STATE(238), + [sym_vec_lit] = STATE(240), + [sym__bare_vec_lit] = STATE(226), + [sym_set_lit] = STATE(240), + [sym__bare_set_lit] = STATE(227), + [sym_anon_fn_lit] = STATE(240), + [sym_regex_lit] = STATE(240), + [sym_read_cond_lit] = STATE(240), + [sym_splicing_read_cond_lit] = STATE(240), + [sym_ns_map_lit] = STATE(240), + [sym_var_quoting_lit] = STATE(240), + [sym_sym_val_lit] = STATE(240), + [sym_evaling_lit] = STATE(240), + [sym_tagged_or_ctor_lit] = STATE(240), + [sym_derefing_lit] = STATE(240), + [sym_quoting_lit] = STATE(240), + [sym_syn_quoting_lit] = STATE(240), + [sym_unquote_splicing_lit] = STATE(240), + [sym_unquoting_lit] = STATE(240), [aux_sym_dis_expr_repeat1] = STATE(65), [aux_sym_sym_lit_repeat1] = STATE(305), [sym__ws] = ACTIONS(704), @@ -10455,176 +10954,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE] = ACTIONS(51), }, [119] = { - [sym__gap] = STATE(167), - [sym_dis_expr] = STATE(167), - [sym__form] = STATE(227), - [sym_kwd_lit] = STATE(227), - [sym_str_lit] = STATE(227), - [sym_sym_lit] = STATE(227), - [sym__metadata_lit] = STATE(424), - [sym_meta_lit] = STATE(314), - [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(227), - [sym__bare_list_lit] = STATE(218), - [sym_map_lit] = STATE(227), - [sym__bare_map_lit] = STATE(219), - [sym_vec_lit] = STATE(227), - [sym__bare_vec_lit] = STATE(224), - [sym_set_lit] = STATE(227), - [sym__bare_set_lit] = STATE(225), - [sym_anon_fn_lit] = STATE(227), - [sym_regex_lit] = STATE(227), - [sym_read_cond_lit] = STATE(227), - [sym_splicing_read_cond_lit] = STATE(227), - [sym_ns_map_lit] = STATE(227), - [sym_var_quoting_lit] = STATE(227), - [sym_sym_val_lit] = STATE(227), - [sym_evaling_lit] = STATE(227), - [sym_tagged_or_ctor_lit] = STATE(227), - [sym_derefing_lit] = STATE(227), - [sym_quoting_lit] = STATE(227), - [sym_syn_quoting_lit] = STATE(227), - [sym_unquote_splicing_lit] = STATE(227), - [sym_unquoting_lit] = STATE(227), - [aux_sym_dis_expr_repeat1] = STATE(167), - [aux_sym_sym_lit_repeat1] = STATE(303), - [sym__ws] = ACTIONS(710), - [sym_comment] = ACTIONS(710), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(670), - [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_COLON_COLON] = ACTIONS(714), - [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(670), - [sym_nil_lit] = ACTIONS(672), - [sym_bool_lit] = ACTIONS(672), - [aux_sym__sym_qualified_token1] = ACTIONS(19), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(25), - [anon_sym_LBRACE] = ACTIONS(27), - [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(716), - [anon_sym_POUND_QMARK] = ACTIONS(33), - [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(718), - [anon_sym_POUND_POUND] = ACTIONS(720), - [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_SQUOTE] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(726), - [anon_sym_TILDE_AT] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(730), - }, - [120] = { [sym__gap] = STATE(301), [sym_dis_expr] = STATE(301), - [sym__form] = STATE(349), - [sym_kwd_lit] = STATE(349), - [sym_str_lit] = STATE(349), - [sym_sym_lit] = STATE(349), + [sym__form] = STATE(350), + [sym_kwd_lit] = STATE(350), + [sym_str_lit] = STATE(350), + [sym_sym_lit] = STATE(350), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(349), + [sym_list_lit] = STATE(350), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(349), + [sym_map_lit] = STATE(350), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(349), + [sym_vec_lit] = STATE(350), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(349), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(349), - [sym_regex_lit] = STATE(349), - [sym_read_cond_lit] = STATE(349), - [sym_splicing_read_cond_lit] = STATE(349), - [sym_ns_map_lit] = STATE(349), - [sym_var_quoting_lit] = STATE(349), - [sym_sym_val_lit] = STATE(349), - [sym_evaling_lit] = STATE(349), - [sym_tagged_or_ctor_lit] = STATE(349), - [sym_derefing_lit] = STATE(349), - [sym_quoting_lit] = STATE(349), - [sym_syn_quoting_lit] = STATE(349), - [sym_unquote_splicing_lit] = STATE(349), - [sym_unquoting_lit] = STATE(349), + [sym_set_lit] = STATE(350), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(350), + [sym_regex_lit] = STATE(350), + [sym_read_cond_lit] = STATE(350), + [sym_splicing_read_cond_lit] = STATE(350), + [sym_ns_map_lit] = STATE(350), + [sym_var_quoting_lit] = STATE(350), + [sym_sym_val_lit] = STATE(350), + [sym_evaling_lit] = STATE(350), + [sym_tagged_or_ctor_lit] = STATE(350), + [sym_derefing_lit] = STATE(350), + [sym_quoting_lit] = STATE(350), + [sym_syn_quoting_lit] = STATE(350), + [sym_unquote_splicing_lit] = STATE(350), + [sym_unquoting_lit] = STATE(350), [aux_sym_dis_expr_repeat1] = STATE(301), - [aux_sym_sym_lit_repeat1] = STATE(304), + [aux_sym_sym_lit_repeat1] = STATE(307), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(460), + [sym_num_lit] = ACTIONS(612), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(270), - [anon_sym_COLON_COLON] = ACTIONS(272), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(460), - [sym_nil_lit] = ACTIONS(462), - [sym_bool_lit] = ACTIONS(462), + [sym_char_lit] = ACTIONS(612), + [sym_nil_lit] = ACTIONS(614), + [sym_bool_lit] = ACTIONS(614), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(286), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(292), - [anon_sym_POUND_POUND] = ACTIONS(294), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(298), - [anon_sym_SQUOTE] = ACTIONS(300), - [anon_sym_BQUOTE] = ACTIONS(302), - [anon_sym_TILDE_AT] = ACTIONS(304), - [anon_sym_TILDE] = ACTIONS(306), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, - [121] = { - [sym__gap] = STATE(123), - [sym_dis_expr] = STATE(123), - [sym__form] = STATE(366), - [sym_kwd_lit] = STATE(366), - [sym_str_lit] = STATE(366), - [sym_sym_lit] = STATE(366), + [120] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(399), + [sym_kwd_lit] = STATE(399), + [sym_str_lit] = STATE(399), + [sym_sym_lit] = STATE(399), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(366), + [sym_list_lit] = STATE(399), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(366), + [sym_map_lit] = STATE(399), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(366), + [sym_vec_lit] = STATE(399), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(366), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(366), - [sym_regex_lit] = STATE(366), - [sym_read_cond_lit] = STATE(366), - [sym_splicing_read_cond_lit] = STATE(366), - [sym_ns_map_lit] = STATE(366), - [sym_var_quoting_lit] = STATE(366), - [sym_sym_val_lit] = STATE(366), - [sym_evaling_lit] = STATE(366), - [sym_tagged_or_ctor_lit] = STATE(366), - [sym_derefing_lit] = STATE(366), - [sym_quoting_lit] = STATE(366), - [sym_syn_quoting_lit] = STATE(366), - [sym_unquote_splicing_lit] = STATE(366), - [sym_unquoting_lit] = STATE(366), - [aux_sym_dis_expr_repeat1] = STATE(123), + [sym_set_lit] = STATE(399), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(399), + [sym_regex_lit] = STATE(399), + [sym_read_cond_lit] = STATE(399), + [sym_splicing_read_cond_lit] = STATE(399), + [sym_ns_map_lit] = STATE(399), + [sym_var_quoting_lit] = STATE(399), + [sym_sym_val_lit] = STATE(399), + [sym_evaling_lit] = STATE(399), + [sym_tagged_or_ctor_lit] = STATE(399), + [sym_derefing_lit] = STATE(399), + [sym_quoting_lit] = STATE(399), + [sym_syn_quoting_lit] = STATE(399), + [sym_unquote_splicing_lit] = STATE(399), + [sym_unquoting_lit] = STATE(399), + [aux_sym_dis_expr_repeat1] = STATE(301), [aux_sym_sym_lit_repeat1] = STATE(304), - [sym__ws] = ACTIONS(732), - [sym_comment] = ACTIONS(732), + [sym__ws] = ACTIONS(264), + [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(548), + [sym_num_lit] = ACTIONS(462), [anon_sym_SLASH] = ACTIONS(268), [anon_sym_COLON] = ACTIONS(270), [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(548), - [sym_nil_lit] = ACTIONS(550), - [sym_bool_lit] = ACTIONS(550), + [sym_char_lit] = ACTIONS(462), + [sym_nil_lit] = ACTIONS(464), + [sym_bool_lit] = ACTIONS(464), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -10643,9 +11079,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE_AT] = ACTIONS(304), [anon_sym_TILDE] = ACTIONS(306), }, - [122] = { - [sym__gap] = STATE(120), - [sym_dis_expr] = STATE(120), + [121] = { + [sym__gap] = STATE(31), + [sym_dis_expr] = STATE(31), [sym__form] = STATE(363), [sym_kwd_lit] = STATE(363), [sym_str_lit] = STATE(363), @@ -10660,7 +11096,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(363), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(363), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(363), [sym_regex_lit] = STATE(363), [sym_read_cond_lit] = STATE(363), @@ -10675,19 +11111,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_syn_quoting_lit] = STATE(363), [sym_unquote_splicing_lit] = STATE(363), [sym_unquoting_lit] = STATE(363), - [aux_sym_dis_expr_repeat1] = STATE(120), + [aux_sym_dis_expr_repeat1] = STATE(31), [aux_sym_sym_lit_repeat1] = STATE(304), - [sym__ws] = ACTIONS(734), - [sym_comment] = ACTIONS(734), + [sym__ws] = ACTIONS(710), + [sym_comment] = ACTIONS(710), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(554), + [sym_num_lit] = ACTIONS(546), [anon_sym_SLASH] = ACTIONS(268), [anon_sym_COLON] = ACTIONS(270), [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(554), - [sym_nil_lit] = ACTIONS(556), - [sym_bool_lit] = ACTIONS(556), + [sym_char_lit] = ACTIONS(546), + [sym_nil_lit] = ACTIONS(548), + [sym_bool_lit] = ACTIONS(548), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -10706,51 +11142,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE_AT] = ACTIONS(304), [anon_sym_TILDE] = ACTIONS(306), }, - [123] = { - [sym__gap] = STATE(301), - [sym_dis_expr] = STATE(301), - [sym__form] = STATE(408), - [sym_kwd_lit] = STATE(408), - [sym_str_lit] = STATE(408), - [sym_sym_lit] = STATE(408), + [122] = { + [sym__gap] = STATE(120), + [sym_dis_expr] = STATE(120), + [sym__form] = STATE(361), + [sym_kwd_lit] = STATE(361), + [sym_str_lit] = STATE(361), + [sym_sym_lit] = STATE(361), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(408), + [sym_list_lit] = STATE(361), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(408), + [sym_map_lit] = STATE(361), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(408), + [sym_vec_lit] = STATE(361), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(408), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(408), - [sym_regex_lit] = STATE(408), - [sym_read_cond_lit] = STATE(408), - [sym_splicing_read_cond_lit] = STATE(408), - [sym_ns_map_lit] = STATE(408), - [sym_var_quoting_lit] = STATE(408), - [sym_sym_val_lit] = STATE(408), - [sym_evaling_lit] = STATE(408), - [sym_tagged_or_ctor_lit] = STATE(408), - [sym_derefing_lit] = STATE(408), - [sym_quoting_lit] = STATE(408), - [sym_syn_quoting_lit] = STATE(408), - [sym_unquote_splicing_lit] = STATE(408), - [sym_unquoting_lit] = STATE(408), - [aux_sym_dis_expr_repeat1] = STATE(301), + [sym_set_lit] = STATE(361), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(361), + [sym_regex_lit] = STATE(361), + [sym_read_cond_lit] = STATE(361), + [sym_splicing_read_cond_lit] = STATE(361), + [sym_ns_map_lit] = STATE(361), + [sym_var_quoting_lit] = STATE(361), + [sym_sym_val_lit] = STATE(361), + [sym_evaling_lit] = STATE(361), + [sym_tagged_or_ctor_lit] = STATE(361), + [sym_derefing_lit] = STATE(361), + [sym_quoting_lit] = STATE(361), + [sym_syn_quoting_lit] = STATE(361), + [sym_unquote_splicing_lit] = STATE(361), + [sym_unquoting_lit] = STATE(361), + [aux_sym_dis_expr_repeat1] = STATE(120), [aux_sym_sym_lit_repeat1] = STATE(304), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), + [sym__ws] = ACTIONS(712), + [sym_comment] = ACTIONS(712), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(468), + [sym_num_lit] = ACTIONS(552), [anon_sym_SLASH] = ACTIONS(268), [anon_sym_COLON] = ACTIONS(270), [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(468), - [sym_nil_lit] = ACTIONS(470), - [sym_bool_lit] = ACTIONS(470), + [sym_char_lit] = ACTIONS(552), + [sym_nil_lit] = ACTIONS(554), + [sym_bool_lit] = ACTIONS(554), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -10769,68 +11205,131 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE_AT] = ACTIONS(304), [anon_sym_TILDE] = ACTIONS(306), }, + [123] = { + [sym__gap] = STATE(167), + [sym_dis_expr] = STATE(167), + [sym__form] = STATE(229), + [sym_kwd_lit] = STATE(229), + [sym_str_lit] = STATE(229), + [sym_sym_lit] = STATE(229), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(229), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(229), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(229), + [sym__bare_vec_lit] = STATE(226), + [sym_set_lit] = STATE(229), + [sym__bare_set_lit] = STATE(227), + [sym_anon_fn_lit] = STATE(229), + [sym_regex_lit] = STATE(229), + [sym_read_cond_lit] = STATE(229), + [sym_splicing_read_cond_lit] = STATE(229), + [sym_ns_map_lit] = STATE(229), + [sym_var_quoting_lit] = STATE(229), + [sym_sym_val_lit] = STATE(229), + [sym_evaling_lit] = STATE(229), + [sym_tagged_or_ctor_lit] = STATE(229), + [sym_derefing_lit] = STATE(229), + [sym_quoting_lit] = STATE(229), + [sym_syn_quoting_lit] = STATE(229), + [sym_unquote_splicing_lit] = STATE(229), + [sym_unquoting_lit] = STATE(229), + [aux_sym_dis_expr_repeat1] = STATE(167), + [aux_sym_sym_lit_repeat1] = STATE(303), + [sym__ws] = ACTIONS(714), + [sym_comment] = ACTIONS(714), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(672), + [anon_sym_SLASH] = ACTIONS(9), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(718), + [aux_sym_str_lit_token1] = ACTIONS(15), + [sym_char_lit] = ACTIONS(672), + [sym_nil_lit] = ACTIONS(674), + [sym_bool_lit] = ACTIONS(674), + [aux_sym__sym_qualified_token1] = ACTIONS(19), + [anon_sym_CARET] = ACTIONS(21), + [anon_sym_POUND_CARET] = ACTIONS(23), + [anon_sym_LPAREN] = ACTIONS(25), + [anon_sym_LBRACE] = ACTIONS(27), + [anon_sym_LBRACK] = ACTIONS(29), + [anon_sym_POUND] = ACTIONS(720), + [anon_sym_POUND_QMARK] = ACTIONS(33), + [anon_sym_POUND_QMARK_AT] = ACTIONS(35), + [anon_sym_POUND_SQUOTE] = ACTIONS(722), + [anon_sym_POUND_POUND] = ACTIONS(724), + [anon_sym_POUND_EQ] = ACTIONS(41), + [anon_sym_AT] = ACTIONS(726), + [anon_sym_SQUOTE] = ACTIONS(728), + [anon_sym_BQUOTE] = ACTIONS(730), + [anon_sym_TILDE_AT] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(734), + }, [124] = { [sym__gap] = STATE(301), [sym_dis_expr] = STATE(301), - [sym__form] = STATE(386), - [sym_kwd_lit] = STATE(386), - [sym_str_lit] = STATE(386), - [sym_sym_lit] = STATE(386), + [sym__form] = STATE(385), + [sym_kwd_lit] = STATE(385), + [sym_str_lit] = STATE(385), + [sym_sym_lit] = STATE(385), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(386), + [sym_list_lit] = STATE(385), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(386), + [sym_map_lit] = STATE(385), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(386), + [sym_vec_lit] = STATE(385), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(386), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(386), - [sym_regex_lit] = STATE(386), - [sym_read_cond_lit] = STATE(386), - [sym_splicing_read_cond_lit] = STATE(386), - [sym_ns_map_lit] = STATE(386), - [sym_var_quoting_lit] = STATE(386), - [sym_sym_val_lit] = STATE(386), - [sym_evaling_lit] = STATE(386), - [sym_tagged_or_ctor_lit] = STATE(386), - [sym_derefing_lit] = STATE(386), - [sym_quoting_lit] = STATE(386), - [sym_syn_quoting_lit] = STATE(386), - [sym_unquote_splicing_lit] = STATE(386), - [sym_unquoting_lit] = STATE(386), + [sym_set_lit] = STATE(385), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(385), + [sym_regex_lit] = STATE(385), + [sym_read_cond_lit] = STATE(385), + [sym_splicing_read_cond_lit] = STATE(385), + [sym_ns_map_lit] = STATE(385), + [sym_var_quoting_lit] = STATE(385), + [sym_sym_val_lit] = STATE(385), + [sym_evaling_lit] = STATE(385), + [sym_tagged_or_ctor_lit] = STATE(385), + [sym_derefing_lit] = STATE(385), + [sym_quoting_lit] = STATE(385), + [sym_syn_quoting_lit] = STATE(385), + [sym_unquote_splicing_lit] = STATE(385), + [sym_unquoting_lit] = STATE(385), [aux_sym_dis_expr_repeat1] = STATE(301), [aux_sym_sym_lit_repeat1] = STATE(307), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(606), + [sym_num_lit] = ACTIONS(604), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(606), - [sym_nil_lit] = ACTIONS(608), - [sym_bool_lit] = ACTIONS(608), + [sym_char_lit] = ACTIONS(604), + [sym_nil_lit] = ACTIONS(606), + [sym_bool_lit] = ACTIONS(606), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, [125] = { [sym__gap] = STATE(301), @@ -10847,9 +11346,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(288), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(288), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(288), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(288), [sym_regex_lit] = STATE(288), [sym_read_cond_lit] = STATE(288), @@ -10871,8 +11370,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND_] = ACTIONS(7), [sym_num_lit] = ACTIONS(736), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_COLON_COLON] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(718), [aux_sym_str_lit_token1] = ACTIONS(15), [sym_char_lit] = ACTIONS(736), [sym_nil_lit] = ACTIONS(738), @@ -10883,17 +11382,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(716), + [anon_sym_POUND] = ACTIONS(720), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(718), - [anon_sym_POUND_POUND] = ACTIONS(720), + [anon_sym_POUND_SQUOTE] = ACTIONS(722), + [anon_sym_POUND_POUND] = ACTIONS(724), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_SQUOTE] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(726), - [anon_sym_TILDE_AT] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(730), + [anon_sym_AT] = ACTIONS(726), + [anon_sym_SQUOTE] = ACTIONS(728), + [anon_sym_BQUOTE] = ACTIONS(730), + [anon_sym_TILDE_AT] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(734), }, [126] = { [sym__gap] = STATE(125), @@ -10910,9 +11409,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(292), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(292), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(292), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(292), [sym_regex_lit] = STATE(292), [sym_read_cond_lit] = STATE(292), @@ -10934,8 +11433,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND_] = ACTIONS(7), [sym_num_lit] = ACTIONS(742), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_COLON_COLON] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(718), [aux_sym_str_lit_token1] = ACTIONS(15), [sym_char_lit] = ACTIONS(742), [sym_nil_lit] = ACTIONS(744), @@ -10946,50 +11445,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(716), + [anon_sym_POUND] = ACTIONS(720), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(718), - [anon_sym_POUND_POUND] = ACTIONS(720), + [anon_sym_POUND_SQUOTE] = ACTIONS(722), + [anon_sym_POUND_POUND] = ACTIONS(724), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_SQUOTE] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(726), - [anon_sym_TILDE_AT] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(730), + [anon_sym_AT] = ACTIONS(726), + [anon_sym_SQUOTE] = ACTIONS(728), + [anon_sym_BQUOTE] = ACTIONS(730), + [anon_sym_TILDE_AT] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(734), }, [127] = { [sym__gap] = STATE(301), [sym_dis_expr] = STATE(301), - [sym__form] = STATE(230), - [sym_kwd_lit] = STATE(230), - [sym_str_lit] = STATE(230), - [sym_sym_lit] = STATE(230), + [sym__form] = STATE(225), + [sym_kwd_lit] = STATE(225), + [sym_str_lit] = STATE(225), + [sym_sym_lit] = STATE(225), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(230), + [sym_list_lit] = STATE(225), [sym__bare_list_lit] = STATE(218), - [sym_map_lit] = STATE(230), + [sym_map_lit] = STATE(225), [sym__bare_map_lit] = STATE(219), - [sym_vec_lit] = STATE(230), - [sym__bare_vec_lit] = STATE(224), - [sym_set_lit] = STATE(230), - [sym__bare_set_lit] = STATE(225), - [sym_anon_fn_lit] = STATE(230), - [sym_regex_lit] = STATE(230), - [sym_read_cond_lit] = STATE(230), - [sym_splicing_read_cond_lit] = STATE(230), - [sym_ns_map_lit] = STATE(230), - [sym_var_quoting_lit] = STATE(230), - [sym_sym_val_lit] = STATE(230), - [sym_evaling_lit] = STATE(230), - [sym_tagged_or_ctor_lit] = STATE(230), - [sym_derefing_lit] = STATE(230), - [sym_quoting_lit] = STATE(230), - [sym_syn_quoting_lit] = STATE(230), - [sym_unquote_splicing_lit] = STATE(230), - [sym_unquoting_lit] = STATE(230), + [sym_vec_lit] = STATE(225), + [sym__bare_vec_lit] = STATE(226), + [sym_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), + [sym_anon_fn_lit] = STATE(225), + [sym_regex_lit] = STATE(225), + [sym_read_cond_lit] = STATE(225), + [sym_splicing_read_cond_lit] = STATE(225), + [sym_ns_map_lit] = STATE(225), + [sym_var_quoting_lit] = STATE(225), + [sym_sym_val_lit] = STATE(225), + [sym_evaling_lit] = STATE(225), + [sym_tagged_or_ctor_lit] = STATE(225), + [sym_derefing_lit] = STATE(225), + [sym_quoting_lit] = STATE(225), + [sym_syn_quoting_lit] = STATE(225), + [sym_unquote_splicing_lit] = STATE(225), + [sym_unquoting_lit] = STATE(225), [aux_sym_dis_expr_repeat1] = STATE(301), [aux_sym_sym_lit_repeat1] = STATE(303), [sym__ws] = ACTIONS(264), @@ -10997,8 +11496,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND_] = ACTIONS(7), [sym_num_lit] = ACTIONS(746), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_COLON_COLON] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(718), [aux_sym_str_lit_token1] = ACTIONS(15), [sym_char_lit] = ACTIONS(746), [sym_nil_lit] = ACTIONS(748), @@ -11009,17 +11508,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(716), + [anon_sym_POUND] = ACTIONS(720), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(718), - [anon_sym_POUND_POUND] = ACTIONS(720), + [anon_sym_POUND_SQUOTE] = ACTIONS(722), + [anon_sym_POUND_POUND] = ACTIONS(724), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_SQUOTE] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(726), - [anon_sym_TILDE_AT] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(730), + [anon_sym_AT] = ACTIONS(726), + [anon_sym_SQUOTE] = ACTIONS(728), + [anon_sym_BQUOTE] = ACTIONS(730), + [anon_sym_TILDE_AT] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(734), }, [128] = { [sym__gap] = STATE(301), @@ -11036,9 +11535,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(265), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(265), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(265), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(265), [sym_regex_lit] = STATE(265), [sym_read_cond_lit] = STATE(265), @@ -11060,8 +11559,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND_] = ACTIONS(7), [sym_num_lit] = ACTIONS(750), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_COLON_COLON] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(718), [aux_sym_str_lit_token1] = ACTIONS(15), [sym_char_lit] = ACTIONS(750), [sym_nil_lit] = ACTIONS(752), @@ -11072,17 +11571,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(716), + [anon_sym_POUND] = ACTIONS(720), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(718), - [anon_sym_POUND_POUND] = ACTIONS(720), + [anon_sym_POUND_SQUOTE] = ACTIONS(722), + [anon_sym_POUND_POUND] = ACTIONS(724), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_SQUOTE] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(726), - [anon_sym_TILDE_AT] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(730), + [anon_sym_AT] = ACTIONS(726), + [anon_sym_SQUOTE] = ACTIONS(728), + [anon_sym_BQUOTE] = ACTIONS(730), + [anon_sym_TILDE_AT] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(734), }, [129] = { [sym__gap] = STATE(163), @@ -11099,9 +11598,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(222), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(222), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(222), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(222), [sym_regex_lit] = STATE(222), [sym_read_cond_lit] = STATE(222), @@ -11162,9 +11661,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(300), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(300), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(300), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(300), [sym_regex_lit] = STATE(300), [sym_read_cond_lit] = STATE(300), @@ -11186,8 +11685,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND_] = ACTIONS(7), [sym_num_lit] = ACTIONS(760), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_COLON_COLON] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(718), [aux_sym_str_lit_token1] = ACTIONS(15), [sym_char_lit] = ACTIONS(760), [sym_nil_lit] = ACTIONS(762), @@ -11198,17 +11697,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(716), + [anon_sym_POUND] = ACTIONS(720), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(718), - [anon_sym_POUND_POUND] = ACTIONS(720), + [anon_sym_POUND_SQUOTE] = ACTIONS(722), + [anon_sym_POUND_POUND] = ACTIONS(724), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_SQUOTE] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(726), - [anon_sym_TILDE_AT] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(730), + [anon_sym_AT] = ACTIONS(726), + [anon_sym_SQUOTE] = ACTIONS(728), + [anon_sym_BQUOTE] = ACTIONS(730), + [anon_sym_TILDE_AT] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(734), }, [131] = { [sym__gap] = STATE(301), @@ -11225,9 +11724,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(274), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(274), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(274), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(274), [sym_regex_lit] = STATE(274), [sym_read_cond_lit] = STATE(274), @@ -11249,8 +11748,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND_] = ACTIONS(7), [sym_num_lit] = ACTIONS(764), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_COLON_COLON] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(718), [aux_sym_str_lit_token1] = ACTIONS(15), [sym_char_lit] = ACTIONS(764), [sym_nil_lit] = ACTIONS(766), @@ -11261,17 +11760,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(716), + [anon_sym_POUND] = ACTIONS(720), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(718), - [anon_sym_POUND_POUND] = ACTIONS(720), + [anon_sym_POUND_SQUOTE] = ACTIONS(722), + [anon_sym_POUND_POUND] = ACTIONS(724), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_SQUOTE] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(726), - [anon_sym_TILDE_AT] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(730), + [anon_sym_AT] = ACTIONS(726), + [anon_sym_SQUOTE] = ACTIONS(728), + [anon_sym_BQUOTE] = ACTIONS(730), + [anon_sym_TILDE_AT] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(734), }, [132] = { [sym__gap] = STATE(301), @@ -11288,9 +11787,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(250), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(250), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(250), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(250), [sym_regex_lit] = STATE(250), [sym_read_cond_lit] = STATE(250), @@ -11312,8 +11811,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND_] = ACTIONS(7), [sym_num_lit] = ACTIONS(768), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_COLON_COLON] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(718), [aux_sym_str_lit_token1] = ACTIONS(15), [sym_char_lit] = ACTIONS(768), [sym_nil_lit] = ACTIONS(770), @@ -11324,17 +11823,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(716), + [anon_sym_POUND] = ACTIONS(720), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(718), - [anon_sym_POUND_POUND] = ACTIONS(720), + [anon_sym_POUND_SQUOTE] = ACTIONS(722), + [anon_sym_POUND_POUND] = ACTIONS(724), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_SQUOTE] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(726), - [anon_sym_TILDE_AT] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(730), + [anon_sym_AT] = ACTIONS(726), + [anon_sym_SQUOTE] = ACTIONS(728), + [anon_sym_BQUOTE] = ACTIONS(730), + [anon_sym_TILDE_AT] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(734), }, [133] = { [sym__gap] = STATE(301), @@ -11351,9 +11850,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(249), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(249), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(249), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(249), [sym_regex_lit] = STATE(249), [sym_read_cond_lit] = STATE(249), @@ -11375,8 +11874,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND_] = ACTIONS(7), [sym_num_lit] = ACTIONS(772), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_COLON_COLON] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(718), [aux_sym_str_lit_token1] = ACTIONS(15), [sym_char_lit] = ACTIONS(772), [sym_nil_lit] = ACTIONS(774), @@ -11387,17 +11886,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(716), + [anon_sym_POUND] = ACTIONS(720), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(718), - [anon_sym_POUND_POUND] = ACTIONS(720), + [anon_sym_POUND_SQUOTE] = ACTIONS(722), + [anon_sym_POUND_POUND] = ACTIONS(724), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_SQUOTE] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(726), - [anon_sym_TILDE_AT] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(730), + [anon_sym_AT] = ACTIONS(726), + [anon_sym_SQUOTE] = ACTIONS(728), + [anon_sym_BQUOTE] = ACTIONS(730), + [anon_sym_TILDE_AT] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(734), }, [134] = { [sym__gap] = STATE(301), @@ -11414,9 +11913,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(243), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(243), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(243), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(243), [sym_regex_lit] = STATE(243), [sym_read_cond_lit] = STATE(243), @@ -11438,8 +11937,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND_] = ACTIONS(7), [sym_num_lit] = ACTIONS(776), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_COLON_COLON] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(718), [aux_sym_str_lit_token1] = ACTIONS(15), [sym_char_lit] = ACTIONS(776), [sym_nil_lit] = ACTIONS(778), @@ -11450,50 +11949,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(716), + [anon_sym_POUND] = ACTIONS(720), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(718), - [anon_sym_POUND_POUND] = ACTIONS(720), + [anon_sym_POUND_SQUOTE] = ACTIONS(722), + [anon_sym_POUND_POUND] = ACTIONS(724), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_SQUOTE] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(726), - [anon_sym_TILDE_AT] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(730), + [anon_sym_AT] = ACTIONS(726), + [anon_sym_SQUOTE] = ACTIONS(728), + [anon_sym_BQUOTE] = ACTIONS(730), + [anon_sym_TILDE_AT] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(734), }, [135] = { [sym__gap] = STATE(301), [sym_dis_expr] = STATE(301), - [sym__form] = STATE(226), - [sym_kwd_lit] = STATE(226), - [sym_str_lit] = STATE(226), - [sym_sym_lit] = STATE(226), + [sym__form] = STATE(224), + [sym_kwd_lit] = STATE(224), + [sym_str_lit] = STATE(224), + [sym_sym_lit] = STATE(224), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(226), + [sym_list_lit] = STATE(224), [sym__bare_list_lit] = STATE(218), - [sym_map_lit] = STATE(226), + [sym_map_lit] = STATE(224), [sym__bare_map_lit] = STATE(219), - [sym_vec_lit] = STATE(226), - [sym__bare_vec_lit] = STATE(224), - [sym_set_lit] = STATE(226), - [sym__bare_set_lit] = STATE(225), - [sym_anon_fn_lit] = STATE(226), - [sym_regex_lit] = STATE(226), - [sym_read_cond_lit] = STATE(226), - [sym_splicing_read_cond_lit] = STATE(226), - [sym_ns_map_lit] = STATE(226), - [sym_var_quoting_lit] = STATE(226), - [sym_sym_val_lit] = STATE(226), - [sym_evaling_lit] = STATE(226), - [sym_tagged_or_ctor_lit] = STATE(226), - [sym_derefing_lit] = STATE(226), - [sym_quoting_lit] = STATE(226), - [sym_syn_quoting_lit] = STATE(226), - [sym_unquote_splicing_lit] = STATE(226), - [sym_unquoting_lit] = STATE(226), + [sym_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), + [sym_set_lit] = STATE(224), + [sym__bare_set_lit] = STATE(227), + [sym_anon_fn_lit] = STATE(224), + [sym_regex_lit] = STATE(224), + [sym_read_cond_lit] = STATE(224), + [sym_splicing_read_cond_lit] = STATE(224), + [sym_ns_map_lit] = STATE(224), + [sym_var_quoting_lit] = STATE(224), + [sym_sym_val_lit] = STATE(224), + [sym_evaling_lit] = STATE(224), + [sym_tagged_or_ctor_lit] = STATE(224), + [sym_derefing_lit] = STATE(224), + [sym_quoting_lit] = STATE(224), + [sym_syn_quoting_lit] = STATE(224), + [sym_unquote_splicing_lit] = STATE(224), + [sym_unquoting_lit] = STATE(224), [aux_sym_dis_expr_repeat1] = STATE(301), [aux_sym_sym_lit_repeat1] = STATE(303), [sym__ws] = ACTIONS(264), @@ -11501,8 +12000,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND_] = ACTIONS(7), [sym_num_lit] = ACTIONS(780), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_COLON_COLON] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(718), [aux_sym_str_lit_token1] = ACTIONS(15), [sym_char_lit] = ACTIONS(780), [sym_nil_lit] = ACTIONS(782), @@ -11513,17 +12012,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(716), + [anon_sym_POUND] = ACTIONS(720), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(718), - [anon_sym_POUND_POUND] = ACTIONS(720), + [anon_sym_POUND_SQUOTE] = ACTIONS(722), + [anon_sym_POUND_POUND] = ACTIONS(724), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_SQUOTE] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(726), - [anon_sym_TILDE_AT] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(730), + [anon_sym_AT] = ACTIONS(726), + [anon_sym_SQUOTE] = ACTIONS(728), + [anon_sym_BQUOTE] = ACTIONS(730), + [anon_sym_TILDE_AT] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(734), }, [136] = { [sym__gap] = STATE(127), @@ -11540,9 +12039,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(222), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(222), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(222), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(222), [sym_regex_lit] = STATE(222), [sym_read_cond_lit] = STATE(222), @@ -11564,8 +12063,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND_] = ACTIONS(7), [sym_num_lit] = ACTIONS(756), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_COLON_COLON] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(718), [aux_sym_str_lit_token1] = ACTIONS(15), [sym_char_lit] = ACTIONS(756), [sym_nil_lit] = ACTIONS(758), @@ -11576,17 +12075,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(716), + [anon_sym_POUND] = ACTIONS(720), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(718), - [anon_sym_POUND_POUND] = ACTIONS(720), + [anon_sym_POUND_SQUOTE] = ACTIONS(722), + [anon_sym_POUND_POUND] = ACTIONS(724), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_SQUOTE] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(726), - [anon_sym_TILDE_AT] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(730), + [anon_sym_AT] = ACTIONS(726), + [anon_sym_SQUOTE] = ACTIONS(728), + [anon_sym_BQUOTE] = ACTIONS(730), + [anon_sym_TILDE_AT] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(734), }, [137] = { [sym__gap] = STATE(128), @@ -11603,9 +12102,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(298), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(298), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(298), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(298), [sym_regex_lit] = STATE(298), [sym_read_cond_lit] = STATE(298), @@ -11625,64 +12124,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(786), [sym_comment] = ACTIONS(786), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(696), + [sym_num_lit] = ACTIONS(698), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_COLON_COLON] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(718), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(696), - [sym_nil_lit] = ACTIONS(698), - [sym_bool_lit] = ACTIONS(698), + [sym_char_lit] = ACTIONS(698), + [sym_nil_lit] = ACTIONS(700), + [sym_bool_lit] = ACTIONS(700), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(716), + [anon_sym_POUND] = ACTIONS(720), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(718), - [anon_sym_POUND_POUND] = ACTIONS(720), + [anon_sym_POUND_SQUOTE] = ACTIONS(722), + [anon_sym_POUND_POUND] = ACTIONS(724), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_SQUOTE] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(726), - [anon_sym_TILDE_AT] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(730), + [anon_sym_AT] = ACTIONS(726), + [anon_sym_SQUOTE] = ACTIONS(728), + [anon_sym_BQUOTE] = ACTIONS(730), + [anon_sym_TILDE_AT] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(734), }, [138] = { [sym__gap] = STATE(301), [sym_dis_expr] = STATE(301), - [sym__form] = STATE(226), - [sym_kwd_lit] = STATE(226), - [sym_str_lit] = STATE(226), - [sym_sym_lit] = STATE(226), + [sym__form] = STATE(224), + [sym_kwd_lit] = STATE(224), + [sym_str_lit] = STATE(224), + [sym_sym_lit] = STATE(224), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(226), + [sym_list_lit] = STATE(224), [sym__bare_list_lit] = STATE(218), - [sym_map_lit] = STATE(226), + [sym_map_lit] = STATE(224), [sym__bare_map_lit] = STATE(219), - [sym_vec_lit] = STATE(226), - [sym__bare_vec_lit] = STATE(224), - [sym_set_lit] = STATE(226), - [sym__bare_set_lit] = STATE(225), - [sym_anon_fn_lit] = STATE(226), - [sym_regex_lit] = STATE(226), - [sym_read_cond_lit] = STATE(226), - [sym_splicing_read_cond_lit] = STATE(226), - [sym_ns_map_lit] = STATE(226), - [sym_var_quoting_lit] = STATE(226), - [sym_sym_val_lit] = STATE(226), - [sym_evaling_lit] = STATE(226), - [sym_tagged_or_ctor_lit] = STATE(226), - [sym_derefing_lit] = STATE(226), - [sym_quoting_lit] = STATE(226), - [sym_syn_quoting_lit] = STATE(226), - [sym_unquote_splicing_lit] = STATE(226), - [sym_unquoting_lit] = STATE(226), + [sym_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), + [sym_set_lit] = STATE(224), + [sym__bare_set_lit] = STATE(227), + [sym_anon_fn_lit] = STATE(224), + [sym_regex_lit] = STATE(224), + [sym_read_cond_lit] = STATE(224), + [sym_splicing_read_cond_lit] = STATE(224), + [sym_ns_map_lit] = STATE(224), + [sym_var_quoting_lit] = STATE(224), + [sym_sym_val_lit] = STATE(224), + [sym_evaling_lit] = STATE(224), + [sym_tagged_or_ctor_lit] = STATE(224), + [sym_derefing_lit] = STATE(224), + [sym_quoting_lit] = STATE(224), + [sym_syn_quoting_lit] = STATE(224), + [sym_unquote_splicing_lit] = STATE(224), + [sym_unquoting_lit] = STATE(224), [aux_sym_dis_expr_repeat1] = STATE(301), [aux_sym_sym_lit_repeat1] = STATE(305), [sym__ws] = ACTIONS(264), @@ -11729,9 +12228,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(297), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(297), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(297), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(297), [sym_regex_lit] = STATE(297), [sym_read_cond_lit] = STATE(297), @@ -11751,94 +12250,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(690), + [sym_num_lit] = ACTIONS(692), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_COLON_COLON] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(718), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(690), - [sym_nil_lit] = ACTIONS(692), - [sym_bool_lit] = ACTIONS(692), + [sym_char_lit] = ACTIONS(692), + [sym_nil_lit] = ACTIONS(694), + [sym_bool_lit] = ACTIONS(694), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(716), + [anon_sym_POUND] = ACTIONS(720), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(718), - [anon_sym_POUND_POUND] = ACTIONS(720), + [anon_sym_POUND_SQUOTE] = ACTIONS(722), + [anon_sym_POUND_POUND] = ACTIONS(724), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_SQUOTE] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(726), - [anon_sym_TILDE_AT] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(730), + [anon_sym_AT] = ACTIONS(726), + [anon_sym_SQUOTE] = ACTIONS(728), + [anon_sym_BQUOTE] = ACTIONS(730), + [anon_sym_TILDE_AT] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(734), }, [140] = { [sym__gap] = STATE(301), [sym_dis_expr] = STATE(301), - [sym__form] = STATE(375), - [sym_kwd_lit] = STATE(375), - [sym_str_lit] = STATE(375), - [sym_sym_lit] = STATE(375), + [sym__form] = STATE(411), + [sym_kwd_lit] = STATE(411), + [sym_str_lit] = STATE(411), + [sym_sym_lit] = STATE(411), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(375), + [sym_list_lit] = STATE(411), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(375), + [sym_map_lit] = STATE(411), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(375), + [sym_vec_lit] = STATE(411), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(375), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(375), - [sym_regex_lit] = STATE(375), - [sym_read_cond_lit] = STATE(375), - [sym_splicing_read_cond_lit] = STATE(375), - [sym_ns_map_lit] = STATE(375), - [sym_var_quoting_lit] = STATE(375), - [sym_sym_val_lit] = STATE(375), - [sym_evaling_lit] = STATE(375), - [sym_tagged_or_ctor_lit] = STATE(375), - [sym_derefing_lit] = STATE(375), - [sym_quoting_lit] = STATE(375), - [sym_syn_quoting_lit] = STATE(375), - [sym_unquote_splicing_lit] = STATE(375), - [sym_unquoting_lit] = STATE(375), + [sym_set_lit] = STATE(411), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(411), + [sym_regex_lit] = STATE(411), + [sym_read_cond_lit] = STATE(411), + [sym_splicing_read_cond_lit] = STATE(411), + [sym_ns_map_lit] = STATE(411), + [sym_var_quoting_lit] = STATE(411), + [sym_sym_val_lit] = STATE(411), + [sym_evaling_lit] = STATE(411), + [sym_tagged_or_ctor_lit] = STATE(411), + [sym_derefing_lit] = STATE(411), + [sym_quoting_lit] = STATE(411), + [sym_syn_quoting_lit] = STATE(411), + [sym_unquote_splicing_lit] = STATE(411), + [sym_unquoting_lit] = STATE(411), [aux_sym_dis_expr_repeat1] = STATE(301), [aux_sym_sym_lit_repeat1] = STATE(307), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(598), + [sym_num_lit] = ACTIONS(596), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(598), - [sym_nil_lit] = ACTIONS(600), - [sym_bool_lit] = ACTIONS(600), + [sym_char_lit] = ACTIONS(596), + [sym_nil_lit] = ACTIONS(598), + [sym_bool_lit] = ACTIONS(598), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, [141] = { [sym__gap] = STATE(130), @@ -11855,9 +12354,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(263), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(263), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(263), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(263), [sym_regex_lit] = STATE(263), [sym_read_cond_lit] = STATE(263), @@ -11877,31 +12376,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(788), [sym_comment] = ACTIONS(788), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(646), + [sym_num_lit] = ACTIONS(652), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_COLON_COLON] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(718), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(646), - [sym_nil_lit] = ACTIONS(648), - [sym_bool_lit] = ACTIONS(648), + [sym_char_lit] = ACTIONS(652), + [sym_nil_lit] = ACTIONS(654), + [sym_bool_lit] = ACTIONS(654), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(716), + [anon_sym_POUND] = ACTIONS(720), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(718), - [anon_sym_POUND_POUND] = ACTIONS(720), + [anon_sym_POUND_SQUOTE] = ACTIONS(722), + [anon_sym_POUND_POUND] = ACTIONS(724), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_SQUOTE] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(726), - [anon_sym_TILDE_AT] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(730), + [anon_sym_AT] = ACTIONS(726), + [anon_sym_SQUOTE] = ACTIONS(728), + [anon_sym_BQUOTE] = ACTIONS(730), + [anon_sym_TILDE_AT] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(734), }, [142] = { [sym__gap] = STATE(131), @@ -11918,9 +12417,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(291), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(291), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(291), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(291), [sym_regex_lit] = STATE(291), [sym_read_cond_lit] = STATE(291), @@ -11940,31 +12439,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(790), [sym_comment] = ACTIONS(790), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(640), + [sym_num_lit] = ACTIONS(646), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_COLON_COLON] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(718), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(640), - [sym_nil_lit] = ACTIONS(642), - [sym_bool_lit] = ACTIONS(642), + [sym_char_lit] = ACTIONS(646), + [sym_nil_lit] = ACTIONS(648), + [sym_bool_lit] = ACTIONS(648), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(716), + [anon_sym_POUND] = ACTIONS(720), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(718), - [anon_sym_POUND_POUND] = ACTIONS(720), + [anon_sym_POUND_SQUOTE] = ACTIONS(722), + [anon_sym_POUND_POUND] = ACTIONS(724), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_SQUOTE] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(726), - [anon_sym_TILDE_AT] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(730), + [anon_sym_AT] = ACTIONS(726), + [anon_sym_SQUOTE] = ACTIONS(728), + [anon_sym_BQUOTE] = ACTIONS(730), + [anon_sym_TILDE_AT] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(734), }, [143] = { [sym__gap] = STATE(132), @@ -11981,9 +12480,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(290), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(290), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(290), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(290), [sym_regex_lit] = STATE(290), [sym_read_cond_lit] = STATE(290), @@ -12003,31 +12502,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(792), [sym_comment] = ACTIONS(792), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(634), + [sym_num_lit] = ACTIONS(640), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_COLON_COLON] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(718), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(634), - [sym_nil_lit] = ACTIONS(636), - [sym_bool_lit] = ACTIONS(636), + [sym_char_lit] = ACTIONS(640), + [sym_nil_lit] = ACTIONS(642), + [sym_bool_lit] = ACTIONS(642), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(716), + [anon_sym_POUND] = ACTIONS(720), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(718), - [anon_sym_POUND_POUND] = ACTIONS(720), + [anon_sym_POUND_SQUOTE] = ACTIONS(722), + [anon_sym_POUND_POUND] = ACTIONS(724), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_SQUOTE] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(726), - [anon_sym_TILDE_AT] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(730), + [anon_sym_AT] = ACTIONS(726), + [anon_sym_SQUOTE] = ACTIONS(728), + [anon_sym_BQUOTE] = ACTIONS(730), + [anon_sym_TILDE_AT] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(734), }, [144] = { [sym__gap] = STATE(301), @@ -12044,9 +12543,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(243), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(243), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(243), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(243), [sym_regex_lit] = STATE(243), [sym_read_cond_lit] = STATE(243), @@ -12107,9 +12606,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(289), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(289), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(289), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(289), [sym_regex_lit] = STATE(289), [sym_read_cond_lit] = STATE(289), @@ -12129,31 +12628,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(794), [sym_comment] = ACTIONS(794), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(628), + [sym_num_lit] = ACTIONS(634), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_COLON_COLON] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(718), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(628), - [sym_nil_lit] = ACTIONS(630), - [sym_bool_lit] = ACTIONS(630), + [sym_char_lit] = ACTIONS(634), + [sym_nil_lit] = ACTIONS(636), + [sym_bool_lit] = ACTIONS(636), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(716), + [anon_sym_POUND] = ACTIONS(720), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(718), - [anon_sym_POUND_POUND] = ACTIONS(720), + [anon_sym_POUND_SQUOTE] = ACTIONS(722), + [anon_sym_POUND_POUND] = ACTIONS(724), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_SQUOTE] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(726), - [anon_sym_TILDE_AT] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(730), + [anon_sym_AT] = ACTIONS(726), + [anon_sym_SQUOTE] = ACTIONS(728), + [anon_sym_BQUOTE] = ACTIONS(730), + [anon_sym_TILDE_AT] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(734), }, [146] = { [sym__gap] = STATE(301), @@ -12170,9 +12669,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(249), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(249), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(249), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(249), [sym_regex_lit] = STATE(249), [sym_read_cond_lit] = STATE(249), @@ -12233,9 +12732,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(287), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(287), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(287), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(287), [sym_regex_lit] = STATE(287), [sym_read_cond_lit] = STATE(287), @@ -12255,31 +12754,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(796), [sym_comment] = ACTIONS(796), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(622), + [sym_num_lit] = ACTIONS(628), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_COLON_COLON] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(718), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(622), - [sym_nil_lit] = ACTIONS(624), - [sym_bool_lit] = ACTIONS(624), + [sym_char_lit] = ACTIONS(628), + [sym_nil_lit] = ACTIONS(630), + [sym_bool_lit] = ACTIONS(630), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(716), + [anon_sym_POUND] = ACTIONS(720), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(718), - [anon_sym_POUND_POUND] = ACTIONS(720), + [anon_sym_POUND_SQUOTE] = ACTIONS(722), + [anon_sym_POUND_POUND] = ACTIONS(724), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_SQUOTE] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(726), - [anon_sym_TILDE_AT] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(730), + [anon_sym_AT] = ACTIONS(726), + [anon_sym_SQUOTE] = ACTIONS(728), + [anon_sym_BQUOTE] = ACTIONS(730), + [anon_sym_TILDE_AT] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(734), }, [148] = { [sym__gap] = STATE(301), @@ -12296,9 +12795,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(250), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(250), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(250), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(250), [sym_regex_lit] = STATE(250), [sym_read_cond_lit] = STATE(250), @@ -12359,9 +12858,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(283), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(283), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(283), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(283), [sym_regex_lit] = STATE(283), [sym_read_cond_lit] = STATE(283), @@ -12381,31 +12880,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(798), [sym_comment] = ACTIONS(798), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(616), + [sym_num_lit] = ACTIONS(622), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_COLON_COLON] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(718), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(616), - [sym_nil_lit] = ACTIONS(618), - [sym_bool_lit] = ACTIONS(618), + [sym_char_lit] = ACTIONS(622), + [sym_nil_lit] = ACTIONS(624), + [sym_bool_lit] = ACTIONS(624), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(716), + [anon_sym_POUND] = ACTIONS(720), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(718), - [anon_sym_POUND_POUND] = ACTIONS(720), + [anon_sym_POUND_SQUOTE] = ACTIONS(722), + [anon_sym_POUND_POUND] = ACTIONS(724), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_SQUOTE] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(726), - [anon_sym_TILDE_AT] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(730), + [anon_sym_AT] = ACTIONS(726), + [anon_sym_SQUOTE] = ACTIONS(728), + [anon_sym_BQUOTE] = ACTIONS(730), + [anon_sym_TILDE_AT] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(734), }, [150] = { [sym__gap] = STATE(301), @@ -12422,9 +12921,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(274), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(274), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(274), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(274), [sym_regex_lit] = STATE(274), [sym_read_cond_lit] = STATE(274), @@ -12485,9 +12984,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(278), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(278), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(278), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(278), [sym_regex_lit] = STATE(278), [sym_read_cond_lit] = STATE(278), @@ -12507,31 +13006,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(602), + [sym_num_lit] = ACTIONS(600), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_COLON_COLON] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(718), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(602), - [sym_nil_lit] = ACTIONS(604), - [sym_bool_lit] = ACTIONS(604), + [sym_char_lit] = ACTIONS(600), + [sym_nil_lit] = ACTIONS(602), + [sym_bool_lit] = ACTIONS(602), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(716), + [anon_sym_POUND] = ACTIONS(720), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(718), - [anon_sym_POUND_POUND] = ACTIONS(720), + [anon_sym_POUND_SQUOTE] = ACTIONS(722), + [anon_sym_POUND_POUND] = ACTIONS(724), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_SQUOTE] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(726), - [anon_sym_TILDE_AT] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(730), + [anon_sym_AT] = ACTIONS(726), + [anon_sym_SQUOTE] = ACTIONS(728), + [anon_sym_BQUOTE] = ACTIONS(730), + [anon_sym_TILDE_AT] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(734), }, [152] = { [sym__gap] = STATE(301), @@ -12548,9 +13047,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(300), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(300), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(300), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(300), [sym_regex_lit] = STATE(300), [sym_read_cond_lit] = STATE(300), @@ -12611,9 +13110,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(277), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(277), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(277), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(277), [sym_regex_lit] = STATE(277), [sym_read_cond_lit] = STATE(277), @@ -12633,31 +13132,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(594), + [sym_num_lit] = ACTIONS(592), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_COLON_COLON] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(718), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(594), - [sym_nil_lit] = ACTIONS(596), - [sym_bool_lit] = ACTIONS(596), + [sym_char_lit] = ACTIONS(592), + [sym_nil_lit] = ACTIONS(594), + [sym_bool_lit] = ACTIONS(594), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(716), + [anon_sym_POUND] = ACTIONS(720), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(718), - [anon_sym_POUND_POUND] = ACTIONS(720), + [anon_sym_POUND_SQUOTE] = ACTIONS(722), + [anon_sym_POUND_POUND] = ACTIONS(724), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_SQUOTE] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(726), - [anon_sym_TILDE_AT] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(730), + [anon_sym_AT] = ACTIONS(726), + [anon_sym_SQUOTE] = ACTIONS(728), + [anon_sym_BQUOTE] = ACTIONS(730), + [anon_sym_TILDE_AT] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(734), }, [154] = { [sym__gap] = STATE(301), @@ -12674,9 +13173,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(214), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(214), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(214), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(214), [sym_regex_lit] = STATE(214), [sym_read_cond_lit] = STATE(214), @@ -12696,31 +13195,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(586), + [sym_num_lit] = ACTIONS(584), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_COLON_COLON] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(718), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(586), - [sym_nil_lit] = ACTIONS(588), - [sym_bool_lit] = ACTIONS(588), + [sym_char_lit] = ACTIONS(584), + [sym_nil_lit] = ACTIONS(586), + [sym_bool_lit] = ACTIONS(586), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(716), + [anon_sym_POUND] = ACTIONS(720), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(718), - [anon_sym_POUND_POUND] = ACTIONS(720), + [anon_sym_POUND_SQUOTE] = ACTIONS(722), + [anon_sym_POUND_POUND] = ACTIONS(724), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_SQUOTE] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(726), - [anon_sym_TILDE_AT] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(730), + [anon_sym_AT] = ACTIONS(726), + [anon_sym_SQUOTE] = ACTIONS(728), + [anon_sym_BQUOTE] = ACTIONS(730), + [anon_sym_TILDE_AT] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(734), }, [155] = { [sym__gap] = STATE(301), @@ -12737,9 +13236,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(276), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(276), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(276), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(276), [sym_regex_lit] = STATE(276), [sym_read_cond_lit] = STATE(276), @@ -12759,31 +13258,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(578), + [sym_num_lit] = ACTIONS(576), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_COLON_COLON] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(718), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(578), - [sym_nil_lit] = ACTIONS(580), - [sym_bool_lit] = ACTIONS(580), + [sym_char_lit] = ACTIONS(576), + [sym_nil_lit] = ACTIONS(578), + [sym_bool_lit] = ACTIONS(578), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(716), + [anon_sym_POUND] = ACTIONS(720), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(718), - [anon_sym_POUND_POUND] = ACTIONS(720), + [anon_sym_POUND_SQUOTE] = ACTIONS(722), + [anon_sym_POUND_POUND] = ACTIONS(724), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_SQUOTE] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(726), - [anon_sym_TILDE_AT] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(730), + [anon_sym_AT] = ACTIONS(726), + [anon_sym_SQUOTE] = ACTIONS(728), + [anon_sym_BQUOTE] = ACTIONS(730), + [anon_sym_TILDE_AT] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(734), }, [156] = { [sym__gap] = STATE(301), @@ -12800,9 +13299,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(275), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(275), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(275), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(275), [sym_regex_lit] = STATE(275), [sym_read_cond_lit] = STATE(275), @@ -12822,31 +13321,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(568), + [sym_num_lit] = ACTIONS(566), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_COLON_COLON] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(718), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(568), - [sym_nil_lit] = ACTIONS(570), - [sym_bool_lit] = ACTIONS(570), + [sym_char_lit] = ACTIONS(566), + [sym_nil_lit] = ACTIONS(568), + [sym_bool_lit] = ACTIONS(568), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(716), + [anon_sym_POUND] = ACTIONS(720), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(718), - [anon_sym_POUND_POUND] = ACTIONS(720), + [anon_sym_POUND_SQUOTE] = ACTIONS(722), + [anon_sym_POUND_POUND] = ACTIONS(724), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_SQUOTE] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(726), - [anon_sym_TILDE_AT] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(730), + [anon_sym_AT] = ACTIONS(726), + [anon_sym_SQUOTE] = ACTIONS(728), + [anon_sym_BQUOTE] = ACTIONS(730), + [anon_sym_TILDE_AT] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(734), }, [157] = { [sym__gap] = STATE(301), @@ -12863,9 +13362,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(271), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(271), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(271), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(271), [sym_regex_lit] = STATE(271), [sym_read_cond_lit] = STATE(271), @@ -12885,31 +13384,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(542), + [sym_num_lit] = ACTIONS(540), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_COLON_COLON] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(718), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(542), - [sym_nil_lit] = ACTIONS(544), - [sym_bool_lit] = ACTIONS(544), + [sym_char_lit] = ACTIONS(540), + [sym_nil_lit] = ACTIONS(542), + [sym_bool_lit] = ACTIONS(542), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(716), + [anon_sym_POUND] = ACTIONS(720), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(718), - [anon_sym_POUND_POUND] = ACTIONS(720), + [anon_sym_POUND_SQUOTE] = ACTIONS(722), + [anon_sym_POUND_POUND] = ACTIONS(724), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_SQUOTE] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(726), - [anon_sym_TILDE_AT] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(730), + [anon_sym_AT] = ACTIONS(726), + [anon_sym_SQUOTE] = ACTIONS(728), + [anon_sym_BQUOTE] = ACTIONS(730), + [anon_sym_TILDE_AT] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(734), }, [158] = { [sym__gap] = STATE(301), @@ -12926,9 +13425,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(265), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(265), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(265), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(265), [sym_regex_lit] = STATE(265), [sym_read_cond_lit] = STATE(265), @@ -12989,9 +13488,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(270), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(270), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(270), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(270), [sym_regex_lit] = STATE(270), [sym_read_cond_lit] = STATE(270), @@ -13011,31 +13510,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(538), + [sym_num_lit] = ACTIONS(536), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_COLON_COLON] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(718), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(538), - [sym_nil_lit] = ACTIONS(540), - [sym_bool_lit] = ACTIONS(540), + [sym_char_lit] = ACTIONS(536), + [sym_nil_lit] = ACTIONS(538), + [sym_bool_lit] = ACTIONS(538), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(716), + [anon_sym_POUND] = ACTIONS(720), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(718), - [anon_sym_POUND_POUND] = ACTIONS(720), + [anon_sym_POUND_SQUOTE] = ACTIONS(722), + [anon_sym_POUND_POUND] = ACTIONS(724), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_SQUOTE] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(726), - [anon_sym_TILDE_AT] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(730), + [anon_sym_AT] = ACTIONS(726), + [anon_sym_SQUOTE] = ACTIONS(728), + [anon_sym_BQUOTE] = ACTIONS(730), + [anon_sym_TILDE_AT] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(734), }, [160] = { [sym__gap] = STATE(139), @@ -13052,9 +13551,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(267), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(267), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(267), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(267), [sym_regex_lit] = STATE(267), [sym_read_cond_lit] = STATE(267), @@ -13074,31 +13573,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(800), [sym_comment] = ACTIONS(800), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(500), + [sym_num_lit] = ACTIONS(310), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_COLON_COLON] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(718), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(500), - [sym_nil_lit] = ACTIONS(502), - [sym_bool_lit] = ACTIONS(502), + [sym_char_lit] = ACTIONS(310), + [sym_nil_lit] = ACTIONS(312), + [sym_bool_lit] = ACTIONS(312), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(716), + [anon_sym_POUND] = ACTIONS(720), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(718), - [anon_sym_POUND_POUND] = ACTIONS(720), + [anon_sym_POUND_SQUOTE] = ACTIONS(722), + [anon_sym_POUND_POUND] = ACTIONS(724), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_SQUOTE] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(726), - [anon_sym_TILDE_AT] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(730), + [anon_sym_AT] = ACTIONS(726), + [anon_sym_SQUOTE] = ACTIONS(728), + [anon_sym_BQUOTE] = ACTIONS(730), + [anon_sym_TILDE_AT] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(734), }, [161] = { [sym__gap] = STATE(301), @@ -13117,7 +13616,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(327), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(327), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(327), [sym_regex_lit] = STATE(327), [sym_read_cond_lit] = STATE(327), @@ -13137,127 +13636,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(590), + [sym_num_lit] = ACTIONS(588), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(590), - [sym_nil_lit] = ACTIONS(592), - [sym_bool_lit] = ACTIONS(592), + [sym_char_lit] = ACTIONS(588), + [sym_nil_lit] = ACTIONS(590), + [sym_bool_lit] = ACTIONS(590), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, [162] = { [sym__gap] = STATE(46), [sym_dis_expr] = STATE(46), - [sym__form] = STATE(366), - [sym_kwd_lit] = STATE(366), - [sym_str_lit] = STATE(366), - [sym_sym_lit] = STATE(366), + [sym__form] = STATE(363), + [sym_kwd_lit] = STATE(363), + [sym_str_lit] = STATE(363), + [sym_sym_lit] = STATE(363), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(366), + [sym_list_lit] = STATE(363), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(366), + [sym_map_lit] = STATE(363), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(366), + [sym_vec_lit] = STATE(363), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(366), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(366), - [sym_regex_lit] = STATE(366), - [sym_read_cond_lit] = STATE(366), - [sym_splicing_read_cond_lit] = STATE(366), - [sym_ns_map_lit] = STATE(366), - [sym_var_quoting_lit] = STATE(366), - [sym_sym_val_lit] = STATE(366), - [sym_evaling_lit] = STATE(366), - [sym_tagged_or_ctor_lit] = STATE(366), - [sym_derefing_lit] = STATE(366), - [sym_quoting_lit] = STATE(366), - [sym_syn_quoting_lit] = STATE(366), - [sym_unquote_splicing_lit] = STATE(366), - [sym_unquoting_lit] = STATE(366), + [sym_set_lit] = STATE(363), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(363), + [sym_regex_lit] = STATE(363), + [sym_read_cond_lit] = STATE(363), + [sym_splicing_read_cond_lit] = STATE(363), + [sym_ns_map_lit] = STATE(363), + [sym_var_quoting_lit] = STATE(363), + [sym_sym_val_lit] = STATE(363), + [sym_evaling_lit] = STATE(363), + [sym_tagged_or_ctor_lit] = STATE(363), + [sym_derefing_lit] = STATE(363), + [sym_quoting_lit] = STATE(363), + [sym_syn_quoting_lit] = STATE(363), + [sym_unquote_splicing_lit] = STATE(363), + [sym_unquoting_lit] = STATE(363), [aux_sym_dis_expr_repeat1] = STATE(46), [aux_sym_sym_lit_repeat1] = STATE(306), [sym__ws] = ACTIONS(802), [sym_comment] = ACTIONS(802), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(548), + [sym_num_lit] = ACTIONS(546), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(548), - [sym_nil_lit] = ACTIONS(550), - [sym_bool_lit] = ACTIONS(550), + [sym_char_lit] = ACTIONS(546), + [sym_nil_lit] = ACTIONS(548), + [sym_bool_lit] = ACTIONS(548), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [163] = { [sym__gap] = STATE(301), [sym_dis_expr] = STATE(301), - [sym__form] = STATE(230), - [sym_kwd_lit] = STATE(230), - [sym_str_lit] = STATE(230), - [sym_sym_lit] = STATE(230), + [sym__form] = STATE(225), + [sym_kwd_lit] = STATE(225), + [sym_str_lit] = STATE(225), + [sym_sym_lit] = STATE(225), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(230), + [sym_list_lit] = STATE(225), [sym__bare_list_lit] = STATE(218), - [sym_map_lit] = STATE(230), + [sym_map_lit] = STATE(225), [sym__bare_map_lit] = STATE(219), - [sym_vec_lit] = STATE(230), - [sym__bare_vec_lit] = STATE(224), - [sym_set_lit] = STATE(230), - [sym__bare_set_lit] = STATE(225), - [sym_anon_fn_lit] = STATE(230), - [sym_regex_lit] = STATE(230), - [sym_read_cond_lit] = STATE(230), - [sym_splicing_read_cond_lit] = STATE(230), - [sym_ns_map_lit] = STATE(230), - [sym_var_quoting_lit] = STATE(230), - [sym_sym_val_lit] = STATE(230), - [sym_evaling_lit] = STATE(230), - [sym_tagged_or_ctor_lit] = STATE(230), - [sym_derefing_lit] = STATE(230), - [sym_quoting_lit] = STATE(230), - [sym_syn_quoting_lit] = STATE(230), - [sym_unquote_splicing_lit] = STATE(230), - [sym_unquoting_lit] = STATE(230), + [sym_vec_lit] = STATE(225), + [sym__bare_vec_lit] = STATE(226), + [sym_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), + [sym_anon_fn_lit] = STATE(225), + [sym_regex_lit] = STATE(225), + [sym_read_cond_lit] = STATE(225), + [sym_splicing_read_cond_lit] = STATE(225), + [sym_ns_map_lit] = STATE(225), + [sym_var_quoting_lit] = STATE(225), + [sym_sym_val_lit] = STATE(225), + [sym_evaling_lit] = STATE(225), + [sym_tagged_or_ctor_lit] = STATE(225), + [sym_derefing_lit] = STATE(225), + [sym_quoting_lit] = STATE(225), + [sym_syn_quoting_lit] = STATE(225), + [sym_unquote_splicing_lit] = STATE(225), + [sym_unquoting_lit] = STATE(225), [aux_sym_dis_expr_repeat1] = STATE(301), [aux_sym_sym_lit_repeat1] = STATE(305), [sym__ws] = ACTIONS(264), @@ -13292,65 +13791,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [164] = { [sym__gap] = STATE(44), [sym_dis_expr] = STATE(44), - [sym__form] = STATE(363), - [sym_kwd_lit] = STATE(363), - [sym_str_lit] = STATE(363), - [sym_sym_lit] = STATE(363), + [sym__form] = STATE(361), + [sym_kwd_lit] = STATE(361), + [sym_str_lit] = STATE(361), + [sym_sym_lit] = STATE(361), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(363), + [sym_list_lit] = STATE(361), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(363), + [sym_map_lit] = STATE(361), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(363), + [sym_vec_lit] = STATE(361), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(363), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(363), - [sym_regex_lit] = STATE(363), - [sym_read_cond_lit] = STATE(363), - [sym_splicing_read_cond_lit] = STATE(363), - [sym_ns_map_lit] = STATE(363), - [sym_var_quoting_lit] = STATE(363), - [sym_sym_val_lit] = STATE(363), - [sym_evaling_lit] = STATE(363), - [sym_tagged_or_ctor_lit] = STATE(363), - [sym_derefing_lit] = STATE(363), - [sym_quoting_lit] = STATE(363), - [sym_syn_quoting_lit] = STATE(363), - [sym_unquote_splicing_lit] = STATE(363), - [sym_unquoting_lit] = STATE(363), + [sym_set_lit] = STATE(361), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(361), + [sym_regex_lit] = STATE(361), + [sym_read_cond_lit] = STATE(361), + [sym_splicing_read_cond_lit] = STATE(361), + [sym_ns_map_lit] = STATE(361), + [sym_var_quoting_lit] = STATE(361), + [sym_sym_val_lit] = STATE(361), + [sym_evaling_lit] = STATE(361), + [sym_tagged_or_ctor_lit] = STATE(361), + [sym_derefing_lit] = STATE(361), + [sym_quoting_lit] = STATE(361), + [sym_syn_quoting_lit] = STATE(361), + [sym_unquote_splicing_lit] = STATE(361), + [sym_unquoting_lit] = STATE(361), [aux_sym_dis_expr_repeat1] = STATE(44), [aux_sym_sym_lit_repeat1] = STATE(306), [sym__ws] = ACTIONS(804), [sym_comment] = ACTIONS(804), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(554), + [sym_num_lit] = ACTIONS(552), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(554), - [sym_nil_lit] = ACTIONS(556), - [sym_bool_lit] = ACTIONS(556), + [sym_char_lit] = ACTIONS(552), + [sym_nil_lit] = ACTIONS(554), + [sym_bool_lit] = ACTIONS(554), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [165] = { [sym__gap] = STATE(301), @@ -13369,7 +13868,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(329), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(329), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(329), [sym_regex_lit] = STATE(329), [sym_read_cond_lit] = STATE(329), @@ -13389,31 +13888,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(582), + [sym_num_lit] = ACTIONS(580), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(582), - [sym_nil_lit] = ACTIONS(584), - [sym_bool_lit] = ACTIONS(584), + [sym_char_lit] = ACTIONS(580), + [sym_nil_lit] = ACTIONS(582), + [sym_bool_lit] = ACTIONS(582), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, [166] = { [sym__gap] = STATE(183), @@ -13430,9 +13929,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(292), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(292), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(292), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(292), [sym_regex_lit] = STATE(292), [sym_read_cond_lit] = STATE(292), @@ -13493,9 +13992,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(257), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(257), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(257), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(257), [sym_regex_lit] = STATE(257), [sym_read_cond_lit] = STATE(257), @@ -13515,31 +14014,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(420), + [sym_num_lit] = ACTIONS(422), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_COLON_COLON] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(718), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(420), - [sym_nil_lit] = ACTIONS(422), - [sym_bool_lit] = ACTIONS(422), + [sym_char_lit] = ACTIONS(422), + [sym_nil_lit] = ACTIONS(424), + [sym_bool_lit] = ACTIONS(424), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(716), + [anon_sym_POUND] = ACTIONS(720), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(718), - [anon_sym_POUND_POUND] = ACTIONS(720), + [anon_sym_POUND_SQUOTE] = ACTIONS(722), + [anon_sym_POUND_POUND] = ACTIONS(724), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_SQUOTE] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(726), - [anon_sym_TILDE_AT] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(730), + [anon_sym_AT] = ACTIONS(726), + [anon_sym_SQUOTE] = ACTIONS(728), + [anon_sym_BQUOTE] = ACTIONS(730), + [anon_sym_TILDE_AT] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(734), }, [168] = { [sym__gap] = STATE(151), @@ -13556,9 +14055,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(248), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(248), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(248), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(248), [sym_regex_lit] = STATE(248), [sym_read_cond_lit] = STATE(248), @@ -13578,31 +14077,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(808), [sym_comment] = ACTIONS(808), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(364), + [sym_num_lit] = ACTIONS(346), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_COLON_COLON] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(718), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(364), - [sym_nil_lit] = ACTIONS(366), - [sym_bool_lit] = ACTIONS(366), + [sym_char_lit] = ACTIONS(346), + [sym_nil_lit] = ACTIONS(348), + [sym_bool_lit] = ACTIONS(348), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(716), + [anon_sym_POUND] = ACTIONS(720), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(718), - [anon_sym_POUND_POUND] = ACTIONS(720), + [anon_sym_POUND_SQUOTE] = ACTIONS(722), + [anon_sym_POUND_POUND] = ACTIONS(724), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_SQUOTE] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(726), - [anon_sym_TILDE_AT] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(730), + [anon_sym_AT] = ACTIONS(726), + [anon_sym_SQUOTE] = ACTIONS(728), + [anon_sym_BQUOTE] = ACTIONS(730), + [anon_sym_TILDE_AT] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(734), }, [169] = { [sym__gap] = STATE(153), @@ -13619,9 +14118,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(247), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(247), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(247), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(247), [sym_regex_lit] = STATE(247), [sym_read_cond_lit] = STATE(247), @@ -13641,31 +14140,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(810), [sym_comment] = ACTIONS(810), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(358), + [sym_num_lit] = ACTIONS(340), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_COLON_COLON] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(718), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(358), - [sym_nil_lit] = ACTIONS(360), - [sym_bool_lit] = ACTIONS(360), + [sym_char_lit] = ACTIONS(340), + [sym_nil_lit] = ACTIONS(342), + [sym_bool_lit] = ACTIONS(342), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(716), + [anon_sym_POUND] = ACTIONS(720), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(718), - [anon_sym_POUND_POUND] = ACTIONS(720), + [anon_sym_POUND_SQUOTE] = ACTIONS(722), + [anon_sym_POUND_POUND] = ACTIONS(724), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_SQUOTE] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(726), - [anon_sym_TILDE_AT] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(730), + [anon_sym_AT] = ACTIONS(726), + [anon_sym_SQUOTE] = ACTIONS(728), + [anon_sym_BQUOTE] = ACTIONS(730), + [anon_sym_TILDE_AT] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(734), }, [170] = { [sym__gap] = STATE(154), @@ -13682,9 +14181,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(246), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(246), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(246), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(246), [sym_regex_lit] = STATE(246), [sym_read_cond_lit] = STATE(246), @@ -13704,31 +14203,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(812), [sym_comment] = ACTIONS(812), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(352), + [sym_num_lit] = ACTIONS(334), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_COLON_COLON] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(718), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(352), - [sym_nil_lit] = ACTIONS(354), - [sym_bool_lit] = ACTIONS(354), + [sym_char_lit] = ACTIONS(334), + [sym_nil_lit] = ACTIONS(336), + [sym_bool_lit] = ACTIONS(336), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(716), + [anon_sym_POUND] = ACTIONS(720), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(718), - [anon_sym_POUND_POUND] = ACTIONS(720), + [anon_sym_POUND_SQUOTE] = ACTIONS(722), + [anon_sym_POUND_POUND] = ACTIONS(724), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_SQUOTE] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(726), - [anon_sym_TILDE_AT] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(730), + [anon_sym_AT] = ACTIONS(726), + [anon_sym_SQUOTE] = ACTIONS(728), + [anon_sym_BQUOTE] = ACTIONS(730), + [anon_sym_TILDE_AT] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(734), }, [171] = { [sym__gap] = STATE(155), @@ -13745,9 +14244,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(245), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(245), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(245), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(245), [sym_regex_lit] = STATE(245), [sym_read_cond_lit] = STATE(245), @@ -13767,31 +14266,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(814), [sym_comment] = ACTIONS(814), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(346), + [sym_num_lit] = ACTIONS(328), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_COLON_COLON] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(718), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(346), - [sym_nil_lit] = ACTIONS(348), - [sym_bool_lit] = ACTIONS(348), + [sym_char_lit] = ACTIONS(328), + [sym_nil_lit] = ACTIONS(330), + [sym_bool_lit] = ACTIONS(330), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(716), + [anon_sym_POUND] = ACTIONS(720), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(718), - [anon_sym_POUND_POUND] = ACTIONS(720), + [anon_sym_POUND_SQUOTE] = ACTIONS(722), + [anon_sym_POUND_POUND] = ACTIONS(724), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_SQUOTE] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(726), - [anon_sym_TILDE_AT] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(730), + [anon_sym_AT] = ACTIONS(726), + [anon_sym_SQUOTE] = ACTIONS(728), + [anon_sym_BQUOTE] = ACTIONS(730), + [anon_sym_TILDE_AT] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(734), }, [172] = { [sym__gap] = STATE(156), @@ -13808,9 +14307,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(244), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(244), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(244), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(244), [sym_regex_lit] = STATE(244), [sym_read_cond_lit] = STATE(244), @@ -13830,64 +14329,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(816), [sym_comment] = ACTIONS(816), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(340), + [sym_num_lit] = ACTIONS(322), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_COLON_COLON] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(718), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(340), - [sym_nil_lit] = ACTIONS(342), - [sym_bool_lit] = ACTIONS(342), + [sym_char_lit] = ACTIONS(322), + [sym_nil_lit] = ACTIONS(324), + [sym_bool_lit] = ACTIONS(324), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(716), + [anon_sym_POUND] = ACTIONS(720), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(718), - [anon_sym_POUND_POUND] = ACTIONS(720), + [anon_sym_POUND_SQUOTE] = ACTIONS(722), + [anon_sym_POUND_POUND] = ACTIONS(724), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_SQUOTE] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(726), - [anon_sym_TILDE_AT] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(730), + [anon_sym_AT] = ACTIONS(726), + [anon_sym_SQUOTE] = ACTIONS(728), + [anon_sym_BQUOTE] = ACTIONS(730), + [anon_sym_TILDE_AT] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(734), }, [173] = { [sym__gap] = STATE(157), [sym_dis_expr] = STATE(157), - [sym__form] = STATE(238), - [sym_kwd_lit] = STATE(238), - [sym_str_lit] = STATE(238), - [sym_sym_lit] = STATE(238), + [sym__form] = STATE(240), + [sym_kwd_lit] = STATE(240), + [sym_str_lit] = STATE(240), + [sym_sym_lit] = STATE(240), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(238), + [sym_list_lit] = STATE(240), [sym__bare_list_lit] = STATE(218), - [sym_map_lit] = STATE(238), + [sym_map_lit] = STATE(240), [sym__bare_map_lit] = STATE(219), - [sym_vec_lit] = STATE(238), - [sym__bare_vec_lit] = STATE(224), - [sym_set_lit] = STATE(238), - [sym__bare_set_lit] = STATE(225), - [sym_anon_fn_lit] = STATE(238), - [sym_regex_lit] = STATE(238), - [sym_read_cond_lit] = STATE(238), - [sym_splicing_read_cond_lit] = STATE(238), - [sym_ns_map_lit] = STATE(238), - [sym_var_quoting_lit] = STATE(238), - [sym_sym_val_lit] = STATE(238), - [sym_evaling_lit] = STATE(238), - [sym_tagged_or_ctor_lit] = STATE(238), - [sym_derefing_lit] = STATE(238), - [sym_quoting_lit] = STATE(238), - [sym_syn_quoting_lit] = STATE(238), - [sym_unquote_splicing_lit] = STATE(238), - [sym_unquoting_lit] = STATE(238), + [sym_vec_lit] = STATE(240), + [sym__bare_vec_lit] = STATE(226), + [sym_set_lit] = STATE(240), + [sym__bare_set_lit] = STATE(227), + [sym_anon_fn_lit] = STATE(240), + [sym_regex_lit] = STATE(240), + [sym_read_cond_lit] = STATE(240), + [sym_splicing_read_cond_lit] = STATE(240), + [sym_ns_map_lit] = STATE(240), + [sym_var_quoting_lit] = STATE(240), + [sym_sym_val_lit] = STATE(240), + [sym_evaling_lit] = STATE(240), + [sym_tagged_or_ctor_lit] = STATE(240), + [sym_derefing_lit] = STATE(240), + [sym_quoting_lit] = STATE(240), + [sym_syn_quoting_lit] = STATE(240), + [sym_unquote_splicing_lit] = STATE(240), + [sym_unquoting_lit] = STATE(240), [aux_sym_dis_expr_repeat1] = STATE(157), [aux_sym_sym_lit_repeat1] = STATE(303), [sym__ws] = ACTIONS(818), @@ -13895,8 +14394,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND_] = ACTIONS(7), [sym_num_lit] = ACTIONS(706), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_COLON_COLON] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(718), [aux_sym_str_lit_token1] = ACTIONS(15), [sym_char_lit] = ACTIONS(706), [sym_nil_lit] = ACTIONS(708), @@ -13907,80 +14406,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(716), + [anon_sym_POUND] = ACTIONS(720), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(718), - [anon_sym_POUND_POUND] = ACTIONS(720), + [anon_sym_POUND_SQUOTE] = ACTIONS(722), + [anon_sym_POUND_POUND] = ACTIONS(724), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_SQUOTE] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(726), - [anon_sym_TILDE_AT] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(730), + [anon_sym_AT] = ACTIONS(726), + [anon_sym_SQUOTE] = ACTIONS(728), + [anon_sym_BQUOTE] = ACTIONS(730), + [anon_sym_TILDE_AT] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(734), }, [174] = { [sym__gap] = STATE(159), [sym_dis_expr] = STATE(159), - [sym__form] = STATE(237), - [sym_kwd_lit] = STATE(237), - [sym_str_lit] = STATE(237), - [sym_sym_lit] = STATE(237), + [sym__form] = STATE(239), + [sym_kwd_lit] = STATE(239), + [sym_str_lit] = STATE(239), + [sym_sym_lit] = STATE(239), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(237), + [sym_list_lit] = STATE(239), [sym__bare_list_lit] = STATE(218), - [sym_map_lit] = STATE(237), + [sym_map_lit] = STATE(239), [sym__bare_map_lit] = STATE(219), - [sym_vec_lit] = STATE(237), - [sym__bare_vec_lit] = STATE(224), - [sym_set_lit] = STATE(237), - [sym__bare_set_lit] = STATE(225), - [sym_anon_fn_lit] = STATE(237), - [sym_regex_lit] = STATE(237), - [sym_read_cond_lit] = STATE(237), - [sym_splicing_read_cond_lit] = STATE(237), - [sym_ns_map_lit] = STATE(237), - [sym_var_quoting_lit] = STATE(237), - [sym_sym_val_lit] = STATE(237), - [sym_evaling_lit] = STATE(237), - [sym_tagged_or_ctor_lit] = STATE(237), - [sym_derefing_lit] = STATE(237), - [sym_quoting_lit] = STATE(237), - [sym_syn_quoting_lit] = STATE(237), - [sym_unquote_splicing_lit] = STATE(237), - [sym_unquoting_lit] = STATE(237), + [sym_vec_lit] = STATE(239), + [sym__bare_vec_lit] = STATE(226), + [sym_set_lit] = STATE(239), + [sym__bare_set_lit] = STATE(227), + [sym_anon_fn_lit] = STATE(239), + [sym_regex_lit] = STATE(239), + [sym_read_cond_lit] = STATE(239), + [sym_splicing_read_cond_lit] = STATE(239), + [sym_ns_map_lit] = STATE(239), + [sym_var_quoting_lit] = STATE(239), + [sym_sym_val_lit] = STATE(239), + [sym_evaling_lit] = STATE(239), + [sym_tagged_or_ctor_lit] = STATE(239), + [sym_derefing_lit] = STATE(239), + [sym_quoting_lit] = STATE(239), + [sym_syn_quoting_lit] = STATE(239), + [sym_unquote_splicing_lit] = STATE(239), + [sym_unquoting_lit] = STATE(239), [aux_sym_dis_expr_repeat1] = STATE(159), [aux_sym_sym_lit_repeat1] = STATE(303), [sym__ws] = ACTIONS(820), [sym_comment] = ACTIONS(820), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(680), + [sym_num_lit] = ACTIONS(682), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(712), - [anon_sym_COLON_COLON] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(718), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(680), - [sym_nil_lit] = ACTIONS(682), - [sym_bool_lit] = ACTIONS(682), + [sym_char_lit] = ACTIONS(682), + [sym_nil_lit] = ACTIONS(684), + [sym_bool_lit] = ACTIONS(684), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(716), + [anon_sym_POUND] = ACTIONS(720), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(718), - [anon_sym_POUND_POUND] = ACTIONS(720), + [anon_sym_POUND_SQUOTE] = ACTIONS(722), + [anon_sym_POUND_POUND] = ACTIONS(724), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(722), - [anon_sym_SQUOTE] = ACTIONS(724), - [anon_sym_BQUOTE] = ACTIONS(726), - [anon_sym_TILDE_AT] = ACTIONS(728), - [anon_sym_TILDE] = ACTIONS(730), + [anon_sym_AT] = ACTIONS(726), + [anon_sym_SQUOTE] = ACTIONS(728), + [anon_sym_BQUOTE] = ACTIONS(730), + [anon_sym_TILDE_AT] = ACTIONS(732), + [anon_sym_TILDE] = ACTIONS(734), }, [175] = { [sym__gap] = STATE(176), @@ -13999,7 +14498,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(331), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(331), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(331), [sym_regex_lit] = STATE(331), [sym_read_cond_lit] = STATE(331), @@ -14019,31 +14518,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(822), [sym_comment] = ACTIONS(822), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(574), + [sym_num_lit] = ACTIONS(572), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(574), - [sym_nil_lit] = ACTIONS(576), - [sym_bool_lit] = ACTIONS(576), + [sym_char_lit] = ACTIONS(572), + [sym_nil_lit] = ACTIONS(574), + [sym_bool_lit] = ACTIONS(574), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, [176] = { [sym__gap] = STATE(301), @@ -14062,7 +14561,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(332), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(332), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(332), [sym_regex_lit] = STATE(332), [sym_read_cond_lit] = STATE(332), @@ -14082,31 +14581,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(564), + [sym_num_lit] = ACTIONS(562), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(316), - [anon_sym_COLON_COLON] = ACTIONS(318), + [anon_sym_COLON] = ACTIONS(352), + [anon_sym_COLON_COLON] = ACTIONS(354), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(564), - [sym_nil_lit] = ACTIONS(566), - [sym_bool_lit] = ACTIONS(566), + [sym_char_lit] = ACTIONS(562), + [sym_nil_lit] = ACTIONS(564), + [sym_bool_lit] = ACTIONS(564), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(322), + [anon_sym_POUND] = ACTIONS(358), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(324), - [anon_sym_POUND_POUND] = ACTIONS(326), + [anon_sym_POUND_SQUOTE] = ACTIONS(360), + [anon_sym_POUND_POUND] = ACTIONS(362), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(328), - [anon_sym_SQUOTE] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_TILDE_AT] = ACTIONS(334), - [anon_sym_TILDE] = ACTIONS(336), + [anon_sym_AT] = ACTIONS(364), + [anon_sym_SQUOTE] = ACTIONS(366), + [anon_sym_BQUOTE] = ACTIONS(368), + [anon_sym_TILDE_AT] = ACTIONS(370), + [anon_sym_TILDE] = ACTIONS(372), }, [177] = { [sym__gap] = STATE(53), @@ -14125,7 +14624,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(333), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(333), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(333), [sym_regex_lit] = STATE(333), [sym_read_cond_lit] = STATE(333), @@ -14145,31 +14644,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(824), [sym_comment] = ACTIONS(824), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(560), + [sym_num_lit] = ACTIONS(558), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(560), - [sym_nil_lit] = ACTIONS(562), - [sym_bool_lit] = ACTIONS(562), + [sym_char_lit] = ACTIONS(558), + [sym_nil_lit] = ACTIONS(560), + [sym_bool_lit] = ACTIONS(560), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [178] = { [sym__gap] = STATE(201), @@ -14188,7 +14687,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(333), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(333), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(333), [sym_regex_lit] = STATE(333), [sym_read_cond_lit] = STATE(333), @@ -14208,14 +14707,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(826), [sym_comment] = ACTIONS(826), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(560), + [sym_num_lit] = ACTIONS(558), [anon_sym_SLASH] = ACTIONS(268), [anon_sym_COLON] = ACTIONS(270), [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(560), - [sym_nil_lit] = ACTIONS(562), - [sym_bool_lit] = ACTIONS(562), + [sym_char_lit] = ACTIONS(558), + [sym_nil_lit] = ACTIONS(560), + [sym_bool_lit] = ACTIONS(560), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -14251,7 +14750,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(332), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(332), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(332), [sym_regex_lit] = STATE(332), [sym_read_cond_lit] = STATE(332), @@ -14271,31 +14770,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(564), + [sym_num_lit] = ACTIONS(562), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(564), - [sym_nil_lit] = ACTIONS(566), - [sym_bool_lit] = ACTIONS(566), + [sym_char_lit] = ACTIONS(562), + [sym_nil_lit] = ACTIONS(564), + [sym_bool_lit] = ACTIONS(564), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [180] = { [sym__gap] = STATE(179), @@ -14314,7 +14813,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(331), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(331), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(331), [sym_regex_lit] = STATE(331), [sym_read_cond_lit] = STATE(331), @@ -14334,31 +14833,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(828), [sym_comment] = ACTIONS(828), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(574), + [sym_num_lit] = ACTIONS(572), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(574), - [sym_nil_lit] = ACTIONS(576), - [sym_bool_lit] = ACTIONS(576), + [sym_char_lit] = ACTIONS(572), + [sym_nil_lit] = ACTIONS(574), + [sym_bool_lit] = ACTIONS(574), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [181] = { [sym__gap] = STATE(301), @@ -14377,7 +14876,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(329), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(329), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(329), [sym_regex_lit] = STATE(329), [sym_read_cond_lit] = STATE(329), @@ -14397,31 +14896,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(582), + [sym_num_lit] = ACTIONS(580), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(582), - [sym_nil_lit] = ACTIONS(584), - [sym_bool_lit] = ACTIONS(584), + [sym_char_lit] = ACTIONS(580), + [sym_nil_lit] = ACTIONS(582), + [sym_bool_lit] = ACTIONS(582), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [182] = { [sym__gap] = STATE(301), @@ -14440,7 +14939,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(327), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(327), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(327), [sym_regex_lit] = STATE(327), [sym_read_cond_lit] = STATE(327), @@ -14460,31 +14959,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(590), + [sym_num_lit] = ACTIONS(588), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(590), - [sym_nil_lit] = ACTIONS(592), - [sym_bool_lit] = ACTIONS(592), + [sym_char_lit] = ACTIONS(588), + [sym_nil_lit] = ACTIONS(590), + [sym_bool_lit] = ACTIONS(590), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [183] = { [sym__gap] = STATE(301), @@ -14501,9 +15000,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_map_lit] = STATE(288), [sym__bare_map_lit] = STATE(219), [sym_vec_lit] = STATE(288), - [sym__bare_vec_lit] = STATE(224), + [sym__bare_vec_lit] = STATE(226), [sym_set_lit] = STATE(288), - [sym__bare_set_lit] = STATE(225), + [sym__bare_set_lit] = STATE(227), [sym_anon_fn_lit] = STATE(288), [sym_regex_lit] = STATE(288), [sym_read_cond_lit] = STATE(288), @@ -14552,128 +15051,128 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [184] = { [sym__gap] = STATE(301), [sym_dis_expr] = STATE(301), - [sym__form] = STATE(375), - [sym_kwd_lit] = STATE(375), - [sym_str_lit] = STATE(375), - [sym_sym_lit] = STATE(375), + [sym__form] = STATE(411), + [sym_kwd_lit] = STATE(411), + [sym_str_lit] = STATE(411), + [sym_sym_lit] = STATE(411), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(375), + [sym_list_lit] = STATE(411), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(375), + [sym_map_lit] = STATE(411), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(375), + [sym_vec_lit] = STATE(411), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(375), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(375), - [sym_regex_lit] = STATE(375), - [sym_read_cond_lit] = STATE(375), - [sym_splicing_read_cond_lit] = STATE(375), - [sym_ns_map_lit] = STATE(375), - [sym_var_quoting_lit] = STATE(375), - [sym_sym_val_lit] = STATE(375), - [sym_evaling_lit] = STATE(375), - [sym_tagged_or_ctor_lit] = STATE(375), - [sym_derefing_lit] = STATE(375), - [sym_quoting_lit] = STATE(375), - [sym_syn_quoting_lit] = STATE(375), - [sym_unquote_splicing_lit] = STATE(375), - [sym_unquoting_lit] = STATE(375), + [sym_set_lit] = STATE(411), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(411), + [sym_regex_lit] = STATE(411), + [sym_read_cond_lit] = STATE(411), + [sym_splicing_read_cond_lit] = STATE(411), + [sym_ns_map_lit] = STATE(411), + [sym_var_quoting_lit] = STATE(411), + [sym_sym_val_lit] = STATE(411), + [sym_evaling_lit] = STATE(411), + [sym_tagged_or_ctor_lit] = STATE(411), + [sym_derefing_lit] = STATE(411), + [sym_quoting_lit] = STATE(411), + [sym_syn_quoting_lit] = STATE(411), + [sym_unquote_splicing_lit] = STATE(411), + [sym_unquoting_lit] = STATE(411), [aux_sym_dis_expr_repeat1] = STATE(301), [aux_sym_sym_lit_repeat1] = STATE(306), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(598), + [sym_num_lit] = ACTIONS(596), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(598), - [sym_nil_lit] = ACTIONS(600), - [sym_bool_lit] = ACTIONS(600), + [sym_char_lit] = ACTIONS(596), + [sym_nil_lit] = ACTIONS(598), + [sym_bool_lit] = ACTIONS(598), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [185] = { [sym__gap] = STATE(301), [sym_dis_expr] = STATE(301), - [sym__form] = STATE(386), - [sym_kwd_lit] = STATE(386), - [sym_str_lit] = STATE(386), - [sym_sym_lit] = STATE(386), + [sym__form] = STATE(385), + [sym_kwd_lit] = STATE(385), + [sym_str_lit] = STATE(385), + [sym_sym_lit] = STATE(385), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(386), + [sym_list_lit] = STATE(385), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(386), + [sym_map_lit] = STATE(385), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(386), + [sym_vec_lit] = STATE(385), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(386), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(386), - [sym_regex_lit] = STATE(386), - [sym_read_cond_lit] = STATE(386), - [sym_splicing_read_cond_lit] = STATE(386), - [sym_ns_map_lit] = STATE(386), - [sym_var_quoting_lit] = STATE(386), - [sym_sym_val_lit] = STATE(386), - [sym_evaling_lit] = STATE(386), - [sym_tagged_or_ctor_lit] = STATE(386), - [sym_derefing_lit] = STATE(386), - [sym_quoting_lit] = STATE(386), - [sym_syn_quoting_lit] = STATE(386), - [sym_unquote_splicing_lit] = STATE(386), - [sym_unquoting_lit] = STATE(386), + [sym_set_lit] = STATE(385), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(385), + [sym_regex_lit] = STATE(385), + [sym_read_cond_lit] = STATE(385), + [sym_splicing_read_cond_lit] = STATE(385), + [sym_ns_map_lit] = STATE(385), + [sym_var_quoting_lit] = STATE(385), + [sym_sym_val_lit] = STATE(385), + [sym_evaling_lit] = STATE(385), + [sym_tagged_or_ctor_lit] = STATE(385), + [sym_derefing_lit] = STATE(385), + [sym_quoting_lit] = STATE(385), + [sym_syn_quoting_lit] = STATE(385), + [sym_unquote_splicing_lit] = STATE(385), + [sym_unquoting_lit] = STATE(385), [aux_sym_dis_expr_repeat1] = STATE(301), [aux_sym_sym_lit_repeat1] = STATE(306), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(606), + [sym_num_lit] = ACTIONS(604), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(606), - [sym_nil_lit] = ACTIONS(608), - [sym_bool_lit] = ACTIONS(608), + [sym_char_lit] = ACTIONS(604), + [sym_nil_lit] = ACTIONS(606), + [sym_bool_lit] = ACTIONS(606), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [186] = { [sym__gap] = STATE(301), @@ -14692,7 +15191,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(335), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(335), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(335), [sym_regex_lit] = STATE(335), [sym_read_cond_lit] = STATE(335), @@ -14712,31 +15211,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(314), + [sym_num_lit] = ACTIONS(608), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(314), - [sym_nil_lit] = ACTIONS(320), - [sym_bool_lit] = ACTIONS(320), + [sym_char_lit] = ACTIONS(608), + [sym_nil_lit] = ACTIONS(610), + [sym_bool_lit] = ACTIONS(610), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [187] = { [sym__gap] = STATE(301), @@ -14755,7 +15254,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(334), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(334), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(334), [sym_regex_lit] = STATE(334), [sym_read_cond_lit] = STATE(334), @@ -14775,157 +15274,157 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(368), + [sym_num_lit] = ACTIONS(350), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(368), - [sym_nil_lit] = ACTIONS(370), - [sym_bool_lit] = ACTIONS(370), + [sym_char_lit] = ACTIONS(350), + [sym_nil_lit] = ACTIONS(356), + [sym_bool_lit] = ACTIONS(356), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [188] = { [sym__gap] = STATE(40), [sym_dis_expr] = STATE(40), - [sym__form] = STATE(347), - [sym_kwd_lit] = STATE(347), - [sym_str_lit] = STATE(347), - [sym_sym_lit] = STATE(347), + [sym__form] = STATE(345), + [sym_kwd_lit] = STATE(345), + [sym_str_lit] = STATE(345), + [sym_sym_lit] = STATE(345), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(347), + [sym_list_lit] = STATE(345), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(347), + [sym_map_lit] = STATE(345), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(347), + [sym_vec_lit] = STATE(345), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(347), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(347), - [sym_regex_lit] = STATE(347), - [sym_read_cond_lit] = STATE(347), - [sym_splicing_read_cond_lit] = STATE(347), - [sym_ns_map_lit] = STATE(347), - [sym_var_quoting_lit] = STATE(347), - [sym_sym_val_lit] = STATE(347), - [sym_evaling_lit] = STATE(347), - [sym_tagged_or_ctor_lit] = STATE(347), - [sym_derefing_lit] = STATE(347), - [sym_quoting_lit] = STATE(347), - [sym_syn_quoting_lit] = STATE(347), - [sym_unquote_splicing_lit] = STATE(347), - [sym_unquoting_lit] = STATE(347), + [sym_set_lit] = STATE(345), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(345), + [sym_regex_lit] = STATE(345), + [sym_read_cond_lit] = STATE(345), + [sym_splicing_read_cond_lit] = STATE(345), + [sym_ns_map_lit] = STATE(345), + [sym_var_quoting_lit] = STATE(345), + [sym_sym_val_lit] = STATE(345), + [sym_evaling_lit] = STATE(345), + [sym_tagged_or_ctor_lit] = STATE(345), + [sym_derefing_lit] = STATE(345), + [sym_quoting_lit] = STATE(345), + [sym_syn_quoting_lit] = STATE(345), + [sym_unquote_splicing_lit] = STATE(345), + [sym_unquoting_lit] = STATE(345), [aux_sym_dis_expr_repeat1] = STATE(40), [aux_sym_sym_lit_repeat1] = STATE(306), [sym__ws] = ACTIONS(830), [sym_comment] = ACTIONS(830), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(534), + [sym_num_lit] = ACTIONS(498), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(534), - [sym_nil_lit] = ACTIONS(536), - [sym_bool_lit] = ACTIONS(536), + [sym_char_lit] = ACTIONS(498), + [sym_nil_lit] = ACTIONS(500), + [sym_bool_lit] = ACTIONS(500), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [189] = { [sym__gap] = STATE(198), [sym_dis_expr] = STATE(198), - [sym__form] = STATE(353), - [sym_kwd_lit] = STATE(353), - [sym_str_lit] = STATE(353), - [sym_sym_lit] = STATE(353), + [sym__form] = STATE(347), + [sym_kwd_lit] = STATE(347), + [sym_str_lit] = STATE(347), + [sym_sym_lit] = STATE(347), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(353), + [sym_list_lit] = STATE(347), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(353), + [sym_map_lit] = STATE(347), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(353), + [sym_vec_lit] = STATE(347), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(353), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(353), - [sym_regex_lit] = STATE(353), - [sym_read_cond_lit] = STATE(353), - [sym_splicing_read_cond_lit] = STATE(353), - [sym_ns_map_lit] = STATE(353), - [sym_var_quoting_lit] = STATE(353), - [sym_sym_val_lit] = STATE(353), - [sym_evaling_lit] = STATE(353), - [sym_tagged_or_ctor_lit] = STATE(353), - [sym_derefing_lit] = STATE(353), - [sym_quoting_lit] = STATE(353), - [sym_syn_quoting_lit] = STATE(353), - [sym_unquote_splicing_lit] = STATE(353), - [sym_unquoting_lit] = STATE(353), + [sym_set_lit] = STATE(347), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(347), + [sym_regex_lit] = STATE(347), + [sym_read_cond_lit] = STATE(347), + [sym_splicing_read_cond_lit] = STATE(347), + [sym_ns_map_lit] = STATE(347), + [sym_var_quoting_lit] = STATE(347), + [sym_sym_val_lit] = STATE(347), + [sym_evaling_lit] = STATE(347), + [sym_tagged_or_ctor_lit] = STATE(347), + [sym_derefing_lit] = STATE(347), + [sym_quoting_lit] = STATE(347), + [sym_syn_quoting_lit] = STATE(347), + [sym_unquote_splicing_lit] = STATE(347), + [sym_unquoting_lit] = STATE(347), [aux_sym_dis_expr_repeat1] = STATE(198), [aux_sym_sym_lit_repeat1] = STATE(306), [sym__ws] = ACTIONS(832), [sym_comment] = ACTIONS(832), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(452), + [sym_num_lit] = ACTIONS(316), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(452), - [sym_nil_lit] = ACTIONS(454), - [sym_bool_lit] = ACTIONS(454), + [sym_char_lit] = ACTIONS(316), + [sym_nil_lit] = ACTIONS(318), + [sym_bool_lit] = ACTIONS(318), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [190] = { [sym__gap] = STATE(301), @@ -14944,7 +15443,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(417), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(417), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(417), [sym_regex_lit] = STATE(417), [sym_read_cond_lit] = STATE(417), @@ -14964,98 +15463,161 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(372), + [sym_num_lit] = ACTIONS(374), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(372), - [sym_nil_lit] = ACTIONS(374), - [sym_bool_lit] = ACTIONS(374), + [sym_char_lit] = ACTIONS(374), + [sym_nil_lit] = ACTIONS(376), + [sym_bool_lit] = ACTIONS(376), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [191] = { [sym__gap] = STATE(203), [sym_dis_expr] = STATE(203), - [sym__form] = STATE(361), - [sym_kwd_lit] = STATE(361), - [sym_str_lit] = STATE(361), - [sym_sym_lit] = STATE(361), + [sym__form] = STATE(355), + [sym_kwd_lit] = STATE(355), + [sym_str_lit] = STATE(355), + [sym_sym_lit] = STATE(355), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(361), + [sym_list_lit] = STATE(355), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(361), + [sym_map_lit] = STATE(355), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(361), + [sym_vec_lit] = STATE(355), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(361), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(361), - [sym_regex_lit] = STATE(361), - [sym_read_cond_lit] = STATE(361), - [sym_splicing_read_cond_lit] = STATE(361), - [sym_ns_map_lit] = STATE(361), - [sym_var_quoting_lit] = STATE(361), - [sym_sym_val_lit] = STATE(361), - [sym_evaling_lit] = STATE(361), - [sym_tagged_or_ctor_lit] = STATE(361), - [sym_derefing_lit] = STATE(361), - [sym_quoting_lit] = STATE(361), - [sym_syn_quoting_lit] = STATE(361), - [sym_unquote_splicing_lit] = STATE(361), - [sym_unquoting_lit] = STATE(361), + [sym_set_lit] = STATE(355), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(355), + [sym_regex_lit] = STATE(355), + [sym_read_cond_lit] = STATE(355), + [sym_splicing_read_cond_lit] = STATE(355), + [sym_ns_map_lit] = STATE(355), + [sym_var_quoting_lit] = STATE(355), + [sym_sym_val_lit] = STATE(355), + [sym_evaling_lit] = STATE(355), + [sym_tagged_or_ctor_lit] = STATE(355), + [sym_derefing_lit] = STATE(355), + [sym_quoting_lit] = STATE(355), + [sym_syn_quoting_lit] = STATE(355), + [sym_unquote_splicing_lit] = STATE(355), + [sym_unquoting_lit] = STATE(355), [aux_sym_dis_expr_repeat1] = STATE(203), [aux_sym_sym_lit_repeat1] = STATE(306), [sym__ws] = ACTIONS(834), [sym_comment] = ACTIONS(834), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(526), + [sym_num_lit] = ACTIONS(528), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(526), - [sym_nil_lit] = ACTIONS(528), - [sym_bool_lit] = ACTIONS(528), + [sym_char_lit] = ACTIONS(528), + [sym_nil_lit] = ACTIONS(530), + [sym_bool_lit] = ACTIONS(530), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [192] = { [sym__gap] = STATE(205), [sym_dis_expr] = STATE(205), + [sym__form] = STATE(366), + [sym_kwd_lit] = STATE(366), + [sym_str_lit] = STATE(366), + [sym_sym_lit] = STATE(366), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(366), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(366), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(366), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(366), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(366), + [sym_regex_lit] = STATE(366), + [sym_read_cond_lit] = STATE(366), + [sym_splicing_read_cond_lit] = STATE(366), + [sym_ns_map_lit] = STATE(366), + [sym_var_quoting_lit] = STATE(366), + [sym_sym_val_lit] = STATE(366), + [sym_evaling_lit] = STATE(366), + [sym_tagged_or_ctor_lit] = STATE(366), + [sym_derefing_lit] = STATE(366), + [sym_quoting_lit] = STATE(366), + [sym_syn_quoting_lit] = STATE(366), + [sym_unquote_splicing_lit] = STATE(366), + [sym_unquoting_lit] = STATE(366), + [aux_sym_dis_expr_repeat1] = STATE(205), + [aux_sym_sym_lit_repeat1] = STATE(306), + [sym__ws] = ACTIONS(836), + [sym_comment] = ACTIONS(836), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(522), + [anon_sym_SLASH] = ACTIONS(268), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), + [aux_sym_str_lit_token1] = ACTIONS(274), + [sym_char_lit] = ACTIONS(522), + [sym_nil_lit] = ACTIONS(524), + [sym_bool_lit] = ACTIONS(524), + [aux_sym__sym_qualified_token1] = ACTIONS(278), + [anon_sym_CARET] = ACTIONS(21), + [anon_sym_POUND_CARET] = ACTIONS(23), + [anon_sym_LPAREN] = ACTIONS(280), + [anon_sym_LBRACE] = ACTIONS(282), + [anon_sym_LBRACK] = ACTIONS(284), + [anon_sym_POUND] = ACTIONS(430), + [anon_sym_POUND_QMARK] = ACTIONS(288), + [anon_sym_POUND_QMARK_AT] = ACTIONS(290), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), + [anon_sym_POUND_EQ] = ACTIONS(296), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), + }, + [193] = { + [sym__gap] = STATE(207), + [sym_dis_expr] = STATE(207), [sym__form] = STATE(367), [sym_kwd_lit] = STATE(367), [sym_str_lit] = STATE(367), @@ -15070,7 +15632,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(367), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(367), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(367), [sym_regex_lit] = STATE(367), [sym_read_cond_lit] = STATE(367), @@ -15085,99 +15647,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_syn_quoting_lit] = STATE(367), [sym_unquote_splicing_lit] = STATE(367), [sym_unquoting_lit] = STATE(367), - [aux_sym_dis_expr_repeat1] = STATE(205), - [aux_sym_sym_lit_repeat1] = STATE(306), - [sym__ws] = ACTIONS(836), - [sym_comment] = ACTIONS(836), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(310), - [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), - [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(310), - [sym_nil_lit] = ACTIONS(312), - [sym_bool_lit] = ACTIONS(312), - [aux_sym__sym_qualified_token1] = ACTIONS(278), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(280), - [anon_sym_LBRACE] = ACTIONS(282), - [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), - [anon_sym_POUND_QMARK] = ACTIONS(288), - [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), - [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), - }, - [193] = { - [sym__gap] = STATE(207), - [sym_dis_expr] = STATE(207), - [sym__form] = STATE(369), - [sym_kwd_lit] = STATE(369), - [sym_str_lit] = STATE(369), - [sym_sym_lit] = STATE(369), - [sym__metadata_lit] = STATE(424), - [sym_meta_lit] = STATE(314), - [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(369), - [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(369), - [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(369), - [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(369), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(369), - [sym_regex_lit] = STATE(369), - [sym_read_cond_lit] = STATE(369), - [sym_splicing_read_cond_lit] = STATE(369), - [sym_ns_map_lit] = STATE(369), - [sym_var_quoting_lit] = STATE(369), - [sym_sym_val_lit] = STATE(369), - [sym_evaling_lit] = STATE(369), - [sym_tagged_or_ctor_lit] = STATE(369), - [sym_derefing_lit] = STATE(369), - [sym_quoting_lit] = STATE(369), - [sym_syn_quoting_lit] = STATE(369), - [sym_unquote_splicing_lit] = STATE(369), - [sym_unquoting_lit] = STATE(369), - [aux_sym_dis_expr_repeat1] = STATE(207), + [aux_sym_dis_expr_repeat1] = STATE(207), [aux_sym_sym_lit_repeat1] = STATE(306), [sym__ws] = ACTIONS(838), [sym_comment] = ACTIONS(838), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(518), + [sym_num_lit] = ACTIONS(516), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(518), - [sym_nil_lit] = ACTIONS(520), - [sym_bool_lit] = ACTIONS(520), + [sym_char_lit] = ACTIONS(516), + [sym_nil_lit] = ACTIONS(518), + [sym_bool_lit] = ACTIONS(518), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [194] = { [sym__gap] = STATE(210), @@ -15196,7 +15695,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(370), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(370), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(370), [sym_regex_lit] = STATE(370), [sym_read_cond_lit] = STATE(370), @@ -15216,31 +15715,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(840), [sym_comment] = ACTIONS(840), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(512), + [sym_num_lit] = ACTIONS(510), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(512), - [sym_nil_lit] = ACTIONS(514), - [sym_bool_lit] = ACTIONS(514), + [sym_char_lit] = ACTIONS(510), + [sym_nil_lit] = ACTIONS(512), + [sym_bool_lit] = ACTIONS(512), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [195] = { [sym__gap] = STATE(212), @@ -15259,7 +15758,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(371), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(371), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(371), [sym_regex_lit] = STATE(371), [sym_read_cond_lit] = STATE(371), @@ -15279,31 +15778,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(842), [sym_comment] = ACTIONS(842), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(506), + [sym_num_lit] = ACTIONS(504), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(506), - [sym_nil_lit] = ACTIONS(508), - [sym_bool_lit] = ACTIONS(508), + [sym_char_lit] = ACTIONS(504), + [sym_nil_lit] = ACTIONS(506), + [sym_bool_lit] = ACTIONS(506), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [196] = { [sym__gap] = STATE(301), @@ -15322,7 +15821,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(350), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(350), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(350), [sym_regex_lit] = STATE(350), [sym_read_cond_lit] = STATE(350), @@ -15342,31 +15841,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(376), + [sym_num_lit] = ACTIONS(612), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(376), - [sym_nil_lit] = ACTIONS(378), - [sym_bool_lit] = ACTIONS(378), + [sym_char_lit] = ACTIONS(612), + [sym_nil_lit] = ACTIONS(614), + [sym_bool_lit] = ACTIONS(614), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [197] = { [sym__gap] = STATE(181), @@ -15385,7 +15884,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(357), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(357), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(357), [sym_regex_lit] = STATE(357), [sym_read_cond_lit] = STATE(357), @@ -15405,31 +15904,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(844), [sym_comment] = ACTIONS(844), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(382), + [sym_num_lit] = ACTIONS(384), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(382), - [sym_nil_lit] = ACTIONS(384), - [sym_bool_lit] = ACTIONS(384), + [sym_char_lit] = ACTIONS(384), + [sym_nil_lit] = ACTIONS(386), + [sym_bool_lit] = ACTIONS(386), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [198] = { [sym__gap] = STATE(301), @@ -15448,7 +15947,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(419), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(419), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(419), [sym_regex_lit] = STATE(419), [sym_read_cond_lit] = STATE(419), @@ -15468,31 +15967,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(484), + [sym_num_lit] = ACTIONS(482), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(484), - [sym_nil_lit] = ACTIONS(486), - [sym_bool_lit] = ACTIONS(486), + [sym_char_lit] = ACTIONS(482), + [sym_nil_lit] = ACTIONS(484), + [sym_bool_lit] = ACTIONS(484), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [199] = { [sym__gap] = STATE(301), @@ -15511,7 +16010,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(364), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(364), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(364), [sym_regex_lit] = STATE(364), [sym_read_cond_lit] = STATE(364), @@ -15531,31 +16030,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(392), + [sym_num_lit] = ACTIONS(394), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(392), - [sym_nil_lit] = ACTIONS(394), - [sym_bool_lit] = ACTIONS(394), + [sym_char_lit] = ACTIONS(394), + [sym_nil_lit] = ACTIONS(396), + [sym_bool_lit] = ACTIONS(396), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [200] = { [sym__gap] = STATE(196), @@ -15574,7 +16073,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(405), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(405), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(405), [sym_regex_lit] = STATE(405), [sym_read_cond_lit] = STATE(405), @@ -15594,77 +16093,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(846), [sym_comment] = ACTIONS(846), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(662), + [sym_num_lit] = ACTIONS(454), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(662), - [sym_nil_lit] = ACTIONS(664), - [sym_bool_lit] = ACTIONS(664), + [sym_char_lit] = ACTIONS(454), + [sym_nil_lit] = ACTIONS(456), + [sym_bool_lit] = ACTIONS(456), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [201] = { [sym__gap] = STATE(301), [sym_dis_expr] = STATE(301), - [sym__form] = STATE(387), - [sym_kwd_lit] = STATE(387), - [sym_str_lit] = STATE(387), - [sym_sym_lit] = STATE(387), + [sym__form] = STATE(386), + [sym_kwd_lit] = STATE(386), + [sym_str_lit] = STATE(386), + [sym_sym_lit] = STATE(386), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(387), + [sym_list_lit] = STATE(386), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(387), + [sym_map_lit] = STATE(386), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(387), + [sym_vec_lit] = STATE(386), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(387), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(387), - [sym_regex_lit] = STATE(387), - [sym_read_cond_lit] = STATE(387), - [sym_splicing_read_cond_lit] = STATE(387), - [sym_ns_map_lit] = STATE(387), - [sym_var_quoting_lit] = STATE(387), - [sym_sym_val_lit] = STATE(387), - [sym_evaling_lit] = STATE(387), - [sym_tagged_or_ctor_lit] = STATE(387), - [sym_derefing_lit] = STATE(387), - [sym_quoting_lit] = STATE(387), - [sym_syn_quoting_lit] = STATE(387), - [sym_unquote_splicing_lit] = STATE(387), - [sym_unquoting_lit] = STATE(387), + [sym_set_lit] = STATE(386), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(386), + [sym_regex_lit] = STATE(386), + [sym_read_cond_lit] = STATE(386), + [sym_splicing_read_cond_lit] = STATE(386), + [sym_ns_map_lit] = STATE(386), + [sym_var_quoting_lit] = STATE(386), + [sym_sym_val_lit] = STATE(386), + [sym_evaling_lit] = STATE(386), + [sym_tagged_or_ctor_lit] = STATE(386), + [sym_derefing_lit] = STATE(386), + [sym_quoting_lit] = STATE(386), + [sym_syn_quoting_lit] = STATE(386), + [sym_unquote_splicing_lit] = STATE(386), + [sym_unquoting_lit] = STATE(386), [aux_sym_dis_expr_repeat1] = STATE(301), [aux_sym_sym_lit_repeat1] = STATE(304), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(494), + [sym_num_lit] = ACTIONS(492), [anon_sym_SLASH] = ACTIONS(268), [anon_sym_COLON] = ACTIONS(270), [anon_sym_COLON_COLON] = ACTIONS(272), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(494), - [sym_nil_lit] = ACTIONS(496), - [sym_bool_lit] = ACTIONS(496), + [sym_char_lit] = ACTIONS(492), + [sym_nil_lit] = ACTIONS(494), + [sym_bool_lit] = ACTIONS(494), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -15700,7 +16199,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(362), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(362), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(362), [sym_regex_lit] = STATE(362), [sym_read_cond_lit] = STATE(362), @@ -15720,31 +16219,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(848), [sym_comment] = ACTIONS(848), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(388), + [sym_num_lit] = ACTIONS(390), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(388), - [sym_nil_lit] = ACTIONS(390), - [sym_bool_lit] = ACTIONS(390), + [sym_char_lit] = ACTIONS(390), + [sym_nil_lit] = ACTIONS(392), + [sym_bool_lit] = ACTIONS(392), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [203] = { [sym__gap] = STATE(301), @@ -15763,7 +16262,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(416), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(416), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(416), [sym_regex_lit] = STATE(416), [sym_read_cond_lit] = STATE(416), @@ -15783,31 +16282,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(480), + [sym_num_lit] = ACTIONS(478), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(480), - [sym_nil_lit] = ACTIONS(482), - [sym_bool_lit] = ACTIONS(482), + [sym_char_lit] = ACTIONS(478), + [sym_nil_lit] = ACTIONS(480), + [sym_bool_lit] = ACTIONS(480), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [204] = { [sym__gap] = STATE(190), @@ -15826,7 +16325,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(393), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(393), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(393), [sym_regex_lit] = STATE(393), [sym_read_cond_lit] = STATE(393), @@ -15846,31 +16345,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(850), [sym_comment] = ACTIONS(850), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(446), + [sym_num_lit] = ACTIONS(448), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(446), - [sym_nil_lit] = ACTIONS(448), - [sym_bool_lit] = ACTIONS(448), + [sym_char_lit] = ACTIONS(448), + [sym_nil_lit] = ACTIONS(450), + [sym_bool_lit] = ACTIONS(450), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [205] = { [sym__gap] = STATE(301), @@ -15889,7 +16388,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(415), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(415), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(415), [sym_regex_lit] = STATE(415), [sym_read_cond_lit] = STATE(415), @@ -15909,31 +16408,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(476), + [sym_num_lit] = ACTIONS(474), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(476), - [sym_nil_lit] = ACTIONS(478), - [sym_bool_lit] = ACTIONS(478), + [sym_char_lit] = ACTIONS(474), + [sym_nil_lit] = ACTIONS(476), + [sym_bool_lit] = ACTIONS(476), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [206] = { [sym__gap] = STATE(187), @@ -15952,7 +16451,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(391), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(391), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(391), [sym_regex_lit] = STATE(391), [sym_read_cond_lit] = STATE(391), @@ -15972,31 +16471,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(852), [sym_comment] = ACTIONS(852), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(416), + [sym_num_lit] = ACTIONS(418), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(416), - [sym_nil_lit] = ACTIONS(418), - [sym_bool_lit] = ACTIONS(418), + [sym_char_lit] = ACTIONS(418), + [sym_nil_lit] = ACTIONS(420), + [sym_bool_lit] = ACTIONS(420), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [207] = { [sym__gap] = STATE(301), @@ -16015,7 +16514,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(414), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(414), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(414), [sym_regex_lit] = STATE(414), [sym_read_cond_lit] = STATE(414), @@ -16035,157 +16534,157 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(472), + [sym_num_lit] = ACTIONS(470), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(472), - [sym_nil_lit] = ACTIONS(474), - [sym_bool_lit] = ACTIONS(474), + [sym_char_lit] = ACTIONS(470), + [sym_nil_lit] = ACTIONS(472), + [sym_bool_lit] = ACTIONS(472), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [208] = { [sym__gap] = STATE(199), [sym_dis_expr] = STATE(199), - [sym__form] = STATE(374), - [sym_kwd_lit] = STATE(374), - [sym_str_lit] = STATE(374), - [sym_sym_lit] = STATE(374), + [sym__form] = STATE(409), + [sym_kwd_lit] = STATE(409), + [sym_str_lit] = STATE(409), + [sym_sym_lit] = STATE(409), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(374), + [sym_list_lit] = STATE(409), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(374), + [sym_map_lit] = STATE(409), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(374), + [sym_vec_lit] = STATE(409), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(374), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(374), - [sym_regex_lit] = STATE(374), - [sym_read_cond_lit] = STATE(374), - [sym_splicing_read_cond_lit] = STATE(374), - [sym_ns_map_lit] = STATE(374), - [sym_var_quoting_lit] = STATE(374), - [sym_sym_val_lit] = STATE(374), - [sym_evaling_lit] = STATE(374), - [sym_tagged_or_ctor_lit] = STATE(374), - [sym_derefing_lit] = STATE(374), - [sym_quoting_lit] = STATE(374), - [sym_syn_quoting_lit] = STATE(374), - [sym_unquote_splicing_lit] = STATE(374), - [sym_unquoting_lit] = STATE(374), + [sym_set_lit] = STATE(409), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(409), + [sym_regex_lit] = STATE(409), + [sym_read_cond_lit] = STATE(409), + [sym_splicing_read_cond_lit] = STATE(409), + [sym_ns_map_lit] = STATE(409), + [sym_var_quoting_lit] = STATE(409), + [sym_sym_val_lit] = STATE(409), + [sym_evaling_lit] = STATE(409), + [sym_tagged_or_ctor_lit] = STATE(409), + [sym_derefing_lit] = STATE(409), + [sym_quoting_lit] = STATE(409), + [sym_syn_quoting_lit] = STATE(409), + [sym_unquote_splicing_lit] = STATE(409), + [sym_unquoting_lit] = STATE(409), [aux_sym_dis_expr_repeat1] = STATE(199), [aux_sym_sym_lit_repeat1] = STATE(306), [sym__ws] = ACTIONS(854), [sym_comment] = ACTIONS(854), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(490), + [sym_num_lit] = ACTIONS(488), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(490), - [sym_nil_lit] = ACTIONS(492), - [sym_bool_lit] = ACTIONS(492), + [sym_char_lit] = ACTIONS(488), + [sym_nil_lit] = ACTIONS(490), + [sym_bool_lit] = ACTIONS(490), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [209] = { [sym__gap] = STATE(186), [sym_dis_expr] = STATE(186), - [sym__form] = STATE(389), - [sym_kwd_lit] = STATE(389), - [sym_str_lit] = STATE(389), - [sym_sym_lit] = STATE(389), + [sym__form] = STATE(410), + [sym_kwd_lit] = STATE(410), + [sym_str_lit] = STATE(410), + [sym_sym_lit] = STATE(410), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(389), + [sym_list_lit] = STATE(410), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(389), + [sym_map_lit] = STATE(410), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(389), + [sym_vec_lit] = STATE(410), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(389), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(389), - [sym_regex_lit] = STATE(389), - [sym_read_cond_lit] = STATE(389), - [sym_splicing_read_cond_lit] = STATE(389), - [sym_ns_map_lit] = STATE(389), - [sym_var_quoting_lit] = STATE(389), - [sym_sym_val_lit] = STATE(389), - [sym_evaling_lit] = STATE(389), - [sym_tagged_or_ctor_lit] = STATE(389), - [sym_derefing_lit] = STATE(389), - [sym_quoting_lit] = STATE(389), - [sym_syn_quoting_lit] = STATE(389), - [sym_unquote_splicing_lit] = STATE(389), - [sym_unquoting_lit] = STATE(389), + [sym_set_lit] = STATE(410), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(410), + [sym_regex_lit] = STATE(410), + [sym_read_cond_lit] = STATE(410), + [sym_splicing_read_cond_lit] = STATE(410), + [sym_ns_map_lit] = STATE(410), + [sym_var_quoting_lit] = STATE(410), + [sym_sym_val_lit] = STATE(410), + [sym_evaling_lit] = STATE(410), + [sym_tagged_or_ctor_lit] = STATE(410), + [sym_derefing_lit] = STATE(410), + [sym_quoting_lit] = STATE(410), + [sym_syn_quoting_lit] = STATE(410), + [sym_unquote_splicing_lit] = STATE(410), + [sym_unquoting_lit] = STATE(410), [aux_sym_dis_expr_repeat1] = STATE(186), [aux_sym_sym_lit_repeat1] = STATE(306), [sym__ws] = ACTIONS(856), [sym_comment] = ACTIONS(856), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(410), + [sym_num_lit] = ACTIONS(412), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(410), - [sym_nil_lit] = ACTIONS(412), - [sym_bool_lit] = ACTIONS(412), + [sym_char_lit] = ACTIONS(412), + [sym_nil_lit] = ACTIONS(414), + [sym_bool_lit] = ACTIONS(414), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [210] = { [sym__gap] = STATE(301), @@ -16204,7 +16703,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(412), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(412), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(412), [sym_regex_lit] = STATE(412), [sym_read_cond_lit] = STATE(412), @@ -16224,31 +16723,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(464), + [sym_num_lit] = ACTIONS(466), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(464), - [sym_nil_lit] = ACTIONS(466), - [sym_bool_lit] = ACTIONS(466), + [sym_char_lit] = ACTIONS(466), + [sym_nil_lit] = ACTIONS(468), + [sym_bool_lit] = ACTIONS(468), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [211] = { [sym__gap] = STATE(185), @@ -16267,7 +16766,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_vec_lit] = STATE(384), [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(384), - [sym__bare_set_lit] = STATE(326), + [sym__bare_set_lit] = STATE(374), [sym_anon_fn_lit] = STATE(384), [sym_regex_lit] = STATE(384), [sym_read_cond_lit] = STATE(384), @@ -16287,94 +16786,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(858), [sym_comment] = ACTIONS(858), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(404), + [sym_num_lit] = ACTIONS(406), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(404), - [sym_nil_lit] = ACTIONS(406), - [sym_bool_lit] = ACTIONS(406), + [sym_char_lit] = ACTIONS(406), + [sym_nil_lit] = ACTIONS(408), + [sym_bool_lit] = ACTIONS(408), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, [212] = { [sym__gap] = STATE(301), [sym_dis_expr] = STATE(301), - [sym__form] = STATE(378), - [sym_kwd_lit] = STATE(378), - [sym_str_lit] = STATE(378), - [sym_sym_lit] = STATE(378), + [sym__form] = STATE(369), + [sym_kwd_lit] = STATE(369), + [sym_str_lit] = STATE(369), + [sym_sym_lit] = STATE(369), [sym__metadata_lit] = STATE(424), [sym_meta_lit] = STATE(314), [sym_old_meta_lit] = STATE(313), - [sym_list_lit] = STATE(378), + [sym_list_lit] = STATE(369), [sym__bare_list_lit] = STATE(392), - [sym_map_lit] = STATE(378), + [sym_map_lit] = STATE(369), [sym__bare_map_lit] = STATE(403), - [sym_vec_lit] = STATE(378), + [sym_vec_lit] = STATE(369), [sym__bare_vec_lit] = STATE(423), - [sym_set_lit] = STATE(378), - [sym__bare_set_lit] = STATE(326), - [sym_anon_fn_lit] = STATE(378), - [sym_regex_lit] = STATE(378), - [sym_read_cond_lit] = STATE(378), - [sym_splicing_read_cond_lit] = STATE(378), - [sym_ns_map_lit] = STATE(378), - [sym_var_quoting_lit] = STATE(378), - [sym_sym_val_lit] = STATE(378), - [sym_evaling_lit] = STATE(378), - [sym_tagged_or_ctor_lit] = STATE(378), - [sym_derefing_lit] = STATE(378), - [sym_quoting_lit] = STATE(378), - [sym_syn_quoting_lit] = STATE(378), - [sym_unquote_splicing_lit] = STATE(378), - [sym_unquoting_lit] = STATE(378), + [sym_set_lit] = STATE(369), + [sym__bare_set_lit] = STATE(374), + [sym_anon_fn_lit] = STATE(369), + [sym_regex_lit] = STATE(369), + [sym_read_cond_lit] = STATE(369), + [sym_splicing_read_cond_lit] = STATE(369), + [sym_ns_map_lit] = STATE(369), + [sym_var_quoting_lit] = STATE(369), + [sym_sym_val_lit] = STATE(369), + [sym_evaling_lit] = STATE(369), + [sym_tagged_or_ctor_lit] = STATE(369), + [sym_derefing_lit] = STATE(369), + [sym_quoting_lit] = STATE(369), + [sym_syn_quoting_lit] = STATE(369), + [sym_unquote_splicing_lit] = STATE(369), + [sym_unquoting_lit] = STATE(369), [aux_sym_dis_expr_repeat1] = STATE(301), [aux_sym_sym_lit_repeat1] = STATE(306), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(456), + [sym_num_lit] = ACTIONS(458), [anon_sym_SLASH] = ACTIONS(268), - [anon_sym_COLON] = ACTIONS(424), - [anon_sym_COLON_COLON] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(426), + [anon_sym_COLON_COLON] = ACTIONS(428), [aux_sym_str_lit_token1] = ACTIONS(274), - [sym_char_lit] = ACTIONS(456), - [sym_nil_lit] = ACTIONS(458), - [sym_bool_lit] = ACTIONS(458), + [sym_char_lit] = ACTIONS(458), + [sym_nil_lit] = ACTIONS(460), + [sym_bool_lit] = ACTIONS(460), [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(282), [anon_sym_LBRACK] = ACTIONS(284), - [anon_sym_POUND] = ACTIONS(428), + [anon_sym_POUND] = ACTIONS(430), [anon_sym_POUND_QMARK] = ACTIONS(288), [anon_sym_POUND_QMARK_AT] = ACTIONS(290), - [anon_sym_POUND_SQUOTE] = ACTIONS(430), - [anon_sym_POUND_POUND] = ACTIONS(432), + [anon_sym_POUND_SQUOTE] = ACTIONS(432), + [anon_sym_POUND_POUND] = ACTIONS(434), [anon_sym_POUND_EQ] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(434), - [anon_sym_SQUOTE] = ACTIONS(436), - [anon_sym_BQUOTE] = ACTIONS(438), - [anon_sym_TILDE_AT] = ACTIONS(440), - [anon_sym_TILDE] = ACTIONS(442), + [anon_sym_AT] = ACTIONS(436), + [anon_sym_SQUOTE] = ACTIONS(438), + [anon_sym_BQUOTE] = ACTIONS(440), + [anon_sym_TILDE_AT] = ACTIONS(442), + [anon_sym_TILDE] = ACTIONS(444), }, }; @@ -16907,10 +17406,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [560] = 3, - ACTIONS(924), 1, - anon_sym_SLASH, - ACTIONS(862), 7, + [560] = 2, + ACTIONS(926), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -16918,12 +17415,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(860), 24, + ACTIONS(924), 25, ts_builtin_sym_end, sym__ws, sym_comment, anon_sym_POUND_, sym_num_lit, + anon_sym_SLASH, anon_sym_COLON_COLON, aux_sym_str_lit_token1, sym_char_lit, @@ -16943,8 +17441,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [599] = 2, - ACTIONS(928), 7, + [597] = 2, + ACTIONS(930), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -16952,7 +17450,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(926), 25, + ACTIONS(928), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -16978,8 +17476,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [636] = 2, - ACTIONS(932), 7, + [634] = 3, + ACTIONS(932), 1, + anon_sym_SLASH, + ACTIONS(862), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -16987,13 +17487,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(930), 25, + ACTIONS(860), 24, ts_builtin_sym_end, sym__ws, sym_comment, anon_sym_POUND_, sym_num_lit, - anon_sym_SLASH, anon_sym_COLON_COLON, aux_sym_str_lit_token1, sym_char_lit, @@ -17049,7 +17548,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [710] = 2, - ACTIONS(940), 7, + ACTIONS(926), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17057,7 +17556,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(938), 25, + ACTIONS(924), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17084,7 +17583,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [747] = 2, - ACTIONS(944), 7, + ACTIONS(940), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17092,7 +17591,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(942), 25, + ACTIONS(938), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17119,7 +17618,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [784] = 2, - ACTIONS(948), 7, + ACTIONS(944), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17127,7 +17626,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(946), 25, + ACTIONS(942), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17154,7 +17653,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [821] = 2, - ACTIONS(952), 7, + ACTIONS(948), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17162,7 +17661,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(950), 25, + ACTIONS(946), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17189,7 +17688,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [858] = 2, - ACTIONS(956), 7, + ACTIONS(952), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17197,7 +17696,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(954), 25, + ACTIONS(950), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17224,7 +17723,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [895] = 2, - ACTIONS(960), 7, + ACTIONS(956), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17232,7 +17731,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(958), 25, + ACTIONS(954), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17259,7 +17758,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [932] = 2, - ACTIONS(964), 7, + ACTIONS(960), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17267,7 +17766,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(962), 25, + ACTIONS(958), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17294,7 +17793,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [969] = 2, - ACTIONS(968), 7, + ACTIONS(964), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17302,7 +17801,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(966), 25, + ACTIONS(962), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17329,7 +17828,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [1006] = 2, - ACTIONS(972), 7, + ACTIONS(968), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17337,7 +17836,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(970), 25, + ACTIONS(966), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17399,7 +17898,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [1080] = 2, - ACTIONS(972), 7, + ACTIONS(926), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17407,7 +17906,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(970), 25, + ACTIONS(924), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -19627,13 +20126,13 @@ static const uint16_t ts_small_parse_table[] = { sym_meta_lit, STATE(324), 1, aux_sym_sym_lit_repeat1, - STATE(380), 1, + STATE(377), 1, sym__bare_list_lit, - STATE(381), 1, + STATE(380), 1, sym__bare_map_lit, - STATE(382), 1, + STATE(381), 1, sym__bare_vec_lit, - STATE(383), 1, + STATE(382), 1, sym__bare_set_lit, STATE(424), 1, sym__metadata_lit, @@ -19729,13 +20228,13 @@ static const uint16_t ts_small_parse_table[] = { sym_meta_lit, STATE(324), 1, aux_sym_sym_lit_repeat1, - STATE(380), 1, + STATE(377), 1, sym__bare_list_lit, - STATE(381), 1, + STATE(380), 1, sym__bare_map_lit, - STATE(382), 1, + STATE(381), 1, sym__bare_vec_lit, - STATE(383), 1, + STATE(382), 1, sym__bare_set_lit, STATE(424), 1, sym__metadata_lit, @@ -19780,13 +20279,13 @@ static const uint16_t ts_small_parse_table[] = { sym_meta_lit, STATE(324), 1, aux_sym_sym_lit_repeat1, - STATE(380), 1, + STATE(377), 1, sym__bare_list_lit, - STATE(381), 1, + STATE(380), 1, sym__bare_map_lit, - STATE(382), 1, + STATE(381), 1, sym__bare_vec_lit, - STATE(383), 1, + STATE(382), 1, sym__bare_set_lit, STATE(424), 1, sym__metadata_lit, @@ -19795,7 +20294,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, ACTIONS(25), 1, anon_sym_LPAREN, - ACTIONS(712), 1, + ACTIONS(716), 1, anon_sym_COLON, ACTIONS(1290), 1, anon_sym_POUND_, @@ -19813,23 +20312,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, STATE(160), 1, sym_sym_lit, - STATE(234), 1, + STATE(236), 1, sym__bare_list_lit, STATE(424), 1, sym__metadata_lit, - STATE(443), 1, + STATE(442), 1, sym_meta_lit, - STATE(448), 1, + STATE(447), 1, sym_old_meta_lit, - STATE(451), 1, + STATE(452), 1, aux_sym_sym_lit_repeat1, ACTIONS(1288), 2, sym__ws, sym_comment, - STATE(453), 2, + STATE(454), 2, sym_kwd_lit, sym_auto_res_mark, - STATE(432), 3, + STATE(428), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, @@ -19838,7 +20337,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, ACTIONS(280), 1, anon_sym_LPAREN, - ACTIONS(712), 1, + ACTIONS(716), 1, anon_sym_COLON, ACTIONS(1290), 1, anon_sym_POUND_, @@ -19856,23 +20355,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, STATE(208), 1, sym_sym_lit, - STATE(343), 1, + STATE(342), 1, sym__bare_list_lit, STATE(424), 1, sym__metadata_lit, - STATE(443), 1, + STATE(442), 1, sym_meta_lit, - STATE(448), 1, + STATE(447), 1, sym_old_meta_lit, - STATE(451), 1, + STATE(452), 1, aux_sym_sym_lit_repeat1, ACTIONS(1304), 2, sym__ws, sym_comment, - STATE(463), 2, + STATE(461), 2, sym_kwd_lit, sym_auto_res_mark, - STATE(426), 3, + STATE(429), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, @@ -19939,7 +20438,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, ACTIONS(280), 1, anon_sym_LPAREN, - ACTIONS(712), 1, + ACTIONS(716), 1, anon_sym_COLON, ACTIONS(1290), 1, anon_sym_POUND_, @@ -19957,23 +20456,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, STATE(107), 1, sym_sym_lit, - STATE(343), 1, + STATE(342), 1, sym__bare_list_lit, STATE(424), 1, sym__metadata_lit, - STATE(443), 1, + STATE(442), 1, sym_meta_lit, - STATE(448), 1, + STATE(447), 1, sym_old_meta_lit, - STATE(451), 1, + STATE(452), 1, aux_sym_sym_lit_repeat1, ACTIONS(1322), 2, sym__ws, sym_comment, - STATE(463), 2, + STATE(461), 2, sym_kwd_lit, sym_auto_res_mark, - STATE(433), 3, + STATE(431), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, @@ -20040,7 +20539,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, ACTIONS(25), 1, anon_sym_LPAREN, - ACTIONS(712), 1, + ACTIONS(716), 1, anon_sym_COLON, ACTIONS(1290), 1, anon_sym_POUND_, @@ -20056,25 +20555,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(1302), 1, anon_sym_LBRACE, - STATE(54), 1, + STATE(22), 1, sym_sym_lit, - STATE(234), 1, + STATE(236), 1, sym__bare_list_lit, STATE(424), 1, sym__metadata_lit, - STATE(443), 1, + STATE(442), 1, sym_meta_lit, - STATE(448), 1, + STATE(447), 1, sym_old_meta_lit, - STATE(451), 1, + STATE(452), 1, aux_sym_sym_lit_repeat1, ACTIONS(1336), 2, sym__ws, sym_comment, - STATE(453), 2, + STATE(454), 2, sym_kwd_lit, sym_auto_res_mark, - STATE(425), 3, + STATE(430), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, @@ -20083,7 +20582,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, ACTIONS(280), 1, anon_sym_LPAREN, - ACTIONS(712), 1, + ACTIONS(716), 1, anon_sym_COLON, ACTIONS(1290), 1, anon_sym_POUND_, @@ -20101,23 +20600,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, STATE(52), 1, sym_sym_lit, - STATE(343), 1, + STATE(342), 1, sym__bare_list_lit, STATE(424), 1, sym__metadata_lit, - STATE(443), 1, + STATE(442), 1, sym_meta_lit, - STATE(448), 1, + STATE(447), 1, sym_old_meta_lit, - STATE(451), 1, + STATE(452), 1, aux_sym_sym_lit_repeat1, ACTIONS(1338), 2, sym__ws, sym_comment, - STATE(463), 2, + STATE(461), 2, sym_kwd_lit, sym_auto_res_mark, - STATE(429), 3, + STATE(434), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, @@ -20155,7 +20654,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, ACTIONS(25), 1, anon_sym_LPAREN, - ACTIONS(712), 1, + ACTIONS(716), 1, anon_sym_COLON, ACTIONS(1290), 1, anon_sym_POUND_, @@ -20175,20 +20674,20 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, STATE(424), 1, sym__metadata_lit, - STATE(443), 1, + STATE(442), 1, sym_meta_lit, - STATE(448), 1, + STATE(447), 1, sym_old_meta_lit, - STATE(451), 1, + STATE(452), 1, aux_sym_sym_lit_repeat1, - STATE(455), 1, + STATE(456), 1, sym_kwd_lit, - STATE(460), 1, + STATE(463), 1, sym_auto_res_mark, ACTIONS(1346), 2, sym__ws, sym_comment, - STATE(431), 3, + STATE(427), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, @@ -20197,7 +20696,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, ACTIONS(280), 1, anon_sym_LPAREN, - ACTIONS(712), 1, + ACTIONS(716), 1, anon_sym_COLON, ACTIONS(1290), 1, anon_sym_POUND_, @@ -20213,24 +20712,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, STATE(197), 1, sym_sym_lit, - STATE(410), 1, + STATE(408), 1, sym__bare_list_lit, STATE(424), 1, sym__metadata_lit, - STATE(443), 1, + STATE(442), 1, sym_meta_lit, - STATE(448), 1, + STATE(447), 1, sym_old_meta_lit, STATE(451), 1, - aux_sym_sym_lit_repeat1, - STATE(457), 1, sym_auto_res_mark, + STATE(452), 1, + aux_sym_sym_lit_repeat1, STATE(458), 1, sym_kwd_lit, ACTIONS(1348), 2, sym__ws, sym_comment, - STATE(427), 3, + STATE(426), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, @@ -20239,7 +20738,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, ACTIONS(280), 1, anon_sym_LPAREN, - ACTIONS(712), 1, + ACTIONS(716), 1, anon_sym_COLON, ACTIONS(1290), 1, anon_sym_POUND_, @@ -20255,24 +20754,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, STATE(32), 1, sym_sym_lit, - STATE(410), 1, + STATE(408), 1, sym__bare_list_lit, STATE(424), 1, sym__metadata_lit, - STATE(443), 1, + STATE(442), 1, sym_meta_lit, - STATE(448), 1, + STATE(447), 1, sym_old_meta_lit, STATE(451), 1, - aux_sym_sym_lit_repeat1, - STATE(457), 1, sym_auto_res_mark, + STATE(452), 1, + aux_sym_sym_lit_repeat1, STATE(458), 1, sym_kwd_lit, ACTIONS(1350), 2, sym__ws, sym_comment, - STATE(430), 3, + STATE(432), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, @@ -20281,7 +20780,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, ACTIONS(280), 1, anon_sym_LPAREN, - ACTIONS(712), 1, + ACTIONS(716), 1, anon_sym_COLON, ACTIONS(1290), 1, anon_sym_POUND_, @@ -20297,24 +20796,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, STATE(84), 1, sym_sym_lit, - STATE(410), 1, + STATE(408), 1, sym__bare_list_lit, STATE(424), 1, sym__metadata_lit, - STATE(443), 1, + STATE(442), 1, sym_meta_lit, - STATE(448), 1, + STATE(447), 1, sym_old_meta_lit, STATE(451), 1, - aux_sym_sym_lit_repeat1, - STATE(457), 1, sym_auto_res_mark, + STATE(452), 1, + aux_sym_sym_lit_repeat1, STATE(458), 1, sym_kwd_lit, ACTIONS(1352), 2, sym__ws, sym_comment, - STATE(434), 3, + STATE(433), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, @@ -20323,7 +20822,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, ACTIONS(25), 1, anon_sym_LPAREN, - ACTIONS(712), 1, + ACTIONS(716), 1, anon_sym_COLON, ACTIONS(1290), 1, anon_sym_POUND_, @@ -20343,20 +20842,20 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, STATE(424), 1, sym__metadata_lit, - STATE(443), 1, + STATE(442), 1, sym_meta_lit, - STATE(448), 1, + STATE(447), 1, sym_old_meta_lit, - STATE(451), 1, + STATE(452), 1, aux_sym_sym_lit_repeat1, - STATE(455), 1, + STATE(456), 1, sym_kwd_lit, - STATE(460), 1, + STATE(463), 1, sym_auto_res_mark, ACTIONS(1354), 2, sym__ws, sym_comment, - STATE(428), 3, + STATE(425), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, @@ -20439,11 +20938,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [4599] = 2, - ACTIONS(914), 3, + ACTIONS(1130), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(912), 17, + ACTIONS(1128), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20508,11 +21007,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [4674] = 2, - ACTIONS(932), 3, + ACTIONS(914), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(930), 17, + ACTIONS(912), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20600,11 +21099,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [4774] = 2, - ACTIONS(922), 3, + ACTIONS(930), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(920), 17, + ACTIONS(928), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20693,11 +21192,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [4876] = 2, - ACTIONS(928), 3, + ACTIONS(936), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(926), 17, + ACTIONS(934), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20716,11 +21215,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [4901] = 2, - ACTIONS(936), 3, + ACTIONS(940), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(934), 17, + ACTIONS(938), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20739,11 +21238,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [4926] = 2, - ACTIONS(940), 3, + ACTIONS(944), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(938), 17, + ACTIONS(942), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20780,29 +21279,29 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, STATE(424), 1, sym__metadata_lit, - STATE(438), 1, + STATE(437), 1, sym_old_meta_lit, - STATE(439), 1, + STATE(438), 1, sym_meta_lit, STATE(441), 1, aux_sym_sym_lit_repeat1, ACTIONS(1370), 2, sym__ws, sym_comment, - STATE(239), 3, + STATE(241), 3, sym_sym_lit, sym_list_lit, sym_read_cond_lit, - STATE(385), 3, + STATE(383), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, [5002] = 2, - ACTIONS(1074), 3, + ACTIONS(948), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1072), 17, + ACTIONS(946), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20821,11 +21320,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [5027] = 2, - ACTIONS(944), 3, + ACTIONS(952), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(942), 17, + ACTIONS(950), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20844,11 +21343,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [5052] = 2, - ACTIONS(948), 3, + ACTIONS(956), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(946), 17, + ACTIONS(954), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20867,11 +21366,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [5077] = 2, - ACTIONS(952), 3, + ACTIONS(960), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(950), 17, + ACTIONS(958), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20890,11 +21389,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [5102] = 2, - ACTIONS(956), 3, + ACTIONS(964), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(954), 17, + ACTIONS(962), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20936,11 +21435,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [5152] = 2, - ACTIONS(960), 3, + ACTIONS(968), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(958), 17, + ACTIONS(966), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20959,11 +21458,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [5177] = 2, - ACTIONS(972), 3, + ACTIONS(926), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(970), 17, + ACTIONS(924), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20982,11 +21481,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [5202] = 2, - ACTIONS(1382), 3, + ACTIONS(926), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1380), 17, + ACTIONS(924), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21005,11 +21504,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [5227] = 2, - ACTIONS(918), 3, + ACTIONS(910), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(916), 17, + ACTIONS(908), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21074,34 +21573,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [5302] = 2, - ACTIONS(964), 3, - anon_sym_POUND, - anon_sym_POUND_QMARK, - anon_sym_TILDE, - ACTIONS(962), 17, - sym__ws, - sym_comment, - anon_sym_POUND_, - anon_sym_SLASH, - aux_sym__sym_qualified_token1, - anon_sym_CARET, - anon_sym_POUND_CARET, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_POUND_QMARK_AT, - anon_sym_POUND_SQUOTE, - anon_sym_POUND_EQ, - anon_sym_AT, - anon_sym_SQUOTE, - anon_sym_BQUOTE, - anon_sym_TILDE_AT, - [5327] = 2, - ACTIONS(968), 3, + ACTIONS(972), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(966), 17, + ACTIONS(970), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21119,7 +21595,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5352] = 15, + [5327] = 15, ACTIONS(268), 1, anon_sym_SLASH, ACTIONS(280), 1, @@ -21130,31 +21606,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(1376), 1, anon_sym_POUND_CARET, - ACTIONS(1386), 1, + ACTIONS(1382), 1, aux_sym__sym_qualified_token1, - ACTIONS(1388), 1, + ACTIONS(1384), 1, anon_sym_POUND_QMARK, STATE(392), 1, sym__bare_list_lit, STATE(424), 1, sym__metadata_lit, - STATE(438), 1, + STATE(437), 1, sym_old_meta_lit, - STATE(439), 1, + STATE(438), 1, sym_meta_lit, STATE(440), 1, aux_sym_sym_lit_repeat1, - ACTIONS(1384), 2, + ACTIONS(1380), 2, sym__ws, sym_comment, STATE(418), 3, sym_sym_lit, sym_list_lit, sym_read_cond_lit, - STATE(435), 3, + STATE(439), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, + [5378] = 2, + ACTIONS(980), 3, + anon_sym_POUND, + anon_sym_POUND_QMARK, + anon_sym_TILDE, + ACTIONS(978), 17, + sym__ws, + sym_comment, + anon_sym_POUND_, + anon_sym_SLASH, + aux_sym__sym_qualified_token1, + anon_sym_CARET, + anon_sym_POUND_CARET, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_POUND_QMARK_AT, + anon_sym_POUND_SQUOTE, + anon_sym_POUND_EQ, + anon_sym_AT, + anon_sym_SQUOTE, + anon_sym_BQUOTE, + anon_sym_TILDE_AT, [5403] = 2, ACTIONS(1034), 3, anon_sym_POUND, @@ -21264,33 +21763,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_QMARK, STATE(218), 1, sym__bare_list_lit, - STATE(240), 1, + STATE(228), 1, sym_sym_lit, - STATE(241), 1, + STATE(232), 1, sym_list_lit, STATE(242), 1, sym_read_cond_lit, STATE(424), 1, sym__metadata_lit, - STATE(438), 1, + STATE(437), 1, sym_old_meta_lit, - STATE(439), 1, + STATE(438), 1, sym_meta_lit, STATE(441), 1, aux_sym_sym_lit_repeat1, - ACTIONS(1384), 2, + ACTIONS(1380), 2, sym__ws, sym_comment, - STATE(435), 3, + STATE(439), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, [5558] = 2, - ACTIONS(980), 3, + ACTIONS(1388), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(978), 17, + ACTIONS(1386), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21401,11 +21900,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [5683] = 2, - ACTIONS(1396), 3, + ACTIONS(984), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1394), 17, + ACTIONS(982), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21424,11 +21923,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [5708] = 2, - ACTIONS(984), 3, + ACTIONS(988), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(982), 17, + ACTIONS(986), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21470,11 +21969,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [5758] = 2, - ACTIONS(988), 3, + ACTIONS(1110), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(986), 17, + ACTIONS(1108), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21562,7 +22061,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [5858] = 3, - ACTIONS(1398), 1, + ACTIONS(1394), 1, anon_sym_SLASH, ACTIONS(1008), 3, anon_sym_POUND, @@ -21586,57 +22085,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [5885] = 2, - ACTIONS(1070), 3, - anon_sym_POUND, - anon_sym_POUND_QMARK, - anon_sym_TILDE, - ACTIONS(1068), 17, - sym__ws, - sym_comment, - anon_sym_POUND_, - anon_sym_SLASH, - aux_sym__sym_qualified_token1, - anon_sym_CARET, - anon_sym_POUND_CARET, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_POUND_QMARK_AT, - anon_sym_POUND_SQUOTE, - anon_sym_POUND_EQ, - anon_sym_AT, - anon_sym_SQUOTE, - anon_sym_BQUOTE, - anon_sym_TILDE_AT, - [5910] = 2, - ACTIONS(1182), 3, - anon_sym_POUND, - anon_sym_POUND_QMARK, - anon_sym_TILDE, - ACTIONS(1180), 17, - sym__ws, - sym_comment, - anon_sym_POUND_, - anon_sym_SLASH, - aux_sym__sym_qualified_token1, - anon_sym_CARET, - anon_sym_POUND_CARET, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_POUND_QMARK_AT, - anon_sym_POUND_SQUOTE, - anon_sym_POUND_EQ, - anon_sym_AT, - anon_sym_SQUOTE, - anon_sym_BQUOTE, - anon_sym_TILDE_AT, - [5935] = 2, - ACTIONS(882), 3, + ACTIONS(922), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(878), 17, + ACTIONS(920), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21654,7 +22107,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5960] = 17, + [5910] = 17, ACTIONS(268), 1, anon_sym_SLASH, ACTIONS(280), 1, @@ -21665,39 +22118,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(1376), 1, anon_sym_POUND_CARET, - ACTIONS(1386), 1, + ACTIONS(1382), 1, aux_sym__sym_qualified_token1, - ACTIONS(1388), 1, + ACTIONS(1384), 1, anon_sym_POUND_QMARK, + STATE(326), 1, + sym_read_cond_lit, STATE(392), 1, sym__bare_list_lit, - STATE(399), 1, - sym_read_cond_lit, STATE(400), 1, sym_list_lit, STATE(402), 1, sym_sym_lit, STATE(424), 1, sym__metadata_lit, - STATE(438), 1, + STATE(437), 1, sym_old_meta_lit, - STATE(439), 1, + STATE(438), 1, sym_meta_lit, STATE(440), 1, aux_sym_sym_lit_repeat1, - ACTIONS(1400), 2, + ACTIONS(1396), 2, sym__ws, sym_comment, STATE(394), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - [6015] = 2, - ACTIONS(1110), 3, + [5965] = 2, + ACTIONS(882), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1108), 17, + ACTIONS(878), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21715,12 +22168,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6040] = 2, - ACTIONS(876), 3, + [5990] = 2, + ACTIONS(1014), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(874), 17, + ACTIONS(1012), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21738,12 +22191,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6065] = 2, - ACTIONS(1014), 3, + [6015] = 2, + ACTIONS(1054), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1012), 17, + ACTIONS(1052), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21761,12 +22214,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6090] = 2, - ACTIONS(1018), 3, + [6040] = 2, + ACTIONS(876), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1016), 17, + ACTIONS(874), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21784,12 +22237,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6115] = 2, - ACTIONS(1022), 3, + [6065] = 2, + ACTIONS(1018), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1020), 17, + ACTIONS(1016), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21807,12 +22260,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6140] = 2, - ACTIONS(1026), 3, + [6090] = 2, + ACTIONS(1022), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1024), 17, + ACTIONS(1020), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21830,12 +22283,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6165] = 2, - ACTIONS(1150), 3, + [6115] = 2, + ACTIONS(1026), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1148), 17, + ACTIONS(1024), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21853,7 +22306,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6190] = 15, + [6140] = 15, ACTIONS(9), 1, anon_sym_SLASH, ACTIONS(25), 1, @@ -21872,29 +22325,29 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, STATE(424), 1, sym__metadata_lit, - STATE(438), 1, + STATE(437), 1, sym_old_meta_lit, - STATE(439), 1, + STATE(438), 1, sym_meta_lit, STATE(441), 1, aux_sym_sym_lit_repeat1, - ACTIONS(1384), 2, + ACTIONS(1380), 2, sym__ws, sym_comment, STATE(272), 3, sym_sym_lit, sym_list_lit, sym_read_cond_lit, - STATE(435), 3, + STATE(439), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - [6241] = 2, - ACTIONS(1094), 3, + [6191] = 2, + ACTIONS(1150), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1092), 17, + ACTIONS(1148), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21912,12 +22365,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6266] = 2, - ACTIONS(1030), 3, + [6216] = 2, + ACTIONS(1094), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1028), 17, + ACTIONS(1092), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21935,17 +22388,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6291] = 3, - ACTIONS(1402), 1, - anon_sym_SLASH, - ACTIONS(882), 3, + [6241] = 2, + ACTIONS(1030), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(878), 16, + ACTIONS(1028), 17, sym__ws, sym_comment, anon_sym_POUND_, + anon_sym_SLASH, aux_sym__sym_qualified_token1, anon_sym_CARET, anon_sym_POUND_CARET, @@ -21959,12 +22411,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6318] = 2, - ACTIONS(1146), 3, + [6266] = 2, + ACTIONS(1038), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1144), 17, + ACTIONS(1036), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21982,39 +22434,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6343] = 15, - ACTIONS(268), 1, + [6291] = 3, + ACTIONS(1398), 1, anon_sym_SLASH, - ACTIONS(280), 1, - anon_sym_LPAREN, - ACTIONS(1372), 1, + ACTIONS(882), 3, + anon_sym_POUND, + anon_sym_POUND_QMARK, + anon_sym_TILDE, + ACTIONS(878), 16, + sym__ws, + sym_comment, anon_sym_POUND_, - ACTIONS(1374), 1, + aux_sym__sym_qualified_token1, + anon_sym_CARET, + anon_sym_POUND_CARET, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_POUND_QMARK_AT, + anon_sym_POUND_SQUOTE, + anon_sym_POUND_EQ, + anon_sym_AT, + anon_sym_SQUOTE, + anon_sym_BQUOTE, + anon_sym_TILDE_AT, + [6318] = 2, + ACTIONS(1402), 3, + anon_sym_POUND, + anon_sym_POUND_QMARK, + anon_sym_TILDE, + ACTIONS(1400), 17, + sym__ws, + sym_comment, + anon_sym_POUND_, + anon_sym_SLASH, + aux_sym__sym_qualified_token1, + anon_sym_CARET, + anon_sym_POUND_CARET, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_POUND_QMARK_AT, + anon_sym_POUND_SQUOTE, + anon_sym_POUND_EQ, + anon_sym_AT, + anon_sym_SQUOTE, + anon_sym_BQUOTE, + anon_sym_TILDE_AT, + [6343] = 15, + ACTIONS(268), 1, + anon_sym_SLASH, + ACTIONS(280), 1, + anon_sym_LPAREN, + ACTIONS(1372), 1, + anon_sym_POUND_, + ACTIONS(1374), 1, anon_sym_CARET, ACTIONS(1376), 1, anon_sym_POUND_CARET, - ACTIONS(1386), 1, + ACTIONS(1382), 1, aux_sym__sym_qualified_token1, - ACTIONS(1388), 1, + ACTIONS(1384), 1, anon_sym_POUND_QMARK, STATE(392), 1, sym__bare_list_lit, STATE(424), 1, sym__metadata_lit, - STATE(438), 1, + STATE(437), 1, sym_old_meta_lit, - STATE(439), 1, + STATE(438), 1, sym_meta_lit, STATE(440), 1, aux_sym_sym_lit_repeat1, ACTIONS(1404), 2, sym__ws, sym_comment, - STATE(354), 3, + STATE(353), 3, sym_sym_lit, sym_list_lit, sym_read_cond_lit, - STATE(355), 3, + STATE(354), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, @@ -22098,39 +22597,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(1376), 1, anon_sym_POUND_CARET, - ACTIONS(1386), 1, + ACTIONS(1382), 1, aux_sym__sym_qualified_token1, - ACTIONS(1388), 1, + ACTIONS(1384), 1, anon_sym_POUND_QMARK, STATE(348), 1, sym_list_lit, + STATE(349), 1, + sym_sym_lit, STATE(392), 1, sym__bare_list_lit, STATE(407), 1, sym_read_cond_lit, - STATE(411), 1, - sym_sym_lit, STATE(424), 1, sym__metadata_lit, - STATE(438), 1, + STATE(437), 1, sym_old_meta_lit, - STATE(439), 1, + STATE(438), 1, sym_meta_lit, STATE(440), 1, aux_sym_sym_lit_repeat1, - ACTIONS(1384), 2, + ACTIONS(1380), 2, sym__ws, sym_comment, - STATE(435), 3, + STATE(439), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, [6524] = 2, - ACTIONS(1038), 3, + ACTIONS(1042), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1036), 17, + ACTIONS(1040), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -22149,11 +22648,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [6549] = 2, - ACTIONS(1042), 3, + ACTIONS(1046), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1040), 17, + ACTIONS(1044), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -22172,11 +22671,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [6574] = 2, - ACTIONS(1046), 3, + ACTIONS(1050), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1044), 17, + ACTIONS(1048), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -22195,11 +22694,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [6599] = 2, - ACTIONS(1050), 3, + ACTIONS(1058), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1048), 17, + ACTIONS(1056), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -22218,11 +22717,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [6624] = 2, - ACTIONS(1130), 3, + ACTIONS(1408), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1128), 17, + ACTIONS(1406), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -22264,11 +22763,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [6674] = 2, - ACTIONS(1058), 3, + ACTIONS(872), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1056), 17, + ACTIONS(870), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -22333,11 +22832,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [6749] = 2, - ACTIONS(872), 3, + ACTIONS(1066), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(870), 17, + ACTIONS(1064), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -22402,11 +22901,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [6824] = 2, - ACTIONS(972), 3, + ACTIONS(926), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(970), 17, + ACTIONS(924), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -22425,11 +22924,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [6849] = 2, - ACTIONS(1408), 3, + ACTIONS(1114), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1406), 17, + ACTIONS(1112), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -22448,11 +22947,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [6874] = 2, - ACTIONS(1054), 3, + ACTIONS(1070), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1052), 17, + ACTIONS(1068), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -22471,11 +22970,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [6899] = 2, - ACTIONS(1114), 3, + ACTIONS(1146), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1112), 17, + ACTIONS(1144), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -22494,11 +22993,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [6924] = 2, - ACTIONS(972), 3, + ACTIONS(1182), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(970), 17, + ACTIONS(1180), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -22540,11 +23039,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [6974] = 2, - ACTIONS(1066), 3, + ACTIONS(1074), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1064), 17, + ACTIONS(1072), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -22771,9 +23270,9 @@ static const uint16_t ts_small_parse_table[] = { sym_read_cond_lit, STATE(424), 1, sym__metadata_lit, - STATE(438), 1, + STATE(437), 1, sym_old_meta_lit, - STATE(439), 1, + STATE(438), 1, sym_meta_lit, STATE(441), 1, aux_sym_sym_lit_repeat1, @@ -22785,11 +23284,11 @@ static const uint16_t ts_small_parse_table[] = { sym_dis_expr, aux_sym_dis_expr_repeat1, [7254] = 2, - ACTIONS(910), 3, + ACTIONS(918), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(908), 17, + ACTIONS(916), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -22838,20 +23337,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(1300), 1, anon_sym_POUND_CARET, - STATE(115), 1, + STATE(126), 1, sym_sym_lit, STATE(424), 1, sym__metadata_lit, - STATE(443), 1, + STATE(442), 1, sym_meta_lit, - STATE(448), 1, + STATE(447), 1, sym_old_meta_lit, - STATE(451), 1, + STATE(452), 1, aux_sym_sym_lit_repeat1, ACTIONS(1416), 2, sym__ws, sym_comment, - STATE(447), 3, + STATE(446), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, @@ -22866,20 +23365,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(1300), 1, anon_sym_POUND_CARET, - STATE(202), 1, + STATE(180), 1, sym_sym_lit, STATE(424), 1, sym__metadata_lit, - STATE(443), 1, + STATE(442), 1, sym_meta_lit, - STATE(448), 1, + STATE(447), 1, sym_old_meta_lit, - STATE(451), 1, + STATE(452), 1, aux_sym_sym_lit_repeat1, ACTIONS(1416), 2, sym__ws, sym_comment, - STATE(447), 3, + STATE(446), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, @@ -22894,20 +23393,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(1300), 1, anon_sym_POUND_CARET, - STATE(180), 1, + STATE(166), 1, sym_sym_lit, STATE(424), 1, sym__metadata_lit, - STATE(443), 1, + STATE(442), 1, sym_meta_lit, - STATE(448), 1, + STATE(447), 1, sym_old_meta_lit, - STATE(451), 1, + STATE(452), 1, aux_sym_sym_lit_repeat1, ACTIONS(1416), 2, sym__ws, sym_comment, - STATE(447), 3, + STATE(446), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, @@ -22922,20 +23421,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(1300), 1, anon_sym_POUND_CARET, - STATE(126), 1, + STATE(137), 1, sym_sym_lit, STATE(424), 1, sym__metadata_lit, - STATE(443), 1, + STATE(442), 1, sym_meta_lit, - STATE(448), 1, + STATE(447), 1, sym_old_meta_lit, - STATE(451), 1, + STATE(452), 1, aux_sym_sym_lit_repeat1, ACTIONS(1416), 2, sym__ws, sym_comment, - STATE(447), 3, + STATE(446), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, @@ -22950,20 +23449,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(1300), 1, anon_sym_POUND_CARET, - STATE(33), 1, + STATE(202), 1, sym_sym_lit, STATE(424), 1, sym__metadata_lit, - STATE(443), 1, + STATE(442), 1, sym_meta_lit, - STATE(448), 1, + STATE(447), 1, sym_old_meta_lit, - STATE(451), 1, + STATE(452), 1, aux_sym_sym_lit_repeat1, ACTIONS(1416), 2, sym__ws, sym_comment, - STATE(447), 3, + STATE(446), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, @@ -22978,20 +23477,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(1300), 1, anon_sym_POUND_CARET, - STATE(175), 1, + STATE(115), 1, sym_sym_lit, STATE(424), 1, sym__metadata_lit, - STATE(443), 1, + STATE(442), 1, sym_meta_lit, - STATE(448), 1, + STATE(447), 1, sym_old_meta_lit, - STATE(451), 1, + STATE(452), 1, aux_sym_sym_lit_repeat1, ACTIONS(1416), 2, sym__ws, sym_comment, - STATE(447), 3, + STATE(446), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, @@ -23006,20 +23505,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(1300), 1, anon_sym_POUND_CARET, - STATE(166), 1, + STATE(85), 1, sym_sym_lit, STATE(424), 1, sym__metadata_lit, - STATE(443), 1, + STATE(442), 1, sym_meta_lit, - STATE(448), 1, + STATE(447), 1, sym_old_meta_lit, - STATE(451), 1, + STATE(452), 1, aux_sym_sym_lit_repeat1, ACTIONS(1416), 2, sym__ws, sym_comment, - STATE(447), 3, + STATE(446), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, @@ -23034,20 +23533,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(1300), 1, anon_sym_POUND_CARET, - STATE(137), 1, + STATE(175), 1, sym_sym_lit, STATE(424), 1, sym__metadata_lit, - STATE(443), 1, + STATE(442), 1, sym_meta_lit, - STATE(448), 1, + STATE(447), 1, sym_old_meta_lit, - STATE(451), 1, + STATE(452), 1, aux_sym_sym_lit_repeat1, ACTIONS(1416), 2, sym__ws, sym_comment, - STATE(447), 3, + STATE(446), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, @@ -23062,20 +23561,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(1300), 1, anon_sym_POUND_CARET, - STATE(85), 1, + STATE(71), 1, sym_sym_lit, STATE(424), 1, sym__metadata_lit, - STATE(443), 1, + STATE(442), 1, sym_meta_lit, - STATE(448), 1, + STATE(447), 1, sym_old_meta_lit, - STATE(451), 1, + STATE(452), 1, aux_sym_sym_lit_repeat1, ACTIONS(1416), 2, sym__ws, sym_comment, - STATE(447), 3, + STATE(446), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, @@ -23090,34 +23589,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(1300), 1, anon_sym_POUND_CARET, - STATE(71), 1, + STATE(33), 1, sym_sym_lit, STATE(424), 1, sym__metadata_lit, - STATE(443), 1, + STATE(442), 1, sym_meta_lit, - STATE(448), 1, + STATE(447), 1, sym_old_meta_lit, - STATE(451), 1, + STATE(452), 1, aux_sym_sym_lit_repeat1, ACTIONS(1416), 2, sym__ws, sym_comment, - STATE(447), 3, + STATE(446), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, [7701] = 4, - ACTIONS(1421), 1, + ACTIONS(1372), 1, anon_sym_POUND_, - ACTIONS(1418), 2, + ACTIONS(1380), 2, sym__ws, sym_comment, - STATE(435), 3, + STATE(439), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1190), 6, + ACTIONS(1314), 6, anon_sym_SLASH, aux_sym__sym_qualified_token1, anon_sym_CARET, @@ -23127,14 +23626,14 @@ static const uint16_t ts_small_parse_table[] = { [7722] = 4, ACTIONS(1372), 1, anon_sym_POUND_, - ACTIONS(1384), 2, + ACTIONS(1380), 2, sym__ws, sym_comment, - STATE(435), 3, + STATE(439), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1314), 6, + ACTIONS(1318), 6, anon_sym_SLASH, aux_sym__sym_qualified_token1, anon_sym_CARET, @@ -23144,14 +23643,14 @@ static const uint16_t ts_small_parse_table[] = { [7743] = 4, ACTIONS(1372), 1, anon_sym_POUND_, - ACTIONS(1384), 2, + ACTIONS(1418), 2, sym__ws, sym_comment, STATE(435), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1318), 6, + ACTIONS(1326), 6, anon_sym_SLASH, aux_sym__sym_qualified_token1, anon_sym_CARET, @@ -23161,14 +23660,14 @@ static const uint16_t ts_small_parse_table[] = { [7764] = 4, ACTIONS(1372), 1, anon_sym_POUND_, - ACTIONS(1424), 2, + ACTIONS(1420), 2, sym__ws, sym_comment, STATE(436), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1326), 6, + ACTIONS(1332), 6, anon_sym_SLASH, aux_sym__sym_qualified_token1, anon_sym_CARET, @@ -23176,16 +23675,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_POUND_QMARK, [7785] = 4, - ACTIONS(1372), 1, + ACTIONS(1425), 1, anon_sym_POUND_, - ACTIONS(1426), 2, + ACTIONS(1422), 2, sym__ws, sym_comment, - STATE(437), 3, + STATE(439), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1332), 6, + ACTIONS(1190), 6, anon_sym_SLASH, aux_sym__sym_qualified_token1, anon_sym_CARET, @@ -23205,13 +23704,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(1428), 1, anon_sym_POUND_QMARK, - STATE(380), 1, + STATE(377), 1, sym__bare_list_lit, STATE(424), 1, sym__metadata_lit, - STATE(438), 1, + STATE(437), 1, sym_old_meta_lit, - STATE(439), 1, + STATE(438), 1, sym_meta_lit, STATE(444), 1, aux_sym_sym_lit_repeat1, @@ -23232,52 +23731,51 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, STATE(424), 1, sym__metadata_lit, - STATE(438), 1, + STATE(437), 1, sym_old_meta_lit, - STATE(439), 1, + STATE(438), 1, sym_meta_lit, STATE(444), 1, aux_sym_sym_lit_repeat1, [7874] = 4, ACTIONS(1290), 1, anon_sym_POUND_, - ACTIONS(1416), 2, + ACTIONS(1432), 2, sym__ws, sym_comment, - STATE(447), 3, + STATE(448), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1318), 4, + ACTIONS(1332), 4, anon_sym_SLASH, aux_sym__sym_qualified_token1, anon_sym_CARET, anon_sym_POUND_CARET, - [7893] = 4, - ACTIONS(1290), 1, + [7893] = 3, + ACTIONS(1356), 1, + aux_sym__kwd_leading_slash_token1, + ACTIONS(862), 4, anon_sym_POUND_, - ACTIONS(1432), 2, - sym__ws, - sym_comment, - STATE(442), 3, - sym__gap, - sym_dis_expr, - aux_sym_dis_expr_repeat1, - ACTIONS(1332), 4, anon_sym_SLASH, aux_sym__sym_qualified_token1, + anon_sym_POUND_QMARK, + ACTIONS(860), 5, + sym__ws, + sym_comment, anon_sym_CARET, anon_sym_POUND_CARET, - [7912] = 7, + anon_sym_LPAREN, + [7910] = 7, ACTIONS(1434), 1, anon_sym_CARET, ACTIONS(1437), 1, anon_sym_POUND_CARET, STATE(424), 1, sym__metadata_lit, - STATE(438), 1, + STATE(437), 1, sym_old_meta_lit, - STATE(439), 1, + STATE(438), 1, sym_meta_lit, STATE(444), 1, aux_sym_sym_lit_repeat1, @@ -23286,13 +23784,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__sym_qualified_token1, anon_sym_LPAREN, anon_sym_POUND_QMARK, - [7937] = 4, + [7935] = 4, ACTIONS(1290), 1, anon_sym_POUND_, ACTIONS(1416), 2, sym__ws, sym_comment, - STATE(447), 3, + STATE(446), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, @@ -23301,31 +23799,32 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__sym_qualified_token1, anon_sym_CARET, anon_sym_POUND_CARET, - [7956] = 3, - ACTIONS(1356), 1, - aux_sym__kwd_leading_slash_token1, - ACTIONS(862), 4, + [7954] = 4, + ACTIONS(1443), 1, anon_sym_POUND_, - anon_sym_SLASH, - aux_sym__sym_qualified_token1, - anon_sym_POUND_QMARK, - ACTIONS(860), 5, + ACTIONS(1440), 2, sym__ws, sym_comment, + STATE(446), 3, + sym__gap, + sym_dis_expr, + aux_sym_dis_expr_repeat1, + ACTIONS(1190), 4, + anon_sym_SLASH, + aux_sym__sym_qualified_token1, anon_sym_CARET, anon_sym_POUND_CARET, - anon_sym_LPAREN, [7973] = 4, - ACTIONS(1443), 1, + ACTIONS(1290), 1, anon_sym_POUND_, - ACTIONS(1440), 2, + ACTIONS(1446), 2, sym__ws, sym_comment, - STATE(447), 3, + STATE(445), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1190), 4, + ACTIONS(1326), 4, anon_sym_SLASH, aux_sym__sym_qualified_token1, anon_sym_CARET, @@ -23333,47 +23832,63 @@ static const uint16_t ts_small_parse_table[] = { [7992] = 4, ACTIONS(1290), 1, anon_sym_POUND_, - ACTIONS(1446), 2, + ACTIONS(1416), 2, sym__ws, sym_comment, - STATE(445), 3, + STATE(446), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1326), 4, + ACTIONS(1318), 4, anon_sym_SLASH, aux_sym__sym_qualified_token1, anon_sym_CARET, anon_sym_POUND_CARET, - [8011] = 5, + [8011] = 7, + ACTIONS(1448), 1, + anon_sym_CARET, + ACTIONS(1451), 1, + anon_sym_POUND_CARET, + STATE(424), 1, + sym__metadata_lit, + STATE(442), 1, + sym_meta_lit, + STATE(447), 1, + sym_old_meta_lit, + STATE(449), 1, + aux_sym_sym_lit_repeat1, + ACTIONS(1358), 2, + anon_sym_SLASH, + aux_sym__sym_qualified_token1, + [8034] = 5, ACTIONS(282), 1, anon_sym_LBRACE, - ACTIONS(1450), 1, + ACTIONS(1456), 1, anon_sym_POUND_, - STATE(365), 1, + STATE(330), 1, sym__bare_map_lit, - ACTIONS(1448), 2, + ACTIONS(1454), 2, sym__ws, sym_comment, STATE(464), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - [8030] = 5, + [8053] = 5, ACTIONS(282), 1, anon_sym_LBRACE, - ACTIONS(1450), 1, + ACTIONS(1456), 1, anon_sym_POUND_, - STATE(328), 1, + STATE(356), 1, sym__bare_map_lit, - ACTIONS(1448), 2, + ACTIONS(1458), 2, sym__ws, sym_comment, - STATE(464), 3, + STATE(450), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - [8049] = 8, + [8072] = 8, ACTIONS(1198), 1, anon_sym_SLASH, ACTIONS(1200), 1, @@ -23384,118 +23899,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, STATE(424), 1, sym__metadata_lit, - STATE(443), 1, + STATE(442), 1, sym_meta_lit, - STATE(448), 1, + STATE(447), 1, sym_old_meta_lit, - STATE(456), 1, + STATE(449), 1, aux_sym_sym_lit_repeat1, - [8074] = 3, - ACTIONS(1356), 1, - aux_sym__kwd_leading_slash_token1, - ACTIONS(862), 3, - anon_sym_POUND_, - anon_sym_SLASH, - aux_sym__sym_qualified_token1, - ACTIONS(860), 4, - sym__ws, - sym_comment, - anon_sym_CARET, - anon_sym_POUND_CARET, - [8089] = 5, + [8097] = 5, ACTIONS(27), 1, anon_sym_LBRACE, - ACTIONS(1450), 1, + ACTIONS(1456), 1, anon_sym_POUND_, - STATE(266), 1, + STATE(296), 1, sym__bare_map_lit, - ACTIONS(1452), 2, + ACTIONS(1454), 2, sym__ws, sym_comment, - STATE(461), 3, + STATE(464), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - [8108] = 5, - ACTIONS(282), 1, + [8116] = 5, + ACTIONS(27), 1, anon_sym_LBRACE, - ACTIONS(1450), 1, + ACTIONS(1456), 1, anon_sym_POUND_, - STATE(330), 1, + STATE(266), 1, sym__bare_map_lit, - ACTIONS(1448), 2, + ACTIONS(1460), 2, sym__ws, sym_comment, - STATE(464), 3, + STATE(453), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - [8127] = 5, + [8135] = 3, + ACTIONS(1356), 1, + aux_sym__kwd_leading_slash_token1, + ACTIONS(862), 3, + anon_sym_POUND_, + anon_sym_SLASH, + aux_sym__sym_qualified_token1, + ACTIONS(860), 4, + sym__ws, + sym_comment, + anon_sym_CARET, + anon_sym_POUND_CARET, + [8150] = 5, ACTIONS(27), 1, anon_sym_LBRACE, - ACTIONS(1450), 1, + ACTIONS(1456), 1, anon_sym_POUND_, STATE(273), 1, sym__bare_map_lit, - ACTIONS(1454), 2, + ACTIONS(1462), 2, sym__ws, sym_comment, STATE(462), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - [8146] = 7, - ACTIONS(1456), 1, - anon_sym_CARET, - ACTIONS(1459), 1, - anon_sym_POUND_CARET, - STATE(424), 1, - sym__metadata_lit, - STATE(443), 1, - sym_meta_lit, - STATE(448), 1, - sym_old_meta_lit, - STATE(456), 1, - aux_sym_sym_lit_repeat1, - ACTIONS(1358), 2, - anon_sym_SLASH, - aux_sym__sym_qualified_token1, [8169] = 5, - ACTIONS(282), 1, + ACTIONS(27), 1, anon_sym_LBRACE, - ACTIONS(1450), 1, + ACTIONS(1456), 1, anon_sym_POUND_, - STATE(356), 1, + STATE(294), 1, sym__bare_map_lit, - ACTIONS(1462), 2, + ACTIONS(1454), 2, sym__ws, sym_comment, - STATE(454), 3, + STATE(464), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, [8188] = 5, ACTIONS(282), 1, anon_sym_LBRACE, - ACTIONS(1450), 1, + ACTIONS(1456), 1, anon_sym_POUND_, STATE(358), 1, sym__bare_map_lit, ACTIONS(1464), 2, sym__ws, sym_comment, - STATE(450), 3, + STATE(459), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, [8207] = 5, - ACTIONS(27), 1, + ACTIONS(282), 1, anon_sym_LBRACE, - ACTIONS(1450), 1, + ACTIONS(1456), 1, anon_sym_POUND_, - STATE(294), 1, + STATE(328), 1, sym__bare_map_lit, - ACTIONS(1448), 2, + ACTIONS(1454), 2, sym__ws, sym_comment, STATE(464), 3, @@ -23503,41 +24002,41 @@ static const uint16_t ts_small_parse_table[] = { sym_dis_expr, aux_sym_dis_expr_repeat1, [8226] = 5, - ACTIONS(27), 1, + ACTIONS(282), 1, anon_sym_LBRACE, - ACTIONS(1450), 1, + ACTIONS(1456), 1, anon_sym_POUND_, - STATE(258), 1, + STATE(365), 1, sym__bare_map_lit, - ACTIONS(1466), 2, + ACTIONS(1454), 2, sym__ws, sym_comment, - STATE(459), 3, + STATE(464), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, [8245] = 5, - ACTIONS(27), 1, + ACTIONS(282), 1, anon_sym_LBRACE, - ACTIONS(1450), 1, + ACTIONS(1456), 1, anon_sym_POUND_, - STATE(296), 1, + STATE(404), 1, sym__bare_map_lit, - ACTIONS(1448), 2, + ACTIONS(1466), 2, sym__ws, sym_comment, - STATE(464), 3, + STATE(460), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, [8264] = 5, ACTIONS(27), 1, anon_sym_LBRACE, - ACTIONS(1450), 1, + ACTIONS(1456), 1, anon_sym_POUND_, STATE(221), 1, sym__bare_map_lit, - ACTIONS(1448), 2, + ACTIONS(1454), 2, sym__ws, sym_comment, STATE(464), 3, @@ -23545,16 +24044,16 @@ static const uint16_t ts_small_parse_table[] = { sym_dis_expr, aux_sym_dis_expr_repeat1, [8283] = 5, - ACTIONS(282), 1, + ACTIONS(27), 1, anon_sym_LBRACE, - ACTIONS(1450), 1, + ACTIONS(1456), 1, anon_sym_POUND_, - STATE(413), 1, + STATE(258), 1, sym__bare_map_lit, ACTIONS(1468), 2, sym__ws, sym_comment, - STATE(449), 3, + STATE(457), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, @@ -23591,148 +24090,148 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, anon_sym_LBRACE, [8345] = 4, - ACTIONS(25), 1, + ACTIONS(280), 1, anon_sym_LPAREN, ACTIONS(1484), 1, sym__ws, - STATE(235), 1, + STATE(351), 1, sym__bare_list_lit, - STATE(471), 1, + STATE(483), 1, aux_sym_read_cond_lit_repeat1, [8358] = 4, - ACTIONS(25), 1, + ACTIONS(280), 1, anon_sym_LPAREN, ACTIONS(1486), 1, sym__ws, - STATE(269), 1, + STATE(325), 1, sym__bare_list_lit, - STATE(483), 1, + STATE(476), 1, aux_sym_read_cond_lit_repeat1, [8371] = 4, - ACTIONS(280), 1, + ACTIONS(25), 1, anon_sym_LPAREN, - ACTIONS(1486), 1, + ACTIONS(1488), 1, sym__ws, - STATE(421), 1, + STATE(282), 1, sym__bare_list_lit, - STATE(483), 1, + STATE(475), 1, aux_sym_read_cond_lit_repeat1, [8384] = 4, ACTIONS(280), 1, anon_sym_LPAREN, - ACTIONS(1486), 1, + ACTIONS(1484), 1, sym__ws, - STATE(341), 1, + STATE(421), 1, sym__bare_list_lit, STATE(483), 1, aux_sym_read_cond_lit_repeat1, [8397] = 4, - ACTIONS(25), 1, + ACTIONS(280), 1, anon_sym_LPAREN, - ACTIONS(1486), 1, + ACTIONS(1484), 1, sym__ws, - STATE(268), 1, + STATE(413), 1, sym__bare_list_lit, STATE(483), 1, aux_sym_read_cond_lit_repeat1, [8410] = 4, ACTIONS(25), 1, anon_sym_LPAREN, - ACTIONS(1486), 1, + ACTIONS(1484), 1, sym__ws, - STATE(220), 1, + STATE(269), 1, sym__bare_list_lit, STATE(483), 1, aux_sym_read_cond_lit_repeat1, [8423] = 4, ACTIONS(25), 1, anon_sym_LPAREN, - ACTIONS(1486), 1, + ACTIONS(1484), 1, sym__ws, - STATE(223), 1, + STATE(220), 1, sym__bare_list_lit, STATE(483), 1, aux_sym_read_cond_lit_repeat1, [8436] = 4, - ACTIONS(280), 1, + ACTIONS(25), 1, anon_sym_LPAREN, - ACTIONS(1488), 1, + ACTIONS(1490), 1, sym__ws, - STATE(406), 1, + STATE(281), 1, sym__bare_list_lit, - STATE(478), 1, + STATE(473), 1, aux_sym_read_cond_lit_repeat1, [8449] = 4, ACTIONS(25), 1, anon_sym_LPAREN, - ACTIONS(1490), 1, + ACTIONS(1484), 1, sym__ws, - STATE(236), 1, + STATE(223), 1, sym__bare_list_lit, - STATE(468), 1, + STATE(483), 1, aux_sym_read_cond_lit_repeat1, [8462] = 4, - ACTIONS(25), 1, + ACTIONS(280), 1, anon_sym_LPAREN, - ACTIONS(1492), 1, + ACTIONS(1484), 1, sym__ws, - STATE(281), 1, + STATE(352), 1, sym__bare_list_lit, - STATE(472), 1, + STATE(483), 1, aux_sym_read_cond_lit_repeat1, [8475] = 4, - ACTIONS(280), 1, + ACTIONS(25), 1, anon_sym_LPAREN, - ACTIONS(1494), 1, + ACTIONS(1492), 1, sym__ws, - STATE(325), 1, + STATE(238), 1, sym__bare_list_lit, - STATE(480), 1, + STATE(472), 1, aux_sym_read_cond_lit_repeat1, [8488] = 4, - ACTIONS(280), 1, + ACTIONS(25), 1, anon_sym_LPAREN, - ACTIONS(1486), 1, + ACTIONS(1494), 1, sym__ws, - STATE(351), 1, + STATE(237), 1, sym__bare_list_lit, - STATE(483), 1, + STATE(482), 1, aux_sym_read_cond_lit_repeat1, [8501] = 4, ACTIONS(280), 1, anon_sym_LPAREN, ACTIONS(1496), 1, sym__ws, - STATE(345), 1, + STATE(344), 1, sym__bare_list_lit, - STATE(469), 1, + STATE(470), 1, aux_sym_read_cond_lit_repeat1, [8514] = 4, ACTIONS(280), 1, anon_sym_LPAREN, - ACTIONS(1486), 1, + ACTIONS(1498), 1, sym__ws, - STATE(352), 1, + STATE(343), 1, sym__bare_list_lit, - STATE(483), 1, + STATE(471), 1, aux_sym_read_cond_lit_repeat1, [8527] = 4, ACTIONS(280), 1, anon_sym_LPAREN, - ACTIONS(1498), 1, + ACTIONS(1500), 1, sym__ws, - STATE(344), 1, + STATE(406), 1, sym__bare_list_lit, - STATE(470), 1, + STATE(467), 1, aux_sym_read_cond_lit_repeat1, [8540] = 4, ACTIONS(25), 1, anon_sym_LPAREN, - ACTIONS(1500), 1, + ACTIONS(1484), 1, sym__ws, - STATE(282), 1, + STATE(268), 1, sym__bare_list_lit, - STATE(473), 1, + STATE(483), 1, aux_sym_read_cond_lit_repeat1, [8553] = 3, ACTIONS(1502), 1, @@ -23747,22 +24246,22 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1509), 1, aux_sym__kwd_qualified_token1, [8570] = 2, - ACTIONS(1511), 1, + ACTIONS(1480), 1, anon_sym_SLASH, - ACTIONS(1513), 1, + ACTIONS(1509), 1, aux_sym__kwd_qualified_token1, [8577] = 2, - ACTIONS(1480), 1, + ACTIONS(1511), 1, anon_sym_SLASH, ACTIONS(1513), 1, aux_sym__kwd_qualified_token1, [8584] = 2, - ACTIONS(1509), 1, + ACTIONS(1513), 1, aux_sym__kwd_qualified_token1, ACTIONS(1515), 1, anon_sym_SLASH, [8591] = 2, - ACTIONS(1509), 1, + ACTIONS(1513), 1, aux_sym__kwd_qualified_token1, ACTIONS(1517), 1, anon_sym_SLASH, @@ -23771,22 +24270,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__sym_qualified_token2, [8602] = 1, ACTIONS(1521), 1, - ts_builtin_sym_end, + aux_sym__kwd_leading_slash_token1, [8606] = 1, ACTIONS(1523), 1, aux_sym__sym_qualified_token2, [8610] = 1, ACTIONS(1525), 1, - aux_sym__kwd_leading_slash_token1, + aux_sym__sym_qualified_token2, [8614] = 1, ACTIONS(1527), 1, - aux_sym__sym_qualified_token2, + ts_builtin_sym_end, [8618] = 1, ACTIONS(1529), 1, - aux_sym__sym_qualified_token2, + aux_sym__kwd_leading_slash_token1, [8622] = 1, ACTIONS(1531), 1, - aux_sym__kwd_leading_slash_token1, + aux_sym__sym_qualified_token2, }; static const uint32_t ts_small_parse_table_map[] = { @@ -23806,8 +24305,8 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(226)] = 486, [SMALL_STATE(227)] = 523, [SMALL_STATE(228)] = 560, - [SMALL_STATE(229)] = 599, - [SMALL_STATE(230)] = 636, + [SMALL_STATE(229)] = 597, + [SMALL_STATE(230)] = 634, [SMALL_STATE(231)] = 673, [SMALL_STATE(232)] = 710, [SMALL_STATE(233)] = 747, @@ -23932,7 +24431,7 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(352)] = 5277, [SMALL_STATE(353)] = 5302, [SMALL_STATE(354)] = 5327, - [SMALL_STATE(355)] = 5352, + [SMALL_STATE(355)] = 5378, [SMALL_STATE(356)] = 5403, [SMALL_STATE(357)] = 5428, [SMALL_STATE(358)] = 5453, @@ -23953,16 +24452,16 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(373)] = 5858, [SMALL_STATE(374)] = 5885, [SMALL_STATE(375)] = 5910, - [SMALL_STATE(376)] = 5935, - [SMALL_STATE(377)] = 5960, + [SMALL_STATE(376)] = 5965, + [SMALL_STATE(377)] = 5990, [SMALL_STATE(378)] = 6015, [SMALL_STATE(379)] = 6040, [SMALL_STATE(380)] = 6065, [SMALL_STATE(381)] = 6090, [SMALL_STATE(382)] = 6115, [SMALL_STATE(383)] = 6140, - [SMALL_STATE(384)] = 6165, - [SMALL_STATE(385)] = 6190, + [SMALL_STATE(384)] = 6191, + [SMALL_STATE(385)] = 6216, [SMALL_STATE(386)] = 6241, [SMALL_STATE(387)] = 6266, [SMALL_STATE(388)] = 6291, @@ -24021,19 +24520,19 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(441)] = 7840, [SMALL_STATE(442)] = 7874, [SMALL_STATE(443)] = 7893, - [SMALL_STATE(444)] = 7912, - [SMALL_STATE(445)] = 7937, - [SMALL_STATE(446)] = 7956, + [SMALL_STATE(444)] = 7910, + [SMALL_STATE(445)] = 7935, + [SMALL_STATE(446)] = 7954, [SMALL_STATE(447)] = 7973, [SMALL_STATE(448)] = 7992, [SMALL_STATE(449)] = 8011, - [SMALL_STATE(450)] = 8030, - [SMALL_STATE(451)] = 8049, - [SMALL_STATE(452)] = 8074, - [SMALL_STATE(453)] = 8089, - [SMALL_STATE(454)] = 8108, - [SMALL_STATE(455)] = 8127, - [SMALL_STATE(456)] = 8146, + [SMALL_STATE(450)] = 8034, + [SMALL_STATE(451)] = 8053, + [SMALL_STATE(452)] = 8072, + [SMALL_STATE(453)] = 8097, + [SMALL_STATE(454)] = 8116, + [SMALL_STATE(455)] = 8135, + [SMALL_STATE(456)] = 8150, [SMALL_STATE(457)] = 8169, [SMALL_STATE(458)] = 8188, [SMALL_STATE(459)] = 8207, @@ -24082,8 +24581,8 @@ static const TSParseActionEntry ts_parse_actions[] = { [5] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(485), - [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), + [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(484), + [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19), [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), @@ -24093,8 +24592,8 @@ static const TSParseActionEntry ts_parse_actions[] = { [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(315), - [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(467), - [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(478), + [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), @@ -24107,8 +24606,8 @@ static const TSParseActionEntry ts_parse_actions[] = { [56] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(106), [59] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(302), [62] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(280), - [65] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(485), - [68] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(485), + [65] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(484), + [68] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(484), [71] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(216), [74] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(302), [77] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(217), @@ -24119,8 +24618,8 @@ static const TSParseActionEntry ts_parse_actions[] = { [91] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(10), [94] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(11), [97] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(315), - [100] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(467), - [103] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(475), + [100] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(478), + [103] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(477), [106] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(110), [109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(118), [112] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(340), @@ -24132,20 +24631,20 @@ static const TSParseActionEntry ts_parse_actions[] = { [130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), [132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), [134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302), - [136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), [138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), [140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), [142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), - [144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), + [144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), [148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), [152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), [156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), [160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), - [162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), [164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), [166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), [168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), @@ -24163,8 +24662,8 @@ static const TSParseActionEntry ts_parse_actions[] = { [192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(20), [195] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(106), [198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(280), - [201] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(485), - [204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(485), + [201] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(484), + [204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(484), [207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(216), [210] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(20), [213] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(217), @@ -24174,8 +24673,8 @@ static const TSParseActionEntry ts_parse_actions[] = { [225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(10), [228] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(11), [231] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(315), - [234] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(467), - [237] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(475), + [234] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(478), + [237] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(477), [240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(110), [243] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(118), [246] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(340), @@ -24187,8 +24686,8 @@ static const TSParseActionEntry ts_parse_actions[] = { [264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), [266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), [268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), - [270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(487), - [272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), + [270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(486), + [272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), [274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), [276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420), [278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), @@ -24196,237 +24695,237 @@ static const TSParseActionEntry ts_parse_actions[] = { [282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), [284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), [286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(312), - [288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(481), + [288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(480), [290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), - [292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), + [294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), [296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), [298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), [302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), [304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), [306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(109), - [308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), - [312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367), - [314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), - [316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(488), - [318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), - [322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316), - [324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), - [328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(55), - [338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), - [342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(244), - [344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), - [346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(245), - [350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(246), - [356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(247), - [362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(248), - [368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), - [370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), - [372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), - [374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417), - [376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(350), - [380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(357), - [386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(362), - [392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364), - [396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(409), - [402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), - [406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384), - [408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), - [414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391), - [420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(257), - [424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(484), - [426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), - [428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(309), - [430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), - [438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(195), - [444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(393), - [450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), - [452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353), - [456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378), - [460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(349), - [464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(412), - [468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), - [470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408), - [472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(414), - [476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), - [478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(415), - [480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(416), - [484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), - [486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419), - [488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), - [492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(374), - [494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), - [496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(387), - [498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), - [500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(267), - [504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), - [508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371), - [510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), - [514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370), - [516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), - [520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369), - [522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), - [530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), - [536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(347), - [538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(270), - [542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), - [544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(271), - [546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), - [552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), - [554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363), - [558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), - [562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333), - [564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), - [566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), - [568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(275), - [572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(331), - [578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(276), - [582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), - [584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(329), - [586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(214), - [590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(327), - [594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(277), - [598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(375), - [602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), - [604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(278), - [606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(386), - [610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), - [612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), - [614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(283), - [620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(287), - [626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(289), - [632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), - [636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(290), - [638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), - [642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(291), - [644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263), - [650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), - [662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(405), - [666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(227), - [674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(237), - [684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(297), - [694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(298), - [700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), + [310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), + [312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(267), + [314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(347), + [320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(244), + [326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), + [330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(245), + [332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), + [336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(246), + [338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(247), + [344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(248), + [350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), + [352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(487), + [354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), + [356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), + [358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316), + [360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), + [372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(55), + [374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), + [376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417), + [378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), + [382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(357), + [388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), + [392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(362), + [394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364), + [398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378), + [404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384), + [410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), + [412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), + [414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(410), + [416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391), + [422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(257), + [426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(488), + [428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), + [430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(309), + [432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(195), + [446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(393), + [452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(405), + [458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369), + [462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), + [464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(399), + [466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(412), + [470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(414), + [474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), + [476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(415), + [478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), + [480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(416), + [482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), + [484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419), + [486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), + [490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(409), + [492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(386), + [496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(345), + [502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), + [506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371), + [508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), + [510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370), + [514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), + [516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), + [518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367), + [520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), + [526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(355), + [532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(270), + [540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(271), + [544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), + [546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), + [548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363), + [550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), + [554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), + [556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333), + [562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), + [566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(275), + [570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(331), + [576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(276), + [580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), + [582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(329), + [584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(214), + [588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(327), + [592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(277), + [596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), + [598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(411), + [600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(278), + [604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), + [606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385), + [608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), + [612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(350), + [616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), + [624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(283), + [626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), + [630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(287), + [632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(289), + [638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(290), + [644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(291), + [650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263), + [656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), + [660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), + [662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), + [664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(229), + [676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(239), + [686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(297), + [696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(298), + [702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), [704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(238), - [710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(486), - [714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(308), - [718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(168), - [732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(240), + [710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(485), + [718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), + [720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(308), + [722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), + [724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(168), [736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), [738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(288), [740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), [742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), [744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(292), - [746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(230), + [746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(225), [750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), [752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(265), [754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), @@ -24442,8 +24941,8 @@ static const TSParseActionEntry ts_parse_actions[] = { [774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(249), [776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), [778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(243), - [780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), - [782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(226), + [780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), + [782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(224), [784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), [786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), [788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), @@ -24506,39 +25005,39 @@ static const TSParseActionEntry ts_parse_actions[] = { [902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tagged_or_ctor_lit, 4, .production_id = 35), [904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_splicing_read_cond_lit, 4, .production_id = 36), [906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_splicing_read_cond_lit, 4, .production_id = 36), - [908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_vec_lit, 1, .production_id = 5), - [910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_vec_lit, 1, .production_id = 5), - [912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_lit, 1, .production_id = 6), - [914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set_lit, 1, .production_id = 6), - [916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_quoting_lit, 4, .production_id = 37), - [918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_quoting_lit, 4, .production_id = 37), - [920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dis_expr, 2, .production_id = 7), - [922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dis_expr, 2, .production_id = 7), - [924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__bare_list_lit, 2, .production_id = 9), - [928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__bare_list_lit, 2, .production_id = 9), - [930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tagged_or_ctor_lit, 5, .production_id = 40), - [932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tagged_or_ctor_lit, 5, .production_id = 40), - [934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__bare_map_lit, 2, .production_id = 9), - [936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__bare_map_lit, 2, .production_id = 9), - [938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__bare_vec_lit, 2, .production_id = 9), - [940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__bare_vec_lit, 2, .production_id = 9), - [942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_regex_lit, 2, .production_id = 11), - [944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_regex_lit, 2, .production_id = 11), - [946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anon_fn_lit, 2, .production_id = 12), - [948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anon_fn_lit, 2, .production_id = 12), - [950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_read_cond_lit, 2, .production_id = 12), - [952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_read_cond_lit, 2, .production_id = 12), - [954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_splicing_read_cond_lit, 2, .production_id = 12), - [956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_splicing_read_cond_lit, 2, .production_id = 12), - [958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_quoting_lit, 2, .production_id = 7), - [960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_quoting_lit, 2, .production_id = 7), - [962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sym_val_lit, 2, .production_id = 7), - [964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sym_val_lit, 2, .production_id = 7), - [966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_evaling_lit, 2, .production_id = 7), - [968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_evaling_lit, 2, .production_id = 7), - [970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_evaling_lit, 4, .production_id = 37), - [972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_evaling_lit, 4, .production_id = 37), + [908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_quoting_lit, 4, .production_id = 37), + [910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_quoting_lit, 4, .production_id = 37), + [912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tagged_or_ctor_lit, 5, .production_id = 40), + [914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tagged_or_ctor_lit, 5, .production_id = 40), + [916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_vec_lit, 1, .production_id = 5), + [918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_vec_lit, 1, .production_id = 5), + [920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_lit, 1, .production_id = 6), + [922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set_lit, 1, .production_id = 6), + [924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_evaling_lit, 4, .production_id = 37), + [926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_evaling_lit, 4, .production_id = 37), + [928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dis_expr, 2, .production_id = 7), + [930] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dis_expr, 2, .production_id = 7), + [932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), + [934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__bare_list_lit, 2, .production_id = 9), + [936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__bare_list_lit, 2, .production_id = 9), + [938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__bare_map_lit, 2, .production_id = 9), + [940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__bare_map_lit, 2, .production_id = 9), + [942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__bare_vec_lit, 2, .production_id = 9), + [944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__bare_vec_lit, 2, .production_id = 9), + [946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_regex_lit, 2, .production_id = 11), + [948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_regex_lit, 2, .production_id = 11), + [950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anon_fn_lit, 2, .production_id = 12), + [952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anon_fn_lit, 2, .production_id = 12), + [954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_read_cond_lit, 2, .production_id = 12), + [956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_read_cond_lit, 2, .production_id = 12), + [958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_splicing_read_cond_lit, 2, .production_id = 12), + [960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_splicing_read_cond_lit, 2, .production_id = 12), + [962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_quoting_lit, 2, .production_id = 7), + [964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_quoting_lit, 2, .production_id = 7), + [966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sym_val_lit, 2, .production_id = 7), + [968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sym_val_lit, 2, .production_id = 7), + [970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_evaling_lit, 2, .production_id = 7), + [972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_evaling_lit, 2, .production_id = 7), [974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derefing_lit, 4, .production_id = 37), [976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_derefing_lit, 4, .production_id = 37), [978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derefing_lit, 2, .production_id = 7), @@ -24557,7 +25056,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [1004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_syn_quoting_lit, 4, .production_id = 37), [1006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sym_lit, 2, .production_id = 13), [1008] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sym_lit, 2, .production_id = 13), - [1010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), + [1010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), [1012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_lit, 2, .production_id = 14), [1014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_lit, 2, .production_id = 14), [1016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map_lit, 2, .production_id = 14), @@ -24653,8 +25152,8 @@ static const TSParseActionEntry ts_parse_actions[] = { [1198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), [1200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), [1202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(322), - [1204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(476), - [1206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), + [1204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(474), + [1206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), [1208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), [1210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), [1212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), @@ -24665,10 +25164,10 @@ static const TSParseActionEntry ts_parse_actions[] = { [1222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), [1224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), [1226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(321), - [1228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(477), - [1230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), + [1228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(468), + [1230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), [1232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [1234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [1234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), [1236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), [1238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), [1240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), @@ -24689,22 +25188,22 @@ static const TSParseActionEntry ts_parse_actions[] = { [1270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), [1272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(105), [1274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(320), - [1276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), + [1276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), [1278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), [1280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), [1282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), [1284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), [1286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(35), - [1288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), + [1288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), [1290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), [1292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [1294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [1294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), [1296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), [1298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), [1300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), [1302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [1304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), - [1306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), + [1304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), + [1306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), [1308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), [1310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), [1312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), @@ -24712,104 +25211,104 @@ static const TSParseActionEntry ts_parse_actions[] = { [1316] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__metadata_lit, 2, .production_id = 4), [1318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__metadata_lit, 2, .production_id = 3), [1320] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__metadata_lit, 2, .production_id = 3), - [1322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), + [1322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), [1324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), [1326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__metadata_lit, 1, .production_id = 4), [1328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__metadata_lit, 1, .production_id = 4), [1330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), [1332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__metadata_lit, 1, .production_id = 3), [1334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__metadata_lit, 1, .production_id = 3), - [1336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), - [1338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), + [1336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), + [1338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), [1340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(317), [1343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(177), - [1346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), - [1348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), - [1350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), - [1352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), - [1354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), - [1356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(395), + [1346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), + [1348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), + [1350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), + [1352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), + [1354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), + [1356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(387), [1358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sym_lit_repeat1, 2, .production_id = 16), [1360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sym_lit_repeat1, 2, .production_id = 16), SHIFT_REPEAT(164), [1363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sym_lit_repeat1, 2, .production_id = 16), SHIFT_REPEAT(162), [1366] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_sym_lit_repeat1, 2, .production_id = 16), - [1368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), - [1370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), + [1368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), + [1370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), [1372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), [1374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), [1376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [1378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), - [1380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_meta_lit, 3, .production_id = 17), - [1382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_meta_lit, 3, .production_id = 17), - [1384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), - [1386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), - [1388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), - [1390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_meta_lit, 2, .production_id = 7), - [1392] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_meta_lit, 2, .production_id = 7), - [1394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_old_meta_lit, 2, .production_id = 7), - [1396] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_old_meta_lit, 2, .production_id = 7), - [1398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), - [1400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), - [1402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), - [1404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [1406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_old_meta_lit, 3, .production_id = 17), - [1408] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_old_meta_lit, 3, .production_id = 17), + [1378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), + [1380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), + [1382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), + [1384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), + [1386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_meta_lit, 2, .production_id = 7), + [1388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_meta_lit, 2, .production_id = 7), + [1390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_old_meta_lit, 2, .production_id = 7), + [1392] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_old_meta_lit, 2, .production_id = 7), + [1394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [1396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [1398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), + [1400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_old_meta_lit, 3, .production_id = 17), + [1402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_old_meta_lit, 3, .production_id = 17), + [1404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), + [1406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_meta_lit, 3, .production_id = 17), + [1408] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_meta_lit, 3, .production_id = 17), [1410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), [1412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sym_lit_repeat1, 1, .production_id = 2), [1414] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_sym_lit_repeat1, 1, .production_id = 2), - [1416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), - [1418] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(435), - [1421] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(68), - [1424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), - [1426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [1428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), - [1430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), - [1432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), + [1416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), + [1418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), + [1420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), + [1422] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(439), + [1425] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(68), + [1428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), + [1430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), + [1432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), [1434] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sym_lit_repeat1, 2, .production_id = 16), SHIFT_REPEAT(67), [1437] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sym_lit_repeat1, 2, .production_id = 16), SHIFT_REPEAT(66), - [1440] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(447), + [1440] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(446), [1443] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(178), [1446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), - [1448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), - [1450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [1452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), - [1454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), - [1456] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sym_lit_repeat1, 2, .production_id = 16), SHIFT_REPEAT(122), - [1459] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sym_lit_repeat1, 2, .production_id = 16), SHIFT_REPEAT(121), - [1462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [1464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [1466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), - [1468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [1448] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sym_lit_repeat1, 2, .production_id = 16), SHIFT_REPEAT(122), + [1451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sym_lit_repeat1, 2, .production_id = 16), SHIFT_REPEAT(121), + [1454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), + [1456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), + [1458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [1460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [1462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), + [1464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), + [1466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), + [1468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), [1470] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(464), - [1473] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(119), + [1473] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(123), [1476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_auto_res_mark, 1), [1478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_auto_res_mark, 1), [1480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), - [1482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(228), - [1484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), - [1486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), - [1488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), - [1490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), + [1482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(230), + [1484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), + [1486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), + [1488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [1490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), [1492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [1494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), - [1496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), - [1498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), - [1500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), + [1494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), + [1496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), + [1498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), + [1500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), [1502] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_read_cond_lit_repeat1, 2), SHIFT_REPEAT(483), [1505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_read_cond_lit_repeat1, 2), - [1507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), - [1509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), - [1511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [1513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), - [1515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), - [1517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), - [1519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [1521] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [1507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), + [1509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [1511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), + [1513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [1515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), + [1517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [1519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [1521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), [1523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [1525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [1527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [1529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), - [1531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), + [1525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [1527] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [1529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), + [1531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), }; #ifdef __cplusplus @@ -24845,6 +25344,7 @@ extern const TSLanguage *tree_sitter_clojure(void) { .alias_sequences = &ts_alias_sequences[0][0], .lex_modes = ts_lex_modes, .lex_fn = ts_lex, + .primary_state_ids = ts_primary_state_ids, }; return &language; } diff --git a/src/tree_sitter/parser.h b/src/tree_sitter/parser.h index 2b14ac1..17b4fde 100644 --- a/src/tree_sitter/parser.h +++ b/src/tree_sitter/parser.h @@ -13,9 +13,8 @@ extern "C" { #define ts_builtin_sym_end 0 #define TREE_SITTER_SERIALIZATION_BUFFER_SIZE 1024 -typedef uint16_t TSStateId; - #ifndef TREE_SITTER_API_H_ +typedef uint16_t TSStateId; typedef uint16_t TSSymbol; typedef uint16_t TSFieldId; typedef struct TSLanguage TSLanguage; @@ -130,9 +129,16 @@ struct TSLanguage { * Lexer Macros */ +#ifdef _MSC_VER +#define UNUSED __pragma(warning(suppress : 4101)) +#else +#define UNUSED __attribute__((unused)) +#endif + #define START_LEXER() \ bool result = false; \ bool skip = false; \ + UNUSED \ bool eof = false; \ int32_t lookahead; \ goto start; \ @@ -166,7 +172,7 @@ struct TSLanguage { * Parse Table Macros */ -#define SMALL_STATE(id) id - LARGE_STATE_COUNT +#define SMALL_STATE(id) ((id) - LARGE_STATE_COUNT) #define STATE(id) id @@ -176,7 +182,7 @@ struct TSLanguage { {{ \ .shift = { \ .type = TSParseActionTypeShift, \ - .state = state_value \ + .state = (state_value) \ } \ }} @@ -184,7 +190,7 @@ struct TSLanguage { {{ \ .shift = { \ .type = TSParseActionTypeShift, \ - .state = state_value, \ + .state = (state_value), \ .repetition = true \ } \ }}