From 5d5ab9b25268bce95e82f19d39dcbfaff883fe17 Mon Sep 17 00:00:00 2001 From: sogaiu <983021772@users.noreply.github.com> Date: Fri, 17 Mar 2023 13:58:55 +0900 Subject: [PATCH] Loosen sym_val_lit definition --- grammar.js | 2 +- src/grammar.json | 2 +- src/node-types.json | 96 + src/parser.c | 27705 +++++++++++++++++++++--------------------- 4 files changed, 14208 insertions(+), 13597 deletions(-) diff --git a/grammar.js b/grammar.js index 88a9112..372ce71 100644 --- a/grammar.js +++ b/grammar.js @@ -461,7 +461,7 @@ module.exports = grammar({ sym_val_lit: $ => seq(field('marker', "##"), repeat($._gap), - field('value', $.sym_lit)), + field('value', $._form)), evaling_lit: $ => seq(repeat($._metadata_lit), // ^:x #=(vector 1) diff --git a/src/grammar.json b/src/grammar.json index 8ca8404..ff2cf40 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -1642,7 +1642,7 @@ "name": "value", "content": { "type": "SYMBOL", - "name": "sym_lit" + "name": "_form" } } ] diff --git a/src/node-types.json b/src/node-types.json index b9ad04d..df1142d 100644 --- a/src/node-types.json +++ b/src/node-types.json @@ -2296,9 +2296,105 @@ "multiple": false, "required": true, "types": [ + { + "type": "anon_fn_lit", + "named": true + }, + { + "type": "bool_lit", + "named": true + }, + { + "type": "char_lit", + "named": true + }, + { + "type": "derefing_lit", + "named": true + }, + { + "type": "evaling_lit", + "named": true + }, + { + "type": "kwd_lit", + "named": true + }, + { + "type": "list_lit", + "named": true + }, + { + "type": "map_lit", + "named": true + }, + { + "type": "nil_lit", + "named": true + }, + { + "type": "ns_map_lit", + "named": true + }, + { + "type": "num_lit", + "named": true + }, + { + "type": "quoting_lit", + "named": true + }, + { + "type": "read_cond_lit", + "named": true + }, + { + "type": "regex_lit", + "named": true + }, + { + "type": "set_lit", + "named": true + }, + { + "type": "splicing_read_cond_lit", + "named": true + }, + { + "type": "str_lit", + "named": true + }, { "type": "sym_lit", "named": true + }, + { + "type": "sym_val_lit", + "named": true + }, + { + "type": "syn_quoting_lit", + "named": true + }, + { + "type": "tagged_or_ctor_lit", + "named": true + }, + { + "type": "unquote_splicing_lit", + "named": true + }, + { + "type": "unquoting_lit", + "named": true + }, + { + "type": "var_quoting_lit", + "named": true + }, + { + "type": "vec_lit", + "named": true } ] } diff --git a/src/parser.c b/src/parser.c index d5ac046..0d8b1a8 100644 --- a/src/parser.c +++ b/src/parser.c @@ -6,8 +6,8 @@ #endif #define LANGUAGE_VERSION 13 -#define STATE_COUNT 491 -#define LARGE_STATE_COUNT 203 +#define STATE_COUNT 496 +#define LARGE_STATE_COUNT 213 #define SYMBOL_COUNT 73 #define ALIAS_COUNT 0 #define TOKEN_COUNT 35 @@ -2666,7 +2666,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [200] = {.lex_state = 44}, [201] = {.lex_state = 44}, [202] = {.lex_state = 44}, - [203] = {.lex_state = 0}, + [203] = {.lex_state = 44}, [204] = {.lex_state = 44}, [205] = {.lex_state = 44}, [206] = {.lex_state = 44}, @@ -2676,7 +2676,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [210] = {.lex_state = 44}, [211] = {.lex_state = 44}, [212] = {.lex_state = 44}, - [213] = {.lex_state = 44}, + [213] = {.lex_state = 0}, [214] = {.lex_state = 44}, [215] = {.lex_state = 44}, [216] = {.lex_state = 44}, @@ -2756,28 +2756,28 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [290] = {.lex_state = 44}, [291] = {.lex_state = 44}, [292] = {.lex_state = 44}, - [293] = {.lex_state = 3}, - [294] = {.lex_state = 3}, - [295] = {.lex_state = 3}, - [296] = {.lex_state = 3}, - [297] = {.lex_state = 3}, - [298] = {.lex_state = 1}, - [299] = {.lex_state = 1}, - [300] = {.lex_state = 1}, - [301] = {.lex_state = 1}, - [302] = {.lex_state = 1}, - [303] = {.lex_state = 1}, - [304] = {.lex_state = 1}, - [305] = {.lex_state = 1}, - [306] = {.lex_state = 1}, - [307] = {.lex_state = 1}, + [293] = {.lex_state = 44}, + [294] = {.lex_state = 44}, + [295] = {.lex_state = 44}, + [296] = {.lex_state = 44}, + [297] = {.lex_state = 44}, + [298] = {.lex_state = 44}, + [299] = {.lex_state = 44}, + [300] = {.lex_state = 44}, + [301] = {.lex_state = 44}, + [302] = {.lex_state = 44}, + [303] = {.lex_state = 3}, + [304] = {.lex_state = 3}, + [305] = {.lex_state = 3}, + [306] = {.lex_state = 3}, + [307] = {.lex_state = 3}, [308] = {.lex_state = 1}, [309] = {.lex_state = 1}, [310] = {.lex_state = 1}, [311] = {.lex_state = 1}, [312] = {.lex_state = 1}, - [313] = {.lex_state = 3}, - [314] = {.lex_state = 4}, + [313] = {.lex_state = 1}, + [314] = {.lex_state = 1}, [315] = {.lex_state = 1}, [316] = {.lex_state = 1}, [317] = {.lex_state = 1}, @@ -2786,8 +2786,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [320] = {.lex_state = 1}, [321] = {.lex_state = 1}, [322] = {.lex_state = 1}, - [323] = {.lex_state = 1}, - [324] = {.lex_state = 1}, + [323] = {.lex_state = 4}, + [324] = {.lex_state = 3}, [325] = {.lex_state = 1}, [326] = {.lex_state = 1}, [327] = {.lex_state = 1}, @@ -2877,7 +2877,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [411] = {.lex_state = 1}, [412] = {.lex_state = 1}, [413] = {.lex_state = 1}, - [414] = {.lex_state = 3}, + [414] = {.lex_state = 1}, [415] = {.lex_state = 1}, [416] = {.lex_state = 1}, [417] = {.lex_state = 1}, @@ -2887,7 +2887,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [421] = {.lex_state = 1}, [422] = {.lex_state = 1}, [423] = {.lex_state = 1}, - [424] = {.lex_state = 1}, + [424] = {.lex_state = 3}, [425] = {.lex_state = 1}, [426] = {.lex_state = 1}, [427] = {.lex_state = 1}, @@ -2897,39 +2897,39 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [431] = {.lex_state = 1}, [432] = {.lex_state = 1}, [433] = {.lex_state = 1}, - [434] = {.lex_state = 3}, - [435] = {.lex_state = 3}, + [434] = {.lex_state = 1}, + [435] = {.lex_state = 1}, [436] = {.lex_state = 1}, [437] = {.lex_state = 1}, [438] = {.lex_state = 1}, [439] = {.lex_state = 1}, - [440] = {.lex_state = 1}, - [441] = {.lex_state = 5}, - [442] = {.lex_state = 3}, - [443] = {.lex_state = 44}, - [444] = {.lex_state = 44}, - [445] = {.lex_state = 44}, - [446] = {.lex_state = 3}, - [447] = {.lex_state = 6}, - [448] = {.lex_state = 44}, - [449] = {.lex_state = 3}, + [440] = {.lex_state = 3}, + [441] = {.lex_state = 3}, + [442] = {.lex_state = 1}, + [443] = {.lex_state = 1}, + [444] = {.lex_state = 3}, + [445] = {.lex_state = 1}, + [446] = {.lex_state = 5}, + [447] = {.lex_state = 1}, + [448] = {.lex_state = 1}, + [449] = {.lex_state = 44}, [450] = {.lex_state = 44}, - [451] = {.lex_state = 44}, - [452] = {.lex_state = 44}, + [451] = {.lex_state = 3}, + [452] = {.lex_state = 6}, [453] = {.lex_state = 44}, [454] = {.lex_state = 44}, [455] = {.lex_state = 44}, - [456] = {.lex_state = 44}, + [456] = {.lex_state = 3}, [457] = {.lex_state = 44}, - [458] = {.lex_state = 3}, + [458] = {.lex_state = 44}, [459] = {.lex_state = 44}, - [460] = {.lex_state = 7}, - [461] = {.lex_state = 8}, - [462] = {.lex_state = 0}, - [463] = {.lex_state = 0}, - [464] = {.lex_state = 0}, - [465] = {.lex_state = 0}, - [466] = {.lex_state = 0}, + [460] = {.lex_state = 44}, + [461] = {.lex_state = 44}, + [462] = {.lex_state = 44}, + [463] = {.lex_state = 44}, + [464] = {.lex_state = 44}, + [465] = {.lex_state = 7}, + [466] = {.lex_state = 8}, [467] = {.lex_state = 0}, [468] = {.lex_state = 0}, [469] = {.lex_state = 0}, @@ -2942,18 +2942,23 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [476] = {.lex_state = 0}, [477] = {.lex_state = 0}, [478] = {.lex_state = 0}, - [479] = {.lex_state = 9}, - [480] = {.lex_state = 9}, - [481] = {.lex_state = 9}, - [482] = {.lex_state = 9}, - [483] = {.lex_state = 9}, - [484] = {.lex_state = 40}, - [485] = {.lex_state = 41}, - [486] = {.lex_state = 41}, - [487] = {.lex_state = 41}, - [488] = {.lex_state = 40}, - [489] = {.lex_state = 0}, - [490] = {.lex_state = 41}, + [479] = {.lex_state = 0}, + [480] = {.lex_state = 0}, + [481] = {.lex_state = 0}, + [482] = {.lex_state = 0}, + [483] = {.lex_state = 0}, + [484] = {.lex_state = 9}, + [485] = {.lex_state = 9}, + [486] = {.lex_state = 9}, + [487] = {.lex_state = 9}, + [488] = {.lex_state = 9}, + [489] = {.lex_state = 41}, + [490] = {.lex_state = 0}, + [491] = {.lex_state = 41}, + [492] = {.lex_state = 40}, + [493] = {.lex_state = 41}, + [494] = {.lex_state = 41}, + [495] = {.lex_state = 40}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -2993,40 +2998,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE] = ACTIONS(1), }, [1] = { - [sym_source] = STATE(489), - [sym__gap] = STATE(10), - [sym_dis_expr] = STATE(10), - [sym__form] = STATE(10), - [sym_kwd_lit] = STATE(10), - [sym_str_lit] = STATE(10), - [sym_sym_lit] = STATE(10), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(10), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(10), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(10), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(10), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(10), - [sym_regex_lit] = STATE(10), - [sym_read_cond_lit] = STATE(10), - [sym_splicing_read_cond_lit] = STATE(10), - [sym_ns_map_lit] = STATE(10), - [sym_var_quoting_lit] = STATE(10), - [sym_sym_val_lit] = STATE(10), - [sym_evaling_lit] = STATE(10), - [sym_tagged_or_ctor_lit] = STATE(10), - [sym_derefing_lit] = STATE(10), - [sym_quoting_lit] = STATE(10), - [sym_syn_quoting_lit] = STATE(10), - [sym_unquote_splicing_lit] = STATE(10), - [sym_unquoting_lit] = STATE(10), - [aux_sym_source_repeat1] = STATE(10), - [aux_sym_sym_lit_repeat1] = STATE(297), + [sym_source] = STATE(490), + [sym__gap] = STATE(19), + [sym_dis_expr] = STATE(19), + [sym__form] = STATE(19), + [sym_kwd_lit] = STATE(19), + [sym_str_lit] = STATE(19), + [sym_sym_lit] = STATE(19), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(19), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(19), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(19), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(19), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(19), + [sym_regex_lit] = STATE(19), + [sym_read_cond_lit] = STATE(19), + [sym_splicing_read_cond_lit] = STATE(19), + [sym_ns_map_lit] = STATE(19), + [sym_var_quoting_lit] = STATE(19), + [sym_sym_val_lit] = STATE(19), + [sym_evaling_lit] = STATE(19), + [sym_tagged_or_ctor_lit] = STATE(19), + [sym_derefing_lit] = STATE(19), + [sym_quoting_lit] = STATE(19), + [sym_syn_quoting_lit] = STATE(19), + [sym_unquote_splicing_lit] = STATE(19), + [sym_unquoting_lit] = STATE(19), + [aux_sym_source_repeat1] = STATE(19), + [aux_sym_sym_lit_repeat1] = STATE(305), [ts_builtin_sym_end] = ACTIONS(3), [sym__ws] = ACTIONS(5), [sym_comment] = ACTIONS(5), @@ -3060,36 +3065,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [2] = { [sym__gap] = STATE(2), [sym_dis_expr] = STATE(2), - [sym__form] = STATE(291), - [sym_kwd_lit] = STATE(291), - [sym_str_lit] = STATE(291), - [sym_sym_lit] = STATE(291), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(291), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(291), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(291), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(291), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(291), - [sym_regex_lit] = STATE(291), - [sym_read_cond_lit] = STATE(291), - [sym_splicing_read_cond_lit] = STATE(291), - [sym_ns_map_lit] = STATE(291), - [sym_var_quoting_lit] = STATE(291), - [sym_sym_val_lit] = STATE(291), - [sym_evaling_lit] = STATE(291), - [sym_tagged_or_ctor_lit] = STATE(291), - [sym_derefing_lit] = STATE(291), - [sym_quoting_lit] = STATE(291), - [sym_syn_quoting_lit] = STATE(291), - [sym_unquote_splicing_lit] = STATE(291), - [sym_unquoting_lit] = STATE(291), - [aux_sym_sym_lit_repeat1] = STATE(297), + [sym__form] = STATE(302), + [sym_kwd_lit] = STATE(302), + [sym_str_lit] = STATE(302), + [sym_sym_lit] = STATE(302), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(302), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(302), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(302), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(302), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(302), + [sym_regex_lit] = STATE(302), + [sym_read_cond_lit] = STATE(302), + [sym_splicing_read_cond_lit] = STATE(302), + [sym_ns_map_lit] = STATE(302), + [sym_var_quoting_lit] = STATE(302), + [sym_sym_val_lit] = STATE(302), + [sym_evaling_lit] = STATE(302), + [sym_tagged_or_ctor_lit] = STATE(302), + [sym_derefing_lit] = STATE(302), + [sym_quoting_lit] = STATE(302), + [sym_syn_quoting_lit] = STATE(302), + [sym_unquote_splicing_lit] = STATE(302), + [sym_unquoting_lit] = STATE(302), + [aux_sym_sym_lit_repeat1] = STATE(305), [aux_sym__bare_list_lit_repeat1] = STATE(2), [sym__ws] = ACTIONS(53), [sym_comment] = ACTIONS(53), @@ -3124,39 +3129,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE] = ACTIONS(127), }, [3] = { - [sym__gap] = STATE(18), - [sym_dis_expr] = STATE(18), - [sym__form] = STATE(291), - [sym_kwd_lit] = STATE(291), - [sym_str_lit] = STATE(291), - [sym_sym_lit] = STATE(291), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(291), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(291), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(291), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(291), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(291), - [sym_regex_lit] = STATE(291), - [sym_read_cond_lit] = STATE(291), - [sym_splicing_read_cond_lit] = STATE(291), - [sym_ns_map_lit] = STATE(291), - [sym_var_quoting_lit] = STATE(291), - [sym_sym_val_lit] = STATE(291), - [sym_evaling_lit] = STATE(291), - [sym_tagged_or_ctor_lit] = STATE(291), - [sym_derefing_lit] = STATE(291), - [sym_quoting_lit] = STATE(291), - [sym_syn_quoting_lit] = STATE(291), - [sym_unquote_splicing_lit] = STATE(291), - [sym_unquoting_lit] = STATE(291), - [aux_sym_sym_lit_repeat1] = STATE(297), - [aux_sym__bare_list_lit_repeat1] = STATE(18), + [sym__gap] = STATE(2), + [sym_dis_expr] = STATE(2), + [sym__form] = STATE(302), + [sym_kwd_lit] = STATE(302), + [sym_str_lit] = STATE(302), + [sym_sym_lit] = STATE(302), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(302), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(302), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(302), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(302), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(302), + [sym_regex_lit] = STATE(302), + [sym_read_cond_lit] = STATE(302), + [sym_splicing_read_cond_lit] = STATE(302), + [sym_ns_map_lit] = STATE(302), + [sym_var_quoting_lit] = STATE(302), + [sym_sym_val_lit] = STATE(302), + [sym_evaling_lit] = STATE(302), + [sym_tagged_or_ctor_lit] = STATE(302), + [sym_derefing_lit] = STATE(302), + [sym_quoting_lit] = STATE(302), + [sym_syn_quoting_lit] = STATE(302), + [sym_unquote_splicing_lit] = STATE(302), + [sym_unquoting_lit] = STATE(302), + [aux_sym_sym_lit_repeat1] = STATE(305), + [aux_sym__bare_list_lit_repeat1] = STATE(2), [sym__ws] = ACTIONS(130), [sym_comment] = ACTIONS(130), [anon_sym_POUND_] = ACTIONS(7), @@ -3172,8 +3177,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(25), + [anon_sym_RPAREN] = ACTIONS(136), [anon_sym_LBRACE] = ACTIONS(27), - [anon_sym_RBRACE] = ACTIONS(136), [anon_sym_LBRACK] = ACTIONS(29), [anon_sym_POUND] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -3188,39 +3193,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE] = ACTIONS(51), }, [4] = { - [sym__gap] = STATE(2), - [sym_dis_expr] = STATE(2), - [sym__form] = STATE(291), - [sym_kwd_lit] = STATE(291), - [sym_str_lit] = STATE(291), - [sym_sym_lit] = STATE(291), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(291), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(291), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(291), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(291), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(291), - [sym_regex_lit] = STATE(291), - [sym_read_cond_lit] = STATE(291), - [sym_splicing_read_cond_lit] = STATE(291), - [sym_ns_map_lit] = STATE(291), - [sym_var_quoting_lit] = STATE(291), - [sym_sym_val_lit] = STATE(291), - [sym_evaling_lit] = STATE(291), - [sym_tagged_or_ctor_lit] = STATE(291), - [sym_derefing_lit] = STATE(291), - [sym_quoting_lit] = STATE(291), - [sym_syn_quoting_lit] = STATE(291), - [sym_unquote_splicing_lit] = STATE(291), - [sym_unquoting_lit] = STATE(291), - [aux_sym_sym_lit_repeat1] = STATE(297), - [aux_sym__bare_list_lit_repeat1] = STATE(2), + [sym__gap] = STATE(7), + [sym_dis_expr] = STATE(7), + [sym__form] = STATE(302), + [sym_kwd_lit] = STATE(302), + [sym_str_lit] = STATE(302), + [sym_sym_lit] = STATE(302), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(302), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(302), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(302), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(302), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(302), + [sym_regex_lit] = STATE(302), + [sym_read_cond_lit] = STATE(302), + [sym_splicing_read_cond_lit] = STATE(302), + [sym_ns_map_lit] = STATE(302), + [sym_var_quoting_lit] = STATE(302), + [sym_sym_val_lit] = STATE(302), + [sym_evaling_lit] = STATE(302), + [sym_tagged_or_ctor_lit] = STATE(302), + [sym_derefing_lit] = STATE(302), + [sym_quoting_lit] = STATE(302), + [sym_syn_quoting_lit] = STATE(302), + [sym_unquote_splicing_lit] = STATE(302), + [sym_unquoting_lit] = STATE(302), + [aux_sym_sym_lit_repeat1] = STATE(305), + [aux_sym__bare_list_lit_repeat1] = STATE(7), [sym__ws] = ACTIONS(138), [sym_comment] = ACTIONS(138), [anon_sym_POUND_] = ACTIONS(7), @@ -3237,8 +3242,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), - [anon_sym_RBRACE] = ACTIONS(140), [anon_sym_LBRACK] = ACTIONS(29), + [anon_sym_RBRACK] = ACTIONS(140), [anon_sym_POUND] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), @@ -3252,105 +3257,105 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE] = ACTIONS(51), }, [5] = { - [sym__gap] = STATE(5), - [sym_dis_expr] = STATE(5), - [sym__form] = STATE(5), - [sym_kwd_lit] = STATE(5), - [sym_str_lit] = STATE(5), - [sym_sym_lit] = STATE(5), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(5), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(5), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(5), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(5), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(5), - [sym_regex_lit] = STATE(5), - [sym_read_cond_lit] = STATE(5), - [sym_splicing_read_cond_lit] = STATE(5), - [sym_ns_map_lit] = STATE(5), - [sym_var_quoting_lit] = STATE(5), - [sym_sym_val_lit] = STATE(5), - [sym_evaling_lit] = STATE(5), - [sym_tagged_or_ctor_lit] = STATE(5), - [sym_derefing_lit] = STATE(5), - [sym_quoting_lit] = STATE(5), - [sym_syn_quoting_lit] = STATE(5), - [sym_unquote_splicing_lit] = STATE(5), - [sym_unquoting_lit] = STATE(5), - [aux_sym_source_repeat1] = STATE(5), - [aux_sym_sym_lit_repeat1] = STATE(297), - [ts_builtin_sym_end] = ACTIONS(142), - [sym__ws] = ACTIONS(144), - [sym_comment] = ACTIONS(144), - [anon_sym_POUND_] = ACTIONS(147), - [sym_num_lit] = ACTIONS(144), - [anon_sym_SLASH] = ACTIONS(150), - [anon_sym_COLON] = ACTIONS(153), - [anon_sym_COLON_COLON] = ACTIONS(156), - [aux_sym_str_lit_token1] = ACTIONS(159), - [sym_char_lit] = ACTIONS(144), - [sym_nil_lit] = ACTIONS(162), - [sym_bool_lit] = ACTIONS(162), - [aux_sym__sym_qualified_token1] = ACTIONS(165), - [anon_sym_CARET] = ACTIONS(168), - [anon_sym_POUND_CARET] = ACTIONS(171), - [anon_sym_LPAREN] = ACTIONS(174), - [anon_sym_LBRACE] = ACTIONS(177), - [anon_sym_LBRACK] = ACTIONS(180), - [anon_sym_POUND] = ACTIONS(183), - [anon_sym_POUND_QMARK] = ACTIONS(186), - [anon_sym_POUND_QMARK_AT] = ACTIONS(189), - [anon_sym_POUND_SQUOTE] = ACTIONS(192), - [anon_sym_POUND_POUND] = ACTIONS(195), - [anon_sym_POUND_EQ] = ACTIONS(198), - [anon_sym_AT] = ACTIONS(201), - [anon_sym_SQUOTE] = ACTIONS(204), - [anon_sym_BQUOTE] = ACTIONS(207), - [anon_sym_TILDE_AT] = ACTIONS(210), - [anon_sym_TILDE] = ACTIONS(213), + [sym__gap] = STATE(2), + [sym_dis_expr] = STATE(2), + [sym__form] = STATE(302), + [sym_kwd_lit] = STATE(302), + [sym_str_lit] = STATE(302), + [sym_sym_lit] = STATE(302), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(302), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(302), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(302), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(302), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(302), + [sym_regex_lit] = STATE(302), + [sym_read_cond_lit] = STATE(302), + [sym_splicing_read_cond_lit] = STATE(302), + [sym_ns_map_lit] = STATE(302), + [sym_var_quoting_lit] = STATE(302), + [sym_sym_val_lit] = STATE(302), + [sym_evaling_lit] = STATE(302), + [sym_tagged_or_ctor_lit] = STATE(302), + [sym_derefing_lit] = STATE(302), + [sym_quoting_lit] = STATE(302), + [sym_syn_quoting_lit] = STATE(302), + [sym_unquote_splicing_lit] = STATE(302), + [sym_unquoting_lit] = STATE(302), + [aux_sym_sym_lit_repeat1] = STATE(305), + [aux_sym__bare_list_lit_repeat1] = STATE(2), + [sym__ws] = ACTIONS(130), + [sym_comment] = ACTIONS(130), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(132), + [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(132), + [sym_nil_lit] = ACTIONS(134), + [sym_bool_lit] = ACTIONS(134), + [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_RBRACK] = ACTIONS(142), + [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), }, [6] = { - [sym__gap] = STATE(13), - [sym_dis_expr] = STATE(13), - [sym__form] = STATE(291), - [sym_kwd_lit] = STATE(291), - [sym_str_lit] = STATE(291), - [sym_sym_lit] = STATE(291), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(291), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(291), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(291), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(291), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(291), - [sym_regex_lit] = STATE(291), - [sym_read_cond_lit] = STATE(291), - [sym_splicing_read_cond_lit] = STATE(291), - [sym_ns_map_lit] = STATE(291), - [sym_var_quoting_lit] = STATE(291), - [sym_sym_val_lit] = STATE(291), - [sym_evaling_lit] = STATE(291), - [sym_tagged_or_ctor_lit] = STATE(291), - [sym_derefing_lit] = STATE(291), - [sym_quoting_lit] = STATE(291), - [sym_syn_quoting_lit] = STATE(291), - [sym_unquote_splicing_lit] = STATE(291), - [sym_unquoting_lit] = STATE(291), - [aux_sym_sym_lit_repeat1] = STATE(297), - [aux_sym__bare_list_lit_repeat1] = STATE(13), - [sym__ws] = ACTIONS(216), - [sym_comment] = ACTIONS(216), + [sym__gap] = STATE(2), + [sym_dis_expr] = STATE(2), + [sym__form] = STATE(302), + [sym_kwd_lit] = STATE(302), + [sym_str_lit] = STATE(302), + [sym_sym_lit] = STATE(302), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(302), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(302), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(302), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(302), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(302), + [sym_regex_lit] = STATE(302), + [sym_read_cond_lit] = STATE(302), + [sym_splicing_read_cond_lit] = STATE(302), + [sym_ns_map_lit] = STATE(302), + [sym_var_quoting_lit] = STATE(302), + [sym_sym_val_lit] = STATE(302), + [sym_evaling_lit] = STATE(302), + [sym_tagged_or_ctor_lit] = STATE(302), + [sym_derefing_lit] = STATE(302), + [sym_quoting_lit] = STATE(302), + [sym_syn_quoting_lit] = STATE(302), + [sym_unquote_splicing_lit] = STATE(302), + [sym_unquoting_lit] = STATE(302), + [aux_sym_sym_lit_repeat1] = STATE(305), + [aux_sym__bare_list_lit_repeat1] = STATE(2), + [sym__ws] = ACTIONS(130), + [sym_comment] = ACTIONS(130), [anon_sym_POUND_] = ACTIONS(7), [sym_num_lit] = ACTIONS(132), [anon_sym_SLASH] = ACTIONS(9), @@ -3364,8 +3369,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(25), - [anon_sym_RPAREN] = ACTIONS(218), [anon_sym_LBRACE] = ACTIONS(27), + [anon_sym_RBRACE] = ACTIONS(144), [anon_sym_LBRACK] = ACTIONS(29), [anon_sym_POUND] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -3380,41 +3385,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE] = ACTIONS(51), }, [7] = { - [sym__gap] = STATE(12), - [sym_dis_expr] = STATE(12), - [sym__form] = STATE(291), - [sym_kwd_lit] = STATE(291), - [sym_str_lit] = STATE(291), - [sym_sym_lit] = STATE(291), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(291), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(291), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(291), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(291), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(291), - [sym_regex_lit] = STATE(291), - [sym_read_cond_lit] = STATE(291), - [sym_splicing_read_cond_lit] = STATE(291), - [sym_ns_map_lit] = STATE(291), - [sym_var_quoting_lit] = STATE(291), - [sym_sym_val_lit] = STATE(291), - [sym_evaling_lit] = STATE(291), - [sym_tagged_or_ctor_lit] = STATE(291), - [sym_derefing_lit] = STATE(291), - [sym_quoting_lit] = STATE(291), - [sym_syn_quoting_lit] = STATE(291), - [sym_unquote_splicing_lit] = STATE(291), - [sym_unquoting_lit] = STATE(291), - [aux_sym_sym_lit_repeat1] = STATE(297), - [aux_sym__bare_list_lit_repeat1] = STATE(12), - [sym__ws] = ACTIONS(220), - [sym_comment] = ACTIONS(220), + [sym__gap] = STATE(2), + [sym_dis_expr] = STATE(2), + [sym__form] = STATE(302), + [sym_kwd_lit] = STATE(302), + [sym_str_lit] = STATE(302), + [sym_sym_lit] = STATE(302), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(302), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(302), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(302), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(302), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(302), + [sym_regex_lit] = STATE(302), + [sym_read_cond_lit] = STATE(302), + [sym_splicing_read_cond_lit] = STATE(302), + [sym_ns_map_lit] = STATE(302), + [sym_var_quoting_lit] = STATE(302), + [sym_sym_val_lit] = STATE(302), + [sym_evaling_lit] = STATE(302), + [sym_tagged_or_ctor_lit] = STATE(302), + [sym_derefing_lit] = STATE(302), + [sym_quoting_lit] = STATE(302), + [sym_syn_quoting_lit] = STATE(302), + [sym_unquote_splicing_lit] = STATE(302), + [sym_unquoting_lit] = STATE(302), + [aux_sym_sym_lit_repeat1] = STATE(305), + [aux_sym__bare_list_lit_repeat1] = STATE(2), + [sym__ws] = ACTIONS(130), + [sym_comment] = ACTIONS(130), [anon_sym_POUND_] = ACTIONS(7), [sym_num_lit] = ACTIONS(132), [anon_sym_SLASH] = ACTIONS(9), @@ -3429,8 +3434,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), - [anon_sym_RBRACE] = ACTIONS(222), [anon_sym_LBRACK] = ACTIONS(29), + [anon_sym_RBRACK] = ACTIONS(146), [anon_sym_POUND] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), @@ -3444,41 +3449,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE] = ACTIONS(51), }, [8] = { - [sym__gap] = STATE(20), - [sym_dis_expr] = STATE(20), - [sym__form] = STATE(291), - [sym_kwd_lit] = STATE(291), - [sym_str_lit] = STATE(291), - [sym_sym_lit] = STATE(291), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(291), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(291), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(291), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(291), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(291), - [sym_regex_lit] = STATE(291), - [sym_read_cond_lit] = STATE(291), - [sym_splicing_read_cond_lit] = STATE(291), - [sym_ns_map_lit] = STATE(291), - [sym_var_quoting_lit] = STATE(291), - [sym_sym_val_lit] = STATE(291), - [sym_evaling_lit] = STATE(291), - [sym_tagged_or_ctor_lit] = STATE(291), - [sym_derefing_lit] = STATE(291), - [sym_quoting_lit] = STATE(291), - [sym_syn_quoting_lit] = STATE(291), - [sym_unquote_splicing_lit] = STATE(291), - [sym_unquoting_lit] = STATE(291), - [aux_sym_sym_lit_repeat1] = STATE(297), - [aux_sym__bare_list_lit_repeat1] = STATE(20), - [sym__ws] = ACTIONS(224), - [sym_comment] = ACTIONS(224), + [sym__gap] = STATE(12), + [sym_dis_expr] = STATE(12), + [sym__form] = STATE(302), + [sym_kwd_lit] = STATE(302), + [sym_str_lit] = STATE(302), + [sym_sym_lit] = STATE(302), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(302), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(302), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(302), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(302), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(302), + [sym_regex_lit] = STATE(302), + [sym_read_cond_lit] = STATE(302), + [sym_splicing_read_cond_lit] = STATE(302), + [sym_ns_map_lit] = STATE(302), + [sym_var_quoting_lit] = STATE(302), + [sym_sym_val_lit] = STATE(302), + [sym_evaling_lit] = STATE(302), + [sym_tagged_or_ctor_lit] = STATE(302), + [sym_derefing_lit] = STATE(302), + [sym_quoting_lit] = STATE(302), + [sym_syn_quoting_lit] = STATE(302), + [sym_unquote_splicing_lit] = STATE(302), + [sym_unquoting_lit] = STATE(302), + [aux_sym_sym_lit_repeat1] = STATE(305), + [aux_sym__bare_list_lit_repeat1] = STATE(12), + [sym__ws] = ACTIONS(148), + [sym_comment] = ACTIONS(148), [anon_sym_POUND_] = ACTIONS(7), [sym_num_lit] = ACTIONS(132), [anon_sym_SLASH] = ACTIONS(9), @@ -3493,8 +3498,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), + [anon_sym_RBRACE] = ACTIONS(150), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_RBRACK] = ACTIONS(226), [anon_sym_POUND] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), @@ -3508,41 +3513,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE] = ACTIONS(51), }, [9] = { - [sym__gap] = STATE(15), - [sym_dis_expr] = STATE(15), - [sym__form] = STATE(291), - [sym_kwd_lit] = STATE(291), - [sym_str_lit] = STATE(291), - [sym_sym_lit] = STATE(291), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(291), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(291), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(291), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(291), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(291), - [sym_regex_lit] = STATE(291), - [sym_read_cond_lit] = STATE(291), - [sym_splicing_read_cond_lit] = STATE(291), - [sym_ns_map_lit] = STATE(291), - [sym_var_quoting_lit] = STATE(291), - [sym_sym_val_lit] = STATE(291), - [sym_evaling_lit] = STATE(291), - [sym_tagged_or_ctor_lit] = STATE(291), - [sym_derefing_lit] = STATE(291), - [sym_quoting_lit] = STATE(291), - [sym_syn_quoting_lit] = STATE(291), - [sym_unquote_splicing_lit] = STATE(291), - [sym_unquoting_lit] = STATE(291), - [aux_sym_sym_lit_repeat1] = STATE(297), - [aux_sym__bare_list_lit_repeat1] = STATE(15), - [sym__ws] = ACTIONS(228), - [sym_comment] = ACTIONS(228), + [sym__gap] = STATE(16), + [sym_dis_expr] = STATE(16), + [sym__form] = STATE(302), + [sym_kwd_lit] = STATE(302), + [sym_str_lit] = STATE(302), + [sym_sym_lit] = STATE(302), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(302), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(302), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(302), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(302), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(302), + [sym_regex_lit] = STATE(302), + [sym_read_cond_lit] = STATE(302), + [sym_splicing_read_cond_lit] = STATE(302), + [sym_ns_map_lit] = STATE(302), + [sym_var_quoting_lit] = STATE(302), + [sym_sym_val_lit] = STATE(302), + [sym_evaling_lit] = STATE(302), + [sym_tagged_or_ctor_lit] = STATE(302), + [sym_derefing_lit] = STATE(302), + [sym_quoting_lit] = STATE(302), + [sym_syn_quoting_lit] = STATE(302), + [sym_unquote_splicing_lit] = STATE(302), + [sym_unquoting_lit] = STATE(302), + [aux_sym_sym_lit_repeat1] = STATE(305), + [aux_sym__bare_list_lit_repeat1] = STATE(16), + [sym__ws] = ACTIONS(152), + [sym_comment] = ACTIONS(152), [anon_sym_POUND_] = ACTIONS(7), [sym_num_lit] = ACTIONS(132), [anon_sym_SLASH] = ACTIONS(9), @@ -3556,7 +3561,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(25), - [anon_sym_RPAREN] = ACTIONS(230), + [anon_sym_RPAREN] = ACTIONS(154), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), [anon_sym_POUND] = ACTIONS(31), @@ -3572,56 +3577,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE] = ACTIONS(51), }, [10] = { - [sym__gap] = STATE(5), - [sym_dis_expr] = STATE(5), - [sym__form] = STATE(5), - [sym_kwd_lit] = STATE(5), - [sym_str_lit] = STATE(5), - [sym_sym_lit] = STATE(5), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(5), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(5), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(5), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(5), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(5), - [sym_regex_lit] = STATE(5), - [sym_read_cond_lit] = STATE(5), - [sym_splicing_read_cond_lit] = STATE(5), - [sym_ns_map_lit] = STATE(5), - [sym_var_quoting_lit] = STATE(5), - [sym_sym_val_lit] = STATE(5), - [sym_evaling_lit] = STATE(5), - [sym_tagged_or_ctor_lit] = STATE(5), - [sym_derefing_lit] = STATE(5), - [sym_quoting_lit] = STATE(5), - [sym_syn_quoting_lit] = STATE(5), - [sym_unquote_splicing_lit] = STATE(5), - [sym_unquoting_lit] = STATE(5), - [aux_sym_source_repeat1] = STATE(5), - [aux_sym_sym_lit_repeat1] = STATE(297), - [ts_builtin_sym_end] = ACTIONS(232), - [sym__ws] = ACTIONS(234), - [sym_comment] = ACTIONS(234), + [sym__gap] = STATE(18), + [sym_dis_expr] = STATE(18), + [sym__form] = STATE(302), + [sym_kwd_lit] = STATE(302), + [sym_str_lit] = STATE(302), + [sym_sym_lit] = STATE(302), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(302), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(302), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(302), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(302), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(302), + [sym_regex_lit] = STATE(302), + [sym_read_cond_lit] = STATE(302), + [sym_splicing_read_cond_lit] = STATE(302), + [sym_ns_map_lit] = STATE(302), + [sym_var_quoting_lit] = STATE(302), + [sym_sym_val_lit] = STATE(302), + [sym_evaling_lit] = STATE(302), + [sym_tagged_or_ctor_lit] = STATE(302), + [sym_derefing_lit] = STATE(302), + [sym_quoting_lit] = STATE(302), + [sym_syn_quoting_lit] = STATE(302), + [sym_unquote_splicing_lit] = STATE(302), + [sym_unquoting_lit] = STATE(302), + [aux_sym_sym_lit_repeat1] = STATE(305), + [aux_sym__bare_list_lit_repeat1] = STATE(18), + [sym__ws] = ACTIONS(156), + [sym_comment] = ACTIONS(156), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(234), + [sym_num_lit] = ACTIONS(132), [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(234), - [sym_nil_lit] = ACTIONS(236), - [sym_bool_lit] = ACTIONS(236), + [sym_char_lit] = ACTIONS(132), + [sym_nil_lit] = ACTIONS(134), + [sym_bool_lit] = ACTIONS(134), [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_RBRACE] = ACTIONS(158), [anon_sym_LBRACK] = ACTIONS(29), [anon_sym_POUND] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -3636,41 +3641,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE] = ACTIONS(51), }, [11] = { - [sym__gap] = STATE(17), - [sym_dis_expr] = STATE(17), - [sym__form] = STATE(291), - [sym_kwd_lit] = STATE(291), - [sym_str_lit] = STATE(291), - [sym_sym_lit] = STATE(291), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(291), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(291), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(291), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(291), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(291), - [sym_regex_lit] = STATE(291), - [sym_read_cond_lit] = STATE(291), - [sym_splicing_read_cond_lit] = STATE(291), - [sym_ns_map_lit] = STATE(291), - [sym_var_quoting_lit] = STATE(291), - [sym_sym_val_lit] = STATE(291), - [sym_evaling_lit] = STATE(291), - [sym_tagged_or_ctor_lit] = STATE(291), - [sym_derefing_lit] = STATE(291), - [sym_quoting_lit] = STATE(291), - [sym_syn_quoting_lit] = STATE(291), - [sym_unquote_splicing_lit] = STATE(291), - [sym_unquoting_lit] = STATE(291), - [aux_sym_sym_lit_repeat1] = STATE(297), - [aux_sym__bare_list_lit_repeat1] = STATE(17), - [sym__ws] = ACTIONS(238), - [sym_comment] = ACTIONS(238), + [sym__gap] = STATE(5), + [sym_dis_expr] = STATE(5), + [sym__form] = STATE(302), + [sym_kwd_lit] = STATE(302), + [sym_str_lit] = STATE(302), + [sym_sym_lit] = STATE(302), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(302), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(302), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(302), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(302), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(302), + [sym_regex_lit] = STATE(302), + [sym_read_cond_lit] = STATE(302), + [sym_splicing_read_cond_lit] = STATE(302), + [sym_ns_map_lit] = STATE(302), + [sym_var_quoting_lit] = STATE(302), + [sym_sym_val_lit] = STATE(302), + [sym_evaling_lit] = STATE(302), + [sym_tagged_or_ctor_lit] = STATE(302), + [sym_derefing_lit] = STATE(302), + [sym_quoting_lit] = STATE(302), + [sym_syn_quoting_lit] = STATE(302), + [sym_unquote_splicing_lit] = STATE(302), + [sym_unquoting_lit] = STATE(302), + [aux_sym_sym_lit_repeat1] = STATE(305), + [aux_sym__bare_list_lit_repeat1] = STATE(5), + [sym__ws] = ACTIONS(160), + [sym_comment] = ACTIONS(160), [anon_sym_POUND_] = ACTIONS(7), [sym_num_lit] = ACTIONS(132), [anon_sym_SLASH] = ACTIONS(9), @@ -3686,7 +3691,7 @@ 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_RBRACK] = ACTIONS(240), + [anon_sym_RBRACK] = ACTIONS(162), [anon_sym_POUND] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), @@ -3702,39 +3707,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [12] = { [sym__gap] = STATE(2), [sym_dis_expr] = STATE(2), - [sym__form] = STATE(291), - [sym_kwd_lit] = STATE(291), - [sym_str_lit] = STATE(291), - [sym_sym_lit] = STATE(291), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(291), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(291), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(291), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(291), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(291), - [sym_regex_lit] = STATE(291), - [sym_read_cond_lit] = STATE(291), - [sym_splicing_read_cond_lit] = STATE(291), - [sym_ns_map_lit] = STATE(291), - [sym_var_quoting_lit] = STATE(291), - [sym_sym_val_lit] = STATE(291), - [sym_evaling_lit] = STATE(291), - [sym_tagged_or_ctor_lit] = STATE(291), - [sym_derefing_lit] = STATE(291), - [sym_quoting_lit] = STATE(291), - [sym_syn_quoting_lit] = STATE(291), - [sym_unquote_splicing_lit] = STATE(291), - [sym_unquoting_lit] = STATE(291), - [aux_sym_sym_lit_repeat1] = STATE(297), + [sym__form] = STATE(302), + [sym_kwd_lit] = STATE(302), + [sym_str_lit] = STATE(302), + [sym_sym_lit] = STATE(302), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(302), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(302), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(302), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(302), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(302), + [sym_regex_lit] = STATE(302), + [sym_read_cond_lit] = STATE(302), + [sym_splicing_read_cond_lit] = STATE(302), + [sym_ns_map_lit] = STATE(302), + [sym_var_quoting_lit] = STATE(302), + [sym_sym_val_lit] = STATE(302), + [sym_evaling_lit] = STATE(302), + [sym_tagged_or_ctor_lit] = STATE(302), + [sym_derefing_lit] = STATE(302), + [sym_quoting_lit] = STATE(302), + [sym_syn_quoting_lit] = STATE(302), + [sym_unquote_splicing_lit] = STATE(302), + [sym_unquoting_lit] = STATE(302), + [aux_sym_sym_lit_repeat1] = STATE(305), [aux_sym__bare_list_lit_repeat1] = STATE(2), - [sym__ws] = ACTIONS(138), - [sym_comment] = ACTIONS(138), + [sym__ws] = ACTIONS(130), + [sym_comment] = ACTIONS(130), [anon_sym_POUND_] = ACTIONS(7), [sym_num_lit] = ACTIONS(132), [anon_sym_SLASH] = ACTIONS(9), @@ -3749,7 +3754,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), - [anon_sym_RBRACE] = ACTIONS(242), + [anon_sym_RBRACE] = ACTIONS(164), [anon_sym_LBRACK] = ACTIONS(29), [anon_sym_POUND] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -3764,41 +3769,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE] = ACTIONS(51), }, [13] = { - [sym__gap] = STATE(2), - [sym_dis_expr] = STATE(2), - [sym__form] = STATE(291), - [sym_kwd_lit] = STATE(291), - [sym_str_lit] = STATE(291), - [sym_sym_lit] = STATE(291), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(291), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(291), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(291), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(291), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(291), - [sym_regex_lit] = STATE(291), - [sym_read_cond_lit] = STATE(291), - [sym_splicing_read_cond_lit] = STATE(291), - [sym_ns_map_lit] = STATE(291), - [sym_var_quoting_lit] = STATE(291), - [sym_sym_val_lit] = STATE(291), - [sym_evaling_lit] = STATE(291), - [sym_tagged_or_ctor_lit] = STATE(291), - [sym_derefing_lit] = STATE(291), - [sym_quoting_lit] = STATE(291), - [sym_syn_quoting_lit] = STATE(291), - [sym_unquote_splicing_lit] = STATE(291), - [sym_unquoting_lit] = STATE(291), - [aux_sym_sym_lit_repeat1] = STATE(297), - [aux_sym__bare_list_lit_repeat1] = STATE(2), - [sym__ws] = ACTIONS(138), - [sym_comment] = ACTIONS(138), + [sym__gap] = STATE(3), + [sym_dis_expr] = STATE(3), + [sym__form] = STATE(302), + [sym_kwd_lit] = STATE(302), + [sym_str_lit] = STATE(302), + [sym_sym_lit] = STATE(302), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(302), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(302), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(302), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(302), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(302), + [sym_regex_lit] = STATE(302), + [sym_read_cond_lit] = STATE(302), + [sym_splicing_read_cond_lit] = STATE(302), + [sym_ns_map_lit] = STATE(302), + [sym_var_quoting_lit] = STATE(302), + [sym_sym_val_lit] = STATE(302), + [sym_evaling_lit] = STATE(302), + [sym_tagged_or_ctor_lit] = STATE(302), + [sym_derefing_lit] = STATE(302), + [sym_quoting_lit] = STATE(302), + [sym_syn_quoting_lit] = STATE(302), + [sym_unquote_splicing_lit] = STATE(302), + [sym_unquoting_lit] = STATE(302), + [aux_sym_sym_lit_repeat1] = STATE(305), + [aux_sym__bare_list_lit_repeat1] = STATE(3), + [sym__ws] = ACTIONS(166), + [sym_comment] = ACTIONS(166), [anon_sym_POUND_] = ACTIONS(7), [sym_num_lit] = ACTIONS(132), [anon_sym_SLASH] = ACTIONS(9), @@ -3812,7 +3817,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(25), - [anon_sym_RPAREN] = ACTIONS(244), + [anon_sym_RPAREN] = ACTIONS(168), [anon_sym_LBRACE] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), [anon_sym_POUND] = ACTIONS(31), @@ -3828,41 +3833,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE] = ACTIONS(51), }, [14] = { - [sym__gap] = STATE(4), - [sym_dis_expr] = STATE(4), - [sym__form] = STATE(291), - [sym_kwd_lit] = STATE(291), - [sym_str_lit] = STATE(291), - [sym_sym_lit] = STATE(291), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(291), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(291), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(291), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(291), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(291), - [sym_regex_lit] = STATE(291), - [sym_read_cond_lit] = STATE(291), - [sym_splicing_read_cond_lit] = STATE(291), - [sym_ns_map_lit] = STATE(291), - [sym_var_quoting_lit] = STATE(291), - [sym_sym_val_lit] = STATE(291), - [sym_evaling_lit] = STATE(291), - [sym_tagged_or_ctor_lit] = STATE(291), - [sym_derefing_lit] = STATE(291), - [sym_quoting_lit] = STATE(291), - [sym_syn_quoting_lit] = STATE(291), - [sym_unquote_splicing_lit] = STATE(291), - [sym_unquoting_lit] = STATE(291), - [aux_sym_sym_lit_repeat1] = STATE(297), - [aux_sym__bare_list_lit_repeat1] = STATE(4), - [sym__ws] = ACTIONS(246), - [sym_comment] = ACTIONS(246), + [sym__gap] = STATE(2), + [sym_dis_expr] = STATE(2), + [sym__form] = STATE(302), + [sym_kwd_lit] = STATE(302), + [sym_str_lit] = STATE(302), + [sym_sym_lit] = STATE(302), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(302), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(302), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(302), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(302), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(302), + [sym_regex_lit] = STATE(302), + [sym_read_cond_lit] = STATE(302), + [sym_splicing_read_cond_lit] = STATE(302), + [sym_ns_map_lit] = STATE(302), + [sym_var_quoting_lit] = STATE(302), + [sym_sym_val_lit] = STATE(302), + [sym_evaling_lit] = STATE(302), + [sym_tagged_or_ctor_lit] = STATE(302), + [sym_derefing_lit] = STATE(302), + [sym_quoting_lit] = STATE(302), + [sym_syn_quoting_lit] = STATE(302), + [sym_unquote_splicing_lit] = STATE(302), + [sym_unquoting_lit] = STATE(302), + [aux_sym_sym_lit_repeat1] = STATE(305), + [aux_sym__bare_list_lit_repeat1] = STATE(2), + [sym__ws] = ACTIONS(130), + [sym_comment] = ACTIONS(130), [anon_sym_POUND_] = ACTIONS(7), [sym_num_lit] = ACTIONS(132), [anon_sym_SLASH] = ACTIONS(9), @@ -3877,7 +3882,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), - [anon_sym_RBRACE] = ACTIONS(248), + [anon_sym_RBRACE] = ACTIONS(170), [anon_sym_LBRACK] = ACTIONS(29), [anon_sym_POUND] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -3892,41 +3897,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE] = ACTIONS(51), }, [15] = { - [sym__gap] = STATE(2), - [sym_dis_expr] = STATE(2), - [sym__form] = STATE(291), - [sym_kwd_lit] = STATE(291), - [sym_str_lit] = STATE(291), - [sym_sym_lit] = STATE(291), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(291), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(291), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(291), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(291), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(291), - [sym_regex_lit] = STATE(291), - [sym_read_cond_lit] = STATE(291), - [sym_splicing_read_cond_lit] = STATE(291), - [sym_ns_map_lit] = STATE(291), - [sym_var_quoting_lit] = STATE(291), - [sym_sym_val_lit] = STATE(291), - [sym_evaling_lit] = STATE(291), - [sym_tagged_or_ctor_lit] = STATE(291), - [sym_derefing_lit] = STATE(291), - [sym_quoting_lit] = STATE(291), - [sym_syn_quoting_lit] = STATE(291), - [sym_unquote_splicing_lit] = STATE(291), - [sym_unquoting_lit] = STATE(291), - [aux_sym_sym_lit_repeat1] = STATE(297), - [aux_sym__bare_list_lit_repeat1] = STATE(2), - [sym__ws] = ACTIONS(138), - [sym_comment] = ACTIONS(138), + [sym__gap] = STATE(6), + [sym_dis_expr] = STATE(6), + [sym__form] = STATE(302), + [sym_kwd_lit] = STATE(302), + [sym_str_lit] = STATE(302), + [sym_sym_lit] = STATE(302), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(302), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(302), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(302), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(302), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(302), + [sym_regex_lit] = STATE(302), + [sym_read_cond_lit] = STATE(302), + [sym_splicing_read_cond_lit] = STATE(302), + [sym_ns_map_lit] = STATE(302), + [sym_var_quoting_lit] = STATE(302), + [sym_sym_val_lit] = STATE(302), + [sym_evaling_lit] = STATE(302), + [sym_tagged_or_ctor_lit] = STATE(302), + [sym_derefing_lit] = STATE(302), + [sym_quoting_lit] = STATE(302), + [sym_syn_quoting_lit] = STATE(302), + [sym_unquote_splicing_lit] = STATE(302), + [sym_unquoting_lit] = STATE(302), + [aux_sym_sym_lit_repeat1] = STATE(305), + [aux_sym__bare_list_lit_repeat1] = STATE(6), + [sym__ws] = ACTIONS(172), + [sym_comment] = ACTIONS(172), [anon_sym_POUND_] = ACTIONS(7), [sym_num_lit] = ACTIONS(132), [anon_sym_SLASH] = ACTIONS(9), @@ -3940,8 +3945,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(25), - [anon_sym_RPAREN] = ACTIONS(250), [anon_sym_LBRACE] = ACTIONS(27), + [anon_sym_RBRACE] = ACTIONS(174), [anon_sym_LBRACK] = ACTIONS(29), [anon_sym_POUND] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -3958,39 +3963,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [16] = { [sym__gap] = STATE(2), [sym_dis_expr] = STATE(2), - [sym__form] = STATE(291), - [sym_kwd_lit] = STATE(291), - [sym_str_lit] = STATE(291), - [sym_sym_lit] = STATE(291), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(291), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(291), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(291), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(291), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(291), - [sym_regex_lit] = STATE(291), - [sym_read_cond_lit] = STATE(291), - [sym_splicing_read_cond_lit] = STATE(291), - [sym_ns_map_lit] = STATE(291), - [sym_var_quoting_lit] = STATE(291), - [sym_sym_val_lit] = STATE(291), - [sym_evaling_lit] = STATE(291), - [sym_tagged_or_ctor_lit] = STATE(291), - [sym_derefing_lit] = STATE(291), - [sym_quoting_lit] = STATE(291), - [sym_syn_quoting_lit] = STATE(291), - [sym_unquote_splicing_lit] = STATE(291), - [sym_unquoting_lit] = STATE(291), - [aux_sym_sym_lit_repeat1] = STATE(297), + [sym__form] = STATE(302), + [sym_kwd_lit] = STATE(302), + [sym_str_lit] = STATE(302), + [sym_sym_lit] = STATE(302), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(302), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(302), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(302), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(302), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(302), + [sym_regex_lit] = STATE(302), + [sym_read_cond_lit] = STATE(302), + [sym_splicing_read_cond_lit] = STATE(302), + [sym_ns_map_lit] = STATE(302), + [sym_var_quoting_lit] = STATE(302), + [sym_sym_val_lit] = STATE(302), + [sym_evaling_lit] = STATE(302), + [sym_tagged_or_ctor_lit] = STATE(302), + [sym_derefing_lit] = STATE(302), + [sym_quoting_lit] = STATE(302), + [sym_syn_quoting_lit] = STATE(302), + [sym_unquote_splicing_lit] = STATE(302), + [sym_unquoting_lit] = STATE(302), + [aux_sym_sym_lit_repeat1] = STATE(305), [aux_sym__bare_list_lit_repeat1] = STATE(2), - [sym__ws] = ACTIONS(138), - [sym_comment] = ACTIONS(138), + [sym__ws] = ACTIONS(130), + [sym_comment] = ACTIONS(130), [anon_sym_POUND_] = ACTIONS(7), [sym_num_lit] = ACTIONS(132), [anon_sym_SLASH] = ACTIONS(9), @@ -4004,8 +4009,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(25), + [anon_sym_RPAREN] = ACTIONS(176), [anon_sym_LBRACE] = ACTIONS(27), - [anon_sym_RBRACE] = ACTIONS(252), [anon_sym_LBRACK] = ACTIONS(29), [anon_sym_POUND] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -4020,41 +4025,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE] = ACTIONS(51), }, [17] = { - [sym__gap] = STATE(2), - [sym_dis_expr] = STATE(2), - [sym__form] = STATE(291), - [sym_kwd_lit] = STATE(291), - [sym_str_lit] = STATE(291), - [sym_sym_lit] = STATE(291), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(291), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(291), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(291), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(291), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(291), - [sym_regex_lit] = STATE(291), - [sym_read_cond_lit] = STATE(291), - [sym_splicing_read_cond_lit] = STATE(291), - [sym_ns_map_lit] = STATE(291), - [sym_var_quoting_lit] = STATE(291), - [sym_sym_val_lit] = STATE(291), - [sym_evaling_lit] = STATE(291), - [sym_tagged_or_ctor_lit] = STATE(291), - [sym_derefing_lit] = STATE(291), - [sym_quoting_lit] = STATE(291), - [sym_syn_quoting_lit] = STATE(291), - [sym_unquote_splicing_lit] = STATE(291), - [sym_unquoting_lit] = STATE(291), - [aux_sym_sym_lit_repeat1] = STATE(297), - [aux_sym__bare_list_lit_repeat1] = STATE(2), - [sym__ws] = ACTIONS(138), - [sym_comment] = ACTIONS(138), + [sym__gap] = STATE(14), + [sym_dis_expr] = STATE(14), + [sym__form] = STATE(302), + [sym_kwd_lit] = STATE(302), + [sym_str_lit] = STATE(302), + [sym_sym_lit] = STATE(302), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(302), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(302), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(302), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(302), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(302), + [sym_regex_lit] = STATE(302), + [sym_read_cond_lit] = STATE(302), + [sym_splicing_read_cond_lit] = STATE(302), + [sym_ns_map_lit] = STATE(302), + [sym_var_quoting_lit] = STATE(302), + [sym_sym_val_lit] = STATE(302), + [sym_evaling_lit] = STATE(302), + [sym_tagged_or_ctor_lit] = STATE(302), + [sym_derefing_lit] = STATE(302), + [sym_quoting_lit] = STATE(302), + [sym_syn_quoting_lit] = STATE(302), + [sym_unquote_splicing_lit] = STATE(302), + [sym_unquoting_lit] = STATE(302), + [aux_sym_sym_lit_repeat1] = STATE(305), + [aux_sym__bare_list_lit_repeat1] = STATE(14), + [sym__ws] = ACTIONS(178), + [sym_comment] = ACTIONS(178), [anon_sym_POUND_] = ACTIONS(7), [sym_num_lit] = ACTIONS(132), [anon_sym_SLASH] = ACTIONS(9), @@ -4069,8 +4074,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), + [anon_sym_RBRACE] = ACTIONS(180), [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_RBRACK] = ACTIONS(254), [anon_sym_POUND] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), @@ -4086,39 +4091,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [18] = { [sym__gap] = STATE(2), [sym_dis_expr] = STATE(2), - [sym__form] = STATE(291), - [sym_kwd_lit] = STATE(291), - [sym_str_lit] = STATE(291), - [sym_sym_lit] = STATE(291), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(291), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(291), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(291), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(291), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(291), - [sym_regex_lit] = STATE(291), - [sym_read_cond_lit] = STATE(291), - [sym_splicing_read_cond_lit] = STATE(291), - [sym_ns_map_lit] = STATE(291), - [sym_var_quoting_lit] = STATE(291), - [sym_sym_val_lit] = STATE(291), - [sym_evaling_lit] = STATE(291), - [sym_tagged_or_ctor_lit] = STATE(291), - [sym_derefing_lit] = STATE(291), - [sym_quoting_lit] = STATE(291), - [sym_syn_quoting_lit] = STATE(291), - [sym_unquote_splicing_lit] = STATE(291), - [sym_unquoting_lit] = STATE(291), - [aux_sym_sym_lit_repeat1] = STATE(297), + [sym__form] = STATE(302), + [sym_kwd_lit] = STATE(302), + [sym_str_lit] = STATE(302), + [sym_sym_lit] = STATE(302), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(302), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(302), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(302), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(302), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(302), + [sym_regex_lit] = STATE(302), + [sym_read_cond_lit] = STATE(302), + [sym_splicing_read_cond_lit] = STATE(302), + [sym_ns_map_lit] = STATE(302), + [sym_var_quoting_lit] = STATE(302), + [sym_sym_val_lit] = STATE(302), + [sym_evaling_lit] = STATE(302), + [sym_tagged_or_ctor_lit] = STATE(302), + [sym_derefing_lit] = STATE(302), + [sym_quoting_lit] = STATE(302), + [sym_syn_quoting_lit] = STATE(302), + [sym_unquote_splicing_lit] = STATE(302), + [sym_unquoting_lit] = STATE(302), + [aux_sym_sym_lit_repeat1] = STATE(305), [aux_sym__bare_list_lit_repeat1] = STATE(2), - [sym__ws] = ACTIONS(138), - [sym_comment] = ACTIONS(138), + [sym__ws] = ACTIONS(130), + [sym_comment] = ACTIONS(130), [anon_sym_POUND_] = ACTIONS(7), [sym_num_lit] = ACTIONS(132), [anon_sym_SLASH] = ACTIONS(9), @@ -4133,7 +4138,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND_CARET] = ACTIONS(23), [anon_sym_LPAREN] = ACTIONS(25), [anon_sym_LBRACE] = ACTIONS(27), - [anon_sym_RBRACE] = ACTIONS(256), + [anon_sym_RBRACE] = ACTIONS(182), [anon_sym_LBRACK] = ACTIONS(29), [anon_sym_POUND] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -4148,56 +4153,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE] = ACTIONS(51), }, [19] = { - [sym__gap] = STATE(16), - [sym_dis_expr] = STATE(16), - [sym__form] = STATE(291), - [sym_kwd_lit] = STATE(291), - [sym_str_lit] = STATE(291), - [sym_sym_lit] = STATE(291), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(291), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(291), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(291), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(291), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(291), - [sym_regex_lit] = STATE(291), - [sym_read_cond_lit] = STATE(291), - [sym_splicing_read_cond_lit] = STATE(291), - [sym_ns_map_lit] = STATE(291), - [sym_var_quoting_lit] = STATE(291), - [sym_sym_val_lit] = STATE(291), - [sym_evaling_lit] = STATE(291), - [sym_tagged_or_ctor_lit] = STATE(291), - [sym_derefing_lit] = STATE(291), - [sym_quoting_lit] = STATE(291), - [sym_syn_quoting_lit] = STATE(291), - [sym_unquote_splicing_lit] = STATE(291), - [sym_unquoting_lit] = STATE(291), - [aux_sym_sym_lit_repeat1] = STATE(297), - [aux_sym__bare_list_lit_repeat1] = STATE(16), - [sym__ws] = ACTIONS(258), - [sym_comment] = ACTIONS(258), + [sym__gap] = STATE(20), + [sym_dis_expr] = STATE(20), + [sym__form] = STATE(20), + [sym_kwd_lit] = STATE(20), + [sym_str_lit] = STATE(20), + [sym_sym_lit] = STATE(20), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(20), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(20), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(20), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(20), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(20), + [sym_regex_lit] = STATE(20), + [sym_read_cond_lit] = STATE(20), + [sym_splicing_read_cond_lit] = STATE(20), + [sym_ns_map_lit] = STATE(20), + [sym_var_quoting_lit] = STATE(20), + [sym_sym_val_lit] = STATE(20), + [sym_evaling_lit] = STATE(20), + [sym_tagged_or_ctor_lit] = STATE(20), + [sym_derefing_lit] = STATE(20), + [sym_quoting_lit] = STATE(20), + [sym_syn_quoting_lit] = STATE(20), + [sym_unquote_splicing_lit] = STATE(20), + [sym_unquoting_lit] = STATE(20), + [aux_sym_source_repeat1] = STATE(20), + [aux_sym_sym_lit_repeat1] = STATE(305), + [ts_builtin_sym_end] = ACTIONS(184), + [sym__ws] = ACTIONS(186), + [sym_comment] = ACTIONS(186), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(132), + [sym_num_lit] = ACTIONS(186), [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(132), - [sym_nil_lit] = ACTIONS(134), - [sym_bool_lit] = ACTIONS(134), + [sym_char_lit] = ACTIONS(186), + [sym_nil_lit] = ACTIONS(188), + [sym_bool_lit] = ACTIONS(188), [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_RBRACE] = ACTIONS(260), [anon_sym_LBRACK] = ACTIONS(29), [anon_sym_POUND] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -4212,366 +4217,303 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE] = ACTIONS(51), }, [20] = { - [sym__gap] = STATE(2), - [sym_dis_expr] = STATE(2), - [sym__form] = STATE(291), - [sym_kwd_lit] = STATE(291), - [sym_str_lit] = STATE(291), - [sym_sym_lit] = STATE(291), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(291), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(291), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(291), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(291), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(291), - [sym_regex_lit] = STATE(291), - [sym_read_cond_lit] = STATE(291), - [sym_splicing_read_cond_lit] = STATE(291), - [sym_ns_map_lit] = STATE(291), - [sym_var_quoting_lit] = STATE(291), - [sym_sym_val_lit] = STATE(291), - [sym_evaling_lit] = STATE(291), - [sym_tagged_or_ctor_lit] = STATE(291), - [sym_derefing_lit] = STATE(291), - [sym_quoting_lit] = STATE(291), - [sym_syn_quoting_lit] = STATE(291), - [sym_unquote_splicing_lit] = STATE(291), - [sym_unquoting_lit] = STATE(291), - [aux_sym_sym_lit_repeat1] = STATE(297), - [aux_sym__bare_list_lit_repeat1] = STATE(2), - [sym__ws] = ACTIONS(138), - [sym_comment] = ACTIONS(138), + [sym__gap] = STATE(20), + [sym_dis_expr] = STATE(20), + [sym__form] = STATE(20), + [sym_kwd_lit] = STATE(20), + [sym_str_lit] = STATE(20), + [sym_sym_lit] = STATE(20), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(20), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(20), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(20), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(20), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(20), + [sym_regex_lit] = STATE(20), + [sym_read_cond_lit] = STATE(20), + [sym_splicing_read_cond_lit] = STATE(20), + [sym_ns_map_lit] = STATE(20), + [sym_var_quoting_lit] = STATE(20), + [sym_sym_val_lit] = STATE(20), + [sym_evaling_lit] = STATE(20), + [sym_tagged_or_ctor_lit] = STATE(20), + [sym_derefing_lit] = STATE(20), + [sym_quoting_lit] = STATE(20), + [sym_syn_quoting_lit] = STATE(20), + [sym_unquote_splicing_lit] = STATE(20), + [sym_unquoting_lit] = STATE(20), + [aux_sym_source_repeat1] = STATE(20), + [aux_sym_sym_lit_repeat1] = STATE(305), + [ts_builtin_sym_end] = ACTIONS(190), + [sym__ws] = ACTIONS(192), + [sym_comment] = ACTIONS(192), + [anon_sym_POUND_] = ACTIONS(195), + [sym_num_lit] = ACTIONS(192), + [anon_sym_SLASH] = ACTIONS(198), + [anon_sym_COLON] = ACTIONS(201), + [anon_sym_COLON_COLON] = ACTIONS(204), + [aux_sym_str_lit_token1] = ACTIONS(207), + [sym_char_lit] = ACTIONS(192), + [sym_nil_lit] = ACTIONS(210), + [sym_bool_lit] = ACTIONS(210), + [aux_sym__sym_qualified_token1] = ACTIONS(213), + [anon_sym_CARET] = ACTIONS(216), + [anon_sym_POUND_CARET] = ACTIONS(219), + [anon_sym_LPAREN] = ACTIONS(222), + [anon_sym_LBRACE] = ACTIONS(225), + [anon_sym_LBRACK] = ACTIONS(228), + [anon_sym_POUND] = ACTIONS(231), + [anon_sym_POUND_QMARK] = ACTIONS(234), + [anon_sym_POUND_QMARK_AT] = ACTIONS(237), + [anon_sym_POUND_SQUOTE] = ACTIONS(240), + [anon_sym_POUND_POUND] = ACTIONS(243), + [anon_sym_POUND_EQ] = ACTIONS(246), + [anon_sym_AT] = ACTIONS(249), + [anon_sym_SQUOTE] = ACTIONS(252), + [anon_sym_BQUOTE] = ACTIONS(255), + [anon_sym_TILDE_AT] = ACTIONS(258), + [anon_sym_TILDE] = ACTIONS(261), + }, + [21] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(420), + [sym_kwd_lit] = STATE(420), + [sym_str_lit] = STATE(420), + [sym_sym_lit] = STATE(420), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(420), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(420), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(420), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(420), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(420), + [sym_regex_lit] = STATE(420), + [sym_read_cond_lit] = STATE(420), + [sym_splicing_read_cond_lit] = STATE(420), + [sym_ns_map_lit] = STATE(420), + [sym_var_quoting_lit] = STATE(420), + [sym_sym_val_lit] = STATE(420), + [sym_evaling_lit] = STATE(420), + [sym_tagged_or_ctor_lit] = STATE(420), + [sym_derefing_lit] = STATE(420), + [sym_quoting_lit] = STATE(420), + [sym_syn_quoting_lit] = STATE(420), + [sym_unquote_splicing_lit] = STATE(420), + [sym_unquoting_lit] = STATE(420), + [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(132), - [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(132), - [sym_nil_lit] = ACTIONS(134), - [sym_bool_lit] = ACTIONS(134), - [aux_sym__sym_qualified_token1] = ACTIONS(19), + [sym_num_lit] = ACTIONS(266), + [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(266), + [sym_nil_lit] = ACTIONS(276), + [sym_bool_lit] = ACTIONS(276), + [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_RBRACK] = ACTIONS(262), - [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), - }, - [21] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(216), - [sym_kwd_lit] = STATE(216), - [sym_str_lit] = STATE(216), - [sym_sym_lit] = STATE(216), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(216), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(216), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(216), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(216), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(216), - [sym_regex_lit] = STATE(216), - [sym_read_cond_lit] = STATE(216), - [sym_splicing_read_cond_lit] = STATE(216), - [sym_ns_map_lit] = STATE(216), - [sym_var_quoting_lit] = STATE(216), - [sym_sym_val_lit] = STATE(216), - [sym_evaling_lit] = STATE(216), - [sym_tagged_or_ctor_lit] = STATE(216), - [sym_derefing_lit] = STATE(216), - [sym_quoting_lit] = STATE(216), - [sym_syn_quoting_lit] = STATE(216), - [sym_unquote_splicing_lit] = STATE(216), - [sym_unquoting_lit] = STATE(216), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(293), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(266), - [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_COLON_COLON] = ACTIONS(270), - [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(266), - [sym_nil_lit] = ACTIONS(272), - [sym_bool_lit] = ACTIONS(272), - [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(274), - [anon_sym_POUND_QMARK] = ACTIONS(33), - [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(276), - [anon_sym_POUND_POUND] = ACTIONS(39), - [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(278), - [anon_sym_SQUOTE] = ACTIONS(280), - [anon_sym_BQUOTE] = ACTIONS(282), - [anon_sym_TILDE_AT] = ACTIONS(284), - [anon_sym_TILDE] = ACTIONS(286), + [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), }, [22] = { - [sym__gap] = STATE(108), - [sym_dis_expr] = STATE(108), - [sym__form] = STATE(228), - [sym_kwd_lit] = STATE(228), - [sym_str_lit] = STATE(228), - [sym_sym_lit] = STATE(228), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(228), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(228), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(228), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(228), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(228), - [sym_regex_lit] = STATE(228), - [sym_read_cond_lit] = STATE(228), - [sym_splicing_read_cond_lit] = STATE(228), - [sym_ns_map_lit] = STATE(228), - [sym_var_quoting_lit] = STATE(228), - [sym_sym_val_lit] = STATE(228), - [sym_evaling_lit] = STATE(228), - [sym_tagged_or_ctor_lit] = STATE(228), - [sym_derefing_lit] = STATE(228), - [sym_quoting_lit] = STATE(228), - [sym_syn_quoting_lit] = STATE(228), - [sym_unquote_splicing_lit] = STATE(228), - [sym_unquoting_lit] = STATE(228), - [aux_sym_dis_expr_repeat1] = STATE(108), - [aux_sym_sym_lit_repeat1] = STATE(293), - [sym__ws] = ACTIONS(288), - [sym_comment] = ACTIONS(288), + [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__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__ws] = ACTIONS(308), + [sym_comment] = ACTIONS(308), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(290), - [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_COLON_COLON] = ACTIONS(270), - [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(290), - [sym_nil_lit] = ACTIONS(292), - [sym_bool_lit] = ACTIONS(292), - [aux_sym__sym_qualified_token1] = ACTIONS(19), + [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), + [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(25), - [anon_sym_LBRACE] = ACTIONS(27), - [anon_sym_LBRACK] = ACTIONS(29), - [anon_sym_POUND] = ACTIONS(274), - [anon_sym_POUND_QMARK] = ACTIONS(33), - [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(276), - [anon_sym_POUND_POUND] = ACTIONS(39), - [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(278), - [anon_sym_SQUOTE] = ACTIONS(280), - [anon_sym_BQUOTE] = ACTIONS(282), - [anon_sym_TILDE_AT] = ACTIONS(284), - [anon_sym_TILDE] = ACTIONS(286), + [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), }, [23] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(257), - [sym_kwd_lit] = STATE(257), - [sym_str_lit] = STATE(257), - [sym_sym_lit] = STATE(257), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(257), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(257), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(257), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(257), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(257), - [sym_regex_lit] = STATE(257), - [sym_read_cond_lit] = STATE(257), - [sym_splicing_read_cond_lit] = STATE(257), - [sym_ns_map_lit] = STATE(257), - [sym_var_quoting_lit] = STATE(257), - [sym_sym_val_lit] = STATE(257), - [sym_evaling_lit] = STATE(257), - [sym_tagged_or_ctor_lit] = STATE(257), - [sym_derefing_lit] = STATE(257), - [sym_quoting_lit] = STATE(257), - [sym_syn_quoting_lit] = STATE(257), - [sym_unquote_splicing_lit] = STATE(257), - [sym_unquoting_lit] = STATE(257), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(293), + [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(335), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(335), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(335), + [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), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(294), - [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_COLON_COLON] = ACTIONS(270), - [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(294), - [sym_nil_lit] = ACTIONS(296), - [sym_bool_lit] = ACTIONS(296), - [aux_sym__sym_qualified_token1] = ACTIONS(19), + [sym_num_lit] = ACTIONS(314), + [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(314), + [sym_nil_lit] = ACTIONS(320), + [sym_bool_lit] = ACTIONS(320), + [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(274), - [anon_sym_POUND_QMARK] = ACTIONS(33), - [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(276), - [anon_sym_POUND_POUND] = ACTIONS(39), - [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(278), - [anon_sym_SQUOTE] = ACTIONS(280), - [anon_sym_BQUOTE] = ACTIONS(282), - [anon_sym_TILDE_AT] = ACTIONS(284), - [anon_sym_TILDE] = ACTIONS(286), + [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), }, [24] = { - [sym__gap] = STATE(100), - [sym_dis_expr] = STATE(100), - [sym__form] = STATE(236), - [sym_kwd_lit] = STATE(236), - [sym_str_lit] = STATE(236), - [sym_sym_lit] = STATE(236), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(236), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(236), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(236), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(236), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(236), - [sym_regex_lit] = STATE(236), - [sym_read_cond_lit] = STATE(236), - [sym_splicing_read_cond_lit] = STATE(236), - [sym_ns_map_lit] = STATE(236), - [sym_var_quoting_lit] = STATE(236), - [sym_sym_val_lit] = STATE(236), - [sym_evaling_lit] = STATE(236), - [sym_tagged_or_ctor_lit] = STATE(236), - [sym_derefing_lit] = STATE(236), - [sym_quoting_lit] = STATE(236), - [sym_syn_quoting_lit] = STATE(236), - [sym_unquote_splicing_lit] = STATE(236), - [sym_unquoting_lit] = STATE(236), - [aux_sym_dis_expr_repeat1] = STATE(100), - [aux_sym_sym_lit_repeat1] = STATE(293), - [sym__ws] = ACTIONS(298), - [sym_comment] = ACTIONS(298), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(300), - [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_COLON_COLON] = ACTIONS(270), - [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(300), - [sym_nil_lit] = ACTIONS(302), - [sym_bool_lit] = ACTIONS(302), - [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(274), - [anon_sym_POUND_QMARK] = ACTIONS(33), - [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(276), - [anon_sym_POUND_POUND] = ACTIONS(39), - [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(278), - [anon_sym_SQUOTE] = ACTIONS(280), - [anon_sym_BQUOTE] = ACTIONS(282), - [anon_sym_TILDE_AT] = ACTIONS(284), - [anon_sym_TILDE] = ACTIONS(286), - }, - [25] = { - [sym__gap] = STATE(62), - [sym_dis_expr] = STATE(62), - [sym__form] = STATE(289), - [sym_kwd_lit] = STATE(289), - [sym_str_lit] = STATE(289), - [sym_sym_lit] = STATE(289), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(289), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(289), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(289), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(289), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(289), - [sym_regex_lit] = STATE(289), - [sym_read_cond_lit] = STATE(289), - [sym_splicing_read_cond_lit] = STATE(289), - [sym_ns_map_lit] = STATE(289), - [sym_var_quoting_lit] = STATE(289), - [sym_sym_val_lit] = STATE(289), - [sym_evaling_lit] = STATE(289), - [sym_tagged_or_ctor_lit] = STATE(289), - [sym_derefing_lit] = STATE(289), - [sym_quoting_lit] = STATE(289), - [sym_syn_quoting_lit] = STATE(289), - [sym_unquote_splicing_lit] = STATE(289), - [sym_unquoting_lit] = STATE(289), - [aux_sym_dis_expr_repeat1] = STATE(62), - [aux_sym_sym_lit_repeat1] = STATE(297), - [sym__ws] = ACTIONS(304), - [sym_comment] = ACTIONS(304), + [sym__gap] = STATE(70), + [sym_dis_expr] = STATE(70), + [sym__form] = STATE(244), + [sym_kwd_lit] = STATE(244), + [sym_str_lit] = STATE(244), + [sym_sym_lit] = STATE(244), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(244), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(244), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(244), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(244), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(244), + [sym_regex_lit] = STATE(244), + [sym_read_cond_lit] = STATE(244), + [sym_splicing_read_cond_lit] = STATE(244), + [sym_ns_map_lit] = STATE(244), + [sym_var_quoting_lit] = STATE(244), + [sym_sym_val_lit] = STATE(244), + [sym_evaling_lit] = STATE(244), + [sym_tagged_or_ctor_lit] = STATE(244), + [sym_derefing_lit] = STATE(244), + [sym_quoting_lit] = STATE(244), + [sym_syn_quoting_lit] = STATE(244), + [sym_unquote_splicing_lit] = STATE(244), + [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), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(306), + [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(306), - [sym_nil_lit] = ACTIONS(308), - [sym_bool_lit] = ACTIONS(308), + [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), @@ -4590,177 +4532,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE_AT] = ACTIONS(49), [anon_sym_TILDE] = ACTIONS(51), }, - [26] = { - [sym__gap] = STATE(99), - [sym_dis_expr] = STATE(99), - [sym__form] = STATE(237), - [sym_kwd_lit] = STATE(237), - [sym_str_lit] = STATE(237), - [sym_sym_lit] = STATE(237), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(237), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(237), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(237), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(237), - [sym__bare_set_lit] = STATE(256), - [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), - [aux_sym_dis_expr_repeat1] = STATE(99), - [aux_sym_sym_lit_repeat1] = STATE(293), - [sym__ws] = ACTIONS(310), - [sym_comment] = ACTIONS(310), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(312), - [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_COLON_COLON] = ACTIONS(270), - [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(312), - [sym_nil_lit] = ACTIONS(314), - [sym_bool_lit] = ACTIONS(314), - [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(274), - [anon_sym_POUND_QMARK] = ACTIONS(33), - [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(276), - [anon_sym_POUND_POUND] = ACTIONS(39), - [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(278), - [anon_sym_SQUOTE] = ACTIONS(280), - [anon_sym_BQUOTE] = ACTIONS(282), - [anon_sym_TILDE_AT] = ACTIONS(284), - [anon_sym_TILDE] = ACTIONS(286), - }, - [27] = { - [sym__gap] = STATE(134), - [sym_dis_expr] = STATE(134), - [sym__form] = STATE(352), - [sym_kwd_lit] = STATE(352), - [sym_str_lit] = STATE(352), - [sym_sym_lit] = STATE(352), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(352), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(352), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(352), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(352), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(352), - [sym_regex_lit] = STATE(352), - [sym_read_cond_lit] = STATE(352), - [sym_splicing_read_cond_lit] = STATE(352), - [sym_ns_map_lit] = STATE(352), - [sym_var_quoting_lit] = STATE(352), - [sym_sym_val_lit] = STATE(352), - [sym_evaling_lit] = STATE(352), - [sym_tagged_or_ctor_lit] = STATE(352), - [sym_derefing_lit] = STATE(352), - [sym_quoting_lit] = STATE(352), - [sym_syn_quoting_lit] = STATE(352), - [sym_unquote_splicing_lit] = STATE(352), - [sym_unquoting_lit] = STATE(352), - [aux_sym_dis_expr_repeat1] = STATE(134), - [aux_sym_sym_lit_repeat1] = STATE(296), - [sym__ws] = ACTIONS(316), - [sym_comment] = ACTIONS(316), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(318), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(318), - [sym_nil_lit] = ACTIONS(328), - [sym_bool_lit] = ACTIONS(328), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), - }, - [28] = { - [sym__gap] = STATE(69), - [sym_dis_expr] = STATE(69), - [sym__form] = STATE(286), - [sym_kwd_lit] = STATE(286), - [sym_str_lit] = STATE(286), - [sym_sym_lit] = STATE(286), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(286), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(286), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(286), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(286), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(286), - [sym_regex_lit] = STATE(286), - [sym_read_cond_lit] = STATE(286), - [sym_splicing_read_cond_lit] = STATE(286), - [sym_ns_map_lit] = STATE(286), - [sym_var_quoting_lit] = STATE(286), - [sym_sym_val_lit] = STATE(286), - [sym_evaling_lit] = STATE(286), - [sym_tagged_or_ctor_lit] = STATE(286), - [sym_derefing_lit] = STATE(286), - [sym_quoting_lit] = STATE(286), - [sym_syn_quoting_lit] = STATE(286), - [sym_unquote_splicing_lit] = STATE(286), - [sym_unquoting_lit] = STATE(286), - [aux_sym_dis_expr_repeat1] = STATE(69), - [aux_sym_sym_lit_repeat1] = STATE(297), - [sym__ws] = ACTIONS(360), - [sym_comment] = ACTIONS(360), + [25] = { + [sym__gap] = STATE(72), + [sym_dis_expr] = STATE(72), + [sym__form] = STATE(245), + [sym_kwd_lit] = STATE(245), + [sym_str_lit] = STATE(245), + [sym_sym_lit] = STATE(245), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(245), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(245), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(245), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(245), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(245), + [sym_regex_lit] = STATE(245), + [sym_read_cond_lit] = STATE(245), + [sym_splicing_read_cond_lit] = STATE(245), + [sym_ns_map_lit] = STATE(245), + [sym_var_quoting_lit] = STATE(245), + [sym_sym_val_lit] = STATE(245), + [sym_evaling_lit] = STATE(245), + [sym_tagged_or_ctor_lit] = STATE(245), + [sym_derefing_lit] = STATE(245), + [sym_quoting_lit] = STATE(245), + [sym_syn_quoting_lit] = STATE(245), + [sym_unquote_splicing_lit] = STATE(245), + [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), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(362), + [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(362), - [sym_nil_lit] = ACTIONS(364), - [sym_bool_lit] = ACTIONS(364), + [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), @@ -4779,51 +4595,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE_AT] = ACTIONS(49), [anon_sym_TILDE] = ACTIONS(51), }, - [29] = { - [sym__gap] = STATE(71), - [sym_dis_expr] = STATE(71), - [sym__form] = STATE(283), - [sym_kwd_lit] = STATE(283), - [sym_str_lit] = STATE(283), - [sym_sym_lit] = STATE(283), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(283), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(283), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(283), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(283), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(283), - [sym_regex_lit] = STATE(283), - [sym_read_cond_lit] = STATE(283), - [sym_splicing_read_cond_lit] = STATE(283), - [sym_ns_map_lit] = STATE(283), - [sym_var_quoting_lit] = STATE(283), - [sym_sym_val_lit] = STATE(283), - [sym_evaling_lit] = STATE(283), - [sym_tagged_or_ctor_lit] = STATE(283), - [sym_derefing_lit] = STATE(283), - [sym_quoting_lit] = STATE(283), - [sym_syn_quoting_lit] = STATE(283), - [sym_unquote_splicing_lit] = STATE(283), - [sym_unquoting_lit] = STATE(283), - [aux_sym_dis_expr_repeat1] = STATE(71), - [aux_sym_sym_lit_repeat1] = STATE(297), - [sym__ws] = ACTIONS(366), - [sym_comment] = ACTIONS(366), + [26] = { + [sym__gap] = STATE(74), + [sym_dis_expr] = STATE(74), + [sym__form] = STATE(246), + [sym_kwd_lit] = STATE(246), + [sym_str_lit] = STATE(246), + [sym_sym_lit] = STATE(246), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(246), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(246), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(246), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(246), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(246), + [sym_regex_lit] = STATE(246), + [sym_read_cond_lit] = STATE(246), + [sym_splicing_read_cond_lit] = STATE(246), + [sym_ns_map_lit] = STATE(246), + [sym_var_quoting_lit] = STATE(246), + [sym_sym_val_lit] = STATE(246), + [sym_evaling_lit] = STATE(246), + [sym_tagged_or_ctor_lit] = STATE(246), + [sym_derefing_lit] = STATE(246), + [sym_quoting_lit] = STATE(246), + [sym_syn_quoting_lit] = STATE(246), + [sym_unquote_splicing_lit] = STATE(246), + [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), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(368), + [sym_num_lit] = ACTIONS(352), [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(368), - [sym_nil_lit] = ACTIONS(370), - [sym_bool_lit] = ACTIONS(370), + [sym_char_lit] = ACTIONS(352), + [sym_nil_lit] = ACTIONS(354), + [sym_bool_lit] = ACTIONS(354), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -4842,51 +4658,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE_AT] = ACTIONS(49), [anon_sym_TILDE] = ACTIONS(51), }, - [30] = { - [sym__gap] = STATE(73), - [sym_dis_expr] = STATE(73), - [sym__form] = STATE(282), - [sym_kwd_lit] = STATE(282), - [sym_str_lit] = STATE(282), - [sym_sym_lit] = STATE(282), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(282), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(282), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(282), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(282), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(282), - [sym_regex_lit] = STATE(282), - [sym_read_cond_lit] = STATE(282), - [sym_splicing_read_cond_lit] = STATE(282), - [sym_ns_map_lit] = STATE(282), - [sym_var_quoting_lit] = STATE(282), - [sym_sym_val_lit] = STATE(282), - [sym_evaling_lit] = STATE(282), - [sym_tagged_or_ctor_lit] = STATE(282), - [sym_derefing_lit] = STATE(282), - [sym_quoting_lit] = STATE(282), - [sym_syn_quoting_lit] = STATE(282), - [sym_unquote_splicing_lit] = STATE(282), - [sym_unquoting_lit] = STATE(282), - [aux_sym_dis_expr_repeat1] = STATE(73), - [aux_sym_sym_lit_repeat1] = STATE(297), - [sym__ws] = ACTIONS(372), - [sym_comment] = ACTIONS(372), + [27] = { + [sym__gap] = STATE(76), + [sym_dis_expr] = STATE(76), + [sym__form] = STATE(247), + [sym_kwd_lit] = STATE(247), + [sym_str_lit] = STATE(247), + [sym_sym_lit] = STATE(247), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(247), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(247), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(247), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(247), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(247), + [sym_regex_lit] = STATE(247), + [sym_read_cond_lit] = STATE(247), + [sym_splicing_read_cond_lit] = STATE(247), + [sym_ns_map_lit] = STATE(247), + [sym_var_quoting_lit] = STATE(247), + [sym_sym_val_lit] = STATE(247), + [sym_evaling_lit] = STATE(247), + [sym_tagged_or_ctor_lit] = STATE(247), + [sym_derefing_lit] = STATE(247), + [sym_quoting_lit] = STATE(247), + [sym_syn_quoting_lit] = STATE(247), + [sym_unquote_splicing_lit] = STATE(247), + [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), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(374), + [sym_num_lit] = ACTIONS(358), [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(374), - [sym_nil_lit] = ACTIONS(376), - [sym_bool_lit] = ACTIONS(376), + [sym_char_lit] = ACTIONS(358), + [sym_nil_lit] = ACTIONS(360), + [sym_bool_lit] = ACTIONS(360), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -4905,51 +4721,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE_AT] = ACTIONS(49), [anon_sym_TILDE] = ACTIONS(51), }, - [31] = { - [sym__gap] = STATE(75), - [sym_dis_expr] = STATE(75), - [sym__form] = STATE(281), - [sym_kwd_lit] = STATE(281), - [sym_str_lit] = STATE(281), - [sym_sym_lit] = STATE(281), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(281), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(281), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(281), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(281), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(281), - [sym_regex_lit] = STATE(281), - [sym_read_cond_lit] = STATE(281), - [sym_splicing_read_cond_lit] = STATE(281), - [sym_ns_map_lit] = STATE(281), - [sym_var_quoting_lit] = STATE(281), - [sym_sym_val_lit] = STATE(281), - [sym_evaling_lit] = STATE(281), - [sym_tagged_or_ctor_lit] = STATE(281), - [sym_derefing_lit] = STATE(281), - [sym_quoting_lit] = STATE(281), - [sym_syn_quoting_lit] = STATE(281), - [sym_unquote_splicing_lit] = STATE(281), - [sym_unquoting_lit] = STATE(281), - [aux_sym_dis_expr_repeat1] = STATE(75), - [aux_sym_sym_lit_repeat1] = STATE(297), - [sym__ws] = ACTIONS(378), - [sym_comment] = ACTIONS(378), + [28] = { + [sym__gap] = STATE(78), + [sym_dis_expr] = STATE(78), + [sym__form] = STATE(248), + [sym_kwd_lit] = STATE(248), + [sym_str_lit] = STATE(248), + [sym_sym_lit] = STATE(248), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(248), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(248), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(248), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(248), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(248), + [sym_regex_lit] = STATE(248), + [sym_read_cond_lit] = STATE(248), + [sym_splicing_read_cond_lit] = STATE(248), + [sym_ns_map_lit] = STATE(248), + [sym_var_quoting_lit] = STATE(248), + [sym_sym_val_lit] = STATE(248), + [sym_evaling_lit] = STATE(248), + [sym_tagged_or_ctor_lit] = STATE(248), + [sym_derefing_lit] = STATE(248), + [sym_quoting_lit] = STATE(248), + [sym_syn_quoting_lit] = STATE(248), + [sym_unquote_splicing_lit] = STATE(248), + [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), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(380), + [sym_num_lit] = ACTIONS(364), [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(380), - [sym_nil_lit] = ACTIONS(382), - [sym_bool_lit] = ACTIONS(382), + [sym_char_lit] = ACTIONS(364), + [sym_nil_lit] = ACTIONS(366), + [sym_bool_lit] = ACTIONS(366), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -4968,236 +4784,677 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE_AT] = ACTIONS(49), [anon_sym_TILDE] = ACTIONS(51), }, - [32] = { - [sym__gap] = STATE(77), - [sym_dis_expr] = STATE(77), - [sym__form] = STATE(280), - [sym_kwd_lit] = STATE(280), - [sym_str_lit] = STATE(280), - [sym_sym_lit] = STATE(280), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(280), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(280), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(280), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(280), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(280), - [sym_regex_lit] = STATE(280), - [sym_read_cond_lit] = STATE(280), - [sym_splicing_read_cond_lit] = STATE(280), - [sym_ns_map_lit] = STATE(280), - [sym_var_quoting_lit] = STATE(280), - [sym_sym_val_lit] = STATE(280), - [sym_evaling_lit] = STATE(280), - [sym_tagged_or_ctor_lit] = STATE(280), - [sym_derefing_lit] = STATE(280), - [sym_quoting_lit] = STATE(280), - [sym_syn_quoting_lit] = STATE(280), - [sym_unquote_splicing_lit] = STATE(280), - [sym_unquoting_lit] = STATE(280), - [aux_sym_dis_expr_repeat1] = STATE(77), - [aux_sym_sym_lit_repeat1] = STATE(297), - [sym__ws] = ACTIONS(384), - [sym_comment] = ACTIONS(384), + [29] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(334), + [sym_kwd_lit] = STATE(334), + [sym_str_lit] = STATE(334), + [sym_sym_lit] = STATE(334), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(334), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(334), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(334), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(334), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(334), + [sym_regex_lit] = STATE(334), + [sym_read_cond_lit] = STATE(334), + [sym_splicing_read_cond_lit] = STATE(334), + [sym_ns_map_lit] = STATE(334), + [sym_var_quoting_lit] = STATE(334), + [sym_sym_val_lit] = STATE(334), + [sym_evaling_lit] = STATE(334), + [sym_tagged_or_ctor_lit] = STATE(334), + [sym_derefing_lit] = STATE(334), + [sym_quoting_lit] = STATE(334), + [sym_syn_quoting_lit] = STATE(334), + [sym_unquote_splicing_lit] = STATE(334), + [sym_unquoting_lit] = STATE(334), + [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(386), - [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(386), - [sym_nil_lit] = ACTIONS(388), - [sym_bool_lit] = ACTIONS(388), - [aux_sym__sym_qualified_token1] = ACTIONS(19), + [sym_num_lit] = ACTIONS(368), + [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(368), + [sym_nil_lit] = ACTIONS(370), + [sym_bool_lit] = ACTIONS(370), + [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(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), }, - [33] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(345), - [sym_kwd_lit] = STATE(345), - [sym_str_lit] = STATE(345), - [sym_sym_lit] = STATE(345), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(345), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(345), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(345), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(345), - [sym__bare_set_lit] = STATE(351), - [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(292), - [aux_sym_sym_lit_repeat1] = STATE(295), + [30] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(417), + [sym_kwd_lit] = STATE(417), + [sym_str_lit] = STATE(417), + [sym_sym_lit] = STATE(417), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(417), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(417), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(417), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(417), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(417), + [sym_regex_lit] = STATE(417), + [sym_read_cond_lit] = STATE(417), + [sym_splicing_read_cond_lit] = STATE(417), + [sym_ns_map_lit] = STATE(417), + [sym_var_quoting_lit] = STATE(417), + [sym_sym_val_lit] = STATE(417), + [sym_evaling_lit] = STATE(417), + [sym_tagged_or_ctor_lit] = STATE(417), + [sym_derefing_lit] = STATE(417), + [sym_quoting_lit] = STATE(417), + [sym_syn_quoting_lit] = STATE(417), + [sym_unquote_splicing_lit] = STATE(417), + [sym_unquoting_lit] = STATE(417), + [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(372), + [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(372), + [sym_nil_lit] = ACTIONS(374), + [sym_bool_lit] = ACTIONS(374), + [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), + }, + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(350), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(350), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(350), + [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), + [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(390), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(390), - [sym_nil_lit] = ACTIONS(396), - [sym_bool_lit] = ACTIONS(396), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(376), + [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(376), + [sym_nil_lit] = ACTIONS(378), + [sym_bool_lit] = ACTIONS(378), + [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), + }, + [32] = { + [sym__gap] = STATE(165), + [sym_dis_expr] = STATE(165), + [sym__form] = STATE(357), + [sym_kwd_lit] = STATE(357), + [sym_str_lit] = STATE(357), + [sym_sym_lit] = STATE(357), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(357), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(357), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(357), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(357), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(357), + [sym_regex_lit] = STATE(357), + [sym_read_cond_lit] = STATE(357), + [sym_splicing_read_cond_lit] = STATE(357), + [sym_ns_map_lit] = STATE(357), + [sym_var_quoting_lit] = STATE(357), + [sym_sym_val_lit] = STATE(357), + [sym_evaling_lit] = STATE(357), + [sym_tagged_or_ctor_lit] = STATE(357), + [sym_derefing_lit] = STATE(357), + [sym_quoting_lit] = STATE(357), + [sym_syn_quoting_lit] = STATE(357), + [sym_unquote_splicing_lit] = STATE(357), + [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), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(382), + [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(382), + [sym_nil_lit] = ACTIONS(384), + [sym_bool_lit] = ACTIONS(384), + [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), + }, + [33] = { + [sym__gap] = STATE(161), + [sym_dis_expr] = STATE(161), + [sym__form] = STATE(362), + [sym_kwd_lit] = STATE(362), + [sym_str_lit] = STATE(362), + [sym_sym_lit] = STATE(362), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(362), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(362), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(362), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(362), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(362), + [sym_regex_lit] = STATE(362), + [sym_read_cond_lit] = STATE(362), + [sym_splicing_read_cond_lit] = STATE(362), + [sym_ns_map_lit] = STATE(362), + [sym_var_quoting_lit] = STATE(362), + [sym_sym_val_lit] = STATE(362), + [sym_evaling_lit] = STATE(362), + [sym_tagged_or_ctor_lit] = STATE(362), + [sym_derefing_lit] = STATE(362), + [sym_quoting_lit] = STATE(362), + [sym_syn_quoting_lit] = STATE(362), + [sym_unquote_splicing_lit] = STATE(362), + [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), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(388), + [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(388), + [sym_nil_lit] = ACTIONS(390), + [sym_bool_lit] = ACTIONS(390), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), + [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), }, [34] = { - [sym__gap] = STATE(33), - [sym_dis_expr] = STATE(33), - [sym__form] = STATE(344), - [sym_kwd_lit] = STATE(344), - [sym_str_lit] = STATE(344), - [sym_sym_lit] = STATE(344), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(344), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(344), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(344), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(344), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(344), - [sym_regex_lit] = STATE(344), - [sym_read_cond_lit] = STATE(344), - [sym_splicing_read_cond_lit] = STATE(344), - [sym_ns_map_lit] = STATE(344), - [sym_var_quoting_lit] = STATE(344), - [sym_sym_val_lit] = STATE(344), - [sym_evaling_lit] = STATE(344), - [sym_tagged_or_ctor_lit] = STATE(344), - [sym_derefing_lit] = STATE(344), - [sym_quoting_lit] = STATE(344), - [sym_syn_quoting_lit] = STATE(344), - [sym_unquote_splicing_lit] = STATE(344), - [sym_unquoting_lit] = STATE(344), - [aux_sym_dis_expr_repeat1] = STATE(33), - [aux_sym_sym_lit_repeat1] = STATE(295), - [sym__ws] = ACTIONS(412), - [sym_comment] = ACTIONS(412), + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(364), + [sym_kwd_lit] = STATE(364), + [sym_str_lit] = STATE(364), + [sym_sym_lit] = STATE(364), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(364), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(364), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(364), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(364), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(364), + [sym_regex_lit] = STATE(364), + [sym_read_cond_lit] = STATE(364), + [sym_splicing_read_cond_lit] = STATE(364), + [sym_ns_map_lit] = STATE(364), + [sym_var_quoting_lit] = STATE(364), + [sym_sym_val_lit] = STATE(364), + [sym_evaling_lit] = STATE(364), + [sym_tagged_or_ctor_lit] = STATE(364), + [sym_derefing_lit] = STATE(364), + [sym_quoting_lit] = STATE(364), + [sym_syn_quoting_lit] = STATE(364), + [sym_unquote_splicing_lit] = STATE(364), + [sym_unquoting_lit] = STATE(364), + [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(414), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(414), - [sym_nil_lit] = ACTIONS(416), - [sym_bool_lit] = ACTIONS(416), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(392), + [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(392), + [sym_nil_lit] = ACTIONS(394), + [sym_bool_lit] = ACTIONS(394), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), + [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), }, [35] = { - [sym__gap] = STATE(97), - [sym_dis_expr] = STATE(97), - [sym__form] = STATE(238), - [sym_kwd_lit] = STATE(238), - [sym_str_lit] = STATE(238), - [sym_sym_lit] = STATE(238), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(238), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(238), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(238), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(238), - [sym__bare_set_lit] = STATE(256), - [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), - [aux_sym_dis_expr_repeat1] = STATE(97), - [aux_sym_sym_lit_repeat1] = STATE(293), - [sym__ws] = ACTIONS(418), - [sym_comment] = ACTIONS(418), + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(409), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(409), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(409), + [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), + [aux_sym_dis_expr_repeat1] = STATE(140), + [aux_sym_sym_lit_repeat1] = STATE(307), + [sym__ws] = ACTIONS(396), + [sym_comment] = ACTIONS(396), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(398), + [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(398), + [sym_nil_lit] = ACTIONS(400), + [sym_bool_lit] = ACTIONS(400), + [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), + }, + [36] = { + [sym__gap] = STATE(124), + [sym_dis_expr] = STATE(124), + [sym__form] = STATE(384), + [sym_kwd_lit] = STATE(384), + [sym_str_lit] = STATE(384), + [sym_sym_lit] = STATE(384), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(384), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(384), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(384), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(384), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(384), + [sym_regex_lit] = STATE(384), + [sym_read_cond_lit] = STATE(384), + [sym_splicing_read_cond_lit] = STATE(384), + [sym_ns_map_lit] = STATE(384), + [sym_var_quoting_lit] = STATE(384), + [sym_sym_val_lit] = STATE(384), + [sym_evaling_lit] = STATE(384), + [sym_tagged_or_ctor_lit] = STATE(384), + [sym_derefing_lit] = STATE(384), + [sym_quoting_lit] = STATE(384), + [sym_syn_quoting_lit] = STATE(384), + [sym_unquote_splicing_lit] = STATE(384), + [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), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(404), + [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(404), + [sym_nil_lit] = ACTIONS(406), + [sym_bool_lit] = ACTIONS(406), + [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), + }, + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(389), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(389), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(389), + [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), + [aux_sym_sym_lit_repeat1] = STATE(307), + [sym__ws] = ACTIONS(408), + [sym_comment] = ACTIONS(408), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(410), + [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(410), + [sym_nil_lit] = ACTIONS(412), + [sym_bool_lit] = ACTIONS(412), + [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), + }, + [38] = { + [sym__gap] = STATE(29), + [sym_dis_expr] = STATE(29), + [sym__form] = STATE(391), + [sym_kwd_lit] = STATE(391), + [sym_str_lit] = STATE(391), + [sym_sym_lit] = STATE(391), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(391), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(391), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(391), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(391), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(391), + [sym_regex_lit] = STATE(391), + [sym_read_cond_lit] = STATE(391), + [sym_splicing_read_cond_lit] = STATE(391), + [sym_ns_map_lit] = STATE(391), + [sym_var_quoting_lit] = STATE(391), + [sym_sym_val_lit] = STATE(391), + [sym_evaling_lit] = STATE(391), + [sym_tagged_or_ctor_lit] = STATE(391), + [sym_derefing_lit] = STATE(391), + [sym_quoting_lit] = STATE(391), + [sym_syn_quoting_lit] = STATE(391), + [sym_unquote_splicing_lit] = STATE(391), + [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), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(416), + [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(416), + [sym_nil_lit] = ACTIONS(418), + [sym_bool_lit] = ACTIONS(418), + [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), + }, + [39] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(257), + [sym_kwd_lit] = STATE(257), + [sym_str_lit] = STATE(257), + [sym_sym_lit] = STATE(257), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(257), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(257), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(257), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(257), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(257), + [sym_regex_lit] = STATE(257), + [sym_read_cond_lit] = STATE(257), + [sym_splicing_read_cond_lit] = STATE(257), + [sym_ns_map_lit] = STATE(257), + [sym_var_quoting_lit] = STATE(257), + [sym_sym_val_lit] = STATE(257), + [sym_evaling_lit] = STATE(257), + [sym_tagged_or_ctor_lit] = STATE(257), + [sym_derefing_lit] = STATE(257), + [sym_quoting_lit] = STATE(257), + [sym_syn_quoting_lit] = STATE(257), + [sym_unquote_splicing_lit] = STATE(257), + [sym_unquoting_lit] = STATE(257), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(305), + [sym__ws] = ACTIONS(264), + [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), [sym_num_lit] = ACTIONS(420), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_COLON_COLON] = ACTIONS(270), + [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), @@ -5208,1134 +5465,1512 @@ 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(274), + [anon_sym_POUND] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(276), + [anon_sym_POUND_SQUOTE] = ACTIONS(37), [anon_sym_POUND_POUND] = ACTIONS(39), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(278), - [anon_sym_SQUOTE] = ACTIONS(280), - [anon_sym_BQUOTE] = ACTIONS(282), - [anon_sym_TILDE_AT] = ACTIONS(284), - [anon_sym_TILDE] = ACTIONS(286), + [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), }, - [36] = { - [sym__gap] = STATE(96), - [sym_dis_expr] = STATE(96), - [sym__form] = STATE(239), - [sym_kwd_lit] = STATE(239), - [sym_str_lit] = STATE(239), - [sym_sym_lit] = STATE(239), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(239), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(239), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(239), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(239), - [sym__bare_set_lit] = STATE(256), - [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(96), - [aux_sym_sym_lit_repeat1] = STATE(293), - [sym__ws] = ACTIONS(424), - [sym_comment] = ACTIONS(424), + [40] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(420), + [sym_kwd_lit] = STATE(420), + [sym_str_lit] = STATE(420), + [sym_sym_lit] = STATE(420), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(420), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(420), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(420), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(420), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(420), + [sym_regex_lit] = STATE(420), + [sym_read_cond_lit] = STATE(420), + [sym_splicing_read_cond_lit] = STATE(420), + [sym_ns_map_lit] = STATE(420), + [sym_var_quoting_lit] = STATE(420), + [sym_sym_val_lit] = STATE(420), + [sym_evaling_lit] = STATE(420), + [sym_tagged_or_ctor_lit] = STATE(420), + [sym_derefing_lit] = STATE(420), + [sym_quoting_lit] = STATE(420), + [sym_syn_quoting_lit] = STATE(420), + [sym_unquote_splicing_lit] = STATE(420), + [sym_unquoting_lit] = STATE(420), + [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(426), - [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_COLON_COLON] = ACTIONS(270), - [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(426), - [sym_nil_lit] = ACTIONS(428), - [sym_bool_lit] = ACTIONS(428), - [aux_sym__sym_qualified_token1] = ACTIONS(19), + [sym_num_lit] = ACTIONS(266), + [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(266), + [sym_nil_lit] = ACTIONS(276), + [sym_bool_lit] = ACTIONS(276), + [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(274), - [anon_sym_POUND_QMARK] = ACTIONS(33), - [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(276), - [anon_sym_POUND_POUND] = ACTIONS(39), - [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(278), - [anon_sym_SQUOTE] = ACTIONS(280), - [anon_sym_BQUOTE] = ACTIONS(282), - [anon_sym_TILDE_AT] = ACTIONS(284), - [anon_sym_TILDE] = ACTIONS(286), + [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), }, - [37] = { - [sym__gap] = STATE(65), - [sym_dis_expr] = STATE(65), - [sym__form] = STATE(260), - [sym_kwd_lit] = STATE(260), - [sym_str_lit] = STATE(260), - [sym_sym_lit] = STATE(260), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(260), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(260), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(260), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(260), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(260), - [sym_regex_lit] = STATE(260), - [sym_read_cond_lit] = STATE(260), - [sym_splicing_read_cond_lit] = STATE(260), - [sym_ns_map_lit] = STATE(260), - [sym_var_quoting_lit] = STATE(260), - [sym_sym_val_lit] = STATE(260), - [sym_evaling_lit] = STATE(260), - [sym_tagged_or_ctor_lit] = STATE(260), - [sym_derefing_lit] = STATE(260), - [sym_quoting_lit] = STATE(260), - [sym_syn_quoting_lit] = STATE(260), - [sym_unquote_splicing_lit] = STATE(260), - [sym_unquoting_lit] = STATE(260), - [aux_sym_dis_expr_repeat1] = STATE(65), - [aux_sym_sym_lit_repeat1] = STATE(293), - [sym__ws] = ACTIONS(430), - [sym_comment] = ACTIONS(430), + [41] = { + [sym__gap] = STATE(30), + [sym_dis_expr] = STATE(30), + [sym__form] = STATE(393), + [sym_kwd_lit] = STATE(393), + [sym_str_lit] = STATE(393), + [sym_sym_lit] = STATE(393), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(393), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(393), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(393), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(393), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(393), + [sym_regex_lit] = STATE(393), + [sym_read_cond_lit] = STATE(393), + [sym_splicing_read_cond_lit] = STATE(393), + [sym_ns_map_lit] = STATE(393), + [sym_var_quoting_lit] = STATE(393), + [sym_sym_val_lit] = STATE(393), + [sym_evaling_lit] = STATE(393), + [sym_tagged_or_ctor_lit] = STATE(393), + [sym_derefing_lit] = STATE(393), + [sym_quoting_lit] = STATE(393), + [sym_syn_quoting_lit] = STATE(393), + [sym_unquote_splicing_lit] = STATE(393), + [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), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(432), - [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_COLON_COLON] = ACTIONS(270), - [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(432), - [sym_nil_lit] = ACTIONS(434), - [sym_bool_lit] = ACTIONS(434), - [aux_sym__sym_qualified_token1] = ACTIONS(19), + [sym_num_lit] = ACTIONS(446), + [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(446), + [sym_nil_lit] = ACTIONS(448), + [sym_bool_lit] = ACTIONS(448), + [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(274), - [anon_sym_POUND_QMARK] = ACTIONS(33), - [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(276), - [anon_sym_POUND_POUND] = ACTIONS(39), - [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(278), - [anon_sym_SQUOTE] = ACTIONS(280), - [anon_sym_BQUOTE] = ACTIONS(282), - [anon_sym_TILDE_AT] = ACTIONS(284), - [anon_sym_TILDE] = ACTIONS(286), + [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), }, - [38] = { - [sym__gap] = STATE(95), - [sym_dis_expr] = STATE(95), - [sym__form] = STATE(243), - [sym_kwd_lit] = STATE(243), - [sym_str_lit] = STATE(243), - [sym_sym_lit] = STATE(243), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(243), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(243), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(243), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(243), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(243), - [sym_regex_lit] = STATE(243), - [sym_read_cond_lit] = STATE(243), - [sym_splicing_read_cond_lit] = STATE(243), - [sym_ns_map_lit] = STATE(243), - [sym_var_quoting_lit] = STATE(243), - [sym_sym_val_lit] = STATE(243), - [sym_evaling_lit] = STATE(243), - [sym_tagged_or_ctor_lit] = STATE(243), - [sym_derefing_lit] = STATE(243), - [sym_quoting_lit] = STATE(243), - [sym_syn_quoting_lit] = STATE(243), - [sym_unquote_splicing_lit] = STATE(243), - [sym_unquoting_lit] = STATE(243), - [aux_sym_dis_expr_repeat1] = STATE(95), - [aux_sym_sym_lit_repeat1] = STATE(293), - [sym__ws] = ACTIONS(436), - [sym_comment] = ACTIONS(436), + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(353), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(353), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(353), + [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), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(438), - [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_COLON_COLON] = ACTIONS(270), - [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(438), - [sym_nil_lit] = ACTIONS(440), - [sym_bool_lit] = ACTIONS(440), - [aux_sym__sym_qualified_token1] = ACTIONS(19), + [sym_num_lit] = ACTIONS(452), + [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(452), + [sym_nil_lit] = ACTIONS(454), + [sym_bool_lit] = ACTIONS(454), + [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(274), - [anon_sym_POUND_QMARK] = ACTIONS(33), - [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(276), - [anon_sym_POUND_POUND] = ACTIONS(39), - [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(278), - [anon_sym_SQUOTE] = ACTIONS(280), - [anon_sym_BQUOTE] = ACTIONS(282), - [anon_sym_TILDE_AT] = ACTIONS(284), - [anon_sym_TILDE] = ACTIONS(286), + [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), }, - [39] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(269), - [sym_kwd_lit] = STATE(269), - [sym_str_lit] = STATE(269), - [sym_sym_lit] = STATE(269), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(269), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(269), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(269), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(269), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(269), - [sym_regex_lit] = STATE(269), - [sym_read_cond_lit] = STATE(269), - [sym_splicing_read_cond_lit] = STATE(269), - [sym_ns_map_lit] = STATE(269), - [sym_var_quoting_lit] = STATE(269), - [sym_sym_val_lit] = STATE(269), - [sym_evaling_lit] = STATE(269), - [sym_tagged_or_ctor_lit] = STATE(269), - [sym_derefing_lit] = STATE(269), - [sym_quoting_lit] = STATE(269), - [sym_syn_quoting_lit] = STATE(269), - [sym_unquote_splicing_lit] = STATE(269), - [sym_unquoting_lit] = STATE(269), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(297), + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(378), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(378), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(378), + [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(307), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(442), - [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(442), - [sym_nil_lit] = ACTIONS(444), - [sym_bool_lit] = ACTIONS(444), - [aux_sym__sym_qualified_token1] = ACTIONS(19), + [sym_num_lit] = ACTIONS(456), + [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(456), + [sym_nil_lit] = ACTIONS(458), + [sym_bool_lit] = ACTIONS(458), + [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(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), }, - [40] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(339), - [sym_kwd_lit] = STATE(339), - [sym_str_lit] = STATE(339), - [sym_sym_lit] = STATE(339), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(339), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(339), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(339), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(339), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(339), - [sym_regex_lit] = STATE(339), - [sym_read_cond_lit] = STATE(339), - [sym_splicing_read_cond_lit] = STATE(339), - [sym_ns_map_lit] = STATE(339), - [sym_var_quoting_lit] = STATE(339), - [sym_sym_val_lit] = STATE(339), - [sym_evaling_lit] = STATE(339), - [sym_tagged_or_ctor_lit] = STATE(339), - [sym_derefing_lit] = STATE(339), - [sym_quoting_lit] = STATE(339), - [sym_syn_quoting_lit] = STATE(339), - [sym_unquote_splicing_lit] = STATE(339), - [sym_unquoting_lit] = STATE(339), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(294), + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(349), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(349), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(349), + [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), + [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(446), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(446), - [sym_nil_lit] = ACTIONS(452), - [sym_bool_lit] = ACTIONS(452), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(460), + [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(460), + [sym_nil_lit] = ACTIONS(462), + [sym_bool_lit] = ACTIONS(462), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), + [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), }, - [41] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(342), - [sym_kwd_lit] = STATE(342), - [sym_str_lit] = STATE(342), - [sym_sym_lit] = STATE(342), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(342), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(342), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(342), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(342), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(342), - [sym_regex_lit] = STATE(342), - [sym_read_cond_lit] = STATE(342), - [sym_splicing_read_cond_lit] = STATE(342), - [sym_ns_map_lit] = STATE(342), - [sym_var_quoting_lit] = STATE(342), - [sym_sym_val_lit] = STATE(342), - [sym_evaling_lit] = STATE(342), - [sym_tagged_or_ctor_lit] = STATE(342), - [sym_derefing_lit] = STATE(342), - [sym_quoting_lit] = STATE(342), - [sym_syn_quoting_lit] = STATE(342), - [sym_unquote_splicing_lit] = STATE(342), - [sym_unquoting_lit] = STATE(342), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(295), + [45] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(412), + [sym_kwd_lit] = STATE(412), + [sym_str_lit] = STATE(412), + [sym_sym_lit] = STATE(412), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(412), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(412), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(412), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(412), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(412), + [sym_regex_lit] = STATE(412), + [sym_read_cond_lit] = STATE(412), + [sym_splicing_read_cond_lit] = STATE(412), + [sym_ns_map_lit] = STATE(412), + [sym_var_quoting_lit] = STATE(412), + [sym_sym_val_lit] = STATE(412), + [sym_evaling_lit] = STATE(412), + [sym_tagged_or_ctor_lit] = STATE(412), + [sym_derefing_lit] = STATE(412), + [sym_quoting_lit] = STATE(412), + [sym_syn_quoting_lit] = STATE(412), + [sym_unquote_splicing_lit] = STATE(412), + [sym_unquoting_lit] = STATE(412), + [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(464), + [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(464), + [sym_nil_lit] = ACTIONS(466), + [sym_bool_lit] = ACTIONS(466), + [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), + }, + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(408), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(408), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(408), + [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), + [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), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), + [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(468), [sym_nil_lit] = ACTIONS(470), [sym_bool_lit] = ACTIONS(470), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), + [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), }, - [42] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(340), - [sym_kwd_lit] = STATE(340), - [sym_str_lit] = STATE(340), - [sym_sym_lit] = STATE(340), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(340), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(340), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(340), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(340), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(340), - [sym_regex_lit] = STATE(340), - [sym_read_cond_lit] = STATE(340), - [sym_splicing_read_cond_lit] = STATE(340), - [sym_ns_map_lit] = STATE(340), - [sym_var_quoting_lit] = STATE(340), - [sym_sym_val_lit] = STATE(340), - [sym_evaling_lit] = STATE(340), - [sym_tagged_or_ctor_lit] = STATE(340), - [sym_derefing_lit] = STATE(340), - [sym_quoting_lit] = STATE(340), - [sym_syn_quoting_lit] = STATE(340), - [sym_unquote_splicing_lit] = STATE(340), - [sym_unquoting_lit] = STATE(340), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(295), + [47] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(414), + [sym_kwd_lit] = STATE(414), + [sym_str_lit] = STATE(414), + [sym_sym_lit] = STATE(414), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(414), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(414), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(414), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(414), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(414), + [sym_regex_lit] = STATE(414), + [sym_read_cond_lit] = STATE(414), + [sym_splicing_read_cond_lit] = STATE(414), + [sym_ns_map_lit] = STATE(414), + [sym_var_quoting_lit] = STATE(414), + [sym_sym_val_lit] = STATE(414), + [sym_evaling_lit] = STATE(414), + [sym_tagged_or_ctor_lit] = STATE(414), + [sym_derefing_lit] = STATE(414), + [sym_quoting_lit] = STATE(414), + [sym_syn_quoting_lit] = STATE(414), + [sym_unquote_splicing_lit] = STATE(414), + [sym_unquoting_lit] = STATE(414), + [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(472), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), + [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(472), [sym_nil_lit] = ACTIONS(474), [sym_bool_lit] = ACTIONS(474), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), + [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), }, - [43] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(383), - [sym_kwd_lit] = STATE(383), - [sym_str_lit] = STATE(383), - [sym_sym_lit] = STATE(383), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(383), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(383), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(383), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(383), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(383), - [sym_regex_lit] = STATE(383), - [sym_read_cond_lit] = STATE(383), - [sym_splicing_read_cond_lit] = STATE(383), - [sym_ns_map_lit] = STATE(383), - [sym_var_quoting_lit] = STATE(383), - [sym_sym_val_lit] = STATE(383), - [sym_evaling_lit] = STATE(383), - [sym_tagged_or_ctor_lit] = STATE(383), - [sym_derefing_lit] = STATE(383), - [sym_quoting_lit] = STATE(383), - [sym_syn_quoting_lit] = STATE(383), - [sym_unquote_splicing_lit] = STATE(383), - [sym_unquoting_lit] = STATE(383), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(296), + [48] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(415), + [sym_kwd_lit] = STATE(415), + [sym_str_lit] = STATE(415), + [sym_sym_lit] = STATE(415), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(415), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(415), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(415), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(415), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(415), + [sym_regex_lit] = STATE(415), + [sym_read_cond_lit] = STATE(415), + [sym_splicing_read_cond_lit] = STATE(415), + [sym_ns_map_lit] = STATE(415), + [sym_var_quoting_lit] = STATE(415), + [sym_sym_val_lit] = STATE(415), + [sym_evaling_lit] = STATE(415), + [sym_tagged_or_ctor_lit] = STATE(415), + [sym_derefing_lit] = STATE(415), + [sym_quoting_lit] = STATE(415), + [sym_syn_quoting_lit] = STATE(415), + [sym_unquote_splicing_lit] = STATE(415), + [sym_unquoting_lit] = STATE(415), + [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(476), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), + [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(476), [sym_nil_lit] = ACTIONS(478), [sym_bool_lit] = ACTIONS(478), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), + [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), }, - [44] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(339), - [sym_kwd_lit] = STATE(339), - [sym_str_lit] = STATE(339), - [sym_sym_lit] = STATE(339), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(339), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(339), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(339), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(339), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(339), - [sym_regex_lit] = STATE(339), - [sym_read_cond_lit] = STATE(339), - [sym_splicing_read_cond_lit] = STATE(339), - [sym_ns_map_lit] = STATE(339), - [sym_var_quoting_lit] = STATE(339), - [sym_sym_val_lit] = STATE(339), - [sym_evaling_lit] = STATE(339), - [sym_tagged_or_ctor_lit] = STATE(339), - [sym_derefing_lit] = STATE(339), - [sym_quoting_lit] = STATE(339), - [sym_syn_quoting_lit] = STATE(339), - [sym_unquote_splicing_lit] = STATE(339), - [sym_unquoting_lit] = STATE(339), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(295), + [49] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(416), + [sym_kwd_lit] = STATE(416), + [sym_str_lit] = STATE(416), + [sym_sym_lit] = STATE(416), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(416), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(416), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(416), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(416), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(416), + [sym_regex_lit] = STATE(416), + [sym_read_cond_lit] = STATE(416), + [sym_splicing_read_cond_lit] = STATE(416), + [sym_ns_map_lit] = STATE(416), + [sym_var_quoting_lit] = STATE(416), + [sym_sym_val_lit] = STATE(416), + [sym_evaling_lit] = STATE(416), + [sym_tagged_or_ctor_lit] = STATE(416), + [sym_derefing_lit] = STATE(416), + [sym_quoting_lit] = STATE(416), + [sym_syn_quoting_lit] = STATE(416), + [sym_unquote_splicing_lit] = STATE(416), + [sym_unquoting_lit] = STATE(416), + [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(446), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(446), - [sym_nil_lit] = ACTIONS(452), - [sym_bool_lit] = ACTIONS(452), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(480), + [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(480), + [sym_nil_lit] = ACTIONS(482), + [sym_bool_lit] = ACTIONS(482), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), + [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), }, - [45] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(384), - [sym_kwd_lit] = STATE(384), - [sym_str_lit] = STATE(384), - [sym_sym_lit] = STATE(384), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(384), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(384), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(384), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(384), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(384), - [sym_regex_lit] = STATE(384), - [sym_read_cond_lit] = STATE(384), - [sym_splicing_read_cond_lit] = STATE(384), - [sym_ns_map_lit] = STATE(384), - [sym_var_quoting_lit] = STATE(384), - [sym_sym_val_lit] = STATE(384), - [sym_evaling_lit] = STATE(384), - [sym_tagged_or_ctor_lit] = STATE(384), - [sym_derefing_lit] = STATE(384), - [sym_quoting_lit] = STATE(384), - [sym_syn_quoting_lit] = STATE(384), - [sym_unquote_splicing_lit] = STATE(384), - [sym_unquoting_lit] = STATE(384), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(296), + [50] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(419), + [sym_kwd_lit] = STATE(419), + [sym_str_lit] = STATE(419), + [sym_sym_lit] = STATE(419), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(419), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(419), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(419), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(419), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(419), + [sym_regex_lit] = STATE(419), + [sym_read_cond_lit] = STATE(419), + [sym_splicing_read_cond_lit] = STATE(419), + [sym_ns_map_lit] = STATE(419), + [sym_var_quoting_lit] = STATE(419), + [sym_sym_val_lit] = STATE(419), + [sym_evaling_lit] = STATE(419), + [sym_tagged_or_ctor_lit] = STATE(419), + [sym_derefing_lit] = STATE(419), + [sym_quoting_lit] = STATE(419), + [sym_syn_quoting_lit] = STATE(419), + [sym_unquote_splicing_lit] = STATE(419), + [sym_unquoting_lit] = STATE(419), + [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(480), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(480), - [sym_nil_lit] = ACTIONS(482), - [sym_bool_lit] = ACTIONS(482), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(484), + [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(484), + [sym_nil_lit] = ACTIONS(486), + [sym_bool_lit] = ACTIONS(486), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), + [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), }, - [46] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(269), - [sym_kwd_lit] = STATE(269), - [sym_str_lit] = STATE(269), - [sym_sym_lit] = STATE(269), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(269), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(269), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(269), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(269), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(269), - [sym_regex_lit] = STATE(269), - [sym_read_cond_lit] = STATE(269), - [sym_splicing_read_cond_lit] = STATE(269), - [sym_ns_map_lit] = STATE(269), - [sym_var_quoting_lit] = STATE(269), - [sym_sym_val_lit] = STATE(269), - [sym_evaling_lit] = STATE(269), - [sym_tagged_or_ctor_lit] = STATE(269), - [sym_derefing_lit] = STATE(269), - [sym_quoting_lit] = STATE(269), - [sym_syn_quoting_lit] = STATE(269), - [sym_unquote_splicing_lit] = STATE(269), - [sym_unquoting_lit] = STATE(269), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(293), + [51] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(420), + [sym_kwd_lit] = STATE(420), + [sym_str_lit] = STATE(420), + [sym_sym_lit] = STATE(420), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(420), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(420), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(420), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(420), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(420), + [sym_regex_lit] = STATE(420), + [sym_read_cond_lit] = STATE(420), + [sym_splicing_read_cond_lit] = STATE(420), + [sym_ns_map_lit] = STATE(420), + [sym_var_quoting_lit] = STATE(420), + [sym_sym_val_lit] = STATE(420), + [sym_evaling_lit] = STATE(420), + [sym_tagged_or_ctor_lit] = STATE(420), + [sym_derefing_lit] = STATE(420), + [sym_quoting_lit] = STATE(420), + [sym_syn_quoting_lit] = STATE(420), + [sym_unquote_splicing_lit] = STATE(420), + [sym_unquoting_lit] = STATE(420), + [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(442), - [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_COLON_COLON] = ACTIONS(270), - [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(442), - [sym_nil_lit] = ACTIONS(444), - [sym_bool_lit] = ACTIONS(444), - [aux_sym__sym_qualified_token1] = ACTIONS(19), + [sym_num_lit] = ACTIONS(266), + [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(266), + [sym_nil_lit] = ACTIONS(276), + [sym_bool_lit] = ACTIONS(276), + [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(274), - [anon_sym_POUND_QMARK] = ACTIONS(33), - [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(276), - [anon_sym_POUND_POUND] = ACTIONS(39), - [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(278), - [anon_sym_SQUOTE] = ACTIONS(280), - [anon_sym_BQUOTE] = ACTIONS(282), - [anon_sym_TILDE_AT] = ACTIONS(284), - [anon_sym_TILDE] = ACTIONS(286), + [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), }, - [47] = { - [sym__gap] = STATE(79), - [sym_dis_expr] = STATE(79), - [sym__form] = STATE(280), - [sym_kwd_lit] = STATE(280), - [sym_str_lit] = STATE(280), - [sym_sym_lit] = STATE(280), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(280), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(280), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(280), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(280), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(280), - [sym_regex_lit] = STATE(280), - [sym_read_cond_lit] = STATE(280), - [sym_splicing_read_cond_lit] = STATE(280), - [sym_ns_map_lit] = STATE(280), - [sym_var_quoting_lit] = STATE(280), - [sym_sym_val_lit] = STATE(280), - [sym_evaling_lit] = STATE(280), - [sym_tagged_or_ctor_lit] = STATE(280), - [sym_derefing_lit] = STATE(280), - [sym_quoting_lit] = STATE(280), - [sym_syn_quoting_lit] = STATE(280), - [sym_unquote_splicing_lit] = STATE(280), - [sym_unquoting_lit] = STATE(280), - [aux_sym_dis_expr_repeat1] = STATE(79), - [aux_sym_sym_lit_repeat1] = STATE(293), - [sym__ws] = ACTIONS(484), - [sym_comment] = ACTIONS(484), + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(374), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(374), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(374), + [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), + [aux_sym_dis_expr_repeat1] = STATE(34), + [aux_sym_sym_lit_repeat1] = STATE(307), + [sym__ws] = ACTIONS(488), + [sym_comment] = ACTIONS(488), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(490), + [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(490), + [sym_nil_lit] = ACTIONS(492), + [sym_bool_lit] = ACTIONS(492), + [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), + }, + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(387), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(387), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(387), + [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), + [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), + [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(494), + [sym_nil_lit] = ACTIONS(496), + [sym_bool_lit] = ACTIONS(496), + [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), + }, + [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__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), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(386), + [sym_num_lit] = ACTIONS(500), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_COLON_COLON] = ACTIONS(270), + [anon_sym_COLON] = ACTIONS(11), + [anon_sym_COLON_COLON] = ACTIONS(13), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(386), - [sym_nil_lit] = ACTIONS(388), - [sym_bool_lit] = ACTIONS(388), + [sym_char_lit] = ACTIONS(500), + [sym_nil_lit] = ACTIONS(502), + [sym_bool_lit] = ACTIONS(502), [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(274), + [anon_sym_POUND] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(276), + [anon_sym_POUND_SQUOTE] = ACTIONS(37), [anon_sym_POUND_POUND] = ACTIONS(39), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(278), - [anon_sym_SQUOTE] = ACTIONS(280), - [anon_sym_BQUOTE] = ACTIONS(282), - [anon_sym_TILDE_AT] = ACTIONS(284), - [anon_sym_TILDE] = ACTIONS(286), - }, - [48] = { - [sym__gap] = STATE(80), - [sym_dis_expr] = STATE(80), - [sym__form] = STATE(344), - [sym_kwd_lit] = STATE(344), - [sym_str_lit] = STATE(344), - [sym_sym_lit] = STATE(344), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(344), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(344), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(344), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(344), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(344), - [sym_regex_lit] = STATE(344), - [sym_read_cond_lit] = STATE(344), - [sym_splicing_read_cond_lit] = STATE(344), - [sym_ns_map_lit] = STATE(344), - [sym_var_quoting_lit] = STATE(344), - [sym_sym_val_lit] = STATE(344), - [sym_evaling_lit] = STATE(344), - [sym_tagged_or_ctor_lit] = STATE(344), - [sym_derefing_lit] = STATE(344), - [sym_quoting_lit] = STATE(344), - [sym_syn_quoting_lit] = STATE(344), - [sym_unquote_splicing_lit] = STATE(344), - [sym_unquoting_lit] = STATE(344), - [aux_sym_dis_expr_repeat1] = STATE(80), - [aux_sym_sym_lit_repeat1] = STATE(296), - [sym__ws] = ACTIONS(486), - [sym_comment] = ACTIONS(486), + [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), + }, + [55] = { + [sym__gap] = STATE(43), + [sym_dis_expr] = STATE(43), + [sym__form] = STATE(371), + [sym_kwd_lit] = STATE(371), + [sym_str_lit] = STATE(371), + [sym_sym_lit] = STATE(371), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(371), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(371), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(371), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(371), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(371), + [sym_regex_lit] = STATE(371), + [sym_read_cond_lit] = STATE(371), + [sym_splicing_read_cond_lit] = STATE(371), + [sym_ns_map_lit] = STATE(371), + [sym_var_quoting_lit] = STATE(371), + [sym_sym_val_lit] = STATE(371), + [sym_evaling_lit] = STATE(371), + [sym_tagged_or_ctor_lit] = STATE(371), + [sym_derefing_lit] = STATE(371), + [sym_quoting_lit] = STATE(371), + [sym_syn_quoting_lit] = STATE(371), + [sym_unquote_splicing_lit] = STATE(371), + [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), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(414), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(414), - [sym_nil_lit] = ACTIONS(416), - [sym_bool_lit] = ACTIONS(416), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(506), + [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(506), + [sym_nil_lit] = ACTIONS(508), + [sym_bool_lit] = ACTIONS(508), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), + [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), }, - [49] = { - [sym__gap] = STATE(156), - [sym_dis_expr] = STATE(156), - [sym__form] = STATE(281), - [sym_kwd_lit] = STATE(281), - [sym_str_lit] = STATE(281), - [sym_sym_lit] = STATE(281), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(281), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(281), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(281), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(281), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(281), - [sym_regex_lit] = STATE(281), - [sym_read_cond_lit] = STATE(281), - [sym_splicing_read_cond_lit] = STATE(281), - [sym_ns_map_lit] = STATE(281), - [sym_var_quoting_lit] = STATE(281), - [sym_sym_val_lit] = STATE(281), - [sym_evaling_lit] = STATE(281), - [sym_tagged_or_ctor_lit] = STATE(281), - [sym_derefing_lit] = STATE(281), - [sym_quoting_lit] = STATE(281), - [sym_syn_quoting_lit] = STATE(281), - [sym_unquote_splicing_lit] = STATE(281), - [sym_unquoting_lit] = STATE(281), - [aux_sym_dis_expr_repeat1] = STATE(156), - [aux_sym_sym_lit_repeat1] = STATE(293), - [sym__ws] = ACTIONS(488), - [sym_comment] = ACTIONS(488), + [56] = { + [sym__gap] = STATE(45), + [sym_dis_expr] = STATE(45), + [sym__form] = STATE(370), + [sym_kwd_lit] = STATE(370), + [sym_str_lit] = STATE(370), + [sym_sym_lit] = STATE(370), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(370), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(370), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(370), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(370), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(370), + [sym_regex_lit] = STATE(370), + [sym_read_cond_lit] = STATE(370), + [sym_splicing_read_cond_lit] = STATE(370), + [sym_ns_map_lit] = STATE(370), + [sym_var_quoting_lit] = STATE(370), + [sym_sym_val_lit] = STATE(370), + [sym_evaling_lit] = STATE(370), + [sym_tagged_or_ctor_lit] = STATE(370), + [sym_derefing_lit] = STATE(370), + [sym_quoting_lit] = STATE(370), + [sym_syn_quoting_lit] = STATE(370), + [sym_unquote_splicing_lit] = STATE(370), + [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), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(380), - [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_COLON_COLON] = ACTIONS(270), - [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(380), - [sym_nil_lit] = ACTIONS(382), - [sym_bool_lit] = ACTIONS(382), - [aux_sym__sym_qualified_token1] = ACTIONS(19), + [sym_num_lit] = ACTIONS(512), + [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(512), + [sym_nil_lit] = ACTIONS(514), + [sym_bool_lit] = ACTIONS(514), + [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(274), - [anon_sym_POUND_QMARK] = ACTIONS(33), - [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(276), - [anon_sym_POUND_POUND] = ACTIONS(39), - [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(278), - [anon_sym_SQUOTE] = ACTIONS(280), - [anon_sym_BQUOTE] = ACTIONS(282), - [anon_sym_TILDE_AT] = ACTIONS(284), - [anon_sym_TILDE] = ACTIONS(286), + [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), }, - [50] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(338), - [sym_kwd_lit] = STATE(338), - [sym_str_lit] = STATE(338), - [sym_sym_lit] = STATE(338), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(338), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(338), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(338), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(338), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(338), - [sym_regex_lit] = STATE(338), - [sym_read_cond_lit] = STATE(338), - [sym_splicing_read_cond_lit] = STATE(338), - [sym_ns_map_lit] = STATE(338), - [sym_var_quoting_lit] = STATE(338), - [sym_sym_val_lit] = STATE(338), - [sym_evaling_lit] = STATE(338), - [sym_tagged_or_ctor_lit] = STATE(338), - [sym_derefing_lit] = STATE(338), - [sym_quoting_lit] = STATE(338), - [sym_syn_quoting_lit] = STATE(338), - [sym_unquote_splicing_lit] = STATE(338), - [sym_unquoting_lit] = STATE(338), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(295), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), + [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(490), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(490), - [sym_nil_lit] = ACTIONS(492), - [sym_bool_lit] = ACTIONS(492), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [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(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), + [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), }, - [51] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(342), - [sym_kwd_lit] = STATE(342), - [sym_str_lit] = STATE(342), - [sym_sym_lit] = STATE(342), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(342), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(342), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(342), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(342), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(342), - [sym_regex_lit] = STATE(342), - [sym_read_cond_lit] = STATE(342), - [sym_splicing_read_cond_lit] = STATE(342), - [sym_ns_map_lit] = STATE(342), - [sym_var_quoting_lit] = STATE(342), - [sym_sym_val_lit] = STATE(342), - [sym_evaling_lit] = STATE(342), - [sym_tagged_or_ctor_lit] = STATE(342), - [sym_derefing_lit] = STATE(342), - [sym_quoting_lit] = STATE(342), - [sym_syn_quoting_lit] = STATE(342), - [sym_unquote_splicing_lit] = STATE(342), - [sym_unquoting_lit] = STATE(342), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(296), + [58] = { + [sym__gap] = STATE(48), + [sym_dis_expr] = STATE(48), + [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(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(48), + [aux_sym_sym_lit_repeat1] = STATE(307), + [sym__ws] = ACTIONS(522), + [sym_comment] = ACTIONS(522), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(310), + [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(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(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), + }, + [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), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(361), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(361), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(361), + [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), + [aux_sym_sym_lit_repeat1] = STATE(307), + [sym__ws] = ACTIONS(524), + [sym_comment] = ACTIONS(524), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(526), + [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(526), + [sym_nil_lit] = ACTIONS(528), + [sym_bool_lit] = ACTIONS(528), + [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), + }, + [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), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(353), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(353), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(353), + [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), + [aux_sym_sym_lit_repeat1] = STATE(307), + [sym__ws] = ACTIONS(530), + [sym_comment] = ACTIONS(530), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(452), + [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(452), + [sym_nil_lit] = ACTIONS(454), + [sym_bool_lit] = ACTIONS(454), + [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), + }, + [61] = { + [sym__gap] = STATE(51), + [sym_dis_expr] = STATE(51), + [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(347), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(347), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(347), + [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(51), + [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), + [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(534), + [sym_nil_lit] = ACTIONS(536), + [sym_bool_lit] = ACTIONS(536), + [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), + }, + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(408), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(408), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(408), + [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), + [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), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), + [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(468), [sym_nil_lit] = ACTIONS(470), [sym_bool_lit] = ACTIONS(470), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), + [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), }, - [52] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(337), - [sym_kwd_lit] = STATE(337), - [sym_str_lit] = STATE(337), - [sym_sym_lit] = STATE(337), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(337), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(337), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(337), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(337), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(337), - [sym_regex_lit] = STATE(337), - [sym_read_cond_lit] = STATE(337), - [sym_splicing_read_cond_lit] = STATE(337), - [sym_ns_map_lit] = STATE(337), - [sym_var_quoting_lit] = STATE(337), - [sym_sym_val_lit] = STATE(337), - [sym_evaling_lit] = STATE(337), - [sym_tagged_or_ctor_lit] = STATE(337), - [sym_derefing_lit] = STATE(337), - [sym_quoting_lit] = STATE(337), - [sym_syn_quoting_lit] = STATE(337), - [sym_unquote_splicing_lit] = STATE(337), - [sym_unquoting_lit] = STATE(337), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(295), + [63] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(270), + [sym_kwd_lit] = STATE(270), + [sym_str_lit] = STATE(270), + [sym_sym_lit] = STATE(270), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(270), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(270), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(270), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(270), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(270), + [sym_regex_lit] = STATE(270), + [sym_read_cond_lit] = STATE(270), + [sym_splicing_read_cond_lit] = STATE(270), + [sym_ns_map_lit] = STATE(270), + [sym_var_quoting_lit] = STATE(270), + [sym_sym_val_lit] = STATE(270), + [sym_evaling_lit] = STATE(270), + [sym_tagged_or_ctor_lit] = STATE(270), + [sym_derefing_lit] = STATE(270), + [sym_quoting_lit] = STATE(270), + [sym_syn_quoting_lit] = STATE(270), + [sym_unquote_splicing_lit] = STATE(270), + [sym_unquoting_lit] = STATE(270), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(305), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(494), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(494), - [sym_nil_lit] = ACTIONS(496), - [sym_bool_lit] = ACTIONS(496), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), - }, - [53] = { - [sym__gap] = STATE(114), - [sym_dis_expr] = STATE(114), - [sym__form] = STATE(260), - [sym_kwd_lit] = STATE(260), - [sym_str_lit] = STATE(260), - [sym_sym_lit] = STATE(260), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(260), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(260), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(260), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(260), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(260), - [sym_regex_lit] = STATE(260), - [sym_read_cond_lit] = STATE(260), - [sym_splicing_read_cond_lit] = STATE(260), - [sym_ns_map_lit] = STATE(260), - [sym_var_quoting_lit] = STATE(260), - [sym_sym_val_lit] = STATE(260), - [sym_evaling_lit] = STATE(260), - [sym_tagged_or_ctor_lit] = STATE(260), - [sym_derefing_lit] = STATE(260), - [sym_quoting_lit] = STATE(260), - [sym_syn_quoting_lit] = STATE(260), - [sym_unquote_splicing_lit] = STATE(260), - [sym_unquoting_lit] = STATE(260), - [aux_sym_dis_expr_repeat1] = STATE(114), - [aux_sym_sym_lit_repeat1] = STATE(297), - [sym__ws] = ACTIONS(498), - [sym_comment] = ACTIONS(498), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(432), + [sym_num_lit] = ACTIONS(538), [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(432), - [sym_nil_lit] = ACTIONS(434), - [sym_bool_lit] = ACTIONS(434), + [sym_char_lit] = ACTIONS(538), + [sym_nil_lit] = ACTIONS(540), + [sym_bool_lit] = ACTIONS(540), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -6354,276 +6989,465 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE_AT] = ACTIONS(49), [anon_sym_TILDE] = ACTIONS(51), }, - [54] = { - [sym__gap] = STATE(133), - [sym_dis_expr] = STATE(133), - [sym__form] = STATE(282), - [sym_kwd_lit] = STATE(282), - [sym_str_lit] = STATE(282), - [sym_sym_lit] = STATE(282), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(282), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(282), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(282), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(282), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(282), - [sym_regex_lit] = STATE(282), - [sym_read_cond_lit] = STATE(282), - [sym_splicing_read_cond_lit] = STATE(282), - [sym_ns_map_lit] = STATE(282), - [sym_var_quoting_lit] = STATE(282), - [sym_sym_val_lit] = STATE(282), - [sym_evaling_lit] = STATE(282), - [sym_tagged_or_ctor_lit] = STATE(282), - [sym_derefing_lit] = STATE(282), - [sym_quoting_lit] = STATE(282), - [sym_syn_quoting_lit] = STATE(282), - [sym_unquote_splicing_lit] = STATE(282), - [sym_unquoting_lit] = STATE(282), - [aux_sym_dis_expr_repeat1] = STATE(133), - [aux_sym_sym_lit_repeat1] = STATE(293), - [sym__ws] = ACTIONS(500), - [sym_comment] = ACTIONS(500), + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(349), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(349), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(349), + [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), + [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), + [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(460), + [sym_nil_lit] = ACTIONS(462), + [sym_bool_lit] = ACTIONS(462), + [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), + }, + [65] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(271), + [sym_kwd_lit] = STATE(271), + [sym_str_lit] = STATE(271), + [sym_sym_lit] = STATE(271), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(271), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(271), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(271), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(271), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(271), + [sym_regex_lit] = STATE(271), + [sym_read_cond_lit] = STATE(271), + [sym_splicing_read_cond_lit] = STATE(271), + [sym_ns_map_lit] = STATE(271), + [sym_var_quoting_lit] = STATE(271), + [sym_sym_val_lit] = STATE(271), + [sym_evaling_lit] = STATE(271), + [sym_tagged_or_ctor_lit] = STATE(271), + [sym_derefing_lit] = STATE(271), + [sym_quoting_lit] = STATE(271), + [sym_syn_quoting_lit] = STATE(271), + [sym_unquote_splicing_lit] = STATE(271), + [sym_unquoting_lit] = STATE(271), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(305), + [sym__ws] = ACTIONS(264), + [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(374), + [sym_num_lit] = ACTIONS(542), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_COLON_COLON] = ACTIONS(270), + [anon_sym_COLON] = ACTIONS(11), + [anon_sym_COLON_COLON] = ACTIONS(13), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(374), - [sym_nil_lit] = ACTIONS(376), - [sym_bool_lit] = ACTIONS(376), + [sym_char_lit] = ACTIONS(542), + [sym_nil_lit] = ACTIONS(544), + [sym_bool_lit] = ACTIONS(544), [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(274), + [anon_sym_POUND] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(276), + [anon_sym_POUND_SQUOTE] = ACTIONS(37), [anon_sym_POUND_POUND] = ACTIONS(39), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(278), - [anon_sym_SQUOTE] = ACTIONS(280), - [anon_sym_BQUOTE] = ACTIONS(282), - [anon_sym_TILDE_AT] = ACTIONS(284), - [anon_sym_TILDE] = ACTIONS(286), + [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), }, - [55] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(336), - [sym_kwd_lit] = STATE(336), - [sym_str_lit] = STATE(336), - [sym_sym_lit] = STATE(336), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(336), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(336), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(336), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(336), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(336), - [sym_regex_lit] = STATE(336), - [sym_read_cond_lit] = STATE(336), - [sym_splicing_read_cond_lit] = STATE(336), - [sym_ns_map_lit] = STATE(336), - [sym_var_quoting_lit] = STATE(336), - [sym_sym_val_lit] = STATE(336), - [sym_evaling_lit] = STATE(336), - [sym_tagged_or_ctor_lit] = STATE(336), - [sym_derefing_lit] = STATE(336), - [sym_quoting_lit] = STATE(336), - [sym_syn_quoting_lit] = STATE(336), - [sym_unquote_splicing_lit] = STATE(336), - [sym_unquoting_lit] = STATE(336), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(295), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), + [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(502), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(502), - [sym_nil_lit] = ACTIONS(504), - [sym_bool_lit] = ACTIONS(504), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [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(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), + [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), }, - [56] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(335), - [sym_kwd_lit] = STATE(335), - [sym_str_lit] = STATE(335), - [sym_sym_lit] = STATE(335), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(335), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(335), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(335), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(335), - [sym__bare_set_lit] = STATE(351), - [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(292), - [aux_sym_sym_lit_repeat1] = STATE(295), + [67] = { + [sym__gap] = STATE(64), + [sym_dis_expr] = STATE(64), + [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(363), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(363), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(363), + [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), + [aux_sym_dis_expr_repeat1] = STATE(64), + [aux_sym_sym_lit_repeat1] = STATE(307), + [sym__ws] = ACTIONS(552), + [sym_comment] = ACTIONS(552), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(554), + [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(554), + [sym_nil_lit] = ACTIONS(556), + [sym_bool_lit] = ACTIONS(556), + [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), + }, + [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(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_sym_val_lit] = STATE(333), + [sym_evaling_lit] = STATE(333), + [sym_tagged_or_ctor_lit] = STATE(333), + [sym_derefing_lit] = STATE(333), + [sym_quoting_lit] = STATE(333), + [sym_syn_quoting_lit] = STATE(333), + [sym_unquote_splicing_lit] = STATE(333), + [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), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(560), + [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(560), + [sym_nil_lit] = ACTIONS(562), + [sym_bool_lit] = ACTIONS(562), + [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), + }, + [69] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(332), + [sym_kwd_lit] = STATE(332), + [sym_str_lit] = STATE(332), + [sym_sym_lit] = STATE(332), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(332), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(332), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(332), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(332), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(332), + [sym_regex_lit] = STATE(332), + [sym_read_cond_lit] = STATE(332), + [sym_splicing_read_cond_lit] = STATE(332), + [sym_ns_map_lit] = STATE(332), + [sym_var_quoting_lit] = STATE(332), + [sym_sym_val_lit] = STATE(332), + [sym_evaling_lit] = STATE(332), + [sym_tagged_or_ctor_lit] = STATE(332), + [sym_derefing_lit] = STATE(332), + [sym_quoting_lit] = STATE(332), + [sym_syn_quoting_lit] = STATE(332), + [sym_unquote_splicing_lit] = STATE(332), + [sym_unquoting_lit] = STATE(332), + [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(506), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(506), - [sym_nil_lit] = ACTIONS(508), - [sym_bool_lit] = ACTIONS(508), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(564), + [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), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), + [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), }, - [57] = { - [sym__gap] = STATE(110), - [sym_dis_expr] = STATE(110), - [sym__form] = STATE(283), - [sym_kwd_lit] = STATE(283), - [sym_str_lit] = STATE(283), - [sym_sym_lit] = STATE(283), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(283), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(283), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(283), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(283), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(283), - [sym_regex_lit] = STATE(283), - [sym_read_cond_lit] = STATE(283), - [sym_splicing_read_cond_lit] = STATE(283), - [sym_ns_map_lit] = STATE(283), - [sym_var_quoting_lit] = STATE(283), - [sym_sym_val_lit] = STATE(283), - [sym_evaling_lit] = STATE(283), - [sym_tagged_or_ctor_lit] = STATE(283), - [sym_derefing_lit] = STATE(283), - [sym_quoting_lit] = STATE(283), - [sym_syn_quoting_lit] = STATE(283), - [sym_unquote_splicing_lit] = STATE(283), - [sym_unquoting_lit] = STATE(283), - [aux_sym_dis_expr_repeat1] = STATE(110), - [aux_sym_sym_lit_repeat1] = STATE(293), - [sym__ws] = ACTIONS(510), - [sym_comment] = ACTIONS(510), + [70] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(275), + [sym_kwd_lit] = STATE(275), + [sym_str_lit] = STATE(275), + [sym_sym_lit] = STATE(275), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(275), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(275), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(275), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(275), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(275), + [sym_regex_lit] = STATE(275), + [sym_read_cond_lit] = STATE(275), + [sym_splicing_read_cond_lit] = STATE(275), + [sym_ns_map_lit] = STATE(275), + [sym_var_quoting_lit] = STATE(275), + [sym_sym_val_lit] = STATE(275), + [sym_evaling_lit] = STATE(275), + [sym_tagged_or_ctor_lit] = STATE(275), + [sym_derefing_lit] = STATE(275), + [sym_quoting_lit] = STATE(275), + [sym_syn_quoting_lit] = STATE(275), + [sym_unquote_splicing_lit] = STATE(275), + [sym_unquoting_lit] = STATE(275), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(305), + [sym__ws] = ACTIONS(264), + [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(368), + [sym_num_lit] = ACTIONS(568), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_COLON_COLON] = ACTIONS(270), + [anon_sym_COLON] = ACTIONS(11), + [anon_sym_COLON_COLON] = ACTIONS(13), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(368), - [sym_nil_lit] = ACTIONS(370), - [sym_bool_lit] = ACTIONS(370), + [sym_char_lit] = ACTIONS(568), + [sym_nil_lit] = ACTIONS(570), + [sym_bool_lit] = ACTIONS(570), [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(274), + [anon_sym_POUND] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(276), + [anon_sym_POUND_SQUOTE] = ACTIONS(37), [anon_sym_POUND_POUND] = ACTIONS(39), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(278), - [anon_sym_SQUOTE] = ACTIONS(280), - [anon_sym_BQUOTE] = ACTIONS(282), - [anon_sym_TILDE_AT] = ACTIONS(284), - [anon_sym_TILDE] = ACTIONS(286), + [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), }, - [58] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), + [71] = { + [sym__gap] = STATE(69), + [sym_dis_expr] = STATE(69), [sym__form] = STATE(331), [sym_kwd_lit] = STATE(331), [sym_str_lit] = STATE(331), [sym_sym_lit] = STATE(331), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), [sym_list_lit] = STATE(331), - [sym__bare_list_lit] = STATE(348), + [sym__bare_list_lit] = STATE(392), [sym_map_lit] = STATE(331), - [sym__bare_map_lit] = STATE(349), + [sym__bare_map_lit] = STATE(403), [sym_vec_lit] = STATE(331), - [sym__bare_vec_lit] = STATE(350), + [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(331), - [sym__bare_set_lit] = STATE(351), + [sym__bare_set_lit] = STATE(326), [sym_anon_fn_lit] = STATE(331), [sym_regex_lit] = STATE(331), [sym_read_cond_lit] = STATE(331), @@ -6638,271 +7462,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_syn_quoting_lit] = STATE(331), [sym_unquote_splicing_lit] = STATE(331), [sym_unquoting_lit] = STATE(331), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(295), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(512), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(512), - [sym_nil_lit] = ACTIONS(514), - [sym_bool_lit] = ACTIONS(514), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), - }, - [59] = { - [sym__gap] = STATE(106), - [sym_dis_expr] = STATE(106), - [sym__form] = STATE(286), - [sym_kwd_lit] = STATE(286), - [sym_str_lit] = STATE(286), - [sym_sym_lit] = STATE(286), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(286), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(286), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(286), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(286), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(286), - [sym_regex_lit] = STATE(286), - [sym_read_cond_lit] = STATE(286), - [sym_splicing_read_cond_lit] = STATE(286), - [sym_ns_map_lit] = STATE(286), - [sym_var_quoting_lit] = STATE(286), - [sym_sym_val_lit] = STATE(286), - [sym_evaling_lit] = STATE(286), - [sym_tagged_or_ctor_lit] = STATE(286), - [sym_derefing_lit] = STATE(286), - [sym_quoting_lit] = STATE(286), - [sym_syn_quoting_lit] = STATE(286), - [sym_unquote_splicing_lit] = STATE(286), - [sym_unquoting_lit] = STATE(286), - [aux_sym_dis_expr_repeat1] = STATE(106), - [aux_sym_sym_lit_repeat1] = STATE(293), - [sym__ws] = ACTIONS(516), - [sym_comment] = ACTIONS(516), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(362), - [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_COLON_COLON] = ACTIONS(270), - [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(362), - [sym_nil_lit] = ACTIONS(364), - [sym_bool_lit] = ACTIONS(364), - [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(274), - [anon_sym_POUND_QMARK] = ACTIONS(33), - [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(276), - [anon_sym_POUND_POUND] = ACTIONS(39), - [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(278), - [anon_sym_SQUOTE] = ACTIONS(280), - [anon_sym_BQUOTE] = ACTIONS(282), - [anon_sym_TILDE_AT] = ACTIONS(284), - [anon_sym_TILDE] = ACTIONS(286), - }, - [60] = { - [sym__gap] = STATE(41), - [sym_dis_expr] = STATE(41), - [sym__form] = STATE(327), - [sym_kwd_lit] = STATE(327), - [sym_str_lit] = STATE(327), - [sym_sym_lit] = STATE(327), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(327), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(327), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(327), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(327), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(327), - [sym_regex_lit] = STATE(327), - [sym_read_cond_lit] = STATE(327), - [sym_splicing_read_cond_lit] = STATE(327), - [sym_ns_map_lit] = STATE(327), - [sym_var_quoting_lit] = STATE(327), - [sym_sym_val_lit] = STATE(327), - [sym_evaling_lit] = STATE(327), - [sym_tagged_or_ctor_lit] = STATE(327), - [sym_derefing_lit] = STATE(327), - [sym_quoting_lit] = STATE(327), - [sym_syn_quoting_lit] = STATE(327), - [sym_unquote_splicing_lit] = STATE(327), - [sym_unquoting_lit] = STATE(327), - [aux_sym_dis_expr_repeat1] = STATE(41), - [aux_sym_sym_lit_repeat1] = STATE(295), - [sym__ws] = ACTIONS(518), - [sym_comment] = ACTIONS(518), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(520), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(520), - [sym_nil_lit] = ACTIONS(522), - [sym_bool_lit] = ACTIONS(522), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), - }, - [61] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(340), - [sym_kwd_lit] = STATE(340), - [sym_str_lit] = STATE(340), - [sym_sym_lit] = STATE(340), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(340), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(340), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(340), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(340), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(340), - [sym_regex_lit] = STATE(340), - [sym_read_cond_lit] = STATE(340), - [sym_splicing_read_cond_lit] = STATE(340), - [sym_ns_map_lit] = STATE(340), - [sym_var_quoting_lit] = STATE(340), - [sym_sym_val_lit] = STATE(340), - [sym_evaling_lit] = STATE(340), - [sym_tagged_or_ctor_lit] = STATE(340), - [sym_derefing_lit] = STATE(340), - [sym_quoting_lit] = STATE(340), - [sym_syn_quoting_lit] = STATE(340), - [sym_unquote_splicing_lit] = STATE(340), - [sym_unquoting_lit] = STATE(340), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(296), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), + [aux_sym_dis_expr_repeat1] = STATE(69), + [aux_sym_sym_lit_repeat1] = STATE(304), + [sym__ws] = ACTIONS(572), + [sym_comment] = ACTIONS(572), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(472), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(472), - [sym_nil_lit] = ACTIONS(474), - [sym_bool_lit] = ACTIONS(474), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(574), + [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), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), + [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), }, - [62] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(257), - [sym_kwd_lit] = STATE(257), - [sym_str_lit] = STATE(257), - [sym_sym_lit] = STATE(257), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(257), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(257), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(257), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(257), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(257), - [sym_regex_lit] = STATE(257), - [sym_read_cond_lit] = STATE(257), - [sym_splicing_read_cond_lit] = STATE(257), - [sym_ns_map_lit] = STATE(257), - [sym_var_quoting_lit] = STATE(257), - [sym_sym_val_lit] = STATE(257), - [sym_evaling_lit] = STATE(257), - [sym_tagged_or_ctor_lit] = STATE(257), - [sym_derefing_lit] = STATE(257), - [sym_quoting_lit] = STATE(257), - [sym_syn_quoting_lit] = STATE(257), - [sym_unquote_splicing_lit] = STATE(257), - [sym_unquoting_lit] = STATE(257), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(297), + [72] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(276), + [sym_kwd_lit] = STATE(276), + [sym_str_lit] = STATE(276), + [sym_sym_lit] = STATE(276), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(276), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(276), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(276), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(276), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(276), + [sym_regex_lit] = STATE(276), + [sym_read_cond_lit] = STATE(276), + [sym_splicing_read_cond_lit] = STATE(276), + [sym_ns_map_lit] = STATE(276), + [sym_var_quoting_lit] = STATE(276), + [sym_sym_val_lit] = STATE(276), + [sym_evaling_lit] = STATE(276), + [sym_tagged_or_ctor_lit] = STATE(276), + [sym_derefing_lit] = STATE(276), + [sym_quoting_lit] = STATE(276), + [sym_syn_quoting_lit] = STATE(276), + [sym_unquote_splicing_lit] = STATE(276), + [sym_unquoting_lit] = STATE(276), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(305), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(294), + [sym_num_lit] = ACTIONS(578), [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(294), - [sym_nil_lit] = ACTIONS(296), - [sym_bool_lit] = ACTIONS(296), + [sym_char_lit] = ACTIONS(578), + [sym_nil_lit] = ACTIONS(580), + [sym_bool_lit] = ACTIONS(580), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -6921,366 +7556,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE_AT] = ACTIONS(49), [anon_sym_TILDE] = ACTIONS(51), }, - [63] = { - [sym__gap] = STATE(23), - [sym_dis_expr] = STATE(23), - [sym__form] = STATE(289), - [sym_kwd_lit] = STATE(289), - [sym_str_lit] = STATE(289), - [sym_sym_lit] = STATE(289), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(289), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(289), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(289), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(289), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(289), - [sym_regex_lit] = STATE(289), - [sym_read_cond_lit] = STATE(289), - [sym_splicing_read_cond_lit] = STATE(289), - [sym_ns_map_lit] = STATE(289), - [sym_var_quoting_lit] = STATE(289), - [sym_sym_val_lit] = STATE(289), - [sym_evaling_lit] = STATE(289), - [sym_tagged_or_ctor_lit] = STATE(289), - [sym_derefing_lit] = STATE(289), - [sym_quoting_lit] = STATE(289), - [sym_syn_quoting_lit] = STATE(289), - [sym_unquote_splicing_lit] = STATE(289), - [sym_unquoting_lit] = STATE(289), - [aux_sym_dis_expr_repeat1] = STATE(23), - [aux_sym_sym_lit_repeat1] = STATE(293), - [sym__ws] = ACTIONS(524), - [sym_comment] = ACTIONS(524), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(306), - [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_COLON_COLON] = ACTIONS(270), - [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(306), - [sym_nil_lit] = ACTIONS(308), - [sym_bool_lit] = ACTIONS(308), - [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(274), - [anon_sym_POUND_QMARK] = ACTIONS(33), - [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(276), - [anon_sym_POUND_POUND] = ACTIONS(39), - [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(278), - [anon_sym_SQUOTE] = ACTIONS(280), - [anon_sym_BQUOTE] = ACTIONS(282), - [anon_sym_TILDE_AT] = ACTIONS(284), - [anon_sym_TILDE] = ACTIONS(286), - }, - [64] = { - [sym__gap] = STATE(42), - [sym_dis_expr] = STATE(42), - [sym__form] = STATE(324), - [sym_kwd_lit] = STATE(324), - [sym_str_lit] = STATE(324), - [sym_sym_lit] = STATE(324), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(324), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(324), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(324), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(324), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(324), - [sym_regex_lit] = STATE(324), - [sym_read_cond_lit] = STATE(324), - [sym_splicing_read_cond_lit] = STATE(324), - [sym_ns_map_lit] = STATE(324), - [sym_var_quoting_lit] = STATE(324), - [sym_sym_val_lit] = STATE(324), - [sym_evaling_lit] = STATE(324), - [sym_tagged_or_ctor_lit] = STATE(324), - [sym_derefing_lit] = STATE(324), - [sym_quoting_lit] = STATE(324), - [sym_syn_quoting_lit] = STATE(324), - [sym_unquote_splicing_lit] = STATE(324), - [sym_unquoting_lit] = STATE(324), - [aux_sym_dis_expr_repeat1] = STATE(42), - [aux_sym_sym_lit_repeat1] = STATE(295), - [sym__ws] = ACTIONS(526), - [sym_comment] = ACTIONS(526), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(528), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(528), - [sym_nil_lit] = ACTIONS(530), - [sym_bool_lit] = ACTIONS(530), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), - }, - [65] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(204), - [sym_kwd_lit] = STATE(204), - [sym_str_lit] = STATE(204), - [sym_sym_lit] = STATE(204), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(204), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(204), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(204), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(204), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(204), - [sym_regex_lit] = STATE(204), - [sym_read_cond_lit] = STATE(204), - [sym_splicing_read_cond_lit] = STATE(204), - [sym_ns_map_lit] = STATE(204), - [sym_var_quoting_lit] = STATE(204), - [sym_sym_val_lit] = STATE(204), - [sym_evaling_lit] = STATE(204), - [sym_tagged_or_ctor_lit] = STATE(204), - [sym_derefing_lit] = STATE(204), - [sym_quoting_lit] = STATE(204), - [sym_syn_quoting_lit] = STATE(204), - [sym_unquote_splicing_lit] = STATE(204), - [sym_unquoting_lit] = STATE(204), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(293), + [73] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(329), + [sym_kwd_lit] = STATE(329), + [sym_str_lit] = STATE(329), + [sym_sym_lit] = STATE(329), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(329), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(329), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(329), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(329), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(329), + [sym_regex_lit] = STATE(329), + [sym_read_cond_lit] = STATE(329), + [sym_splicing_read_cond_lit] = STATE(329), + [sym_ns_map_lit] = STATE(329), + [sym_var_quoting_lit] = STATE(329), + [sym_sym_val_lit] = STATE(329), + [sym_evaling_lit] = STATE(329), + [sym_tagged_or_ctor_lit] = STATE(329), + [sym_derefing_lit] = STATE(329), + [sym_quoting_lit] = STATE(329), + [sym_syn_quoting_lit] = STATE(329), + [sym_unquote_splicing_lit] = STATE(329), + [sym_unquoting_lit] = STATE(329), + [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(532), - [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_COLON_COLON] = ACTIONS(270), - [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(532), - [sym_nil_lit] = ACTIONS(534), - [sym_bool_lit] = ACTIONS(534), - [aux_sym__sym_qualified_token1] = ACTIONS(19), + [sym_num_lit] = ACTIONS(582), + [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), + [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(274), - [anon_sym_POUND_QMARK] = ACTIONS(33), - [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(276), - [anon_sym_POUND_POUND] = ACTIONS(39), - [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(278), - [anon_sym_SQUOTE] = ACTIONS(280), - [anon_sym_BQUOTE] = ACTIONS(282), - [anon_sym_TILDE_AT] = ACTIONS(284), - [anon_sym_TILDE] = ACTIONS(286), + [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), }, - [66] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(323), - [sym_kwd_lit] = STATE(323), - [sym_str_lit] = STATE(323), - [sym_sym_lit] = STATE(323), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(323), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(323), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(323), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(323), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(323), - [sym_regex_lit] = STATE(323), - [sym_read_cond_lit] = STATE(323), - [sym_splicing_read_cond_lit] = STATE(323), - [sym_ns_map_lit] = STATE(323), - [sym_var_quoting_lit] = STATE(323), - [sym_sym_val_lit] = STATE(323), - [sym_evaling_lit] = STATE(323), - [sym_tagged_or_ctor_lit] = STATE(323), - [sym_derefing_lit] = STATE(323), - [sym_quoting_lit] = STATE(323), - [sym_syn_quoting_lit] = STATE(323), - [sym_unquote_splicing_lit] = STATE(323), - [sym_unquoting_lit] = STATE(323), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(295), + [74] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(214), + [sym_kwd_lit] = STATE(214), + [sym_str_lit] = STATE(214), + [sym_sym_lit] = STATE(214), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(214), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(214), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(214), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(214), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(214), + [sym_regex_lit] = STATE(214), + [sym_read_cond_lit] = STATE(214), + [sym_splicing_read_cond_lit] = STATE(214), + [sym_ns_map_lit] = STATE(214), + [sym_var_quoting_lit] = STATE(214), + [sym_sym_val_lit] = STATE(214), + [sym_evaling_lit] = STATE(214), + [sym_tagged_or_ctor_lit] = STATE(214), + [sym_derefing_lit] = STATE(214), + [sym_quoting_lit] = STATE(214), + [sym_syn_quoting_lit] = STATE(214), + [sym_unquote_splicing_lit] = STATE(214), + [sym_unquoting_lit] = STATE(214), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(305), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(536), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(536), - [sym_nil_lit] = ACTIONS(538), - [sym_bool_lit] = ACTIONS(538), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), - }, - [67] = { - [sym__gap] = STATE(44), - [sym_dis_expr] = STATE(44), - [sym__form] = STATE(319), - [sym_kwd_lit] = STATE(319), - [sym_str_lit] = STATE(319), - [sym_sym_lit] = STATE(319), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(319), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(319), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(319), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(319), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(319), - [sym_regex_lit] = STATE(319), - [sym_read_cond_lit] = STATE(319), - [sym_splicing_read_cond_lit] = STATE(319), - [sym_ns_map_lit] = STATE(319), - [sym_var_quoting_lit] = STATE(319), - [sym_sym_val_lit] = STATE(319), - [sym_evaling_lit] = STATE(319), - [sym_tagged_or_ctor_lit] = STATE(319), - [sym_derefing_lit] = STATE(319), - [sym_quoting_lit] = STATE(319), - [sym_syn_quoting_lit] = STATE(319), - [sym_unquote_splicing_lit] = STATE(319), - [sym_unquoting_lit] = STATE(319), - [aux_sym_dis_expr_repeat1] = STATE(44), - [aux_sym_sym_lit_repeat1] = STATE(295), - [sym__ws] = ACTIONS(540), - [sym_comment] = ACTIONS(540), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(542), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(542), - [sym_nil_lit] = ACTIONS(544), - [sym_bool_lit] = ACTIONS(544), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), - }, - [68] = { - [sym__gap] = STATE(39), - [sym_dis_expr] = STATE(39), - [sym__form] = STATE(259), - [sym_kwd_lit] = STATE(259), - [sym_str_lit] = STATE(259), - [sym_sym_lit] = STATE(259), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(259), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(259), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(259), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(259), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(259), - [sym_regex_lit] = STATE(259), - [sym_read_cond_lit] = STATE(259), - [sym_splicing_read_cond_lit] = STATE(259), - [sym_ns_map_lit] = STATE(259), - [sym_var_quoting_lit] = STATE(259), - [sym_sym_val_lit] = STATE(259), - [sym_evaling_lit] = STATE(259), - [sym_tagged_or_ctor_lit] = STATE(259), - [sym_derefing_lit] = STATE(259), - [sym_quoting_lit] = STATE(259), - [sym_syn_quoting_lit] = STATE(259), - [sym_unquote_splicing_lit] = STATE(259), - [sym_unquoting_lit] = STATE(259), - [aux_sym_dis_expr_repeat1] = STATE(39), - [aux_sym_sym_lit_repeat1] = STATE(297), - [sym__ws] = ACTIONS(546), - [sym_comment] = ACTIONS(546), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(548), + [sym_num_lit] = ACTIONS(586), [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(548), - [sym_nil_lit] = ACTIONS(550), - [sym_bool_lit] = ACTIONS(550), + [sym_char_lit] = ACTIONS(586), + [sym_nil_lit] = ACTIONS(588), + [sym_bool_lit] = ACTIONS(588), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -7299,51 +7682,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE_AT] = ACTIONS(49), [anon_sym_TILDE] = ACTIONS(51), }, - [69] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(252), - [sym_kwd_lit] = STATE(252), - [sym_str_lit] = STATE(252), - [sym_sym_lit] = STATE(252), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(252), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(252), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(252), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(252), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(252), - [sym_regex_lit] = STATE(252), - [sym_read_cond_lit] = STATE(252), - [sym_splicing_read_cond_lit] = STATE(252), - [sym_ns_map_lit] = STATE(252), - [sym_var_quoting_lit] = STATE(252), - [sym_sym_val_lit] = STATE(252), - [sym_evaling_lit] = STATE(252), - [sym_tagged_or_ctor_lit] = STATE(252), - [sym_derefing_lit] = STATE(252), - [sym_quoting_lit] = STATE(252), - [sym_syn_quoting_lit] = STATE(252), - [sym_unquote_splicing_lit] = STATE(252), - [sym_unquoting_lit] = STATE(252), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(297), + [75] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(327), + [sym_kwd_lit] = STATE(327), + [sym_str_lit] = STATE(327), + [sym_sym_lit] = STATE(327), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(327), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(327), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(327), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(327), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(327), + [sym_regex_lit] = STATE(327), + [sym_read_cond_lit] = STATE(327), + [sym_splicing_read_cond_lit] = STATE(327), + [sym_ns_map_lit] = STATE(327), + [sym_var_quoting_lit] = STATE(327), + [sym_sym_val_lit] = STATE(327), + [sym_evaling_lit] = STATE(327), + [sym_tagged_or_ctor_lit] = STATE(327), + [sym_derefing_lit] = STATE(327), + [sym_quoting_lit] = STATE(327), + [sym_syn_quoting_lit] = STATE(327), + [sym_unquote_splicing_lit] = STATE(327), + [sym_unquoting_lit] = STATE(327), + [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(590), + [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), + [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_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), + }, + [76] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(277), + [sym_kwd_lit] = STATE(277), + [sym_str_lit] = STATE(277), + [sym_sym_lit] = STATE(277), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(277), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(277), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(277), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(277), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(277), + [sym_regex_lit] = STATE(277), + [sym_read_cond_lit] = STATE(277), + [sym_splicing_read_cond_lit] = STATE(277), + [sym_ns_map_lit] = STATE(277), + [sym_var_quoting_lit] = STATE(277), + [sym_sym_val_lit] = STATE(277), + [sym_evaling_lit] = STATE(277), + [sym_tagged_or_ctor_lit] = STATE(277), + [sym_derefing_lit] = STATE(277), + [sym_quoting_lit] = STATE(277), + [sym_syn_quoting_lit] = STATE(277), + [sym_unquote_splicing_lit] = STATE(277), + [sym_unquoting_lit] = STATE(277), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(305), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(552), + [sym_num_lit] = ACTIONS(594), [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(552), - [sym_nil_lit] = ACTIONS(554), - [sym_bool_lit] = ACTIONS(554), + [sym_char_lit] = ACTIONS(594), + [sym_nil_lit] = ACTIONS(596), + [sym_bool_lit] = ACTIONS(596), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -7362,114 +7808,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE_AT] = ACTIONS(49), [anon_sym_TILDE] = ACTIONS(51), }, - [70] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(339), - [sym_kwd_lit] = STATE(339), - [sym_str_lit] = STATE(339), - [sym_sym_lit] = STATE(339), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(339), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(339), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(339), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(339), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(339), - [sym_regex_lit] = STATE(339), - [sym_read_cond_lit] = STATE(339), - [sym_splicing_read_cond_lit] = STATE(339), - [sym_ns_map_lit] = STATE(339), - [sym_var_quoting_lit] = STATE(339), - [sym_sym_val_lit] = STATE(339), - [sym_evaling_lit] = STATE(339), - [sym_tagged_or_ctor_lit] = STATE(339), - [sym_derefing_lit] = STATE(339), - [sym_quoting_lit] = STATE(339), - [sym_syn_quoting_lit] = STATE(339), - [sym_unquote_splicing_lit] = STATE(339), - [sym_unquoting_lit] = STATE(339), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(296), + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(375), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(375), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(375), + [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), + [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(446), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(446), - [sym_nil_lit] = ACTIONS(452), - [sym_bool_lit] = ACTIONS(452), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(598), + [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), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), + [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), }, - [71] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(251), - [sym_kwd_lit] = STATE(251), - [sym_str_lit] = STATE(251), - [sym_sym_lit] = STATE(251), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(251), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(251), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(251), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(251), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(251), - [sym_regex_lit] = STATE(251), - [sym_read_cond_lit] = STATE(251), - [sym_splicing_read_cond_lit] = STATE(251), - [sym_ns_map_lit] = STATE(251), - [sym_var_quoting_lit] = STATE(251), - [sym_sym_val_lit] = STATE(251), - [sym_evaling_lit] = STATE(251), - [sym_tagged_or_ctor_lit] = STATE(251), - [sym_derefing_lit] = STATE(251), - [sym_quoting_lit] = STATE(251), - [sym_syn_quoting_lit] = STATE(251), - [sym_unquote_splicing_lit] = STATE(251), - [sym_unquoting_lit] = STATE(251), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(297), + [78] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(278), + [sym_kwd_lit] = STATE(278), + [sym_str_lit] = STATE(278), + [sym_sym_lit] = STATE(278), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(278), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(278), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(278), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(278), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(278), + [sym_regex_lit] = STATE(278), + [sym_read_cond_lit] = STATE(278), + [sym_splicing_read_cond_lit] = STATE(278), + [sym_ns_map_lit] = STATE(278), + [sym_var_quoting_lit] = STATE(278), + [sym_sym_val_lit] = STATE(278), + [sym_evaling_lit] = STATE(278), + [sym_tagged_or_ctor_lit] = STATE(278), + [sym_derefing_lit] = STATE(278), + [sym_quoting_lit] = STATE(278), + [sym_syn_quoting_lit] = STATE(278), + [sym_unquote_splicing_lit] = STATE(278), + [sym_unquoting_lit] = STATE(278), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(305), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(556), + [sym_num_lit] = ACTIONS(602), [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(556), - [sym_nil_lit] = ACTIONS(558), - [sym_bool_lit] = ACTIONS(558), + [sym_char_lit] = ACTIONS(602), + [sym_nil_lit] = ACTIONS(604), + [sym_bool_lit] = ACTIONS(604), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -7488,240 +7934,492 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE_AT] = ACTIONS(49), [anon_sym_TILDE] = ACTIONS(51), }, - [72] = { - [sym__gap] = STATE(45), - [sym_dis_expr] = STATE(45), - [sym__form] = STATE(365), - [sym_kwd_lit] = STATE(365), - [sym_str_lit] = STATE(365), - [sym_sym_lit] = STATE(365), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(365), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(365), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(365), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(365), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(365), - [sym_regex_lit] = STATE(365), - [sym_read_cond_lit] = STATE(365), - [sym_splicing_read_cond_lit] = STATE(365), - [sym_ns_map_lit] = STATE(365), - [sym_var_quoting_lit] = STATE(365), - [sym_sym_val_lit] = STATE(365), - [sym_evaling_lit] = STATE(365), - [sym_tagged_or_ctor_lit] = STATE(365), - [sym_derefing_lit] = STATE(365), - [sym_quoting_lit] = STATE(365), - [sym_syn_quoting_lit] = STATE(365), - [sym_unquote_splicing_lit] = STATE(365), - [sym_unquoting_lit] = STATE(365), - [aux_sym_dis_expr_repeat1] = STATE(45), - [aux_sym_sym_lit_repeat1] = STATE(296), - [sym__ws] = ACTIONS(560), - [sym_comment] = ACTIONS(560), + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(386), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(386), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(386), + [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), + [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(562), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(562), - [sym_nil_lit] = ACTIONS(564), - [sym_bool_lit] = ACTIONS(564), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(606), + [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), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), + [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), }, - [73] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(249), - [sym_kwd_lit] = STATE(249), - [sym_str_lit] = STATE(249), - [sym_sym_lit] = STATE(249), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(249), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(249), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(249), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(249), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(249), - [sym_regex_lit] = STATE(249), - [sym_read_cond_lit] = STATE(249), - [sym_splicing_read_cond_lit] = STATE(249), - [sym_ns_map_lit] = STATE(249), - [sym_var_quoting_lit] = STATE(249), - [sym_sym_val_lit] = STATE(249), - [sym_evaling_lit] = STATE(249), - [sym_tagged_or_ctor_lit] = STATE(249), - [sym_derefing_lit] = STATE(249), - [sym_quoting_lit] = STATE(249), - [sym_syn_quoting_lit] = STATE(249), - [sym_unquote_splicing_lit] = STATE(249), - [sym_unquoting_lit] = STATE(249), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(297), + [80] = { + [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(335), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(335), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(335), + [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(304), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [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(566), - [sym_nil_lit] = ACTIONS(568), - [sym_bool_lit] = ACTIONS(568), - [aux_sym__sym_qualified_token1] = ACTIONS(19), + [sym_num_lit] = ACTIONS(314), + [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), + [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), }, - [74] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(338), - [sym_kwd_lit] = STATE(338), - [sym_str_lit] = STATE(338), - [sym_sym_lit] = STATE(338), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(338), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(338), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(338), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(338), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(338), - [sym_regex_lit] = STATE(338), - [sym_read_cond_lit] = STATE(338), - [sym_splicing_read_cond_lit] = STATE(338), - [sym_ns_map_lit] = STATE(338), - [sym_var_quoting_lit] = STATE(338), - [sym_sym_val_lit] = STATE(338), - [sym_evaling_lit] = STATE(338), - [sym_tagged_or_ctor_lit] = STATE(338), - [sym_derefing_lit] = STATE(338), - [sym_quoting_lit] = STATE(338), - [sym_syn_quoting_lit] = STATE(338), - [sym_unquote_splicing_lit] = STATE(338), - [sym_unquoting_lit] = STATE(338), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(296), + [81] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(334), + [sym_kwd_lit] = STATE(334), + [sym_str_lit] = STATE(334), + [sym_sym_lit] = STATE(334), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(334), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(334), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(334), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(334), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(334), + [sym_regex_lit] = STATE(334), + [sym_read_cond_lit] = STATE(334), + [sym_splicing_read_cond_lit] = STATE(334), + [sym_ns_map_lit] = STATE(334), + [sym_var_quoting_lit] = STATE(334), + [sym_sym_val_lit] = STATE(334), + [sym_evaling_lit] = STATE(334), + [sym_tagged_or_ctor_lit] = STATE(334), + [sym_derefing_lit] = STATE(334), + [sym_quoting_lit] = STATE(334), + [sym_syn_quoting_lit] = STATE(334), + [sym_unquote_splicing_lit] = STATE(334), + [sym_unquoting_lit] = STATE(334), + [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(490), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(490), - [sym_nil_lit] = ACTIONS(492), - [sym_bool_lit] = ACTIONS(492), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(368), + [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), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), + [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), }, - [75] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(248), - [sym_kwd_lit] = STATE(248), - [sym_str_lit] = STATE(248), - [sym_sym_lit] = STATE(248), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(248), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(248), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(248), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(248), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(248), - [sym_regex_lit] = STATE(248), - [sym_read_cond_lit] = STATE(248), - [sym_splicing_read_cond_lit] = STATE(248), - [sym_ns_map_lit] = STATE(248), - [sym_var_quoting_lit] = STATE(248), - [sym_sym_val_lit] = STATE(248), - [sym_evaling_lit] = STATE(248), - [sym_tagged_or_ctor_lit] = STATE(248), - [sym_derefing_lit] = STATE(248), - [sym_quoting_lit] = STATE(248), - [sym_syn_quoting_lit] = STATE(248), - [sym_unquote_splicing_lit] = STATE(248), - [sym_unquoting_lit] = STATE(248), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(297), + [82] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(417), + [sym_kwd_lit] = STATE(417), + [sym_str_lit] = STATE(417), + [sym_sym_lit] = STATE(417), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(417), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(417), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(417), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(417), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(417), + [sym_regex_lit] = STATE(417), + [sym_read_cond_lit] = STATE(417), + [sym_splicing_read_cond_lit] = STATE(417), + [sym_ns_map_lit] = STATE(417), + [sym_var_quoting_lit] = STATE(417), + [sym_sym_val_lit] = STATE(417), + [sym_evaling_lit] = STATE(417), + [sym_tagged_or_ctor_lit] = STATE(417), + [sym_derefing_lit] = STATE(417), + [sym_quoting_lit] = STATE(417), + [sym_syn_quoting_lit] = STATE(417), + [sym_unquote_splicing_lit] = STATE(417), + [sym_unquoting_lit] = STATE(417), + [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(372), + [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), + [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_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), + }, + [83] = { + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(350), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(350), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(350), + [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), + [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(570), + [sym_num_lit] = ACTIONS(376), + [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), + [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_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), + }, + [84] = { + [sym__gap] = STATE(73), + [sym_dis_expr] = STATE(73), + [sym__form] = STATE(357), + [sym_kwd_lit] = STATE(357), + [sym_str_lit] = STATE(357), + [sym_sym_lit] = STATE(357), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(357), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(357), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(357), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(357), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(357), + [sym_regex_lit] = STATE(357), + [sym_read_cond_lit] = STATE(357), + [sym_splicing_read_cond_lit] = STATE(357), + [sym_ns_map_lit] = STATE(357), + [sym_var_quoting_lit] = STATE(357), + [sym_sym_val_lit] = STATE(357), + [sym_evaling_lit] = STATE(357), + [sym_tagged_or_ctor_lit] = STATE(357), + [sym_derefing_lit] = STATE(357), + [sym_quoting_lit] = STATE(357), + [sym_syn_quoting_lit] = STATE(357), + [sym_unquote_splicing_lit] = STATE(357), + [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), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(382), + [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), + [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_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), + }, + [85] = { + [sym__gap] = STATE(75), + [sym_dis_expr] = STATE(75), + [sym__form] = STATE(362), + [sym_kwd_lit] = STATE(362), + [sym_str_lit] = STATE(362), + [sym_sym_lit] = STATE(362), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(362), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(362), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(362), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(362), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(362), + [sym_regex_lit] = STATE(362), + [sym_read_cond_lit] = STATE(362), + [sym_splicing_read_cond_lit] = STATE(362), + [sym_ns_map_lit] = STATE(362), + [sym_var_quoting_lit] = STATE(362), + [sym_sym_val_lit] = STATE(362), + [sym_evaling_lit] = STATE(362), + [sym_tagged_or_ctor_lit] = STATE(362), + [sym_derefing_lit] = STATE(362), + [sym_quoting_lit] = STATE(362), + [sym_syn_quoting_lit] = STATE(362), + [sym_unquote_splicing_lit] = STATE(362), + [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), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(388), + [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), + [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_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), + }, + [86] = { + [sym__gap] = STATE(138), + [sym_dis_expr] = STATE(138), + [sym__form] = STATE(283), + [sym_kwd_lit] = STATE(283), + [sym_str_lit] = STATE(283), + [sym_sym_lit] = STATE(283), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(283), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(283), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(283), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(283), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(283), + [sym_regex_lit] = STATE(283), + [sym_read_cond_lit] = STATE(283), + [sym_splicing_read_cond_lit] = STATE(283), + [sym_ns_map_lit] = STATE(283), + [sym_var_quoting_lit] = STATE(283), + [sym_sym_val_lit] = STATE(283), + [sym_evaling_lit] = STATE(283), + [sym_tagged_or_ctor_lit] = STATE(283), + [sym_derefing_lit] = STATE(283), + [sym_quoting_lit] = STATE(283), + [sym_syn_quoting_lit] = STATE(283), + [sym_unquote_splicing_lit] = STATE(283), + [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), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(616), [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(570), - [sym_nil_lit] = ACTIONS(572), - [sym_bool_lit] = ACTIONS(572), + [sym_char_lit] = ACTIONS(616), + [sym_nil_lit] = ACTIONS(618), + [sym_bool_lit] = ACTIONS(618), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -7740,24 +8438,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE_AT] = ACTIONS(49), [anon_sym_TILDE] = ACTIONS(51), }, - [76] = { - [sym__gap] = STATE(43), - [sym_dis_expr] = STATE(43), + [87] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), [sym__form] = STATE(364), [sym_kwd_lit] = STATE(364), [sym_str_lit] = STATE(364), [sym_sym_lit] = STATE(364), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), [sym_list_lit] = STATE(364), - [sym__bare_list_lit] = STATE(348), + [sym__bare_list_lit] = STATE(392), [sym_map_lit] = STATE(364), - [sym__bare_map_lit] = STATE(349), + [sym__bare_map_lit] = STATE(403), [sym_vec_lit] = STATE(364), - [sym__bare_vec_lit] = STATE(350), + [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(364), - [sym__bare_set_lit] = STATE(351), + [sym__bare_set_lit] = STATE(326), [sym_anon_fn_lit] = STATE(364), [sym_regex_lit] = STATE(364), [sym_read_cond_lit] = STATE(364), @@ -7772,82 +8470,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_syn_quoting_lit] = STATE(364), [sym_unquote_splicing_lit] = STATE(364), [sym_unquoting_lit] = STATE(364), - [aux_sym_dis_expr_repeat1] = STATE(43), - [aux_sym_sym_lit_repeat1] = STATE(296), - [sym__ws] = ACTIONS(574), - [sym_comment] = ACTIONS(574), + [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(576), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(576), - [sym_nil_lit] = ACTIONS(578), - [sym_bool_lit] = ACTIONS(578), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(392), + [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), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), + [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), }, - [77] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(247), - [sym_kwd_lit] = STATE(247), - [sym_str_lit] = STATE(247), - [sym_sym_lit] = STATE(247), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(247), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(247), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(247), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(247), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(247), - [sym_regex_lit] = STATE(247), - [sym_read_cond_lit] = STATE(247), - [sym_splicing_read_cond_lit] = STATE(247), - [sym_ns_map_lit] = STATE(247), - [sym_var_quoting_lit] = STATE(247), - [sym_sym_val_lit] = STATE(247), - [sym_evaling_lit] = STATE(247), - [sym_tagged_or_ctor_lit] = STATE(247), - [sym_derefing_lit] = STATE(247), - [sym_quoting_lit] = STATE(247), - [sym_syn_quoting_lit] = STATE(247), - [sym_unquote_splicing_lit] = STATE(247), - [sym_unquoting_lit] = STATE(247), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(297), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), + [88] = { + [sym__gap] = STATE(144), + [sym_dis_expr] = STATE(144), + [sym__form] = STATE(287), + [sym_kwd_lit] = STATE(287), + [sym_str_lit] = STATE(287), + [sym_sym_lit] = STATE(287), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(287), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(287), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(287), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(287), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(287), + [sym_regex_lit] = STATE(287), + [sym_read_cond_lit] = STATE(287), + [sym_splicing_read_cond_lit] = STATE(287), + [sym_ns_map_lit] = STATE(287), + [sym_var_quoting_lit] = STATE(287), + [sym_sym_val_lit] = STATE(287), + [sym_evaling_lit] = STATE(287), + [sym_tagged_or_ctor_lit] = STATE(287), + [sym_derefing_lit] = STATE(287), + [sym_quoting_lit] = STATE(287), + [sym_syn_quoting_lit] = STATE(287), + [sym_unquote_splicing_lit] = STATE(287), + [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), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(580), + [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(580), - [sym_nil_lit] = ACTIONS(582), - [sym_bool_lit] = ACTIONS(582), + [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), @@ -7866,555 +8564,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE_AT] = ACTIONS(49), [anon_sym_TILDE] = ACTIONS(51), }, - [78] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(337), - [sym_kwd_lit] = STATE(337), - [sym_str_lit] = STATE(337), - [sym_sym_lit] = STATE(337), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(337), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(337), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(337), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(337), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(337), - [sym_regex_lit] = STATE(337), - [sym_read_cond_lit] = STATE(337), - [sym_splicing_read_cond_lit] = STATE(337), - [sym_ns_map_lit] = STATE(337), - [sym_var_quoting_lit] = STATE(337), - [sym_sym_val_lit] = STATE(337), - [sym_evaling_lit] = STATE(337), - [sym_tagged_or_ctor_lit] = STATE(337), - [sym_derefing_lit] = STATE(337), - [sym_quoting_lit] = STATE(337), - [sym_syn_quoting_lit] = STATE(337), - [sym_unquote_splicing_lit] = STATE(337), - [sym_unquoting_lit] = STATE(337), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(296), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(494), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(494), - [sym_nil_lit] = ACTIONS(496), - [sym_bool_lit] = ACTIONS(496), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), - }, - [79] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(247), - [sym_kwd_lit] = STATE(247), - [sym_str_lit] = STATE(247), - [sym_sym_lit] = STATE(247), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(247), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(247), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(247), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(247), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(247), - [sym_regex_lit] = STATE(247), - [sym_read_cond_lit] = STATE(247), - [sym_splicing_read_cond_lit] = STATE(247), - [sym_ns_map_lit] = STATE(247), - [sym_var_quoting_lit] = STATE(247), - [sym_sym_val_lit] = STATE(247), - [sym_evaling_lit] = STATE(247), - [sym_tagged_or_ctor_lit] = STATE(247), - [sym_derefing_lit] = STATE(247), - [sym_quoting_lit] = STATE(247), - [sym_syn_quoting_lit] = STATE(247), - [sym_unquote_splicing_lit] = STATE(247), - [sym_unquoting_lit] = STATE(247), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(293), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), + [89] = { + [sym__gap] = STATE(146), + [sym_dis_expr] = STATE(146), + [sym__form] = STATE(289), + [sym_kwd_lit] = STATE(289), + [sym_str_lit] = STATE(289), + [sym_sym_lit] = STATE(289), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(289), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(289), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(289), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(289), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(289), + [sym_regex_lit] = STATE(289), + [sym_read_cond_lit] = STATE(289), + [sym_splicing_read_cond_lit] = STATE(289), + [sym_ns_map_lit] = STATE(289), + [sym_var_quoting_lit] = STATE(289), + [sym_sym_val_lit] = STATE(289), + [sym_evaling_lit] = STATE(289), + [sym_tagged_or_ctor_lit] = STATE(289), + [sym_derefing_lit] = STATE(289), + [sym_quoting_lit] = STATE(289), + [sym_syn_quoting_lit] = STATE(289), + [sym_unquote_splicing_lit] = STATE(289), + [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), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(580), + [sym_num_lit] = ACTIONS(628), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_COLON_COLON] = ACTIONS(270), + [anon_sym_COLON] = ACTIONS(11), + [anon_sym_COLON_COLON] = ACTIONS(13), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(580), - [sym_nil_lit] = ACTIONS(582), - [sym_bool_lit] = ACTIONS(582), + [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(274), + [anon_sym_POUND] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(276), + [anon_sym_POUND_SQUOTE] = ACTIONS(37), [anon_sym_POUND_POUND] = ACTIONS(39), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(278), - [anon_sym_SQUOTE] = ACTIONS(280), - [anon_sym_BQUOTE] = ACTIONS(282), - [anon_sym_TILDE_AT] = ACTIONS(284), - [anon_sym_TILDE] = ACTIONS(286), - }, - [80] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(345), - [sym_kwd_lit] = STATE(345), - [sym_str_lit] = STATE(345), - [sym_sym_lit] = STATE(345), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(345), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(345), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(345), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(345), - [sym__bare_set_lit] = STATE(351), - [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(292), - [aux_sym_sym_lit_repeat1] = STATE(296), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(390), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(390), - [sym_nil_lit] = ACTIONS(396), - [sym_bool_lit] = ACTIONS(396), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), - }, - [81] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(336), - [sym_kwd_lit] = STATE(336), - [sym_str_lit] = STATE(336), - [sym_sym_lit] = STATE(336), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(336), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(336), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(336), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(336), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(336), - [sym_regex_lit] = STATE(336), - [sym_read_cond_lit] = STATE(336), - [sym_splicing_read_cond_lit] = STATE(336), - [sym_ns_map_lit] = STATE(336), - [sym_var_quoting_lit] = STATE(336), - [sym_sym_val_lit] = STATE(336), - [sym_evaling_lit] = STATE(336), - [sym_tagged_or_ctor_lit] = STATE(336), - [sym_derefing_lit] = STATE(336), - [sym_quoting_lit] = STATE(336), - [sym_syn_quoting_lit] = STATE(336), - [sym_unquote_splicing_lit] = STATE(336), - [sym_unquoting_lit] = STATE(336), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(296), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(502), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(502), - [sym_nil_lit] = ACTIONS(504), - [sym_bool_lit] = ACTIONS(504), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), - }, - [82] = { - [sym__gap] = STATE(198), - [sym_dis_expr] = STATE(198), - [sym__form] = STATE(352), - [sym_kwd_lit] = STATE(352), - [sym_str_lit] = STATE(352), - [sym_sym_lit] = STATE(352), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(352), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(352), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(352), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(352), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(352), - [sym_regex_lit] = STATE(352), - [sym_read_cond_lit] = STATE(352), - [sym_splicing_read_cond_lit] = STATE(352), - [sym_ns_map_lit] = STATE(352), - [sym_var_quoting_lit] = STATE(352), - [sym_sym_val_lit] = STATE(352), - [sym_evaling_lit] = STATE(352), - [sym_tagged_or_ctor_lit] = STATE(352), - [sym_derefing_lit] = STATE(352), - [sym_quoting_lit] = STATE(352), - [sym_syn_quoting_lit] = STATE(352), - [sym_unquote_splicing_lit] = STATE(352), - [sym_unquoting_lit] = STATE(352), - [aux_sym_dis_expr_repeat1] = STATE(198), - [aux_sym_sym_lit_repeat1] = STATE(294), - [sym__ws] = ACTIONS(584), - [sym_comment] = ACTIONS(584), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(318), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(318), - [sym_nil_lit] = ACTIONS(328), - [sym_bool_lit] = ACTIONS(328), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), - }, - [83] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(335), - [sym_kwd_lit] = STATE(335), - [sym_str_lit] = STATE(335), - [sym_sym_lit] = STATE(335), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(335), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(335), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(335), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(335), - [sym__bare_set_lit] = STATE(351), - [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(292), - [aux_sym_sym_lit_repeat1] = STATE(296), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(506), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(506), - [sym_nil_lit] = ACTIONS(508), - [sym_bool_lit] = ACTIONS(508), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), - }, - [84] = { - [sym__gap] = STATE(50), - [sym_dis_expr] = STATE(50), - [sym__form] = STATE(318), - [sym_kwd_lit] = STATE(318), - [sym_str_lit] = STATE(318), - [sym_sym_lit] = STATE(318), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(318), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(318), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(318), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(318), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(318), - [sym_regex_lit] = STATE(318), - [sym_read_cond_lit] = STATE(318), - [sym_splicing_read_cond_lit] = STATE(318), - [sym_ns_map_lit] = STATE(318), - [sym_var_quoting_lit] = STATE(318), - [sym_sym_val_lit] = STATE(318), - [sym_evaling_lit] = STATE(318), - [sym_tagged_or_ctor_lit] = STATE(318), - [sym_derefing_lit] = STATE(318), - [sym_quoting_lit] = STATE(318), - [sym_syn_quoting_lit] = STATE(318), - [sym_unquote_splicing_lit] = STATE(318), - [sym_unquoting_lit] = STATE(318), - [aux_sym_dis_expr_repeat1] = STATE(50), - [aux_sym_sym_lit_repeat1] = STATE(295), - [sym__ws] = ACTIONS(586), - [sym_comment] = ACTIONS(586), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(588), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(588), - [sym_nil_lit] = ACTIONS(590), - [sym_bool_lit] = ACTIONS(590), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), - }, - [85] = { - [sym__gap] = STATE(52), - [sym_dis_expr] = STATE(52), - [sym__form] = STATE(317), - [sym_kwd_lit] = STATE(317), - [sym_str_lit] = STATE(317), - [sym_sym_lit] = STATE(317), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(317), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(317), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(317), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(317), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(317), - [sym_regex_lit] = STATE(317), - [sym_read_cond_lit] = STATE(317), - [sym_splicing_read_cond_lit] = STATE(317), - [sym_ns_map_lit] = STATE(317), - [sym_var_quoting_lit] = STATE(317), - [sym_sym_val_lit] = STATE(317), - [sym_evaling_lit] = STATE(317), - [sym_tagged_or_ctor_lit] = STATE(317), - [sym_derefing_lit] = STATE(317), - [sym_quoting_lit] = STATE(317), - [sym_syn_quoting_lit] = STATE(317), - [sym_unquote_splicing_lit] = STATE(317), - [sym_unquoting_lit] = STATE(317), - [aux_sym_dis_expr_repeat1] = STATE(52), - [aux_sym_sym_lit_repeat1] = STATE(295), - [sym__ws] = ACTIONS(592), - [sym_comment] = ACTIONS(592), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(594), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(594), - [sym_nil_lit] = ACTIONS(596), - [sym_bool_lit] = ACTIONS(596), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), + [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), }, - [86] = { - [sym__gap] = STATE(138), - [sym_dis_expr] = STATE(138), - [sym__form] = STATE(243), - [sym_kwd_lit] = STATE(243), - [sym_str_lit] = STATE(243), - [sym_sym_lit] = STATE(243), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(243), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(243), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(243), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(243), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(243), - [sym_regex_lit] = STATE(243), - [sym_read_cond_lit] = STATE(243), - [sym_splicing_read_cond_lit] = STATE(243), - [sym_ns_map_lit] = STATE(243), - [sym_var_quoting_lit] = STATE(243), - [sym_sym_val_lit] = STATE(243), - [sym_evaling_lit] = STATE(243), - [sym_tagged_or_ctor_lit] = STATE(243), - [sym_derefing_lit] = STATE(243), - [sym_quoting_lit] = STATE(243), - [sym_syn_quoting_lit] = STATE(243), - [sym_unquote_splicing_lit] = STATE(243), - [sym_unquoting_lit] = STATE(243), - [aux_sym_dis_expr_repeat1] = STATE(138), - [aux_sym_sym_lit_repeat1] = STATE(297), - [sym__ws] = ACTIONS(598), - [sym_comment] = ACTIONS(598), + [90] = { + [sym__gap] = STATE(148), + [sym_dis_expr] = STATE(148), + [sym__form] = STATE(290), + [sym_kwd_lit] = STATE(290), + [sym_str_lit] = STATE(290), + [sym_sym_lit] = STATE(290), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(290), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(290), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(290), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(290), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(290), + [sym_regex_lit] = STATE(290), + [sym_read_cond_lit] = STATE(290), + [sym_splicing_read_cond_lit] = STATE(290), + [sym_ns_map_lit] = STATE(290), + [sym_var_quoting_lit] = STATE(290), + [sym_sym_val_lit] = STATE(290), + [sym_evaling_lit] = STATE(290), + [sym_tagged_or_ctor_lit] = STATE(290), + [sym_derefing_lit] = STATE(290), + [sym_quoting_lit] = STATE(290), + [sym_syn_quoting_lit] = STATE(290), + [sym_unquote_splicing_lit] = STATE(290), + [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), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(438), + [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(438), - [sym_nil_lit] = ACTIONS(440), - [sym_bool_lit] = ACTIONS(440), + [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), @@ -8433,114 +8690,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE_AT] = ACTIONS(49), [anon_sym_TILDE] = ACTIONS(51), }, - [87] = { - [sym__gap] = STATE(55), - [sym_dis_expr] = STATE(55), - [sym__form] = STATE(395), - [sym_kwd_lit] = STATE(395), - [sym_str_lit] = STATE(395), - [sym_sym_lit] = STATE(395), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(395), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(395), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(395), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(395), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(395), - [sym_regex_lit] = STATE(395), - [sym_read_cond_lit] = STATE(395), - [sym_splicing_read_cond_lit] = STATE(395), - [sym_ns_map_lit] = STATE(395), - [sym_var_quoting_lit] = STATE(395), - [sym_sym_val_lit] = STATE(395), - [sym_evaling_lit] = STATE(395), - [sym_tagged_or_ctor_lit] = STATE(395), - [sym_derefing_lit] = STATE(395), - [sym_quoting_lit] = STATE(395), - [sym_syn_quoting_lit] = STATE(395), - [sym_unquote_splicing_lit] = STATE(395), - [sym_unquoting_lit] = STATE(395), - [aux_sym_dis_expr_repeat1] = STATE(55), - [aux_sym_sym_lit_repeat1] = STATE(295), - [sym__ws] = ACTIONS(600), - [sym_comment] = ACTIONS(600), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(602), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(602), - [sym_nil_lit] = ACTIONS(604), - [sym_bool_lit] = ACTIONS(604), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), - }, - [88] = { - [sym__gap] = STATE(144), - [sym_dis_expr] = STATE(144), - [sym__form] = STATE(239), - [sym_kwd_lit] = STATE(239), - [sym_str_lit] = STATE(239), - [sym_sym_lit] = STATE(239), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(239), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(239), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(239), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(239), - [sym__bare_set_lit] = STATE(256), - [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(144), - [aux_sym_sym_lit_repeat1] = STATE(297), - [sym__ws] = ACTIONS(606), - [sym_comment] = ACTIONS(606), + [91] = { + [sym__gap] = STATE(150), + [sym_dis_expr] = STATE(150), + [sym__form] = STATE(291), + [sym_kwd_lit] = STATE(291), + [sym_str_lit] = STATE(291), + [sym_sym_lit] = STATE(291), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(291), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(291), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(291), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(291), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(291), + [sym_regex_lit] = STATE(291), + [sym_read_cond_lit] = STATE(291), + [sym_splicing_read_cond_lit] = STATE(291), + [sym_ns_map_lit] = STATE(291), + [sym_var_quoting_lit] = STATE(291), + [sym_sym_val_lit] = STATE(291), + [sym_evaling_lit] = STATE(291), + [sym_tagged_or_ctor_lit] = STATE(291), + [sym_derefing_lit] = STATE(291), + [sym_quoting_lit] = STATE(291), + [sym_syn_quoting_lit] = STATE(291), + [sym_unquote_splicing_lit] = STATE(291), + [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), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(426), + [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(426), - [sym_nil_lit] = ACTIONS(428), - [sym_bool_lit] = ACTIONS(428), + [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), @@ -8559,51 +8753,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE_AT] = ACTIONS(49), [anon_sym_TILDE] = ACTIONS(51), }, - [89] = { - [sym__gap] = STATE(146), - [sym_dis_expr] = STATE(146), - [sym__form] = STATE(238), - [sym_kwd_lit] = STATE(238), - [sym_str_lit] = STATE(238), - [sym_sym_lit] = STATE(238), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(238), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(238), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(238), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(238), - [sym__bare_set_lit] = STATE(256), - [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), - [aux_sym_dis_expr_repeat1] = STATE(146), - [aux_sym_sym_lit_repeat1] = STATE(297), - [sym__ws] = ACTIONS(608), - [sym_comment] = ACTIONS(608), + [92] = { + [sym__gap] = STATE(152), + [sym_dis_expr] = STATE(152), + [sym__form] = STATE(263), + [sym_kwd_lit] = STATE(263), + [sym_str_lit] = STATE(263), + [sym_sym_lit] = STATE(263), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(263), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(263), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(263), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(263), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(263), + [sym_regex_lit] = STATE(263), + [sym_read_cond_lit] = STATE(263), + [sym_splicing_read_cond_lit] = STATE(263), + [sym_ns_map_lit] = STATE(263), + [sym_var_quoting_lit] = STATE(263), + [sym_sym_val_lit] = STATE(263), + [sym_evaling_lit] = STATE(263), + [sym_tagged_or_ctor_lit] = STATE(263), + [sym_derefing_lit] = STATE(263), + [sym_quoting_lit] = STATE(263), + [sym_syn_quoting_lit] = STATE(263), + [sym_unquote_splicing_lit] = STATE(263), + [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), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(420), + [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(420), - [sym_nil_lit] = ACTIONS(422), - [sym_bool_lit] = ACTIONS(422), + [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), @@ -8622,114 +8816,870 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE_AT] = ACTIONS(49), [anon_sym_TILDE] = ACTIONS(51), }, - [90] = { - [sym__gap] = STATE(148), - [sym_dis_expr] = STATE(148), - [sym__form] = STATE(237), - [sym_kwd_lit] = STATE(237), - [sym_str_lit] = STATE(237), - [sym_sym_lit] = STATE(237), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(237), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(237), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(237), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(237), - [sym__bare_set_lit] = STATE(256), - [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), - [aux_sym_dis_expr_repeat1] = STATE(148), - [aux_sym_sym_lit_repeat1] = STATE(297), - [sym__ws] = ACTIONS(610), - [sym_comment] = ACTIONS(610), + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(409), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(409), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(409), + [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), + [aux_sym_dis_expr_repeat1] = STATE(77), + [aux_sym_sym_lit_repeat1] = STATE(304), + [sym__ws] = ACTIONS(650), + [sym_comment] = ACTIONS(650), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(312), - [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(312), - [sym_nil_lit] = ACTIONS(314), - [sym_bool_lit] = ACTIONS(314), - [aux_sym__sym_qualified_token1] = ACTIONS(19), + [sym_num_lit] = ACTIONS(398), + [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), + [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), }, - [91] = { - [sym__gap] = STATE(150), - [sym_dis_expr] = STATE(150), - [sym__form] = STATE(236), - [sym_kwd_lit] = STATE(236), - [sym_str_lit] = STATE(236), - [sym_sym_lit] = STATE(236), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(236), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(236), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(236), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(236), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(236), - [sym_regex_lit] = STATE(236), - [sym_read_cond_lit] = STATE(236), - [sym_splicing_read_cond_lit] = STATE(236), - [sym_ns_map_lit] = STATE(236), - [sym_var_quoting_lit] = STATE(236), - [sym_sym_val_lit] = STATE(236), - [sym_evaling_lit] = STATE(236), - [sym_tagged_or_ctor_lit] = STATE(236), - [sym_derefing_lit] = STATE(236), - [sym_quoting_lit] = STATE(236), - [sym_syn_quoting_lit] = STATE(236), - [sym_unquote_splicing_lit] = STATE(236), - [sym_unquoting_lit] = STATE(236), - [aux_sym_dis_expr_repeat1] = STATE(150), - [aux_sym_sym_lit_repeat1] = STATE(297), - [sym__ws] = ACTIONS(612), - [sym_comment] = ACTIONS(612), + [94] = { + [sym__gap] = STATE(79), + [sym_dis_expr] = STATE(79), + [sym__form] = STATE(384), + [sym_kwd_lit] = STATE(384), + [sym_str_lit] = STATE(384), + [sym_sym_lit] = STATE(384), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(384), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(384), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(384), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(384), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(384), + [sym_regex_lit] = STATE(384), + [sym_read_cond_lit] = STATE(384), + [sym_splicing_read_cond_lit] = STATE(384), + [sym_ns_map_lit] = STATE(384), + [sym_var_quoting_lit] = STATE(384), + [sym_sym_val_lit] = STATE(384), + [sym_evaling_lit] = STATE(384), + [sym_tagged_or_ctor_lit] = STATE(384), + [sym_derefing_lit] = STATE(384), + [sym_quoting_lit] = STATE(384), + [sym_syn_quoting_lit] = STATE(384), + [sym_unquote_splicing_lit] = STATE(384), + [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), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(404), + [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), + [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_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), + }, + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(389), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(389), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(389), + [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(80), + [aux_sym_sym_lit_repeat1] = STATE(304), + [sym__ws] = ACTIONS(654), + [sym_comment] = ACTIONS(654), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(410), + [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), + [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_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), + }, + [96] = { + [sym__gap] = STATE(81), + [sym_dis_expr] = STATE(81), + [sym__form] = STATE(391), + [sym_kwd_lit] = STATE(391), + [sym_str_lit] = STATE(391), + [sym_sym_lit] = STATE(391), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(391), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(391), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(391), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(391), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(391), + [sym_regex_lit] = STATE(391), + [sym_read_cond_lit] = STATE(391), + [sym_splicing_read_cond_lit] = STATE(391), + [sym_ns_map_lit] = STATE(391), + [sym_var_quoting_lit] = STATE(391), + [sym_sym_val_lit] = STATE(391), + [sym_evaling_lit] = STATE(391), + [sym_tagged_or_ctor_lit] = STATE(391), + [sym_derefing_lit] = STATE(391), + [sym_quoting_lit] = STATE(391), + [sym_syn_quoting_lit] = STATE(391), + [sym_unquote_splicing_lit] = STATE(391), + [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), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(416), + [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), + [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_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), + }, + [97] = { + [sym__gap] = STATE(82), + [sym_dis_expr] = STATE(82), + [sym__form] = STATE(393), + [sym_kwd_lit] = STATE(393), + [sym_str_lit] = STATE(393), + [sym_sym_lit] = STATE(393), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(393), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(393), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(393), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(393), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(393), + [sym_regex_lit] = STATE(393), + [sym_read_cond_lit] = STATE(393), + [sym_splicing_read_cond_lit] = STATE(393), + [sym_ns_map_lit] = STATE(393), + [sym_var_quoting_lit] = STATE(393), + [sym_sym_val_lit] = STATE(393), + [sym_evaling_lit] = STATE(393), + [sym_tagged_or_ctor_lit] = STATE(393), + [sym_derefing_lit] = STATE(393), + [sym_quoting_lit] = STATE(393), + [sym_syn_quoting_lit] = STATE(393), + [sym_unquote_splicing_lit] = STATE(393), + [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), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(300), + [sym_num_lit] = ACTIONS(446), + [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), + [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_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), + }, + [98] = { + [sym__gap] = STATE(83), + [sym_dis_expr] = STATE(83), + [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(405), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(405), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(405), + [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(83), + [aux_sym_sym_lit_repeat1] = STATE(304), + [sym__ws] = ACTIONS(660), + [sym_comment] = ACTIONS(660), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(662), + [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), + [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_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), + }, + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(378), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(378), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(378), + [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), + [aux_sym_str_lit_token1] = ACTIONS(274), + [sym_char_lit] = ACTIONS(456), + [sym_nil_lit] = ACTIONS(458), + [sym_bool_lit] = ACTIONS(458), + [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_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), + }, + [100] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(412), + [sym_kwd_lit] = STATE(412), + [sym_str_lit] = STATE(412), + [sym_sym_lit] = STATE(412), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(412), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(412), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(412), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(412), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(412), + [sym_regex_lit] = STATE(412), + [sym_read_cond_lit] = STATE(412), + [sym_splicing_read_cond_lit] = STATE(412), + [sym_ns_map_lit] = STATE(412), + [sym_var_quoting_lit] = STATE(412), + [sym_sym_val_lit] = STATE(412), + [sym_evaling_lit] = STATE(412), + [sym_tagged_or_ctor_lit] = STATE(412), + [sym_derefing_lit] = STATE(412), + [sym_quoting_lit] = STATE(412), + [sym_syn_quoting_lit] = STATE(412), + [sym_unquote_splicing_lit] = STATE(412), + [sym_unquoting_lit] = STATE(412), + [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(464), + [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), + [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_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), + }, + [101] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(414), + [sym_kwd_lit] = STATE(414), + [sym_str_lit] = STATE(414), + [sym_sym_lit] = STATE(414), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(414), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(414), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(414), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(414), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(414), + [sym_regex_lit] = STATE(414), + [sym_read_cond_lit] = STATE(414), + [sym_splicing_read_cond_lit] = STATE(414), + [sym_ns_map_lit] = STATE(414), + [sym_var_quoting_lit] = STATE(414), + [sym_sym_val_lit] = STATE(414), + [sym_evaling_lit] = STATE(414), + [sym_tagged_or_ctor_lit] = STATE(414), + [sym_derefing_lit] = STATE(414), + [sym_quoting_lit] = STATE(414), + [sym_syn_quoting_lit] = STATE(414), + [sym_unquote_splicing_lit] = STATE(414), + [sym_unquoting_lit] = STATE(414), + [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(472), + [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), + [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_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), + }, + [102] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(415), + [sym_kwd_lit] = STATE(415), + [sym_str_lit] = STATE(415), + [sym_sym_lit] = STATE(415), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(415), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(415), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(415), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(415), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(415), + [sym_regex_lit] = STATE(415), + [sym_read_cond_lit] = STATE(415), + [sym_splicing_read_cond_lit] = STATE(415), + [sym_ns_map_lit] = STATE(415), + [sym_var_quoting_lit] = STATE(415), + [sym_sym_val_lit] = STATE(415), + [sym_evaling_lit] = STATE(415), + [sym_tagged_or_ctor_lit] = STATE(415), + [sym_derefing_lit] = STATE(415), + [sym_quoting_lit] = STATE(415), + [sym_syn_quoting_lit] = STATE(415), + [sym_unquote_splicing_lit] = STATE(415), + [sym_unquoting_lit] = STATE(415), + [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(476), + [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), + [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_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), + }, + [103] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(416), + [sym_kwd_lit] = STATE(416), + [sym_str_lit] = STATE(416), + [sym_sym_lit] = STATE(416), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(416), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(416), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(416), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(416), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(416), + [sym_regex_lit] = STATE(416), + [sym_read_cond_lit] = STATE(416), + [sym_splicing_read_cond_lit] = STATE(416), + [sym_ns_map_lit] = STATE(416), + [sym_var_quoting_lit] = STATE(416), + [sym_sym_val_lit] = STATE(416), + [sym_evaling_lit] = STATE(416), + [sym_tagged_or_ctor_lit] = STATE(416), + [sym_derefing_lit] = STATE(416), + [sym_quoting_lit] = STATE(416), + [sym_syn_quoting_lit] = STATE(416), + [sym_unquote_splicing_lit] = STATE(416), + [sym_unquoting_lit] = STATE(416), + [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(480), + [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), + [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_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), + }, + [104] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(419), + [sym_kwd_lit] = STATE(419), + [sym_str_lit] = STATE(419), + [sym_sym_lit] = STATE(419), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(419), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(419), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(419), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(419), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(419), + [sym_regex_lit] = STATE(419), + [sym_read_cond_lit] = STATE(419), + [sym_splicing_read_cond_lit] = STATE(419), + [sym_ns_map_lit] = STATE(419), + [sym_var_quoting_lit] = STATE(419), + [sym_sym_val_lit] = STATE(419), + [sym_evaling_lit] = STATE(419), + [sym_tagged_or_ctor_lit] = STATE(419), + [sym_derefing_lit] = STATE(419), + [sym_quoting_lit] = STATE(419), + [sym_syn_quoting_lit] = STATE(419), + [sym_unquote_splicing_lit] = STATE(419), + [sym_unquoting_lit] = STATE(419), + [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(484), + [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), + [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_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), + }, + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(409), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(409), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(409), + [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), + [aux_sym_dis_expr_repeat1] = STATE(184), + [aux_sym_sym_lit_repeat1] = STATE(306), + [sym__ws] = ACTIONS(666), + [sym_comment] = ACTIONS(666), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(398), + [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(398), + [sym_nil_lit] = ACTIONS(400), + [sym_bool_lit] = ACTIONS(400), + [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), + }, + [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__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(39), + [aux_sym_sym_lit_repeat1] = STATE(305), + [sym__ws] = ACTIONS(668), + [sym_comment] = ACTIONS(668), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(670), [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(300), - [sym_nil_lit] = ACTIONS(302), - [sym_bool_lit] = ACTIONS(302), + [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), @@ -8748,51 +9698,240 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE_AT] = ACTIONS(49), [anon_sym_TILDE] = ACTIONS(51), }, - [92] = { - [sym__gap] = STATE(152), - [sym_dis_expr] = STATE(152), - [sym__form] = STATE(235), - [sym_kwd_lit] = STATE(235), - [sym_str_lit] = STATE(235), - [sym_sym_lit] = STATE(235), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(235), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(235), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(235), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(235), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(235), - [sym_regex_lit] = STATE(235), - [sym_read_cond_lit] = STATE(235), - [sym_splicing_read_cond_lit] = STATE(235), - [sym_ns_map_lit] = STATE(235), - [sym_var_quoting_lit] = STATE(235), - [sym_sym_val_lit] = STATE(235), - [sym_evaling_lit] = STATE(235), - [sym_tagged_or_ctor_lit] = STATE(235), - [sym_derefing_lit] = STATE(235), - [sym_quoting_lit] = STATE(235), - [sym_syn_quoting_lit] = STATE(235), - [sym_unquote_splicing_lit] = STATE(235), - [sym_unquoting_lit] = STATE(235), - [aux_sym_dis_expr_repeat1] = STATE(152), - [aux_sym_sym_lit_repeat1] = STATE(297), - [sym__ws] = ACTIONS(614), - [sym_comment] = ACTIONS(614), + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(374), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(374), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(374), + [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), + [aux_sym_dis_expr_repeat1] = STATE(87), + [aux_sym_sym_lit_repeat1] = STATE(304), + [sym__ws] = ACTIONS(674), + [sym_comment] = ACTIONS(674), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(616), + [sym_num_lit] = ACTIONS(490), + [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), + [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_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), + }, + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(387), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(387), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(387), + [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), + [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), + [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(494), + [sym_nil_lit] = ACTIONS(496), + [sym_bool_lit] = ACTIONS(496), + [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), + }, + [109] = { + [sym__gap] = STATE(99), + [sym_dis_expr] = STATE(99), + [sym__form] = STATE(371), + [sym_kwd_lit] = STATE(371), + [sym_str_lit] = STATE(371), + [sym_sym_lit] = STATE(371), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(371), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(371), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(371), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(371), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(371), + [sym_regex_lit] = STATE(371), + [sym_read_cond_lit] = STATE(371), + [sym_splicing_read_cond_lit] = STATE(371), + [sym_ns_map_lit] = STATE(371), + [sym_var_quoting_lit] = STATE(371), + [sym_sym_val_lit] = STATE(371), + [sym_evaling_lit] = STATE(371), + [sym_tagged_or_ctor_lit] = STATE(371), + [sym_derefing_lit] = STATE(371), + [sym_quoting_lit] = STATE(371), + [sym_syn_quoting_lit] = STATE(371), + [sym_unquote_splicing_lit] = STATE(371), + [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), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(506), + [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), + [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_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), + }, + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(237), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(237), + [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), + [aux_sym_dis_expr_repeat1] = STATE(63), + [aux_sym_sym_lit_repeat1] = STATE(305), + [sym__ws] = ACTIONS(678), + [sym_comment] = ACTIONS(678), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(680), [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(680), + [sym_nil_lit] = ACTIONS(682), + [sym_bool_lit] = ACTIONS(682), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -8811,528 +9950,654 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE_AT] = ACTIONS(49), [anon_sym_TILDE] = ACTIONS(51), }, - [93] = { - [sym__gap] = STATE(105), - [sym_dis_expr] = STATE(105), - [sym__form] = STATE(231), - [sym_kwd_lit] = STATE(231), - [sym_str_lit] = STATE(231), - [sym_sym_lit] = STATE(231), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(231), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(231), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(231), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(231), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(231), - [sym_regex_lit] = STATE(231), - [sym_read_cond_lit] = STATE(231), - [sym_splicing_read_cond_lit] = STATE(231), - [sym_ns_map_lit] = STATE(231), - [sym_var_quoting_lit] = STATE(231), - [sym_sym_val_lit] = STATE(231), - [sym_evaling_lit] = STATE(231), - [sym_tagged_or_ctor_lit] = STATE(231), - [sym_derefing_lit] = STATE(231), - [sym_quoting_lit] = STATE(231), - [sym_syn_quoting_lit] = STATE(231), - [sym_unquote_splicing_lit] = STATE(231), - [sym_unquoting_lit] = STATE(231), - [aux_sym_dis_expr_repeat1] = STATE(105), - [aux_sym_sym_lit_repeat1] = STATE(293), - [sym__ws] = ACTIONS(620), - [sym_comment] = ACTIONS(620), + [111] = { + [sym__gap] = STATE(100), + [sym_dis_expr] = STATE(100), + [sym__form] = STATE(370), + [sym_kwd_lit] = STATE(370), + [sym_str_lit] = STATE(370), + [sym_sym_lit] = STATE(370), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(370), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(370), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(370), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(370), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(370), + [sym_regex_lit] = STATE(370), + [sym_read_cond_lit] = STATE(370), + [sym_splicing_read_cond_lit] = STATE(370), + [sym_ns_map_lit] = STATE(370), + [sym_var_quoting_lit] = STATE(370), + [sym_sym_val_lit] = STATE(370), + [sym_evaling_lit] = STATE(370), + [sym_tagged_or_ctor_lit] = STATE(370), + [sym_derefing_lit] = STATE(370), + [sym_quoting_lit] = STATE(370), + [sym_syn_quoting_lit] = STATE(370), + [sym_unquote_splicing_lit] = STATE(370), + [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), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(622), - [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_COLON_COLON] = ACTIONS(270), - [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(622), - [sym_nil_lit] = ACTIONS(624), - [sym_bool_lit] = ACTIONS(624), - [aux_sym__sym_qualified_token1] = ACTIONS(19), + [sym_num_lit] = ACTIONS(512), + [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), + [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(274), - [anon_sym_POUND_QMARK] = ACTIONS(33), - [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(276), - [anon_sym_POUND_POUND] = ACTIONS(39), - [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(278), - [anon_sym_SQUOTE] = ACTIONS(280), - [anon_sym_BQUOTE] = ACTIONS(282), - [anon_sym_TILDE_AT] = ACTIONS(284), - [anon_sym_TILDE] = ACTIONS(286), + [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), + }, + [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__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(101), + [aux_sym_sym_lit_repeat1] = STATE(304), + [sym__ws] = ACTIONS(686), + [sym_comment] = ACTIONS(686), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(518), + [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), + [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_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), }, - [94] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(382), - [sym_kwd_lit] = STATE(382), - [sym_str_lit] = STATE(382), - [sym_sym_lit] = STATE(382), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(382), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(382), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(382), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(382), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(382), - [sym_regex_lit] = STATE(382), - [sym_read_cond_lit] = STATE(382), - [sym_splicing_read_cond_lit] = STATE(382), - [sym_ns_map_lit] = STATE(382), - [sym_var_quoting_lit] = STATE(382), - [sym_sym_val_lit] = STATE(382), - [sym_evaling_lit] = STATE(382), - [sym_tagged_or_ctor_lit] = STATE(382), - [sym_derefing_lit] = STATE(382), - [sym_quoting_lit] = STATE(382), - [sym_syn_quoting_lit] = STATE(382), - [sym_unquote_splicing_lit] = STATE(382), - [sym_unquoting_lit] = STATE(382), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(295), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(347), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(347), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(347), + [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), + [aux_sym_sym_lit_repeat1] = STATE(304), + [sym__ws] = ACTIONS(688), + [sym_comment] = ACTIONS(688), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(626), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(626), - [sym_nil_lit] = ACTIONS(628), - [sym_bool_lit] = ACTIONS(628), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(534), + [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), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), + [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), }, - [95] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(224), - [sym_kwd_lit] = STATE(224), - [sym_str_lit] = STATE(224), - [sym_sym_lit] = STATE(224), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(224), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(224), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(224), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(224), - [sym__bare_set_lit] = STATE(256), - [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(292), - [aux_sym_sym_lit_repeat1] = STATE(293), + [114] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(297), + [sym_kwd_lit] = STATE(297), + [sym_str_lit] = STATE(297), + [sym_sym_lit] = STATE(297), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(297), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(297), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(297), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(297), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(297), + [sym_regex_lit] = STATE(297), + [sym_read_cond_lit] = STATE(297), + [sym_splicing_read_cond_lit] = STATE(297), + [sym_ns_map_lit] = STATE(297), + [sym_var_quoting_lit] = STATE(297), + [sym_sym_val_lit] = STATE(297), + [sym_evaling_lit] = STATE(297), + [sym_tagged_or_ctor_lit] = STATE(297), + [sym_derefing_lit] = STATE(297), + [sym_quoting_lit] = STATE(297), + [sym_syn_quoting_lit] = STATE(297), + [sym_unquote_splicing_lit] = STATE(297), + [sym_unquoting_lit] = STATE(297), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(305), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(630), + [sym_num_lit] = ACTIONS(690), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_COLON_COLON] = ACTIONS(270), + [anon_sym_COLON] = ACTIONS(11), + [anon_sym_COLON_COLON] = ACTIONS(13), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(630), - [sym_nil_lit] = ACTIONS(632), - [sym_bool_lit] = ACTIONS(632), + [sym_char_lit] = ACTIONS(690), + [sym_nil_lit] = ACTIONS(692), + [sym_bool_lit] = ACTIONS(692), [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(274), + [anon_sym_POUND] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(276), + [anon_sym_POUND_SQUOTE] = ACTIONS(37), [anon_sym_POUND_POUND] = ACTIONS(39), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(278), - [anon_sym_SQUOTE] = ACTIONS(280), - [anon_sym_BQUOTE] = ACTIONS(282), - [anon_sym_TILDE_AT] = ACTIONS(284), - [anon_sym_TILDE] = ACTIONS(286), + [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), }, - [96] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(220), - [sym_kwd_lit] = STATE(220), - [sym_str_lit] = STATE(220), - [sym_sym_lit] = STATE(220), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(220), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(220), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(220), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(220), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(220), - [sym_regex_lit] = STATE(220), - [sym_read_cond_lit] = STATE(220), - [sym_splicing_read_cond_lit] = STATE(220), - [sym_ns_map_lit] = STATE(220), - [sym_var_quoting_lit] = STATE(220), - [sym_sym_val_lit] = STATE(220), - [sym_evaling_lit] = STATE(220), - [sym_tagged_or_ctor_lit] = STATE(220), - [sym_derefing_lit] = STATE(220), - [sym_quoting_lit] = STATE(220), - [sym_syn_quoting_lit] = STATE(220), - [sym_unquote_splicing_lit] = STATE(220), - [sym_unquoting_lit] = STATE(220), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(293), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), + [115] = { + [sym__gap] = STATE(158), + [sym_dis_expr] = STATE(158), + [sym__form] = STATE(298), + [sym_kwd_lit] = STATE(298), + [sym_str_lit] = STATE(298), + [sym_sym_lit] = STATE(298), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(298), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(298), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(298), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(298), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(298), + [sym_regex_lit] = STATE(298), + [sym_read_cond_lit] = STATE(298), + [sym_splicing_read_cond_lit] = STATE(298), + [sym_ns_map_lit] = STATE(298), + [sym_var_quoting_lit] = STATE(298), + [sym_sym_val_lit] = STATE(298), + [sym_evaling_lit] = STATE(298), + [sym_tagged_or_ctor_lit] = STATE(298), + [sym_derefing_lit] = STATE(298), + [sym_quoting_lit] = STATE(298), + [sym_syn_quoting_lit] = STATE(298), + [sym_unquote_splicing_lit] = STATE(298), + [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), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(634), + [sym_num_lit] = ACTIONS(696), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_COLON_COLON] = ACTIONS(270), + [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(696), + [sym_nil_lit] = ACTIONS(698), + [sym_bool_lit] = ACTIONS(698), [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(274), + [anon_sym_POUND] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(276), + [anon_sym_POUND_SQUOTE] = ACTIONS(37), [anon_sym_POUND_POUND] = ACTIONS(39), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(278), - [anon_sym_SQUOTE] = ACTIONS(280), - [anon_sym_BQUOTE] = ACTIONS(282), - [anon_sym_TILDE_AT] = ACTIONS(284), - [anon_sym_TILDE] = ACTIONS(286), + [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), }, - [97] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(219), - [sym_kwd_lit] = STATE(219), - [sym_str_lit] = STATE(219), - [sym_sym_lit] = STATE(219), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(219), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(219), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(219), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(219), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(219), - [sym_regex_lit] = STATE(219), - [sym_read_cond_lit] = STATE(219), - [sym_splicing_read_cond_lit] = STATE(219), - [sym_ns_map_lit] = STATE(219), - [sym_var_quoting_lit] = STATE(219), - [sym_sym_val_lit] = STATE(219), - [sym_evaling_lit] = STATE(219), - [sym_tagged_or_ctor_lit] = STATE(219), - [sym_derefing_lit] = STATE(219), - [sym_quoting_lit] = STATE(219), - [sym_syn_quoting_lit] = STATE(219), - [sym_unquote_splicing_lit] = STATE(219), - [sym_unquoting_lit] = STATE(219), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(293), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(361), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(361), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(361), + [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(103), + [aux_sym_sym_lit_repeat1] = STATE(304), + [sym__ws] = ACTIONS(700), + [sym_comment] = ACTIONS(700), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(638), - [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_COLON_COLON] = ACTIONS(270), - [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(638), - [sym_nil_lit] = ACTIONS(640), - [sym_bool_lit] = ACTIONS(640), - [aux_sym__sym_qualified_token1] = ACTIONS(19), + [sym_num_lit] = ACTIONS(526), + [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), + [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(274), - [anon_sym_POUND_QMARK] = ACTIONS(33), - [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(276), - [anon_sym_POUND_POUND] = ACTIONS(39), - [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(278), - [anon_sym_SQUOTE] = ACTIONS(280), - [anon_sym_BQUOTE] = ACTIONS(282), - [anon_sym_TILDE_AT] = ACTIONS(284), - [anon_sym_TILDE] = ACTIONS(286), + [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), }, - [98] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(331), - [sym_kwd_lit] = STATE(331), - [sym_str_lit] = STATE(331), - [sym_sym_lit] = STATE(331), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(331), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(331), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(331), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(331), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(331), - [sym_regex_lit] = STATE(331), - [sym_read_cond_lit] = STATE(331), - [sym_splicing_read_cond_lit] = STATE(331), - [sym_ns_map_lit] = STATE(331), - [sym_var_quoting_lit] = STATE(331), - [sym_sym_val_lit] = STATE(331), - [sym_evaling_lit] = STATE(331), - [sym_tagged_or_ctor_lit] = STATE(331), - [sym_derefing_lit] = STATE(331), - [sym_quoting_lit] = STATE(331), - [sym_syn_quoting_lit] = STATE(331), - [sym_unquote_splicing_lit] = STATE(331), - [sym_unquoting_lit] = STATE(331), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(296), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(405), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(405), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(405), + [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), + [aux_sym_sym_lit_repeat1] = STATE(307), + [sym__ws] = ACTIONS(702), + [sym_comment] = ACTIONS(702), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(512), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(512), - [sym_nil_lit] = ACTIONS(514), - [sym_bool_lit] = ACTIONS(514), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(662), + [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(662), + [sym_nil_lit] = ACTIONS(664), + [sym_bool_lit] = ACTIONS(664), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), + [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), }, - [99] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(218), - [sym_kwd_lit] = STATE(218), - [sym_str_lit] = STATE(218), - [sym_sym_lit] = STATE(218), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(218), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(218), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(218), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(218), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(218), - [sym_regex_lit] = STATE(218), - [sym_read_cond_lit] = STATE(218), - [sym_splicing_read_cond_lit] = STATE(218), - [sym_ns_map_lit] = STATE(218), - [sym_var_quoting_lit] = STATE(218), - [sym_sym_val_lit] = STATE(218), - [sym_evaling_lit] = STATE(218), - [sym_tagged_or_ctor_lit] = STATE(218), - [sym_derefing_lit] = STATE(218), - [sym_quoting_lit] = STATE(218), - [sym_syn_quoting_lit] = STATE(218), - [sym_unquote_splicing_lit] = STATE(218), - [sym_unquoting_lit] = STATE(218), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(293), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(238), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(238), + [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), + [aux_sym_dis_expr_repeat1] = STATE(65), + [aux_sym_sym_lit_repeat1] = STATE(305), + [sym__ws] = ACTIONS(704), + [sym_comment] = ACTIONS(704), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(642), + [sym_num_lit] = ACTIONS(706), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_COLON_COLON] = ACTIONS(270), + [anon_sym_COLON] = ACTIONS(11), + [anon_sym_COLON_COLON] = ACTIONS(13), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(642), - [sym_nil_lit] = ACTIONS(644), - [sym_bool_lit] = ACTIONS(644), + [sym_char_lit] = ACTIONS(706), + [sym_nil_lit] = ACTIONS(708), + [sym_bool_lit] = ACTIONS(708), [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(274), + [anon_sym_POUND] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(276), + [anon_sym_POUND_SQUOTE] = ACTIONS(37), [anon_sym_POUND_POUND] = ACTIONS(39), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(278), - [anon_sym_SQUOTE] = ACTIONS(280), - [anon_sym_BQUOTE] = ACTIONS(282), - [anon_sym_TILDE_AT] = ACTIONS(284), - [anon_sym_TILDE] = ACTIONS(286), + [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), }, - [100] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(217), - [sym_kwd_lit] = STATE(217), - [sym_str_lit] = STATE(217), - [sym_sym_lit] = STATE(217), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(217), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(217), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(217), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(217), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(217), - [sym_regex_lit] = STATE(217), - [sym_read_cond_lit] = STATE(217), - [sym_splicing_read_cond_lit] = STATE(217), - [sym_ns_map_lit] = STATE(217), - [sym_var_quoting_lit] = STATE(217), - [sym_sym_val_lit] = STATE(217), - [sym_evaling_lit] = STATE(217), - [sym_tagged_or_ctor_lit] = STATE(217), - [sym_derefing_lit] = STATE(217), - [sym_quoting_lit] = STATE(217), - [sym_syn_quoting_lit] = STATE(217), - [sym_unquote_splicing_lit] = STATE(217), - [sym_unquoting_lit] = STATE(217), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(293), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), + [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(646), + [sym_num_lit] = ACTIONS(670), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_COLON_COLON] = ACTIONS(270), + [anon_sym_COLON] = ACTIONS(712), + [anon_sym_COLON_COLON] = ACTIONS(714), [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(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(274), + [anon_sym_POUND] = ACTIONS(716), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(276), - [anon_sym_POUND_POUND] = ACTIONS(39), + [anon_sym_POUND_SQUOTE] = ACTIONS(718), + [anon_sym_POUND_POUND] = ACTIONS(720), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(278), - [anon_sym_SQUOTE] = ACTIONS(280), - [anon_sym_BQUOTE] = ACTIONS(282), - [anon_sym_TILDE_AT] = ACTIONS(284), - [anon_sym_TILDE] = ACTIONS(286), + [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), }, - [101] = { - [sym__gap] = STATE(56), - [sym_dis_expr] = STATE(56), + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(349), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(349), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(349), + [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), + [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(460), + [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(460), + [sym_nil_lit] = ACTIONS(462), + [sym_bool_lit] = ACTIONS(462), + [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_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), + }, + [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), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), + [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(348), + [sym__bare_list_lit] = STATE(392), [sym_map_lit] = STATE(366), - [sym__bare_map_lit] = STATE(349), + [sym__bare_map_lit] = STATE(403), [sym_vec_lit] = STATE(366), - [sym__bare_vec_lit] = STATE(350), + [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(366), - [sym__bare_set_lit] = STATE(351), + [sym__bare_set_lit] = STATE(326), [sym_anon_fn_lit] = STATE(366), [sym_regex_lit] = STATE(366), [sym_read_cond_lit] = STATE(366), @@ -9347,649 +10612,523 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_syn_quoting_lit] = STATE(366), [sym_unquote_splicing_lit] = STATE(366), [sym_unquoting_lit] = STATE(366), - [aux_sym_dis_expr_repeat1] = STATE(56), - [aux_sym_sym_lit_repeat1] = STATE(295), - [sym__ws] = ACTIONS(650), - [sym_comment] = ACTIONS(650), + [aux_sym_dis_expr_repeat1] = STATE(123), + [aux_sym_sym_lit_repeat1] = STATE(304), + [sym__ws] = ACTIONS(732), + [sym_comment] = ACTIONS(732), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(652), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(652), - [sym_nil_lit] = ACTIONS(654), - [sym_bool_lit] = ACTIONS(654), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(548), + [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), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), + [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), }, - [102] = { - [sym__gap] = STATE(122), - [sym_dis_expr] = STATE(122), - [sym__form] = STATE(398), - [sym_kwd_lit] = STATE(398), - [sym_str_lit] = STATE(398), - [sym_sym_lit] = STATE(398), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(398), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(398), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(398), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(398), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(398), - [sym_regex_lit] = STATE(398), - [sym_read_cond_lit] = STATE(398), - [sym_splicing_read_cond_lit] = STATE(398), - [sym_ns_map_lit] = STATE(398), - [sym_var_quoting_lit] = STATE(398), - [sym_sym_val_lit] = STATE(398), - [sym_evaling_lit] = STATE(398), - [sym_tagged_or_ctor_lit] = STATE(398), - [sym_derefing_lit] = STATE(398), - [sym_quoting_lit] = STATE(398), - [sym_syn_quoting_lit] = STATE(398), - [sym_unquote_splicing_lit] = STATE(398), - [sym_unquoting_lit] = STATE(398), - [aux_sym_dis_expr_repeat1] = STATE(122), - [aux_sym_sym_lit_repeat1] = STATE(296), - [sym__ws] = ACTIONS(656), - [sym_comment] = ACTIONS(656), + [122] = { + [sym__gap] = STATE(120), + [sym_dis_expr] = STATE(120), + [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(363), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(363), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(363), + [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), + [aux_sym_dis_expr_repeat1] = STATE(120), + [aux_sym_sym_lit_repeat1] = STATE(304), + [sym__ws] = ACTIONS(734), + [sym_comment] = ACTIONS(734), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(658), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(658), - [sym_nil_lit] = ACTIONS(660), - [sym_bool_lit] = ACTIONS(660), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(554), + [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), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), + [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), }, - [103] = { - [sym__gap] = STATE(58), - [sym_dis_expr] = STATE(58), - [sym__form] = STATE(375), - [sym_kwd_lit] = STATE(375), - [sym_str_lit] = STATE(375), - [sym_sym_lit] = STATE(375), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(375), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(375), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(375), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(375), - [sym__bare_set_lit] = STATE(351), - [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), - [aux_sym_dis_expr_repeat1] = STATE(58), - [aux_sym_sym_lit_repeat1] = STATE(295), - [sym__ws] = ACTIONS(662), - [sym_comment] = ACTIONS(662), + [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), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(408), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(408), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(408), + [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), + [aux_sym_sym_lit_repeat1] = STATE(304), + [sym__ws] = ACTIONS(264), + [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(664), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(664), - [sym_nil_lit] = ACTIONS(666), - [sym_bool_lit] = ACTIONS(666), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(468), + [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), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), + [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), }, - [104] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(381), - [sym_kwd_lit] = STATE(381), - [sym_str_lit] = STATE(381), - [sym_sym_lit] = STATE(381), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(381), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(381), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(381), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(381), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(381), - [sym_regex_lit] = STATE(381), - [sym_read_cond_lit] = STATE(381), - [sym_splicing_read_cond_lit] = STATE(381), - [sym_ns_map_lit] = STATE(381), - [sym_var_quoting_lit] = STATE(381), - [sym_sym_val_lit] = STATE(381), - [sym_evaling_lit] = STATE(381), - [sym_tagged_or_ctor_lit] = STATE(381), - [sym_derefing_lit] = STATE(381), - [sym_quoting_lit] = STATE(381), - [sym_syn_quoting_lit] = STATE(381), - [sym_unquote_splicing_lit] = STATE(381), - [sym_unquoting_lit] = STATE(381), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(295), + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(386), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(386), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(386), + [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), + [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(668), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(668), - [sym_nil_lit] = ACTIONS(670), - [sym_bool_lit] = ACTIONS(670), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(606), + [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(606), + [sym_nil_lit] = ACTIONS(608), + [sym_bool_lit] = ACTIONS(608), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), + [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), }, - [105] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(215), - [sym_kwd_lit] = STATE(215), - [sym_str_lit] = STATE(215), - [sym_sym_lit] = STATE(215), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(215), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(215), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(215), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(215), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(215), - [sym_regex_lit] = STATE(215), - [sym_read_cond_lit] = STATE(215), - [sym_splicing_read_cond_lit] = STATE(215), - [sym_ns_map_lit] = STATE(215), - [sym_var_quoting_lit] = STATE(215), - [sym_sym_val_lit] = STATE(215), - [sym_evaling_lit] = STATE(215), - [sym_tagged_or_ctor_lit] = STATE(215), - [sym_derefing_lit] = STATE(215), - [sym_quoting_lit] = STATE(215), - [sym_syn_quoting_lit] = STATE(215), - [sym_unquote_splicing_lit] = STATE(215), - [sym_unquoting_lit] = STATE(215), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(293), + [125] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(288), + [sym_kwd_lit] = STATE(288), + [sym_str_lit] = STATE(288), + [sym_sym_lit] = STATE(288), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(288), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(288), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(288), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(288), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(288), + [sym_regex_lit] = STATE(288), + [sym_read_cond_lit] = STATE(288), + [sym_splicing_read_cond_lit] = STATE(288), + [sym_ns_map_lit] = STATE(288), + [sym_var_quoting_lit] = STATE(288), + [sym_sym_val_lit] = STATE(288), + [sym_evaling_lit] = STATE(288), + [sym_tagged_or_ctor_lit] = STATE(288), + [sym_derefing_lit] = STATE(288), + [sym_quoting_lit] = STATE(288), + [sym_syn_quoting_lit] = STATE(288), + [sym_unquote_splicing_lit] = STATE(288), + [sym_unquoting_lit] = STATE(288), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(303), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(672), + [sym_num_lit] = ACTIONS(736), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_COLON_COLON] = ACTIONS(270), + [anon_sym_COLON] = ACTIONS(712), + [anon_sym_COLON_COLON] = ACTIONS(714), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(672), - [sym_nil_lit] = ACTIONS(674), - [sym_bool_lit] = ACTIONS(674), + [sym_char_lit] = ACTIONS(736), + [sym_nil_lit] = ACTIONS(738), + [sym_bool_lit] = ACTIONS(738), [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(274), + [anon_sym_POUND] = ACTIONS(716), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(276), - [anon_sym_POUND_POUND] = ACTIONS(39), + [anon_sym_POUND_SQUOTE] = ACTIONS(718), + [anon_sym_POUND_POUND] = ACTIONS(720), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(278), - [anon_sym_SQUOTE] = ACTIONS(280), - [anon_sym_BQUOTE] = ACTIONS(282), - [anon_sym_TILDE_AT] = ACTIONS(284), - [anon_sym_TILDE] = ACTIONS(286), + [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), }, - [106] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(252), - [sym_kwd_lit] = STATE(252), - [sym_str_lit] = STATE(252), - [sym_sym_lit] = STATE(252), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(252), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(252), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(252), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(252), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(252), - [sym_regex_lit] = STATE(252), - [sym_read_cond_lit] = STATE(252), - [sym_splicing_read_cond_lit] = STATE(252), - [sym_ns_map_lit] = STATE(252), - [sym_var_quoting_lit] = STATE(252), - [sym_sym_val_lit] = STATE(252), - [sym_evaling_lit] = STATE(252), - [sym_tagged_or_ctor_lit] = STATE(252), - [sym_derefing_lit] = STATE(252), - [sym_quoting_lit] = STATE(252), - [sym_syn_quoting_lit] = STATE(252), - [sym_unquote_splicing_lit] = STATE(252), - [sym_unquoting_lit] = STATE(252), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(293), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), + [126] = { + [sym__gap] = STATE(125), + [sym_dis_expr] = STATE(125), + [sym__form] = STATE(292), + [sym_kwd_lit] = STATE(292), + [sym_str_lit] = STATE(292), + [sym_sym_lit] = STATE(292), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(292), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(292), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(292), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(292), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(292), + [sym_regex_lit] = STATE(292), + [sym_read_cond_lit] = STATE(292), + [sym_splicing_read_cond_lit] = STATE(292), + [sym_ns_map_lit] = STATE(292), + [sym_var_quoting_lit] = STATE(292), + [sym_sym_val_lit] = STATE(292), + [sym_evaling_lit] = STATE(292), + [sym_tagged_or_ctor_lit] = STATE(292), + [sym_derefing_lit] = STATE(292), + [sym_quoting_lit] = STATE(292), + [sym_syn_quoting_lit] = STATE(292), + [sym_unquote_splicing_lit] = STATE(292), + [sym_unquoting_lit] = STATE(292), + [aux_sym_dis_expr_repeat1] = STATE(125), + [aux_sym_sym_lit_repeat1] = STATE(303), + [sym__ws] = ACTIONS(740), + [sym_comment] = ACTIONS(740), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(552), + [sym_num_lit] = ACTIONS(742), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_COLON_COLON] = ACTIONS(270), + [anon_sym_COLON] = ACTIONS(712), + [anon_sym_COLON_COLON] = ACTIONS(714), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(552), - [sym_nil_lit] = ACTIONS(554), - [sym_bool_lit] = ACTIONS(554), + [sym_char_lit] = ACTIONS(742), + [sym_nil_lit] = ACTIONS(744), + [sym_bool_lit] = ACTIONS(744), [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(274), + [anon_sym_POUND] = ACTIONS(716), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(276), - [anon_sym_POUND_POUND] = ACTIONS(39), + [anon_sym_POUND_SQUOTE] = ACTIONS(718), + [anon_sym_POUND_POUND] = ACTIONS(720), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(278), - [anon_sym_SQUOTE] = ACTIONS(280), - [anon_sym_BQUOTE] = ACTIONS(282), - [anon_sym_TILDE_AT] = ACTIONS(284), - [anon_sym_TILDE] = ACTIONS(286), - }, - [107] = { - [sym__gap] = STATE(51), - [sym_dis_expr] = STATE(51), - [sym__form] = STATE(327), - [sym_kwd_lit] = STATE(327), - [sym_str_lit] = STATE(327), - [sym_sym_lit] = STATE(327), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(327), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(327), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(327), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(327), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(327), - [sym_regex_lit] = STATE(327), - [sym_read_cond_lit] = STATE(327), - [sym_splicing_read_cond_lit] = STATE(327), - [sym_ns_map_lit] = STATE(327), - [sym_var_quoting_lit] = STATE(327), - [sym_sym_val_lit] = STATE(327), - [sym_evaling_lit] = STATE(327), - [sym_tagged_or_ctor_lit] = STATE(327), - [sym_derefing_lit] = STATE(327), - [sym_quoting_lit] = STATE(327), - [sym_syn_quoting_lit] = STATE(327), - [sym_unquote_splicing_lit] = STATE(327), - [sym_unquoting_lit] = STATE(327), - [aux_sym_dis_expr_repeat1] = STATE(51), - [aux_sym_sym_lit_repeat1] = STATE(296), - [sym__ws] = ACTIONS(676), - [sym_comment] = ACTIONS(676), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(520), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(520), - [sym_nil_lit] = ACTIONS(522), - [sym_bool_lit] = ACTIONS(522), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), + [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), }, - [108] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(213), - [sym_kwd_lit] = STATE(213), - [sym_str_lit] = STATE(213), - [sym_sym_lit] = STATE(213), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(213), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(213), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(213), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(213), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(213), - [sym_regex_lit] = STATE(213), - [sym_read_cond_lit] = STATE(213), - [sym_splicing_read_cond_lit] = STATE(213), - [sym_ns_map_lit] = STATE(213), - [sym_var_quoting_lit] = STATE(213), - [sym_sym_val_lit] = STATE(213), - [sym_evaling_lit] = STATE(213), - [sym_tagged_or_ctor_lit] = STATE(213), - [sym_derefing_lit] = STATE(213), - [sym_quoting_lit] = STATE(213), - [sym_syn_quoting_lit] = STATE(213), - [sym_unquote_splicing_lit] = STATE(213), - [sym_unquoting_lit] = STATE(213), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(293), + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(230), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(230), + [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), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(303), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(678), - [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_COLON_COLON] = ACTIONS(270), - [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(678), - [sym_nil_lit] = ACTIONS(680), - [sym_bool_lit] = ACTIONS(680), - [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(274), - [anon_sym_POUND_QMARK] = ACTIONS(33), - [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(276), - [anon_sym_POUND_POUND] = ACTIONS(39), - [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(278), - [anon_sym_SQUOTE] = ACTIONS(280), - [anon_sym_BQUOTE] = ACTIONS(282), - [anon_sym_TILDE_AT] = ACTIONS(284), - [anon_sym_TILDE] = ACTIONS(286), - }, - [109] = { - [sym__gap] = STATE(129), - [sym_dis_expr] = STATE(129), - [sym__form] = STATE(211), - [sym_kwd_lit] = STATE(211), - [sym_str_lit] = STATE(211), - [sym_sym_lit] = STATE(211), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(211), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(211), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(211), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(211), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(211), - [sym_regex_lit] = STATE(211), - [sym_read_cond_lit] = STATE(211), - [sym_splicing_read_cond_lit] = STATE(211), - [sym_ns_map_lit] = STATE(211), - [sym_var_quoting_lit] = STATE(211), - [sym_sym_val_lit] = STATE(211), - [sym_evaling_lit] = STATE(211), - [sym_tagged_or_ctor_lit] = STATE(211), - [sym_derefing_lit] = STATE(211), - [sym_quoting_lit] = STATE(211), - [sym_syn_quoting_lit] = STATE(211), - [sym_unquote_splicing_lit] = STATE(211), - [sym_unquoting_lit] = STATE(211), - [aux_sym_dis_expr_repeat1] = STATE(129), - [aux_sym_sym_lit_repeat1] = STATE(293), - [sym__ws] = ACTIONS(682), - [sym_comment] = ACTIONS(682), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(684), + [sym_num_lit] = ACTIONS(746), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_COLON_COLON] = ACTIONS(270), + [anon_sym_COLON] = ACTIONS(712), + [anon_sym_COLON_COLON] = ACTIONS(714), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(684), - [sym_nil_lit] = ACTIONS(686), - [sym_bool_lit] = ACTIONS(686), + [sym_char_lit] = ACTIONS(746), + [sym_nil_lit] = ACTIONS(748), + [sym_bool_lit] = ACTIONS(748), [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(274), + [anon_sym_POUND] = ACTIONS(716), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(276), - [anon_sym_POUND_POUND] = ACTIONS(39), + [anon_sym_POUND_SQUOTE] = ACTIONS(718), + [anon_sym_POUND_POUND] = ACTIONS(720), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(278), - [anon_sym_SQUOTE] = ACTIONS(280), - [anon_sym_BQUOTE] = ACTIONS(282), - [anon_sym_TILDE_AT] = ACTIONS(284), - [anon_sym_TILDE] = ACTIONS(286), + [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), }, - [110] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(251), - [sym_kwd_lit] = STATE(251), - [sym_str_lit] = STATE(251), - [sym_sym_lit] = STATE(251), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(251), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(251), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(251), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(251), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(251), - [sym_regex_lit] = STATE(251), - [sym_read_cond_lit] = STATE(251), - [sym_splicing_read_cond_lit] = STATE(251), - [sym_ns_map_lit] = STATE(251), - [sym_var_quoting_lit] = STATE(251), - [sym_sym_val_lit] = STATE(251), - [sym_evaling_lit] = STATE(251), - [sym_tagged_or_ctor_lit] = STATE(251), - [sym_derefing_lit] = STATE(251), - [sym_quoting_lit] = STATE(251), - [sym_syn_quoting_lit] = STATE(251), - [sym_unquote_splicing_lit] = STATE(251), - [sym_unquoting_lit] = STATE(251), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(293), + [128] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(265), + [sym_kwd_lit] = STATE(265), + [sym_str_lit] = STATE(265), + [sym_sym_lit] = STATE(265), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(265), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(265), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(265), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(265), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(265), + [sym_regex_lit] = STATE(265), + [sym_read_cond_lit] = STATE(265), + [sym_splicing_read_cond_lit] = STATE(265), + [sym_ns_map_lit] = STATE(265), + [sym_var_quoting_lit] = STATE(265), + [sym_sym_val_lit] = STATE(265), + [sym_evaling_lit] = STATE(265), + [sym_tagged_or_ctor_lit] = STATE(265), + [sym_derefing_lit] = STATE(265), + [sym_quoting_lit] = STATE(265), + [sym_syn_quoting_lit] = STATE(265), + [sym_unquote_splicing_lit] = STATE(265), + [sym_unquoting_lit] = STATE(265), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(303), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(556), + [sym_num_lit] = ACTIONS(750), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_COLON_COLON] = ACTIONS(270), + [anon_sym_COLON] = ACTIONS(712), + [anon_sym_COLON_COLON] = ACTIONS(714), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(556), - [sym_nil_lit] = ACTIONS(558), - [sym_bool_lit] = ACTIONS(558), + [sym_char_lit] = ACTIONS(750), + [sym_nil_lit] = ACTIONS(752), + [sym_bool_lit] = ACTIONS(752), [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(274), + [anon_sym_POUND] = ACTIONS(716), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(276), - [anon_sym_POUND_POUND] = ACTIONS(39), + [anon_sym_POUND_SQUOTE] = ACTIONS(718), + [anon_sym_POUND_POUND] = ACTIONS(720), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(278), - [anon_sym_SQUOTE] = ACTIONS(280), - [anon_sym_BQUOTE] = ACTIONS(282), - [anon_sym_TILDE_AT] = ACTIONS(284), - [anon_sym_TILDE] = ACTIONS(286), + [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), }, - [111] = { + [129] = { [sym__gap] = STATE(163), [sym_dis_expr] = STATE(163), - [sym__form] = STATE(228), - [sym_kwd_lit] = STATE(228), - [sym_str_lit] = STATE(228), - [sym_sym_lit] = STATE(228), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(228), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(228), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(228), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(228), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(228), - [sym_regex_lit] = STATE(228), - [sym_read_cond_lit] = STATE(228), - [sym_splicing_read_cond_lit] = STATE(228), - [sym_ns_map_lit] = STATE(228), - [sym_var_quoting_lit] = STATE(228), - [sym_sym_val_lit] = STATE(228), - [sym_evaling_lit] = STATE(228), - [sym_tagged_or_ctor_lit] = STATE(228), - [sym_derefing_lit] = STATE(228), - [sym_quoting_lit] = STATE(228), - [sym_syn_quoting_lit] = STATE(228), - [sym_unquote_splicing_lit] = STATE(228), - [sym_unquoting_lit] = STATE(228), + [sym__form] = STATE(222), + [sym_kwd_lit] = STATE(222), + [sym_str_lit] = STATE(222), + [sym_sym_lit] = STATE(222), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(222), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(222), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(222), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(222), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(222), + [sym_regex_lit] = STATE(222), + [sym_read_cond_lit] = STATE(222), + [sym_splicing_read_cond_lit] = STATE(222), + [sym_ns_map_lit] = STATE(222), + [sym_var_quoting_lit] = STATE(222), + [sym_sym_val_lit] = STATE(222), + [sym_evaling_lit] = STATE(222), + [sym_tagged_or_ctor_lit] = STATE(222), + [sym_derefing_lit] = STATE(222), + [sym_quoting_lit] = STATE(222), + [sym_syn_quoting_lit] = STATE(222), + [sym_unquote_splicing_lit] = STATE(222), + [sym_unquoting_lit] = STATE(222), [aux_sym_dis_expr_repeat1] = STATE(163), - [aux_sym_sym_lit_repeat1] = STATE(297), - [sym__ws] = ACTIONS(688), - [sym_comment] = ACTIONS(688), + [aux_sym_sym_lit_repeat1] = STATE(305), + [sym__ws] = ACTIONS(754), + [sym_comment] = ACTIONS(754), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(290), + [sym_num_lit] = ACTIONS(756), [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(290), - [sym_nil_lit] = ACTIONS(292), - [sym_bool_lit] = ACTIONS(292), + [sym_char_lit] = ACTIONS(756), + [sym_nil_lit] = ACTIONS(758), + [sym_bool_lit] = ACTIONS(758), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -10008,1689 +11147,1059 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE_AT] = ACTIONS(49), [anon_sym_TILDE] = ACTIONS(51), }, - [112] = { - [sym__gap] = STATE(21), - [sym_dis_expr] = STATE(21), - [sym__form] = STATE(235), - [sym_kwd_lit] = STATE(235), - [sym_str_lit] = STATE(235), - [sym_sym_lit] = STATE(235), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(235), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(235), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(235), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(235), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(235), - [sym_regex_lit] = STATE(235), - [sym_read_cond_lit] = STATE(235), - [sym_splicing_read_cond_lit] = STATE(235), - [sym_ns_map_lit] = STATE(235), - [sym_var_quoting_lit] = STATE(235), - [sym_sym_val_lit] = STATE(235), - [sym_evaling_lit] = STATE(235), - [sym_tagged_or_ctor_lit] = STATE(235), - [sym_derefing_lit] = STATE(235), - [sym_quoting_lit] = STATE(235), - [sym_syn_quoting_lit] = STATE(235), - [sym_unquote_splicing_lit] = STATE(235), - [sym_unquoting_lit] = STATE(235), - [aux_sym_dis_expr_repeat1] = STATE(21), - [aux_sym_sym_lit_repeat1] = STATE(293), - [sym__ws] = ACTIONS(690), - [sym_comment] = ACTIONS(690), + [130] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(300), + [sym_kwd_lit] = STATE(300), + [sym_str_lit] = STATE(300), + [sym_sym_lit] = STATE(300), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(300), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(300), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(300), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(300), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(300), + [sym_regex_lit] = STATE(300), + [sym_read_cond_lit] = STATE(300), + [sym_splicing_read_cond_lit] = STATE(300), + [sym_ns_map_lit] = STATE(300), + [sym_var_quoting_lit] = STATE(300), + [sym_sym_val_lit] = STATE(300), + [sym_evaling_lit] = STATE(300), + [sym_tagged_or_ctor_lit] = STATE(300), + [sym_derefing_lit] = STATE(300), + [sym_quoting_lit] = STATE(300), + [sym_syn_quoting_lit] = STATE(300), + [sym_unquote_splicing_lit] = STATE(300), + [sym_unquoting_lit] = STATE(300), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(303), + [sym__ws] = ACTIONS(264), + [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(616), + [sym_num_lit] = ACTIONS(760), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_COLON_COLON] = ACTIONS(270), + [anon_sym_COLON] = ACTIONS(712), + [anon_sym_COLON_COLON] = ACTIONS(714), [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(760), + [sym_nil_lit] = ACTIONS(762), + [sym_bool_lit] = ACTIONS(762), [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(274), + [anon_sym_POUND] = ACTIONS(716), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(276), - [anon_sym_POUND_POUND] = ACTIONS(39), + [anon_sym_POUND_SQUOTE] = ACTIONS(718), + [anon_sym_POUND_POUND] = ACTIONS(720), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(278), - [anon_sym_SQUOTE] = ACTIONS(280), - [anon_sym_BQUOTE] = ACTIONS(282), - [anon_sym_TILDE_AT] = ACTIONS(284), - [anon_sym_TILDE] = ACTIONS(286), - }, - [113] = { - [sym__gap] = STATE(94), - [sym_dis_expr] = STATE(94), - [sym__form] = STATE(397), - [sym_kwd_lit] = STATE(397), - [sym_str_lit] = STATE(397), - [sym_sym_lit] = STATE(397), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(397), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(397), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(397), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(397), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(397), - [sym_regex_lit] = STATE(397), - [sym_read_cond_lit] = STATE(397), - [sym_splicing_read_cond_lit] = STATE(397), - [sym_ns_map_lit] = STATE(397), - [sym_var_quoting_lit] = STATE(397), - [sym_sym_val_lit] = STATE(397), - [sym_evaling_lit] = STATE(397), - [sym_tagged_or_ctor_lit] = STATE(397), - [sym_derefing_lit] = STATE(397), - [sym_quoting_lit] = STATE(397), - [sym_syn_quoting_lit] = STATE(397), - [sym_unquote_splicing_lit] = STATE(397), - [sym_unquoting_lit] = STATE(397), - [aux_sym_dis_expr_repeat1] = STATE(94), - [aux_sym_sym_lit_repeat1] = STATE(295), - [sym__ws] = ACTIONS(692), - [sym_comment] = ACTIONS(692), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(694), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(694), - [sym_nil_lit] = ACTIONS(696), - [sym_bool_lit] = ACTIONS(696), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), + [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), }, - [114] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(204), - [sym_kwd_lit] = STATE(204), - [sym_str_lit] = STATE(204), - [sym_sym_lit] = STATE(204), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(204), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(204), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(204), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(204), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(204), - [sym_regex_lit] = STATE(204), - [sym_read_cond_lit] = STATE(204), - [sym_splicing_read_cond_lit] = STATE(204), - [sym_ns_map_lit] = STATE(204), - [sym_var_quoting_lit] = STATE(204), - [sym_sym_val_lit] = STATE(204), - [sym_evaling_lit] = STATE(204), - [sym_tagged_or_ctor_lit] = STATE(204), - [sym_derefing_lit] = STATE(204), - [sym_quoting_lit] = STATE(204), - [sym_syn_quoting_lit] = STATE(204), - [sym_unquote_splicing_lit] = STATE(204), - [sym_unquoting_lit] = STATE(204), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(297), + [131] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(274), + [sym_kwd_lit] = STATE(274), + [sym_str_lit] = STATE(274), + [sym_sym_lit] = STATE(274), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(274), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(274), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(274), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(274), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(274), + [sym_regex_lit] = STATE(274), + [sym_read_cond_lit] = STATE(274), + [sym_splicing_read_cond_lit] = STATE(274), + [sym_ns_map_lit] = STATE(274), + [sym_var_quoting_lit] = STATE(274), + [sym_sym_val_lit] = STATE(274), + [sym_evaling_lit] = STATE(274), + [sym_tagged_or_ctor_lit] = STATE(274), + [sym_derefing_lit] = STATE(274), + [sym_quoting_lit] = STATE(274), + [sym_syn_quoting_lit] = STATE(274), + [sym_unquote_splicing_lit] = STATE(274), + [sym_unquoting_lit] = STATE(274), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(303), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(532), + [sym_num_lit] = ACTIONS(764), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(11), - [anon_sym_COLON_COLON] = ACTIONS(13), + [anon_sym_COLON] = ACTIONS(712), + [anon_sym_COLON_COLON] = ACTIONS(714), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(532), - [sym_nil_lit] = ACTIONS(534), - [sym_bool_lit] = ACTIONS(534), + [sym_char_lit] = ACTIONS(764), + [sym_nil_lit] = ACTIONS(766), + [sym_bool_lit] = ACTIONS(766), [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(31), + [anon_sym_POUND] = ACTIONS(716), [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_SQUOTE] = ACTIONS(718), + [anon_sym_POUND_POUND] = ACTIONS(720), [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_AT] = ACTIONS(722), + [anon_sym_SQUOTE] = ACTIONS(724), + [anon_sym_BQUOTE] = ACTIONS(726), + [anon_sym_TILDE_AT] = ACTIONS(728), + [anon_sym_TILDE] = ACTIONS(730), }, - [115] = { - [sym__gap] = STATE(158), - [sym_dis_expr] = STATE(158), - [sym__form] = STATE(231), - [sym_kwd_lit] = STATE(231), - [sym_str_lit] = STATE(231), - [sym_sym_lit] = STATE(231), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(231), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(231), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(231), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(231), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(231), - [sym_regex_lit] = STATE(231), - [sym_read_cond_lit] = STATE(231), - [sym_splicing_read_cond_lit] = STATE(231), - [sym_ns_map_lit] = STATE(231), - [sym_var_quoting_lit] = STATE(231), - [sym_sym_val_lit] = STATE(231), - [sym_evaling_lit] = STATE(231), - [sym_tagged_or_ctor_lit] = STATE(231), - [sym_derefing_lit] = STATE(231), - [sym_quoting_lit] = STATE(231), - [sym_syn_quoting_lit] = STATE(231), - [sym_unquote_splicing_lit] = STATE(231), - [sym_unquoting_lit] = STATE(231), - [aux_sym_dis_expr_repeat1] = STATE(158), - [aux_sym_sym_lit_repeat1] = STATE(297), - [sym__ws] = ACTIONS(698), - [sym_comment] = ACTIONS(698), + [132] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(250), + [sym_kwd_lit] = STATE(250), + [sym_str_lit] = STATE(250), + [sym_sym_lit] = STATE(250), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(250), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(250), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(250), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(250), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(250), + [sym_regex_lit] = STATE(250), + [sym_read_cond_lit] = STATE(250), + [sym_splicing_read_cond_lit] = STATE(250), + [sym_ns_map_lit] = STATE(250), + [sym_var_quoting_lit] = STATE(250), + [sym_sym_val_lit] = STATE(250), + [sym_evaling_lit] = STATE(250), + [sym_tagged_or_ctor_lit] = STATE(250), + [sym_derefing_lit] = STATE(250), + [sym_quoting_lit] = STATE(250), + [sym_syn_quoting_lit] = STATE(250), + [sym_unquote_splicing_lit] = STATE(250), + [sym_unquoting_lit] = STATE(250), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(303), + [sym__ws] = ACTIONS(264), + [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(622), + [sym_num_lit] = ACTIONS(768), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(11), - [anon_sym_COLON_COLON] = ACTIONS(13), + [anon_sym_COLON] = ACTIONS(712), + [anon_sym_COLON_COLON] = ACTIONS(714), [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(768), + [sym_nil_lit] = ACTIONS(770), + [sym_bool_lit] = ACTIONS(770), [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(31), + [anon_sym_POUND] = ACTIONS(716), [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_SQUOTE] = ACTIONS(718), + [anon_sym_POUND_POUND] = ACTIONS(720), [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), - }, - [116] = { - [sym__gap] = STATE(119), - [sym_dis_expr] = STATE(119), - [sym__form] = STATE(364), - [sym_kwd_lit] = STATE(364), - [sym_str_lit] = STATE(364), - [sym_sym_lit] = STATE(364), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(364), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(364), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(364), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(364), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(364), - [sym_regex_lit] = STATE(364), - [sym_read_cond_lit] = STATE(364), - [sym_splicing_read_cond_lit] = STATE(364), - [sym_ns_map_lit] = STATE(364), - [sym_var_quoting_lit] = STATE(364), - [sym_sym_val_lit] = STATE(364), - [sym_evaling_lit] = STATE(364), - [sym_tagged_or_ctor_lit] = STATE(364), - [sym_derefing_lit] = STATE(364), - [sym_quoting_lit] = STATE(364), - [sym_syn_quoting_lit] = STATE(364), - [sym_unquote_splicing_lit] = STATE(364), - [sym_unquoting_lit] = STATE(364), - [aux_sym_dis_expr_repeat1] = STATE(119), - [aux_sym_sym_lit_repeat1] = STATE(294), - [sym__ws] = ACTIONS(700), - [sym_comment] = ACTIONS(700), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(576), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(576), - [sym_nil_lit] = ACTIONS(578), - [sym_bool_lit] = ACTIONS(578), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), - }, - [117] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(363), - [sym_kwd_lit] = STATE(363), - [sym_str_lit] = STATE(363), - [sym_sym_lit] = STATE(363), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(363), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(363), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(363), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(363), - [sym__bare_set_lit] = STATE(351), - [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(292), - [aux_sym_sym_lit_repeat1] = STATE(295), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(702), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(702), - [sym_nil_lit] = ACTIONS(704), - [sym_bool_lit] = ACTIONS(704), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), - }, - [118] = { - [sym__gap] = STATE(120), - [sym_dis_expr] = STATE(120), - [sym__form] = STATE(365), - [sym_kwd_lit] = STATE(365), - [sym_str_lit] = STATE(365), - [sym_sym_lit] = STATE(365), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(365), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(365), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(365), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(365), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(365), - [sym_regex_lit] = STATE(365), - [sym_read_cond_lit] = STATE(365), - [sym_splicing_read_cond_lit] = STATE(365), - [sym_ns_map_lit] = STATE(365), - [sym_var_quoting_lit] = STATE(365), - [sym_sym_val_lit] = STATE(365), - [sym_evaling_lit] = STATE(365), - [sym_tagged_or_ctor_lit] = STATE(365), - [sym_derefing_lit] = STATE(365), - [sym_quoting_lit] = STATE(365), - [sym_syn_quoting_lit] = STATE(365), - [sym_unquote_splicing_lit] = STATE(365), - [sym_unquoting_lit] = STATE(365), - [aux_sym_dis_expr_repeat1] = STATE(120), - [aux_sym_sym_lit_repeat1] = STATE(294), - [sym__ws] = ACTIONS(706), - [sym_comment] = ACTIONS(706), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(562), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(562), - [sym_nil_lit] = ACTIONS(564), - [sym_bool_lit] = ACTIONS(564), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), - }, - [119] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(383), - [sym_kwd_lit] = STATE(383), - [sym_str_lit] = STATE(383), - [sym_sym_lit] = STATE(383), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(383), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(383), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(383), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(383), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(383), - [sym_regex_lit] = STATE(383), - [sym_read_cond_lit] = STATE(383), - [sym_splicing_read_cond_lit] = STATE(383), - [sym_ns_map_lit] = STATE(383), - [sym_var_quoting_lit] = STATE(383), - [sym_sym_val_lit] = STATE(383), - [sym_evaling_lit] = STATE(383), - [sym_tagged_or_ctor_lit] = STATE(383), - [sym_derefing_lit] = STATE(383), - [sym_quoting_lit] = STATE(383), - [sym_syn_quoting_lit] = STATE(383), - [sym_unquote_splicing_lit] = STATE(383), - [sym_unquoting_lit] = STATE(383), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(294), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(476), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(476), - [sym_nil_lit] = ACTIONS(478), - [sym_bool_lit] = ACTIONS(478), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), - }, - [120] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(384), - [sym_kwd_lit] = STATE(384), - [sym_str_lit] = STATE(384), - [sym_sym_lit] = STATE(384), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(384), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(384), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(384), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(384), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(384), - [sym_regex_lit] = STATE(384), - [sym_read_cond_lit] = STATE(384), - [sym_splicing_read_cond_lit] = STATE(384), - [sym_ns_map_lit] = STATE(384), - [sym_var_quoting_lit] = STATE(384), - [sym_sym_val_lit] = STATE(384), - [sym_evaling_lit] = STATE(384), - [sym_tagged_or_ctor_lit] = STATE(384), - [sym_derefing_lit] = STATE(384), - [sym_quoting_lit] = STATE(384), - [sym_syn_quoting_lit] = STATE(384), - [sym_unquote_splicing_lit] = STATE(384), - [sym_unquoting_lit] = STATE(384), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(294), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(480), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(480), - [sym_nil_lit] = ACTIONS(482), - [sym_bool_lit] = ACTIONS(482), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), + [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), }, - [121] = { - [sym__gap] = STATE(61), - [sym_dis_expr] = STATE(61), - [sym__form] = STATE(324), - [sym_kwd_lit] = STATE(324), - [sym_str_lit] = STATE(324), - [sym_sym_lit] = STATE(324), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(324), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(324), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(324), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(324), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(324), - [sym_regex_lit] = STATE(324), - [sym_read_cond_lit] = STATE(324), - [sym_splicing_read_cond_lit] = STATE(324), - [sym_ns_map_lit] = STATE(324), - [sym_var_quoting_lit] = STATE(324), - [sym_sym_val_lit] = STATE(324), - [sym_evaling_lit] = STATE(324), - [sym_tagged_or_ctor_lit] = STATE(324), - [sym_derefing_lit] = STATE(324), - [sym_quoting_lit] = STATE(324), - [sym_syn_quoting_lit] = STATE(324), - [sym_unquote_splicing_lit] = STATE(324), - [sym_unquoting_lit] = STATE(324), - [aux_sym_dis_expr_repeat1] = STATE(61), - [aux_sym_sym_lit_repeat1] = STATE(296), - [sym__ws] = ACTIONS(708), - [sym_comment] = ACTIONS(708), + [133] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(249), + [sym_kwd_lit] = STATE(249), + [sym_str_lit] = STATE(249), + [sym_sym_lit] = STATE(249), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(249), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(249), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(249), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(249), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(249), + [sym_regex_lit] = STATE(249), + [sym_read_cond_lit] = STATE(249), + [sym_splicing_read_cond_lit] = STATE(249), + [sym_ns_map_lit] = STATE(249), + [sym_var_quoting_lit] = STATE(249), + [sym_sym_val_lit] = STATE(249), + [sym_evaling_lit] = STATE(249), + [sym_tagged_or_ctor_lit] = STATE(249), + [sym_derefing_lit] = STATE(249), + [sym_quoting_lit] = STATE(249), + [sym_syn_quoting_lit] = STATE(249), + [sym_unquote_splicing_lit] = STATE(249), + [sym_unquoting_lit] = STATE(249), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(303), + [sym__ws] = ACTIONS(264), + [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(528), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(528), - [sym_nil_lit] = ACTIONS(530), - [sym_bool_lit] = ACTIONS(530), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(772), + [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(772), + [sym_nil_lit] = ACTIONS(774), + [sym_bool_lit] = ACTIONS(774), + [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), + [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), }, - [122] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(323), - [sym_kwd_lit] = STATE(323), - [sym_str_lit] = STATE(323), - [sym_sym_lit] = STATE(323), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(323), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(323), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(323), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(323), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(323), - [sym_regex_lit] = STATE(323), - [sym_read_cond_lit] = STATE(323), - [sym_splicing_read_cond_lit] = STATE(323), - [sym_ns_map_lit] = STATE(323), - [sym_var_quoting_lit] = STATE(323), - [sym_sym_val_lit] = STATE(323), - [sym_evaling_lit] = STATE(323), - [sym_tagged_or_ctor_lit] = STATE(323), - [sym_derefing_lit] = STATE(323), - [sym_quoting_lit] = STATE(323), - [sym_syn_quoting_lit] = STATE(323), - [sym_unquote_splicing_lit] = STATE(323), - [sym_unquoting_lit] = STATE(323), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(296), + [134] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(243), + [sym_kwd_lit] = STATE(243), + [sym_str_lit] = STATE(243), + [sym_sym_lit] = STATE(243), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(243), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(243), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(243), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(243), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(243), + [sym_regex_lit] = STATE(243), + [sym_read_cond_lit] = STATE(243), + [sym_splicing_read_cond_lit] = STATE(243), + [sym_ns_map_lit] = STATE(243), + [sym_var_quoting_lit] = STATE(243), + [sym_sym_val_lit] = STATE(243), + [sym_evaling_lit] = STATE(243), + [sym_tagged_or_ctor_lit] = STATE(243), + [sym_derefing_lit] = STATE(243), + [sym_quoting_lit] = STATE(243), + [sym_syn_quoting_lit] = STATE(243), + [sym_unquote_splicing_lit] = STATE(243), + [sym_unquoting_lit] = STATE(243), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(303), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(536), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(536), - [sym_nil_lit] = ACTIONS(538), - [sym_bool_lit] = ACTIONS(538), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(776), + [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(776), + [sym_nil_lit] = ACTIONS(778), + [sym_bool_lit] = ACTIONS(778), + [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), + [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), }, - [123] = { - [sym__gap] = STATE(140), - [sym_dis_expr] = STATE(140), - [sym__form] = STATE(362), - [sym_kwd_lit] = STATE(362), - [sym_str_lit] = STATE(362), - [sym_sym_lit] = STATE(362), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(362), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(362), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(362), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(362), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(362), - [sym_regex_lit] = STATE(362), - [sym_read_cond_lit] = STATE(362), - [sym_splicing_read_cond_lit] = STATE(362), - [sym_ns_map_lit] = STATE(362), - [sym_var_quoting_lit] = STATE(362), - [sym_sym_val_lit] = STATE(362), - [sym_evaling_lit] = STATE(362), - [sym_tagged_or_ctor_lit] = STATE(362), - [sym_derefing_lit] = STATE(362), - [sym_quoting_lit] = STATE(362), - [sym_syn_quoting_lit] = STATE(362), - [sym_unquote_splicing_lit] = STATE(362), - [sym_unquoting_lit] = STATE(362), - [aux_sym_dis_expr_repeat1] = STATE(140), - [aux_sym_sym_lit_repeat1] = STATE(294), - [sym__ws] = ACTIONS(710), - [sym_comment] = ACTIONS(710), + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(226), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(226), + [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), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(303), + [sym__ws] = ACTIONS(264), + [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(712), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(712), - [sym_nil_lit] = ACTIONS(714), - [sym_bool_lit] = ACTIONS(714), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(780), + [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(780), + [sym_nil_lit] = ACTIONS(782), + [sym_bool_lit] = ACTIONS(782), + [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), + [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), }, - [124] = { - [sym__gap] = STATE(141), - [sym_dis_expr] = STATE(141), - [sym__form] = STATE(378), - [sym_kwd_lit] = STATE(378), - [sym_str_lit] = STATE(378), - [sym_sym_lit] = STATE(378), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(378), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(378), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(378), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(378), - [sym__bare_set_lit] = STATE(351), - [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(141), - [aux_sym_sym_lit_repeat1] = STATE(294), - [sym__ws] = ACTIONS(716), - [sym_comment] = ACTIONS(716), + [136] = { + [sym__gap] = STATE(127), + [sym_dis_expr] = STATE(127), + [sym__form] = STATE(222), + [sym_kwd_lit] = STATE(222), + [sym_str_lit] = STATE(222), + [sym_sym_lit] = STATE(222), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(222), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(222), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(222), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(222), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(222), + [sym_regex_lit] = STATE(222), + [sym_read_cond_lit] = STATE(222), + [sym_splicing_read_cond_lit] = STATE(222), + [sym_ns_map_lit] = STATE(222), + [sym_var_quoting_lit] = STATE(222), + [sym_sym_val_lit] = STATE(222), + [sym_evaling_lit] = STATE(222), + [sym_tagged_or_ctor_lit] = STATE(222), + [sym_derefing_lit] = STATE(222), + [sym_quoting_lit] = STATE(222), + [sym_syn_quoting_lit] = STATE(222), + [sym_unquote_splicing_lit] = STATE(222), + [sym_unquoting_lit] = STATE(222), + [aux_sym_dis_expr_repeat1] = STATE(127), + [aux_sym_sym_lit_repeat1] = STATE(303), + [sym__ws] = ACTIONS(784), + [sym_comment] = ACTIONS(784), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(718), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(718), - [sym_nil_lit] = ACTIONS(720), - [sym_bool_lit] = ACTIONS(720), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(756), + [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(756), + [sym_nil_lit] = ACTIONS(758), + [sym_bool_lit] = ACTIONS(758), + [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), + [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), }, - [125] = { - [sym__gap] = STATE(143), - [sym_dis_expr] = STATE(143), - [sym__form] = STATE(386), - [sym_kwd_lit] = STATE(386), - [sym_str_lit] = STATE(386), - [sym_sym_lit] = STATE(386), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(386), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(386), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(386), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(386), - [sym__bare_set_lit] = STATE(351), - [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(143), - [aux_sym_sym_lit_repeat1] = STATE(294), - [sym__ws] = ACTIONS(722), - [sym_comment] = ACTIONS(722), + [137] = { + [sym__gap] = STATE(128), + [sym_dis_expr] = STATE(128), + [sym__form] = STATE(298), + [sym_kwd_lit] = STATE(298), + [sym_str_lit] = STATE(298), + [sym_sym_lit] = STATE(298), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(298), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(298), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(298), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(298), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(298), + [sym_regex_lit] = STATE(298), + [sym_read_cond_lit] = STATE(298), + [sym_splicing_read_cond_lit] = STATE(298), + [sym_ns_map_lit] = STATE(298), + [sym_var_quoting_lit] = STATE(298), + [sym_sym_val_lit] = STATE(298), + [sym_evaling_lit] = STATE(298), + [sym_tagged_or_ctor_lit] = STATE(298), + [sym_derefing_lit] = STATE(298), + [sym_quoting_lit] = STATE(298), + [sym_syn_quoting_lit] = STATE(298), + [sym_unquote_splicing_lit] = STATE(298), + [sym_unquoting_lit] = STATE(298), + [aux_sym_dis_expr_repeat1] = STATE(128), + [aux_sym_sym_lit_repeat1] = STATE(303), + [sym__ws] = ACTIONS(786), + [sym_comment] = ACTIONS(786), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(724), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(724), - [sym_nil_lit] = ACTIONS(726), - [sym_bool_lit] = ACTIONS(726), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(696), + [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(696), + [sym_nil_lit] = ACTIONS(698), + [sym_bool_lit] = ACTIONS(698), + [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), + [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), }, - [126] = { - [sym__gap] = STATE(145), - [sym_dis_expr] = STATE(145), - [sym__form] = STATE(393), - [sym_kwd_lit] = STATE(393), - [sym_str_lit] = STATE(393), - [sym_sym_lit] = STATE(393), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(393), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(393), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(393), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(393), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(393), - [sym_regex_lit] = STATE(393), - [sym_read_cond_lit] = STATE(393), - [sym_splicing_read_cond_lit] = STATE(393), - [sym_ns_map_lit] = STATE(393), - [sym_var_quoting_lit] = STATE(393), - [sym_sym_val_lit] = STATE(393), - [sym_evaling_lit] = STATE(393), - [sym_tagged_or_ctor_lit] = STATE(393), - [sym_derefing_lit] = STATE(393), - [sym_quoting_lit] = STATE(393), - [sym_syn_quoting_lit] = STATE(393), - [sym_unquote_splicing_lit] = STATE(393), - [sym_unquoting_lit] = STATE(393), - [aux_sym_dis_expr_repeat1] = STATE(145), - [aux_sym_sym_lit_repeat1] = STATE(294), - [sym__ws] = ACTIONS(728), - [sym_comment] = ACTIONS(728), + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(226), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(226), + [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), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(305), + [sym__ws] = ACTIONS(264), + [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(730), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(730), - [sym_nil_lit] = ACTIONS(732), - [sym_bool_lit] = ACTIONS(732), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(780), + [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(780), + [sym_nil_lit] = ACTIONS(782), + [sym_bool_lit] = ACTIONS(782), + [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), + [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), }, - [127] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(387), - [sym_kwd_lit] = STATE(387), - [sym_str_lit] = STATE(387), - [sym_sym_lit] = STATE(387), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(387), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(387), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(387), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(387), - [sym__bare_set_lit] = STATE(351), - [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), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(295), + [139] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(297), + [sym_kwd_lit] = STATE(297), + [sym_str_lit] = STATE(297), + [sym_sym_lit] = STATE(297), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(297), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(297), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(297), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(297), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(297), + [sym_regex_lit] = STATE(297), + [sym_read_cond_lit] = STATE(297), + [sym_splicing_read_cond_lit] = STATE(297), + [sym_ns_map_lit] = STATE(297), + [sym_var_quoting_lit] = STATE(297), + [sym_sym_val_lit] = STATE(297), + [sym_evaling_lit] = STATE(297), + [sym_tagged_or_ctor_lit] = STATE(297), + [sym_derefing_lit] = STATE(297), + [sym_quoting_lit] = STATE(297), + [sym_syn_quoting_lit] = STATE(297), + [sym_unquote_splicing_lit] = STATE(297), + [sym_unquoting_lit] = STATE(297), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(303), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(734), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(734), - [sym_nil_lit] = ACTIONS(736), - [sym_bool_lit] = ACTIONS(736), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(690), + [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(690), + [sym_nil_lit] = ACTIONS(692), + [sym_bool_lit] = ACTIONS(692), + [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), + [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), }, - [128] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(388), - [sym_kwd_lit] = STATE(388), - [sym_str_lit] = STATE(388), - [sym_sym_lit] = STATE(388), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(388), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(388), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(388), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(388), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(388), - [sym_regex_lit] = STATE(388), - [sym_read_cond_lit] = STATE(388), - [sym_splicing_read_cond_lit] = STATE(388), - [sym_ns_map_lit] = STATE(388), - [sym_var_quoting_lit] = STATE(388), - [sym_sym_val_lit] = STATE(388), - [sym_evaling_lit] = STATE(388), - [sym_tagged_or_ctor_lit] = STATE(388), - [sym_derefing_lit] = STATE(388), - [sym_quoting_lit] = STATE(388), - [sym_syn_quoting_lit] = STATE(388), - [sym_unquote_splicing_lit] = STATE(388), - [sym_unquoting_lit] = STATE(388), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(295), + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(375), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(375), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(375), + [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), + [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(738), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(738), - [sym_nil_lit] = ACTIONS(740), - [sym_bool_lit] = ACTIONS(740), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(598), + [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(598), + [sym_nil_lit] = ACTIONS(600), + [sym_bool_lit] = ACTIONS(600), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), + [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), }, - [129] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(210), - [sym_kwd_lit] = STATE(210), - [sym_str_lit] = STATE(210), - [sym_sym_lit] = STATE(210), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(210), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(210), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(210), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(210), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(210), - [sym_regex_lit] = STATE(210), - [sym_read_cond_lit] = STATE(210), - [sym_splicing_read_cond_lit] = STATE(210), - [sym_ns_map_lit] = STATE(210), - [sym_var_quoting_lit] = STATE(210), - [sym_sym_val_lit] = STATE(210), - [sym_evaling_lit] = STATE(210), - [sym_tagged_or_ctor_lit] = STATE(210), - [sym_derefing_lit] = STATE(210), - [sym_quoting_lit] = STATE(210), - [sym_syn_quoting_lit] = STATE(210), - [sym_unquote_splicing_lit] = STATE(210), - [sym_unquoting_lit] = STATE(210), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(293), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), + [141] = { + [sym__gap] = STATE(130), + [sym_dis_expr] = STATE(130), + [sym__form] = STATE(263), + [sym_kwd_lit] = STATE(263), + [sym_str_lit] = STATE(263), + [sym_sym_lit] = STATE(263), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(263), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(263), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(263), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(263), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(263), + [sym_regex_lit] = STATE(263), + [sym_read_cond_lit] = STATE(263), + [sym_splicing_read_cond_lit] = STATE(263), + [sym_ns_map_lit] = STATE(263), + [sym_var_quoting_lit] = STATE(263), + [sym_sym_val_lit] = STATE(263), + [sym_evaling_lit] = STATE(263), + [sym_tagged_or_ctor_lit] = STATE(263), + [sym_derefing_lit] = STATE(263), + [sym_quoting_lit] = STATE(263), + [sym_syn_quoting_lit] = STATE(263), + [sym_unquote_splicing_lit] = STATE(263), + [sym_unquoting_lit] = STATE(263), + [aux_sym_dis_expr_repeat1] = STATE(130), + [aux_sym_sym_lit_repeat1] = STATE(303), + [sym__ws] = ACTIONS(788), + [sym_comment] = ACTIONS(788), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(742), + [sym_num_lit] = ACTIONS(646), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_COLON_COLON] = ACTIONS(270), + [anon_sym_COLON] = ACTIONS(712), + [anon_sym_COLON_COLON] = ACTIONS(714), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(742), - [sym_nil_lit] = ACTIONS(744), - [sym_bool_lit] = ACTIONS(744), + [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(274), + [anon_sym_POUND] = ACTIONS(716), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(276), - [anon_sym_POUND_POUND] = ACTIONS(39), + [anon_sym_POUND_SQUOTE] = ACTIONS(718), + [anon_sym_POUND_POUND] = ACTIONS(720), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(278), - [anon_sym_SQUOTE] = ACTIONS(280), - [anon_sym_BQUOTE] = ACTIONS(282), - [anon_sym_TILDE_AT] = ACTIONS(284), - [anon_sym_TILDE] = ACTIONS(286), - }, - [130] = { - [sym__gap] = STATE(155), - [sym_dis_expr] = STATE(155), - [sym__form] = STATE(397), - [sym_kwd_lit] = STATE(397), - [sym_str_lit] = STATE(397), - [sym_sym_lit] = STATE(397), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(397), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(397), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(397), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(397), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(397), - [sym_regex_lit] = STATE(397), - [sym_read_cond_lit] = STATE(397), - [sym_splicing_read_cond_lit] = STATE(397), - [sym_ns_map_lit] = STATE(397), - [sym_var_quoting_lit] = STATE(397), - [sym_sym_val_lit] = STATE(397), - [sym_evaling_lit] = STATE(397), - [sym_tagged_or_ctor_lit] = STATE(397), - [sym_derefing_lit] = STATE(397), - [sym_quoting_lit] = STATE(397), - [sym_syn_quoting_lit] = STATE(397), - [sym_unquote_splicing_lit] = STATE(397), - [sym_unquoting_lit] = STATE(397), - [aux_sym_dis_expr_repeat1] = STATE(155), - [aux_sym_sym_lit_repeat1] = STATE(294), - [sym__ws] = ACTIONS(746), - [sym_comment] = ACTIONS(746), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(694), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(694), - [sym_nil_lit] = ACTIONS(696), - [sym_bool_lit] = ACTIONS(696), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), + [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), }, - [131] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(391), - [sym_kwd_lit] = STATE(391), - [sym_str_lit] = STATE(391), - [sym_sym_lit] = STATE(391), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(391), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(391), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(391), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(391), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(391), - [sym_regex_lit] = STATE(391), - [sym_read_cond_lit] = STATE(391), - [sym_splicing_read_cond_lit] = STATE(391), - [sym_ns_map_lit] = STATE(391), - [sym_var_quoting_lit] = STATE(391), - [sym_sym_val_lit] = STATE(391), - [sym_evaling_lit] = STATE(391), - [sym_tagged_or_ctor_lit] = STATE(391), - [sym_derefing_lit] = STATE(391), - [sym_quoting_lit] = STATE(391), - [sym_syn_quoting_lit] = STATE(391), - [sym_unquote_splicing_lit] = STATE(391), - [sym_unquoting_lit] = STATE(391), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(295), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), + [142] = { + [sym__gap] = STATE(131), + [sym_dis_expr] = STATE(131), + [sym__form] = STATE(291), + [sym_kwd_lit] = STATE(291), + [sym_str_lit] = STATE(291), + [sym_sym_lit] = STATE(291), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(291), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(291), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(291), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(291), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(291), + [sym_regex_lit] = STATE(291), + [sym_read_cond_lit] = STATE(291), + [sym_splicing_read_cond_lit] = STATE(291), + [sym_ns_map_lit] = STATE(291), + [sym_var_quoting_lit] = STATE(291), + [sym_sym_val_lit] = STATE(291), + [sym_evaling_lit] = STATE(291), + [sym_tagged_or_ctor_lit] = STATE(291), + [sym_derefing_lit] = STATE(291), + [sym_quoting_lit] = STATE(291), + [sym_syn_quoting_lit] = STATE(291), + [sym_unquote_splicing_lit] = STATE(291), + [sym_unquoting_lit] = STATE(291), + [aux_sym_dis_expr_repeat1] = STATE(131), + [aux_sym_sym_lit_repeat1] = STATE(303), + [sym__ws] = ACTIONS(790), + [sym_comment] = ACTIONS(790), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(748), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(748), - [sym_nil_lit] = ACTIONS(750), - [sym_bool_lit] = ACTIONS(750), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(640), + [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(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(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), + [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), }, - [132] = { - [sym__gap] = STATE(66), - [sym_dis_expr] = STATE(66), - [sym__form] = STATE(398), - [sym_kwd_lit] = STATE(398), - [sym_str_lit] = STATE(398), - [sym_sym_lit] = STATE(398), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(398), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(398), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(398), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(398), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(398), - [sym_regex_lit] = STATE(398), - [sym_read_cond_lit] = STATE(398), - [sym_splicing_read_cond_lit] = STATE(398), - [sym_ns_map_lit] = STATE(398), - [sym_var_quoting_lit] = STATE(398), - [sym_sym_val_lit] = STATE(398), - [sym_evaling_lit] = STATE(398), - [sym_tagged_or_ctor_lit] = STATE(398), - [sym_derefing_lit] = STATE(398), - [sym_quoting_lit] = STATE(398), - [sym_syn_quoting_lit] = STATE(398), - [sym_unquote_splicing_lit] = STATE(398), - [sym_unquoting_lit] = STATE(398), - [aux_sym_dis_expr_repeat1] = STATE(66), - [aux_sym_sym_lit_repeat1] = STATE(295), - [sym__ws] = ACTIONS(752), - [sym_comment] = ACTIONS(752), + [143] = { + [sym__gap] = STATE(132), + [sym_dis_expr] = STATE(132), + [sym__form] = STATE(290), + [sym_kwd_lit] = STATE(290), + [sym_str_lit] = STATE(290), + [sym_sym_lit] = STATE(290), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(290), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(290), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(290), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(290), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(290), + [sym_regex_lit] = STATE(290), + [sym_read_cond_lit] = STATE(290), + [sym_splicing_read_cond_lit] = STATE(290), + [sym_ns_map_lit] = STATE(290), + [sym_var_quoting_lit] = STATE(290), + [sym_sym_val_lit] = STATE(290), + [sym_evaling_lit] = STATE(290), + [sym_tagged_or_ctor_lit] = STATE(290), + [sym_derefing_lit] = STATE(290), + [sym_quoting_lit] = STATE(290), + [sym_syn_quoting_lit] = STATE(290), + [sym_unquote_splicing_lit] = STATE(290), + [sym_unquoting_lit] = STATE(290), + [aux_sym_dis_expr_repeat1] = STATE(132), + [aux_sym_sym_lit_repeat1] = STATE(303), + [sym__ws] = ACTIONS(792), + [sym_comment] = ACTIONS(792), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(658), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(658), - [sym_nil_lit] = ACTIONS(660), - [sym_bool_lit] = ACTIONS(660), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(634), + [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(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(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), + [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), }, - [133] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(249), - [sym_kwd_lit] = STATE(249), - [sym_str_lit] = STATE(249), - [sym_sym_lit] = STATE(249), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(249), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(249), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(249), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(249), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(249), - [sym_regex_lit] = STATE(249), - [sym_read_cond_lit] = STATE(249), - [sym_splicing_read_cond_lit] = STATE(249), - [sym_ns_map_lit] = STATE(249), - [sym_var_quoting_lit] = STATE(249), - [sym_sym_val_lit] = STATE(249), - [sym_evaling_lit] = STATE(249), - [sym_tagged_or_ctor_lit] = STATE(249), - [sym_derefing_lit] = STATE(249), - [sym_quoting_lit] = STATE(249), - [sym_syn_quoting_lit] = STATE(249), - [sym_unquote_splicing_lit] = STATE(249), - [sym_unquoting_lit] = STATE(249), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(293), + [144] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(243), + [sym_kwd_lit] = STATE(243), + [sym_str_lit] = STATE(243), + [sym_sym_lit] = STATE(243), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(243), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(243), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(243), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(243), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(243), + [sym_regex_lit] = STATE(243), + [sym_read_cond_lit] = STATE(243), + [sym_splicing_read_cond_lit] = STATE(243), + [sym_ns_map_lit] = STATE(243), + [sym_var_quoting_lit] = STATE(243), + [sym_sym_val_lit] = STATE(243), + [sym_evaling_lit] = STATE(243), + [sym_tagged_or_ctor_lit] = STATE(243), + [sym_derefing_lit] = STATE(243), + [sym_quoting_lit] = STATE(243), + [sym_syn_quoting_lit] = STATE(243), + [sym_unquote_splicing_lit] = STATE(243), + [sym_unquoting_lit] = STATE(243), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(305), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(566), + [sym_num_lit] = ACTIONS(776), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_COLON_COLON] = ACTIONS(270), + [anon_sym_COLON] = ACTIONS(11), + [anon_sym_COLON_COLON] = ACTIONS(13), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(566), - [sym_nil_lit] = ACTIONS(568), - [sym_bool_lit] = ACTIONS(568), + [sym_char_lit] = ACTIONS(776), + [sym_nil_lit] = ACTIONS(778), + [sym_bool_lit] = ACTIONS(778), [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(274), + [anon_sym_POUND] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(276), + [anon_sym_POUND_SQUOTE] = ACTIONS(37), [anon_sym_POUND_POUND] = ACTIONS(39), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(278), - [anon_sym_SQUOTE] = ACTIONS(280), - [anon_sym_BQUOTE] = ACTIONS(282), - [anon_sym_TILDE_AT] = ACTIONS(284), - [anon_sym_TILDE] = ACTIONS(286), - }, - [134] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(406), - [sym_kwd_lit] = STATE(406), - [sym_str_lit] = STATE(406), - [sym_sym_lit] = STATE(406), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(406), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(406), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(406), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(406), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(406), - [sym_regex_lit] = STATE(406), - [sym_read_cond_lit] = STATE(406), - [sym_splicing_read_cond_lit] = STATE(406), - [sym_ns_map_lit] = STATE(406), - [sym_var_quoting_lit] = STATE(406), - [sym_sym_val_lit] = STATE(406), - [sym_evaling_lit] = STATE(406), - [sym_tagged_or_ctor_lit] = STATE(406), - [sym_derefing_lit] = STATE(406), - [sym_quoting_lit] = STATE(406), - [sym_syn_quoting_lit] = STATE(406), - [sym_unquote_splicing_lit] = STATE(406), - [sym_unquoting_lit] = STATE(406), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(296), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(754), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(754), - [sym_nil_lit] = ACTIONS(756), - [sym_bool_lit] = ACTIONS(756), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), - }, - [135] = { - [sym__gap] = STATE(159), - [sym_dis_expr] = STATE(159), - [sym__form] = STATE(405), - [sym_kwd_lit] = STATE(405), - [sym_str_lit] = STATE(405), - [sym_sym_lit] = STATE(405), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(405), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(405), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(405), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(405), - [sym__bare_set_lit] = STATE(351), - [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(159), - [aux_sym_sym_lit_repeat1] = STATE(294), - [sym__ws] = ACTIONS(758), - [sym_comment] = ACTIONS(758), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(760), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(760), - [sym_nil_lit] = ACTIONS(762), - [sym_bool_lit] = ACTIONS(762), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), - }, - [136] = { - [sym__gap] = STATE(104), - [sym_dis_expr] = STATE(104), - [sym__form] = STATE(405), - [sym_kwd_lit] = STATE(405), - [sym_str_lit] = STATE(405), - [sym_sym_lit] = STATE(405), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(405), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(405), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(405), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(405), - [sym__bare_set_lit] = STATE(351), - [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(104), - [aux_sym_sym_lit_repeat1] = STATE(295), - [sym__ws] = ACTIONS(764), - [sym_comment] = ACTIONS(764), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(760), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(760), - [sym_nil_lit] = ACTIONS(762), - [sym_bool_lit] = ACTIONS(762), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), + [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), }, - [137] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(406), - [sym_kwd_lit] = STATE(406), - [sym_str_lit] = STATE(406), - [sym_sym_lit] = STATE(406), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(406), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(406), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(406), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(406), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(406), - [sym_regex_lit] = STATE(406), - [sym_read_cond_lit] = STATE(406), - [sym_splicing_read_cond_lit] = STATE(406), - [sym_ns_map_lit] = STATE(406), - [sym_var_quoting_lit] = STATE(406), - [sym_sym_val_lit] = STATE(406), - [sym_evaling_lit] = STATE(406), - [sym_tagged_or_ctor_lit] = STATE(406), - [sym_derefing_lit] = STATE(406), - [sym_quoting_lit] = STATE(406), - [sym_syn_quoting_lit] = STATE(406), - [sym_unquote_splicing_lit] = STATE(406), - [sym_unquoting_lit] = STATE(406), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(295), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), + [145] = { + [sym__gap] = STATE(133), + [sym_dis_expr] = STATE(133), + [sym__form] = STATE(289), + [sym_kwd_lit] = STATE(289), + [sym_str_lit] = STATE(289), + [sym_sym_lit] = STATE(289), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(289), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(289), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(289), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(289), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(289), + [sym_regex_lit] = STATE(289), + [sym_read_cond_lit] = STATE(289), + [sym_splicing_read_cond_lit] = STATE(289), + [sym_ns_map_lit] = STATE(289), + [sym_var_quoting_lit] = STATE(289), + [sym_sym_val_lit] = STATE(289), + [sym_evaling_lit] = STATE(289), + [sym_tagged_or_ctor_lit] = STATE(289), + [sym_derefing_lit] = STATE(289), + [sym_quoting_lit] = STATE(289), + [sym_syn_quoting_lit] = STATE(289), + [sym_unquote_splicing_lit] = STATE(289), + [sym_unquoting_lit] = STATE(289), + [aux_sym_dis_expr_repeat1] = STATE(133), + [aux_sym_sym_lit_repeat1] = STATE(303), + [sym__ws] = ACTIONS(794), + [sym_comment] = ACTIONS(794), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(754), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(754), - [sym_nil_lit] = ACTIONS(756), - [sym_bool_lit] = ACTIONS(756), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(628), + [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(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(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), + [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), }, - [138] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(224), - [sym_kwd_lit] = STATE(224), - [sym_str_lit] = STATE(224), - [sym_sym_lit] = STATE(224), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(224), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(224), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(224), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(224), - [sym__bare_set_lit] = STATE(256), - [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(292), - [aux_sym_sym_lit_repeat1] = STATE(297), + [146] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(249), + [sym_kwd_lit] = STATE(249), + [sym_str_lit] = STATE(249), + [sym_sym_lit] = STATE(249), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(249), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(249), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(249), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(249), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(249), + [sym_regex_lit] = STATE(249), + [sym_read_cond_lit] = STATE(249), + [sym_splicing_read_cond_lit] = STATE(249), + [sym_ns_map_lit] = STATE(249), + [sym_var_quoting_lit] = STATE(249), + [sym_sym_val_lit] = STATE(249), + [sym_evaling_lit] = STATE(249), + [sym_tagged_or_ctor_lit] = STATE(249), + [sym_derefing_lit] = STATE(249), + [sym_quoting_lit] = STATE(249), + [sym_syn_quoting_lit] = STATE(249), + [sym_unquote_splicing_lit] = STATE(249), + [sym_unquoting_lit] = STATE(249), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(305), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(630), + [sym_num_lit] = ACTIONS(772), [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(630), - [sym_nil_lit] = ACTIONS(632), - [sym_bool_lit] = ACTIONS(632), + [sym_char_lit] = ACTIONS(772), + [sym_nil_lit] = ACTIONS(774), + [sym_bool_lit] = ACTIONS(774), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -11709,366 +12218,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE_AT] = ACTIONS(49), [anon_sym_TILDE] = ACTIONS(51), }, - [139] = { - [sym__gap] = STATE(175), - [sym_dis_expr] = STATE(175), - [sym__form] = STATE(398), - [sym_kwd_lit] = STATE(398), - [sym_str_lit] = STATE(398), - [sym_sym_lit] = STATE(398), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(398), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(398), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(398), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(398), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(398), - [sym_regex_lit] = STATE(398), - [sym_read_cond_lit] = STATE(398), - [sym_splicing_read_cond_lit] = STATE(398), - [sym_ns_map_lit] = STATE(398), - [sym_var_quoting_lit] = STATE(398), - [sym_sym_val_lit] = STATE(398), - [sym_evaling_lit] = STATE(398), - [sym_tagged_or_ctor_lit] = STATE(398), - [sym_derefing_lit] = STATE(398), - [sym_quoting_lit] = STATE(398), - [sym_syn_quoting_lit] = STATE(398), - [sym_unquote_splicing_lit] = STATE(398), - [sym_unquoting_lit] = STATE(398), - [aux_sym_dis_expr_repeat1] = STATE(175), - [aux_sym_sym_lit_repeat1] = STATE(294), - [sym__ws] = ACTIONS(766), - [sym_comment] = ACTIONS(766), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(658), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(658), - [sym_nil_lit] = ACTIONS(660), - [sym_bool_lit] = ACTIONS(660), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), - }, - [140] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(391), - [sym_kwd_lit] = STATE(391), - [sym_str_lit] = STATE(391), - [sym_sym_lit] = STATE(391), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(391), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(391), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(391), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(391), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(391), - [sym_regex_lit] = STATE(391), - [sym_read_cond_lit] = STATE(391), - [sym_splicing_read_cond_lit] = STATE(391), - [sym_ns_map_lit] = STATE(391), - [sym_var_quoting_lit] = STATE(391), - [sym_sym_val_lit] = STATE(391), - [sym_evaling_lit] = STATE(391), - [sym_tagged_or_ctor_lit] = STATE(391), - [sym_derefing_lit] = STATE(391), - [sym_quoting_lit] = STATE(391), - [sym_syn_quoting_lit] = STATE(391), - [sym_unquote_splicing_lit] = STATE(391), - [sym_unquoting_lit] = STATE(391), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(294), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(748), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(748), - [sym_nil_lit] = ACTIONS(750), - [sym_bool_lit] = ACTIONS(750), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), - }, - [141] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(388), - [sym_kwd_lit] = STATE(388), - [sym_str_lit] = STATE(388), - [sym_sym_lit] = STATE(388), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(388), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(388), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(388), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(388), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(388), - [sym_regex_lit] = STATE(388), - [sym_read_cond_lit] = STATE(388), - [sym_splicing_read_cond_lit] = STATE(388), - [sym_ns_map_lit] = STATE(388), - [sym_var_quoting_lit] = STATE(388), - [sym_sym_val_lit] = STATE(388), - [sym_evaling_lit] = STATE(388), - [sym_tagged_or_ctor_lit] = STATE(388), - [sym_derefing_lit] = STATE(388), - [sym_quoting_lit] = STATE(388), - [sym_syn_quoting_lit] = STATE(388), - [sym_unquote_splicing_lit] = STATE(388), - [sym_unquoting_lit] = STATE(388), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(294), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(738), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(738), - [sym_nil_lit] = ACTIONS(740), - [sym_bool_lit] = ACTIONS(740), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), - }, - [142] = { - [sym__gap] = STATE(46), - [sym_dis_expr] = STATE(46), - [sym__form] = STATE(259), - [sym_kwd_lit] = STATE(259), - [sym_str_lit] = STATE(259), - [sym_sym_lit] = STATE(259), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(259), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(259), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(259), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(259), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(259), - [sym_regex_lit] = STATE(259), - [sym_read_cond_lit] = STATE(259), - [sym_splicing_read_cond_lit] = STATE(259), - [sym_ns_map_lit] = STATE(259), - [sym_var_quoting_lit] = STATE(259), - [sym_sym_val_lit] = STATE(259), - [sym_evaling_lit] = STATE(259), - [sym_tagged_or_ctor_lit] = STATE(259), - [sym_derefing_lit] = STATE(259), - [sym_quoting_lit] = STATE(259), - [sym_syn_quoting_lit] = STATE(259), - [sym_unquote_splicing_lit] = STATE(259), - [sym_unquoting_lit] = STATE(259), - [aux_sym_dis_expr_repeat1] = STATE(46), - [aux_sym_sym_lit_repeat1] = STATE(293), - [sym__ws] = ACTIONS(768), - [sym_comment] = ACTIONS(768), + [147] = { + [sym__gap] = STATE(134), + [sym_dis_expr] = STATE(134), + [sym__form] = STATE(287), + [sym_kwd_lit] = STATE(287), + [sym_str_lit] = STATE(287), + [sym_sym_lit] = STATE(287), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(287), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(287), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(287), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(287), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(287), + [sym_regex_lit] = STATE(287), + [sym_read_cond_lit] = STATE(287), + [sym_splicing_read_cond_lit] = STATE(287), + [sym_ns_map_lit] = STATE(287), + [sym_var_quoting_lit] = STATE(287), + [sym_sym_val_lit] = STATE(287), + [sym_evaling_lit] = STATE(287), + [sym_tagged_or_ctor_lit] = STATE(287), + [sym_derefing_lit] = STATE(287), + [sym_quoting_lit] = STATE(287), + [sym_syn_quoting_lit] = STATE(287), + [sym_unquote_splicing_lit] = STATE(287), + [sym_unquoting_lit] = STATE(287), + [aux_sym_dis_expr_repeat1] = STATE(134), + [aux_sym_sym_lit_repeat1] = STATE(303), + [sym__ws] = ACTIONS(796), + [sym_comment] = ACTIONS(796), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(548), + [sym_num_lit] = ACTIONS(622), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_COLON_COLON] = ACTIONS(270), + [anon_sym_COLON] = ACTIONS(712), + [anon_sym_COLON_COLON] = ACTIONS(714), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(548), - [sym_nil_lit] = ACTIONS(550), - [sym_bool_lit] = ACTIONS(550), + [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(274), + [anon_sym_POUND] = ACTIONS(716), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(276), - [anon_sym_POUND_POUND] = ACTIONS(39), + [anon_sym_POUND_SQUOTE] = ACTIONS(718), + [anon_sym_POUND_POUND] = ACTIONS(720), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(278), - [anon_sym_SQUOTE] = ACTIONS(280), - [anon_sym_BQUOTE] = ACTIONS(282), - [anon_sym_TILDE_AT] = ACTIONS(284), - [anon_sym_TILDE] = ACTIONS(286), - }, - [143] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(387), - [sym_kwd_lit] = STATE(387), - [sym_str_lit] = STATE(387), - [sym_sym_lit] = STATE(387), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(387), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(387), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(387), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(387), - [sym__bare_set_lit] = STATE(351), - [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), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(294), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(734), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(734), - [sym_nil_lit] = ACTIONS(736), - [sym_bool_lit] = ACTIONS(736), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), + [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), }, - [144] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(220), - [sym_kwd_lit] = STATE(220), - [sym_str_lit] = STATE(220), - [sym_sym_lit] = STATE(220), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(220), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(220), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(220), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(220), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(220), - [sym_regex_lit] = STATE(220), - [sym_read_cond_lit] = STATE(220), - [sym_splicing_read_cond_lit] = STATE(220), - [sym_ns_map_lit] = STATE(220), - [sym_var_quoting_lit] = STATE(220), - [sym_sym_val_lit] = STATE(220), - [sym_evaling_lit] = STATE(220), - [sym_tagged_or_ctor_lit] = STATE(220), - [sym_derefing_lit] = STATE(220), - [sym_quoting_lit] = STATE(220), - [sym_syn_quoting_lit] = STATE(220), - [sym_unquote_splicing_lit] = STATE(220), - [sym_unquoting_lit] = STATE(220), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(297), + [148] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(250), + [sym_kwd_lit] = STATE(250), + [sym_str_lit] = STATE(250), + [sym_sym_lit] = STATE(250), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(250), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(250), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(250), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(250), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(250), + [sym_regex_lit] = STATE(250), + [sym_read_cond_lit] = STATE(250), + [sym_splicing_read_cond_lit] = STATE(250), + [sym_ns_map_lit] = STATE(250), + [sym_var_quoting_lit] = STATE(250), + [sym_sym_val_lit] = STATE(250), + [sym_evaling_lit] = STATE(250), + [sym_tagged_or_ctor_lit] = STATE(250), + [sym_derefing_lit] = STATE(250), + [sym_quoting_lit] = STATE(250), + [sym_syn_quoting_lit] = STATE(250), + [sym_unquote_splicing_lit] = STATE(250), + [sym_unquoting_lit] = STATE(250), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(305), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(634), + [sym_num_lit] = ACTIONS(768), [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(768), + [sym_nil_lit] = ACTIONS(770), + [sym_bool_lit] = ACTIONS(770), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -12087,114 +12344,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE_AT] = ACTIONS(49), [anon_sym_TILDE] = ACTIONS(51), }, - [145] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(363), - [sym_kwd_lit] = STATE(363), - [sym_str_lit] = STATE(363), - [sym_sym_lit] = STATE(363), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(363), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(363), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(363), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(363), - [sym__bare_set_lit] = STATE(351), - [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(292), - [aux_sym_sym_lit_repeat1] = STATE(294), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), + [149] = { + [sym__gap] = STATE(135), + [sym_dis_expr] = STATE(135), + [sym__form] = STATE(283), + [sym_kwd_lit] = STATE(283), + [sym_str_lit] = STATE(283), + [sym_sym_lit] = STATE(283), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(283), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(283), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(283), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(283), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(283), + [sym_regex_lit] = STATE(283), + [sym_read_cond_lit] = STATE(283), + [sym_splicing_read_cond_lit] = STATE(283), + [sym_ns_map_lit] = STATE(283), + [sym_var_quoting_lit] = STATE(283), + [sym_sym_val_lit] = STATE(283), + [sym_evaling_lit] = STATE(283), + [sym_tagged_or_ctor_lit] = STATE(283), + [sym_derefing_lit] = STATE(283), + [sym_quoting_lit] = STATE(283), + [sym_syn_quoting_lit] = STATE(283), + [sym_unquote_splicing_lit] = STATE(283), + [sym_unquoting_lit] = STATE(283), + [aux_sym_dis_expr_repeat1] = STATE(135), + [aux_sym_sym_lit_repeat1] = STATE(303), + [sym__ws] = ACTIONS(798), + [sym_comment] = ACTIONS(798), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(702), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(702), - [sym_nil_lit] = ACTIONS(704), - [sym_bool_lit] = ACTIONS(704), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(616), + [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(616), + [sym_nil_lit] = ACTIONS(618), + [sym_bool_lit] = ACTIONS(618), + [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), + [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), }, - [146] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(219), - [sym_kwd_lit] = STATE(219), - [sym_str_lit] = STATE(219), - [sym_sym_lit] = STATE(219), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(219), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(219), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(219), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(219), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(219), - [sym_regex_lit] = STATE(219), - [sym_read_cond_lit] = STATE(219), - [sym_splicing_read_cond_lit] = STATE(219), - [sym_ns_map_lit] = STATE(219), - [sym_var_quoting_lit] = STATE(219), - [sym_sym_val_lit] = STATE(219), - [sym_evaling_lit] = STATE(219), - [sym_tagged_or_ctor_lit] = STATE(219), - [sym_derefing_lit] = STATE(219), - [sym_quoting_lit] = STATE(219), - [sym_syn_quoting_lit] = STATE(219), - [sym_unquote_splicing_lit] = STATE(219), - [sym_unquoting_lit] = STATE(219), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(297), + [150] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(274), + [sym_kwd_lit] = STATE(274), + [sym_str_lit] = STATE(274), + [sym_sym_lit] = STATE(274), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(274), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(274), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(274), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(274), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(274), + [sym_regex_lit] = STATE(274), + [sym_read_cond_lit] = STATE(274), + [sym_splicing_read_cond_lit] = STATE(274), + [sym_ns_map_lit] = STATE(274), + [sym_var_quoting_lit] = STATE(274), + [sym_sym_val_lit] = STATE(274), + [sym_evaling_lit] = STATE(274), + [sym_tagged_or_ctor_lit] = STATE(274), + [sym_derefing_lit] = STATE(274), + [sym_quoting_lit] = STATE(274), + [sym_syn_quoting_lit] = STATE(274), + [sym_unquote_splicing_lit] = STATE(274), + [sym_unquoting_lit] = STATE(274), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(305), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(638), + [sym_num_lit] = ACTIONS(764), [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(638), - [sym_nil_lit] = ACTIONS(640), - [sym_bool_lit] = ACTIONS(640), + [sym_char_lit] = ACTIONS(764), + [sym_nil_lit] = ACTIONS(766), + [sym_bool_lit] = ACTIONS(766), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -12213,240 +12470,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE_AT] = ACTIONS(49), [anon_sym_TILDE] = ACTIONS(51), }, - [147] = { - [sym__gap] = STATE(70), - [sym_dis_expr] = STATE(70), - [sym__form] = STATE(319), - [sym_kwd_lit] = STATE(319), - [sym_str_lit] = STATE(319), - [sym_sym_lit] = STATE(319), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(319), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(319), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(319), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(319), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(319), - [sym_regex_lit] = STATE(319), - [sym_read_cond_lit] = STATE(319), - [sym_splicing_read_cond_lit] = STATE(319), - [sym_ns_map_lit] = STATE(319), - [sym_var_quoting_lit] = STATE(319), - [sym_sym_val_lit] = STATE(319), - [sym_evaling_lit] = STATE(319), - [sym_tagged_or_ctor_lit] = STATE(319), - [sym_derefing_lit] = STATE(319), - [sym_quoting_lit] = STATE(319), - [sym_syn_quoting_lit] = STATE(319), - [sym_unquote_splicing_lit] = STATE(319), - [sym_unquoting_lit] = STATE(319), - [aux_sym_dis_expr_repeat1] = STATE(70), - [aux_sym_sym_lit_repeat1] = STATE(296), - [sym__ws] = ACTIONS(770), - [sym_comment] = ACTIONS(770), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(542), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(542), - [sym_nil_lit] = ACTIONS(544), - [sym_bool_lit] = ACTIONS(544), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), - }, - [148] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(218), - [sym_kwd_lit] = STATE(218), - [sym_str_lit] = STATE(218), - [sym_sym_lit] = STATE(218), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(218), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(218), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(218), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(218), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(218), - [sym_regex_lit] = STATE(218), - [sym_read_cond_lit] = STATE(218), - [sym_splicing_read_cond_lit] = STATE(218), - [sym_ns_map_lit] = STATE(218), - [sym_var_quoting_lit] = STATE(218), - [sym_sym_val_lit] = STATE(218), - [sym_evaling_lit] = STATE(218), - [sym_tagged_or_ctor_lit] = STATE(218), - [sym_derefing_lit] = STATE(218), - [sym_quoting_lit] = STATE(218), - [sym_syn_quoting_lit] = STATE(218), - [sym_unquote_splicing_lit] = STATE(218), - [sym_unquoting_lit] = STATE(218), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(297), + [151] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(278), + [sym_kwd_lit] = STATE(278), + [sym_str_lit] = STATE(278), + [sym_sym_lit] = STATE(278), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(278), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(278), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(278), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(278), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(278), + [sym_regex_lit] = STATE(278), + [sym_read_cond_lit] = STATE(278), + [sym_splicing_read_cond_lit] = STATE(278), + [sym_ns_map_lit] = STATE(278), + [sym_var_quoting_lit] = STATE(278), + [sym_sym_val_lit] = STATE(278), + [sym_evaling_lit] = STATE(278), + [sym_tagged_or_ctor_lit] = STATE(278), + [sym_derefing_lit] = STATE(278), + [sym_quoting_lit] = STATE(278), + [sym_syn_quoting_lit] = STATE(278), + [sym_unquote_splicing_lit] = STATE(278), + [sym_unquoting_lit] = STATE(278), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(303), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(642), + [sym_num_lit] = ACTIONS(602), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(11), - [anon_sym_COLON_COLON] = ACTIONS(13), + [anon_sym_COLON] = ACTIONS(712), + [anon_sym_COLON_COLON] = ACTIONS(714), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(642), - [sym_nil_lit] = ACTIONS(644), - [sym_bool_lit] = ACTIONS(644), + [sym_char_lit] = ACTIONS(602), + [sym_nil_lit] = ACTIONS(604), + [sym_bool_lit] = ACTIONS(604), [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(31), + [anon_sym_POUND] = ACTIONS(716), [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_SQUOTE] = ACTIONS(718), + [anon_sym_POUND_POUND] = ACTIONS(720), [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), - }, - [149] = { - [sym__gap] = STATE(74), - [sym_dis_expr] = STATE(74), - [sym__form] = STATE(318), - [sym_kwd_lit] = STATE(318), - [sym_str_lit] = STATE(318), - [sym_sym_lit] = STATE(318), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(318), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(318), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(318), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(318), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(318), - [sym_regex_lit] = STATE(318), - [sym_read_cond_lit] = STATE(318), - [sym_splicing_read_cond_lit] = STATE(318), - [sym_ns_map_lit] = STATE(318), - [sym_var_quoting_lit] = STATE(318), - [sym_sym_val_lit] = STATE(318), - [sym_evaling_lit] = STATE(318), - [sym_tagged_or_ctor_lit] = STATE(318), - [sym_derefing_lit] = STATE(318), - [sym_quoting_lit] = STATE(318), - [sym_syn_quoting_lit] = STATE(318), - [sym_unquote_splicing_lit] = STATE(318), - [sym_unquoting_lit] = STATE(318), - [aux_sym_dis_expr_repeat1] = STATE(74), - [aux_sym_sym_lit_repeat1] = STATE(296), - [sym__ws] = ACTIONS(772), - [sym_comment] = ACTIONS(772), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(588), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(588), - [sym_nil_lit] = ACTIONS(590), - [sym_bool_lit] = ACTIONS(590), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), + [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), }, - [150] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(217), - [sym_kwd_lit] = STATE(217), - [sym_str_lit] = STATE(217), - [sym_sym_lit] = STATE(217), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(217), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(217), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(217), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(217), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(217), - [sym_regex_lit] = STATE(217), - [sym_read_cond_lit] = STATE(217), - [sym_splicing_read_cond_lit] = STATE(217), - [sym_ns_map_lit] = STATE(217), - [sym_var_quoting_lit] = STATE(217), - [sym_sym_val_lit] = STATE(217), - [sym_evaling_lit] = STATE(217), - [sym_tagged_or_ctor_lit] = STATE(217), - [sym_derefing_lit] = STATE(217), - [sym_quoting_lit] = STATE(217), - [sym_syn_quoting_lit] = STATE(217), - [sym_unquote_splicing_lit] = STATE(217), - [sym_unquoting_lit] = STATE(217), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(297), + [152] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(300), + [sym_kwd_lit] = STATE(300), + [sym_str_lit] = STATE(300), + [sym_sym_lit] = STATE(300), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(300), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(300), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(300), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(300), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(300), + [sym_regex_lit] = STATE(300), + [sym_read_cond_lit] = STATE(300), + [sym_splicing_read_cond_lit] = STATE(300), + [sym_ns_map_lit] = STATE(300), + [sym_var_quoting_lit] = STATE(300), + [sym_sym_val_lit] = STATE(300), + [sym_evaling_lit] = STATE(300), + [sym_tagged_or_ctor_lit] = STATE(300), + [sym_derefing_lit] = STATE(300), + [sym_quoting_lit] = STATE(300), + [sym_syn_quoting_lit] = STATE(300), + [sym_unquote_splicing_lit] = STATE(300), + [sym_unquoting_lit] = STATE(300), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(305), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(646), + [sym_num_lit] = ACTIONS(760), [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), + [anon_sym_COLON_COLON] = ACTIONS(13), + [aux_sym_str_lit_token1] = ACTIONS(15), + [sym_char_lit] = ACTIONS(760), + [sym_nil_lit] = ACTIONS(762), + [sym_bool_lit] = ACTIONS(762), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -12465,492 +12596,366 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE_AT] = ACTIONS(49), [anon_sym_TILDE] = ACTIONS(51), }, - [151] = { - [sym__gap] = STATE(78), - [sym_dis_expr] = STATE(78), - [sym__form] = STATE(317), - [sym_kwd_lit] = STATE(317), - [sym_str_lit] = STATE(317), - [sym_sym_lit] = STATE(317), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(317), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(317), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(317), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(317), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(317), - [sym_regex_lit] = STATE(317), - [sym_read_cond_lit] = STATE(317), - [sym_splicing_read_cond_lit] = STATE(317), - [sym_ns_map_lit] = STATE(317), - [sym_var_quoting_lit] = STATE(317), - [sym_sym_val_lit] = STATE(317), - [sym_evaling_lit] = STATE(317), - [sym_tagged_or_ctor_lit] = STATE(317), - [sym_derefing_lit] = STATE(317), - [sym_quoting_lit] = STATE(317), - [sym_syn_quoting_lit] = STATE(317), - [sym_unquote_splicing_lit] = STATE(317), - [sym_unquoting_lit] = STATE(317), - [aux_sym_dis_expr_repeat1] = STATE(78), - [aux_sym_sym_lit_repeat1] = STATE(296), - [sym__ws] = ACTIONS(774), - [sym_comment] = ACTIONS(774), + [153] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(277), + [sym_kwd_lit] = STATE(277), + [sym_str_lit] = STATE(277), + [sym_sym_lit] = STATE(277), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(277), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(277), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(277), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(277), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(277), + [sym_regex_lit] = STATE(277), + [sym_read_cond_lit] = STATE(277), + [sym_splicing_read_cond_lit] = STATE(277), + [sym_ns_map_lit] = STATE(277), + [sym_var_quoting_lit] = STATE(277), + [sym_sym_val_lit] = STATE(277), + [sym_evaling_lit] = STATE(277), + [sym_tagged_or_ctor_lit] = STATE(277), + [sym_derefing_lit] = STATE(277), + [sym_quoting_lit] = STATE(277), + [sym_syn_quoting_lit] = STATE(277), + [sym_unquote_splicing_lit] = STATE(277), + [sym_unquoting_lit] = STATE(277), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(303), + [sym__ws] = ACTIONS(264), + [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), [sym_num_lit] = ACTIONS(594), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), + [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(594), [sym_nil_lit] = ACTIONS(596), [sym_bool_lit] = ACTIONS(596), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), + [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), }, - [152] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(216), - [sym_kwd_lit] = STATE(216), - [sym_str_lit] = STATE(216), - [sym_sym_lit] = STATE(216), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(216), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(216), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(216), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(216), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(216), - [sym_regex_lit] = STATE(216), - [sym_read_cond_lit] = STATE(216), - [sym_splicing_read_cond_lit] = STATE(216), - [sym_ns_map_lit] = STATE(216), - [sym_var_quoting_lit] = STATE(216), - [sym_sym_val_lit] = STATE(216), - [sym_evaling_lit] = STATE(216), - [sym_tagged_or_ctor_lit] = STATE(216), - [sym_derefing_lit] = STATE(216), - [sym_quoting_lit] = STATE(216), - [sym_syn_quoting_lit] = STATE(216), - [sym_unquote_splicing_lit] = STATE(216), - [sym_unquoting_lit] = STATE(216), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(297), + [154] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(214), + [sym_kwd_lit] = STATE(214), + [sym_str_lit] = STATE(214), + [sym_sym_lit] = STATE(214), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(214), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(214), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(214), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(214), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(214), + [sym_regex_lit] = STATE(214), + [sym_read_cond_lit] = STATE(214), + [sym_splicing_read_cond_lit] = STATE(214), + [sym_ns_map_lit] = STATE(214), + [sym_var_quoting_lit] = STATE(214), + [sym_sym_val_lit] = STATE(214), + [sym_evaling_lit] = STATE(214), + [sym_tagged_or_ctor_lit] = STATE(214), + [sym_derefing_lit] = STATE(214), + [sym_quoting_lit] = STATE(214), + [sym_syn_quoting_lit] = STATE(214), + [sym_unquote_splicing_lit] = STATE(214), + [sym_unquoting_lit] = STATE(214), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(303), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(266), + [sym_num_lit] = ACTIONS(586), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(11), - [anon_sym_COLON_COLON] = ACTIONS(13), + [anon_sym_COLON] = ACTIONS(712), + [anon_sym_COLON_COLON] = ACTIONS(714), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(266), - [sym_nil_lit] = ACTIONS(272), - [sym_bool_lit] = ACTIONS(272), + [sym_char_lit] = ACTIONS(586), + [sym_nil_lit] = ACTIONS(588), + [sym_bool_lit] = ACTIONS(588), [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(31), + [anon_sym_POUND] = ACTIONS(716), [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_SQUOTE] = ACTIONS(718), + [anon_sym_POUND_POUND] = ACTIONS(720), [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), - }, - [153] = { - [sym__gap] = STATE(81), - [sym_dis_expr] = STATE(81), - [sym__form] = STATE(395), - [sym_kwd_lit] = STATE(395), - [sym_str_lit] = STATE(395), - [sym_sym_lit] = STATE(395), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(395), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(395), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(395), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(395), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(395), - [sym_regex_lit] = STATE(395), - [sym_read_cond_lit] = STATE(395), - [sym_splicing_read_cond_lit] = STATE(395), - [sym_ns_map_lit] = STATE(395), - [sym_var_quoting_lit] = STATE(395), - [sym_sym_val_lit] = STATE(395), - [sym_evaling_lit] = STATE(395), - [sym_tagged_or_ctor_lit] = STATE(395), - [sym_derefing_lit] = STATE(395), - [sym_quoting_lit] = STATE(395), - [sym_syn_quoting_lit] = STATE(395), - [sym_unquote_splicing_lit] = STATE(395), - [sym_unquoting_lit] = STATE(395), - [aux_sym_dis_expr_repeat1] = STATE(81), - [aux_sym_sym_lit_repeat1] = STATE(296), - [sym__ws] = ACTIONS(776), - [sym_comment] = ACTIONS(776), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(602), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(602), - [sym_nil_lit] = ACTIONS(604), - [sym_bool_lit] = ACTIONS(604), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), - }, - [154] = { - [sym__gap] = STATE(83), - [sym_dis_expr] = STATE(83), - [sym__form] = STATE(366), - [sym_kwd_lit] = STATE(366), - [sym_str_lit] = STATE(366), - [sym_sym_lit] = STATE(366), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(366), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(366), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(366), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(366), - [sym__bare_set_lit] = STATE(351), - [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(83), - [aux_sym_sym_lit_repeat1] = STATE(296), - [sym__ws] = ACTIONS(778), - [sym_comment] = ACTIONS(778), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(652), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(652), - [sym_nil_lit] = ACTIONS(654), - [sym_bool_lit] = ACTIONS(654), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), + [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), }, [155] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(382), - [sym_kwd_lit] = STATE(382), - [sym_str_lit] = STATE(382), - [sym_sym_lit] = STATE(382), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(382), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(382), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(382), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(382), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(382), - [sym_regex_lit] = STATE(382), - [sym_read_cond_lit] = STATE(382), - [sym_splicing_read_cond_lit] = STATE(382), - [sym_ns_map_lit] = STATE(382), - [sym_var_quoting_lit] = STATE(382), - [sym_sym_val_lit] = STATE(382), - [sym_evaling_lit] = STATE(382), - [sym_tagged_or_ctor_lit] = STATE(382), - [sym_derefing_lit] = STATE(382), - [sym_quoting_lit] = STATE(382), - [sym_syn_quoting_lit] = STATE(382), - [sym_unquote_splicing_lit] = STATE(382), - [sym_unquoting_lit] = STATE(382), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(294), + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(276), + [sym_kwd_lit] = STATE(276), + [sym_str_lit] = STATE(276), + [sym_sym_lit] = STATE(276), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(276), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(276), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(276), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(276), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(276), + [sym_regex_lit] = STATE(276), + [sym_read_cond_lit] = STATE(276), + [sym_splicing_read_cond_lit] = STATE(276), + [sym_ns_map_lit] = STATE(276), + [sym_var_quoting_lit] = STATE(276), + [sym_sym_val_lit] = STATE(276), + [sym_evaling_lit] = STATE(276), + [sym_tagged_or_ctor_lit] = STATE(276), + [sym_derefing_lit] = STATE(276), + [sym_quoting_lit] = STATE(276), + [sym_syn_quoting_lit] = STATE(276), + [sym_unquote_splicing_lit] = STATE(276), + [sym_unquoting_lit] = STATE(276), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(303), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(626), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(626), - [sym_nil_lit] = ACTIONS(628), - [sym_bool_lit] = ACTIONS(628), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(578), + [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(578), + [sym_nil_lit] = ACTIONS(580), + [sym_bool_lit] = ACTIONS(580), + [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), + [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), }, [156] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(248), - [sym_kwd_lit] = STATE(248), - [sym_str_lit] = STATE(248), - [sym_sym_lit] = STATE(248), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(248), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(248), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(248), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(248), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(248), - [sym_regex_lit] = STATE(248), - [sym_read_cond_lit] = STATE(248), - [sym_splicing_read_cond_lit] = STATE(248), - [sym_ns_map_lit] = STATE(248), - [sym_var_quoting_lit] = STATE(248), - [sym_sym_val_lit] = STATE(248), - [sym_evaling_lit] = STATE(248), - [sym_tagged_or_ctor_lit] = STATE(248), - [sym_derefing_lit] = STATE(248), - [sym_quoting_lit] = STATE(248), - [sym_syn_quoting_lit] = STATE(248), - [sym_unquote_splicing_lit] = STATE(248), - [sym_unquoting_lit] = STATE(248), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(293), + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(275), + [sym_kwd_lit] = STATE(275), + [sym_str_lit] = STATE(275), + [sym_sym_lit] = STATE(275), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(275), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(275), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(275), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(275), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(275), + [sym_regex_lit] = STATE(275), + [sym_read_cond_lit] = STATE(275), + [sym_splicing_read_cond_lit] = STATE(275), + [sym_ns_map_lit] = STATE(275), + [sym_var_quoting_lit] = STATE(275), + [sym_sym_val_lit] = STATE(275), + [sym_evaling_lit] = STATE(275), + [sym_tagged_or_ctor_lit] = STATE(275), + [sym_derefing_lit] = STATE(275), + [sym_quoting_lit] = STATE(275), + [sym_syn_quoting_lit] = STATE(275), + [sym_unquote_splicing_lit] = STATE(275), + [sym_unquoting_lit] = STATE(275), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(303), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(570), + [sym_num_lit] = ACTIONS(568), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(268), - [anon_sym_COLON_COLON] = ACTIONS(270), + [anon_sym_COLON] = ACTIONS(712), + [anon_sym_COLON_COLON] = ACTIONS(714), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(570), - [sym_nil_lit] = ACTIONS(572), - [sym_bool_lit] = ACTIONS(572), + [sym_char_lit] = ACTIONS(568), + [sym_nil_lit] = ACTIONS(570), + [sym_bool_lit] = ACTIONS(570), [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(274), + [anon_sym_POUND] = ACTIONS(716), [anon_sym_POUND_QMARK] = ACTIONS(33), [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(276), - [anon_sym_POUND_POUND] = ACTIONS(39), + [anon_sym_POUND_SQUOTE] = ACTIONS(718), + [anon_sym_POUND_POUND] = ACTIONS(720), [anon_sym_POUND_EQ] = ACTIONS(41), - [anon_sym_AT] = ACTIONS(278), - [anon_sym_SQUOTE] = ACTIONS(280), - [anon_sym_BQUOTE] = ACTIONS(282), - [anon_sym_TILDE_AT] = ACTIONS(284), - [anon_sym_TILDE] = ACTIONS(286), + [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), }, [157] = { - [sym__gap] = STATE(98), - [sym_dis_expr] = STATE(98), - [sym__form] = STATE(375), - [sym_kwd_lit] = STATE(375), - [sym_str_lit] = STATE(375), - [sym_sym_lit] = STATE(375), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(375), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(375), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(375), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(375), - [sym__bare_set_lit] = STATE(351), - [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), - [aux_sym_dis_expr_repeat1] = STATE(98), - [aux_sym_sym_lit_repeat1] = STATE(296), - [sym__ws] = ACTIONS(780), - [sym_comment] = ACTIONS(780), + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(271), + [sym_kwd_lit] = STATE(271), + [sym_str_lit] = STATE(271), + [sym_sym_lit] = STATE(271), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(271), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(271), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(271), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(271), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(271), + [sym_regex_lit] = STATE(271), + [sym_read_cond_lit] = STATE(271), + [sym_splicing_read_cond_lit] = STATE(271), + [sym_ns_map_lit] = STATE(271), + [sym_var_quoting_lit] = STATE(271), + [sym_sym_val_lit] = STATE(271), + [sym_evaling_lit] = STATE(271), + [sym_tagged_or_ctor_lit] = STATE(271), + [sym_derefing_lit] = STATE(271), + [sym_quoting_lit] = STATE(271), + [sym_syn_quoting_lit] = STATE(271), + [sym_unquote_splicing_lit] = STATE(271), + [sym_unquoting_lit] = STATE(271), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(303), + [sym__ws] = ACTIONS(264), + [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(664), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(664), - [sym_nil_lit] = ACTIONS(666), - [sym_bool_lit] = ACTIONS(666), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(542), + [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(542), + [sym_nil_lit] = ACTIONS(544), + [sym_bool_lit] = ACTIONS(544), + [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), + [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), }, [158] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(215), - [sym_kwd_lit] = STATE(215), - [sym_str_lit] = STATE(215), - [sym_sym_lit] = STATE(215), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(215), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(215), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(215), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(215), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(215), - [sym_regex_lit] = STATE(215), - [sym_read_cond_lit] = STATE(215), - [sym_splicing_read_cond_lit] = STATE(215), - [sym_ns_map_lit] = STATE(215), - [sym_var_quoting_lit] = STATE(215), - [sym_sym_val_lit] = STATE(215), - [sym_evaling_lit] = STATE(215), - [sym_tagged_or_ctor_lit] = STATE(215), - [sym_derefing_lit] = STATE(215), - [sym_quoting_lit] = STATE(215), - [sym_syn_quoting_lit] = STATE(215), - [sym_unquote_splicing_lit] = STATE(215), - [sym_unquoting_lit] = STATE(215), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(297), + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(265), + [sym_kwd_lit] = STATE(265), + [sym_str_lit] = STATE(265), + [sym_sym_lit] = STATE(265), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(265), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(265), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(265), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(265), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(265), + [sym_regex_lit] = STATE(265), + [sym_read_cond_lit] = STATE(265), + [sym_splicing_read_cond_lit] = STATE(265), + [sym_ns_map_lit] = STATE(265), + [sym_var_quoting_lit] = STATE(265), + [sym_sym_val_lit] = STATE(265), + [sym_evaling_lit] = STATE(265), + [sym_tagged_or_ctor_lit] = STATE(265), + [sym_derefing_lit] = STATE(265), + [sym_quoting_lit] = STATE(265), + [sym_syn_quoting_lit] = STATE(265), + [sym_unquote_splicing_lit] = STATE(265), + [sym_unquoting_lit] = STATE(265), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(305), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(672), + [sym_num_lit] = ACTIONS(750), [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(672), - [sym_nil_lit] = ACTIONS(674), - [sym_bool_lit] = ACTIONS(674), + [sym_char_lit] = ACTIONS(750), + [sym_nil_lit] = ACTIONS(752), + [sym_bool_lit] = ACTIONS(752), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -12970,338 +12975,212 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE] = ACTIONS(51), }, [159] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(381), - [sym_kwd_lit] = STATE(381), - [sym_str_lit] = STATE(381), - [sym_sym_lit] = STATE(381), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(381), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(381), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(381), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(381), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(381), - [sym_regex_lit] = STATE(381), - [sym_read_cond_lit] = STATE(381), - [sym_splicing_read_cond_lit] = STATE(381), - [sym_ns_map_lit] = STATE(381), - [sym_var_quoting_lit] = STATE(381), - [sym_sym_val_lit] = STATE(381), - [sym_evaling_lit] = STATE(381), - [sym_tagged_or_ctor_lit] = STATE(381), - [sym_derefing_lit] = STATE(381), - [sym_quoting_lit] = STATE(381), - [sym_syn_quoting_lit] = STATE(381), - [sym_unquote_splicing_lit] = STATE(381), - [sym_unquoting_lit] = STATE(381), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(294), + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(270), + [sym_kwd_lit] = STATE(270), + [sym_str_lit] = STATE(270), + [sym_sym_lit] = STATE(270), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(270), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(270), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(270), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(270), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(270), + [sym_regex_lit] = STATE(270), + [sym_read_cond_lit] = STATE(270), + [sym_splicing_read_cond_lit] = STATE(270), + [sym_ns_map_lit] = STATE(270), + [sym_var_quoting_lit] = STATE(270), + [sym_sym_val_lit] = STATE(270), + [sym_evaling_lit] = STATE(270), + [sym_tagged_or_ctor_lit] = STATE(270), + [sym_derefing_lit] = STATE(270), + [sym_quoting_lit] = STATE(270), + [sym_syn_quoting_lit] = STATE(270), + [sym_unquote_splicing_lit] = STATE(270), + [sym_unquoting_lit] = STATE(270), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(303), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(668), - [sym_nil_lit] = ACTIONS(670), - [sym_bool_lit] = ACTIONS(670), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(538), + [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(538), + [sym_nil_lit] = ACTIONS(540), + [sym_bool_lit] = ACTIONS(540), + [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), + [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), }, [160] = { - [sym__gap] = STATE(178), - [sym_dis_expr] = STATE(178), - [sym__form] = STATE(375), - [sym_kwd_lit] = STATE(375), - [sym_str_lit] = STATE(375), - [sym_sym_lit] = STATE(375), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(375), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(375), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(375), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(375), - [sym__bare_set_lit] = STATE(351), - [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), - [aux_sym_dis_expr_repeat1] = STATE(178), - [aux_sym_sym_lit_repeat1] = STATE(294), - [sym__ws] = ACTIONS(782), - [sym_comment] = ACTIONS(782), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(664), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(664), - [sym_nil_lit] = ACTIONS(666), - [sym_bool_lit] = ACTIONS(666), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), - }, - [161] = { - [sym__gap] = STATE(117), - [sym_dis_expr] = STATE(117), - [sym__form] = STATE(393), - [sym_kwd_lit] = STATE(393), - [sym_str_lit] = STATE(393), - [sym_sym_lit] = STATE(393), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(393), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(393), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(393), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(393), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(393), - [sym_regex_lit] = STATE(393), - [sym_read_cond_lit] = STATE(393), - [sym_splicing_read_cond_lit] = STATE(393), - [sym_ns_map_lit] = STATE(393), - [sym_var_quoting_lit] = STATE(393), - [sym_sym_val_lit] = STATE(393), - [sym_evaling_lit] = STATE(393), - [sym_tagged_or_ctor_lit] = STATE(393), - [sym_derefing_lit] = STATE(393), - [sym_quoting_lit] = STATE(393), - [sym_syn_quoting_lit] = STATE(393), - [sym_unquote_splicing_lit] = STATE(393), - [sym_unquoting_lit] = STATE(393), - [aux_sym_dis_expr_repeat1] = STATE(117), - [aux_sym_sym_lit_repeat1] = STATE(295), - [sym__ws] = ACTIONS(784), - [sym_comment] = ACTIONS(784), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(730), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(730), - [sym_nil_lit] = ACTIONS(732), - [sym_bool_lit] = ACTIONS(732), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), - }, - [162] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(381), - [sym_kwd_lit] = STATE(381), - [sym_str_lit] = STATE(381), - [sym_sym_lit] = STATE(381), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(381), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(381), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(381), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(381), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(381), - [sym_regex_lit] = STATE(381), - [sym_read_cond_lit] = STATE(381), - [sym_splicing_read_cond_lit] = STATE(381), - [sym_ns_map_lit] = STATE(381), - [sym_var_quoting_lit] = STATE(381), - [sym_sym_val_lit] = STATE(381), - [sym_evaling_lit] = STATE(381), - [sym_tagged_or_ctor_lit] = STATE(381), - [sym_derefing_lit] = STATE(381), - [sym_quoting_lit] = STATE(381), - [sym_syn_quoting_lit] = STATE(381), - [sym_unquote_splicing_lit] = STATE(381), - [sym_unquoting_lit] = STATE(381), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(296), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(668), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(668), - [sym_nil_lit] = ACTIONS(670), - [sym_bool_lit] = ACTIONS(670), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), - }, - [163] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(213), - [sym_kwd_lit] = STATE(213), - [sym_str_lit] = STATE(213), - [sym_sym_lit] = STATE(213), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(213), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(213), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(213), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(213), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(213), - [sym_regex_lit] = STATE(213), - [sym_read_cond_lit] = STATE(213), - [sym_splicing_read_cond_lit] = STATE(213), - [sym_ns_map_lit] = STATE(213), - [sym_var_quoting_lit] = STATE(213), - [sym_sym_val_lit] = STATE(213), - [sym_evaling_lit] = STATE(213), - [sym_tagged_or_ctor_lit] = STATE(213), - [sym_derefing_lit] = STATE(213), - [sym_quoting_lit] = STATE(213), - [sym_syn_quoting_lit] = STATE(213), - [sym_unquote_splicing_lit] = STATE(213), - [sym_unquoting_lit] = STATE(213), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(297), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), + [sym__gap] = STATE(139), + [sym_dis_expr] = STATE(139), + [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(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(139), + [aux_sym_sym_lit_repeat1] = STATE(303), + [sym__ws] = ACTIONS(800), + [sym_comment] = ACTIONS(800), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(678), + [sym_num_lit] = ACTIONS(500), [anon_sym_SLASH] = ACTIONS(9), - [anon_sym_COLON] = ACTIONS(11), - [anon_sym_COLON_COLON] = ACTIONS(13), + [anon_sym_COLON] = ACTIONS(712), + [anon_sym_COLON_COLON] = ACTIONS(714), [aux_sym_str_lit_token1] = ACTIONS(15), - [sym_char_lit] = ACTIONS(678), - [sym_nil_lit] = ACTIONS(680), - [sym_bool_lit] = ACTIONS(680), + [sym_char_lit] = ACTIONS(500), + [sym_nil_lit] = ACTIONS(502), + [sym_bool_lit] = ACTIONS(502), [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(31), + [anon_sym_POUND] = ACTIONS(716), [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_SQUOTE] = ACTIONS(718), + [anon_sym_POUND_POUND] = ACTIONS(720), [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_AT] = ACTIONS(722), + [anon_sym_SQUOTE] = ACTIONS(724), + [anon_sym_BQUOTE] = ACTIONS(726), + [anon_sym_TILDE_AT] = ACTIONS(728), + [anon_sym_TILDE] = ACTIONS(730), + }, + [161] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(327), + [sym_kwd_lit] = STATE(327), + [sym_str_lit] = STATE(327), + [sym_sym_lit] = STATE(327), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(327), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(327), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(327), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(327), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(327), + [sym_regex_lit] = STATE(327), + [sym_read_cond_lit] = STATE(327), + [sym_splicing_read_cond_lit] = STATE(327), + [sym_ns_map_lit] = STATE(327), + [sym_var_quoting_lit] = STATE(327), + [sym_sym_val_lit] = STATE(327), + [sym_evaling_lit] = STATE(327), + [sym_tagged_or_ctor_lit] = STATE(327), + [sym_derefing_lit] = STATE(327), + [sym_quoting_lit] = STATE(327), + [sym_syn_quoting_lit] = STATE(327), + [sym_unquote_splicing_lit] = STATE(327), + [sym_unquoting_lit] = STATE(327), + [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(590), + [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(590), + [sym_nil_lit] = ACTIONS(592), + [sym_bool_lit] = ACTIONS(592), + [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), }, - [164] = { - [sym__gap] = STATE(180), - [sym_dis_expr] = STATE(180), + [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__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), + [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(348), + [sym__bare_list_lit] = STATE(392), [sym_map_lit] = STATE(366), - [sym__bare_map_lit] = STATE(349), + [sym__bare_map_lit] = STATE(403), [sym_vec_lit] = STATE(366), - [sym__bare_vec_lit] = STATE(350), + [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(366), - [sym__bare_set_lit] = STATE(351), + [sym__bare_set_lit] = STATE(326), [sym_anon_fn_lit] = STATE(366), [sym_regex_lit] = STATE(366), [sym_read_cond_lit] = STATE(366), @@ -13316,145 +13195,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_syn_quoting_lit] = STATE(366), [sym_unquote_splicing_lit] = STATE(366), [sym_unquoting_lit] = STATE(366), - [aux_sym_dis_expr_repeat1] = STATE(180), - [aux_sym_sym_lit_repeat1] = STATE(294), - [sym__ws] = ACTIONS(786), - [sym_comment] = ACTIONS(786), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(652), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(652), - [sym_nil_lit] = ACTIONS(654), - [sym_bool_lit] = ACTIONS(654), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), - }, - [165] = { - [sym__gap] = STATE(127), - [sym_dis_expr] = STATE(127), - [sym__form] = STATE(386), - [sym_kwd_lit] = STATE(386), - [sym_str_lit] = STATE(386), - [sym_sym_lit] = STATE(386), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(386), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(386), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(386), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(386), - [sym__bare_set_lit] = STATE(351), - [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(127), - [aux_sym_sym_lit_repeat1] = STATE(295), - [sym__ws] = ACTIONS(788), - [sym_comment] = ACTIONS(788), + [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(724), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(724), - [sym_nil_lit] = ACTIONS(726), - [sym_bool_lit] = ACTIONS(726), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(548), + [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(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(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), + [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), }, - [166] = { - [sym__gap] = STATE(183), - [sym_dis_expr] = STATE(183), - [sym__form] = STATE(211), - [sym_kwd_lit] = STATE(211), - [sym_str_lit] = STATE(211), - [sym_sym_lit] = STATE(211), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(211), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(211), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(211), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(211), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(211), - [sym_regex_lit] = STATE(211), - [sym_read_cond_lit] = STATE(211), - [sym_splicing_read_cond_lit] = STATE(211), - [sym_ns_map_lit] = STATE(211), - [sym_var_quoting_lit] = STATE(211), - [sym_sym_val_lit] = STATE(211), - [sym_evaling_lit] = STATE(211), - [sym_tagged_or_ctor_lit] = STATE(211), - [sym_derefing_lit] = STATE(211), - [sym_quoting_lit] = STATE(211), - [sym_syn_quoting_lit] = STATE(211), - [sym_unquote_splicing_lit] = STATE(211), - [sym_unquoting_lit] = STATE(211), - [aux_sym_dis_expr_repeat1] = STATE(183), - [aux_sym_sym_lit_repeat1] = STATE(297), - [sym__ws] = ACTIONS(790), - [sym_comment] = ACTIONS(790), + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(230), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(230), + [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), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(305), + [sym__ws] = ACTIONS(264), + [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(684), + [sym_num_lit] = ACTIONS(746), [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(684), - [sym_nil_lit] = ACTIONS(686), - [sym_bool_lit] = ACTIONS(686), + [sym_char_lit] = ACTIONS(746), + [sym_nil_lit] = ACTIONS(748), + [sym_bool_lit] = ACTIONS(748), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -13473,150 +13289,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE_AT] = ACTIONS(49), [anon_sym_TILDE] = ACTIONS(51), }, - [167] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(382), - [sym_kwd_lit] = STATE(382), - [sym_str_lit] = STATE(382), - [sym_sym_lit] = STATE(382), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(382), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(382), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(382), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(382), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(382), - [sym_regex_lit] = STATE(382), - [sym_read_cond_lit] = STATE(382), - [sym_splicing_read_cond_lit] = STATE(382), - [sym_ns_map_lit] = STATE(382), - [sym_var_quoting_lit] = STATE(382), - [sym_sym_val_lit] = STATE(382), - [sym_evaling_lit] = STATE(382), - [sym_tagged_or_ctor_lit] = STATE(382), - [sym_derefing_lit] = STATE(382), - [sym_quoting_lit] = STATE(382), - [sym_syn_quoting_lit] = STATE(382), - [sym_unquote_splicing_lit] = STATE(382), - [sym_unquoting_lit] = STATE(382), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(296), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(626), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(626), - [sym_nil_lit] = ACTIONS(628), - [sym_bool_lit] = ACTIONS(628), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), - }, - [168] = { - [sym__gap] = STATE(181), - [sym_dis_expr] = STATE(181), - [sym__form] = STATE(395), - [sym_kwd_lit] = STATE(395), - [sym_str_lit] = STATE(395), - [sym_sym_lit] = STATE(395), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(395), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(395), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(395), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(395), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(395), - [sym_regex_lit] = STATE(395), - [sym_read_cond_lit] = STATE(395), - [sym_splicing_read_cond_lit] = STATE(395), - [sym_ns_map_lit] = STATE(395), - [sym_var_quoting_lit] = STATE(395), - [sym_sym_val_lit] = STATE(395), - [sym_evaling_lit] = STATE(395), - [sym_tagged_or_ctor_lit] = STATE(395), - [sym_derefing_lit] = STATE(395), - [sym_quoting_lit] = STATE(395), - [sym_syn_quoting_lit] = STATE(395), - [sym_unquote_splicing_lit] = STATE(395), - [sym_unquoting_lit] = STATE(395), - [aux_sym_dis_expr_repeat1] = STATE(181), - [aux_sym_sym_lit_repeat1] = STATE(294), - [sym__ws] = ACTIONS(792), - [sym_comment] = ACTIONS(792), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(602), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(602), - [sym_nil_lit] = ACTIONS(604), - [sym_bool_lit] = ACTIONS(604), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), - }, - [169] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), + [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__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), [sym_list_lit] = STATE(363), - [sym__bare_list_lit] = STATE(348), + [sym__bare_list_lit] = STATE(392), [sym_map_lit] = STATE(363), - [sym__bare_map_lit] = STATE(349), + [sym__bare_map_lit] = STATE(403), [sym_vec_lit] = STATE(363), - [sym__bare_vec_lit] = STATE(350), + [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(363), - [sym__bare_set_lit] = STATE(351), + [sym__bare_set_lit] = STATE(326), [sym_anon_fn_lit] = STATE(363), [sym_regex_lit] = STATE(363), [sym_read_cond_lit] = STATE(363), @@ -13631,559 +13321,685 @@ 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(292), - [aux_sym_sym_lit_repeat1] = STATE(296), + [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), + [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(554), + [sym_nil_lit] = ACTIONS(556), + [sym_bool_lit] = ACTIONS(556), + [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), + }, + [165] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(329), + [sym_kwd_lit] = STATE(329), + [sym_str_lit] = STATE(329), + [sym_sym_lit] = STATE(329), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(329), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(329), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(329), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(329), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(329), + [sym_regex_lit] = STATE(329), + [sym_read_cond_lit] = STATE(329), + [sym_splicing_read_cond_lit] = STATE(329), + [sym_ns_map_lit] = STATE(329), + [sym_var_quoting_lit] = STATE(329), + [sym_sym_val_lit] = STATE(329), + [sym_evaling_lit] = STATE(329), + [sym_tagged_or_ctor_lit] = STATE(329), + [sym_derefing_lit] = STATE(329), + [sym_quoting_lit] = STATE(329), + [sym_syn_quoting_lit] = STATE(329), + [sym_unquote_splicing_lit] = STATE(329), + [sym_unquoting_lit] = STATE(329), + [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(702), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(702), - [sym_nil_lit] = ACTIONS(704), - [sym_bool_lit] = ACTIONS(704), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(582), + [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(582), + [sym_nil_lit] = ACTIONS(584), + [sym_bool_lit] = ACTIONS(584), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), + [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), }, - [170] = { - [sym__gap] = STATE(182), - [sym_dis_expr] = STATE(182), - [sym__form] = STATE(317), - [sym_kwd_lit] = STATE(317), - [sym_str_lit] = STATE(317), - [sym_sym_lit] = STATE(317), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(317), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(317), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(317), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(317), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(317), - [sym_regex_lit] = STATE(317), - [sym_read_cond_lit] = STATE(317), - [sym_splicing_read_cond_lit] = STATE(317), - [sym_ns_map_lit] = STATE(317), - [sym_var_quoting_lit] = STATE(317), - [sym_sym_val_lit] = STATE(317), - [sym_evaling_lit] = STATE(317), - [sym_tagged_or_ctor_lit] = STATE(317), - [sym_derefing_lit] = STATE(317), - [sym_quoting_lit] = STATE(317), - [sym_syn_quoting_lit] = STATE(317), - [sym_unquote_splicing_lit] = STATE(317), - [sym_unquoting_lit] = STATE(317), - [aux_sym_dis_expr_repeat1] = STATE(182), - [aux_sym_sym_lit_repeat1] = STATE(294), - [sym__ws] = ACTIONS(794), - [sym_comment] = ACTIONS(794), + [166] = { + [sym__gap] = STATE(183), + [sym_dis_expr] = STATE(183), + [sym__form] = STATE(292), + [sym_kwd_lit] = STATE(292), + [sym_str_lit] = STATE(292), + [sym_sym_lit] = STATE(292), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(292), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(292), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(292), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(292), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(292), + [sym_regex_lit] = STATE(292), + [sym_read_cond_lit] = STATE(292), + [sym_splicing_read_cond_lit] = STATE(292), + [sym_ns_map_lit] = STATE(292), + [sym_var_quoting_lit] = STATE(292), + [sym_sym_val_lit] = STATE(292), + [sym_evaling_lit] = STATE(292), + [sym_tagged_or_ctor_lit] = STATE(292), + [sym_derefing_lit] = STATE(292), + [sym_quoting_lit] = STATE(292), + [sym_syn_quoting_lit] = STATE(292), + [sym_unquote_splicing_lit] = STATE(292), + [sym_unquoting_lit] = STATE(292), + [aux_sym_dis_expr_repeat1] = STATE(183), + [aux_sym_sym_lit_repeat1] = STATE(305), + [sym__ws] = ACTIONS(806), + [sym_comment] = ACTIONS(806), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(594), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(594), - [sym_nil_lit] = ACTIONS(596), - [sym_bool_lit] = ACTIONS(596), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(742), + [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(742), + [sym_nil_lit] = ACTIONS(744), + [sym_bool_lit] = ACTIONS(744), + [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), + [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), }, - [171] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(387), - [sym_kwd_lit] = STATE(387), - [sym_str_lit] = STATE(387), - [sym_sym_lit] = STATE(387), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(387), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(387), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(387), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(387), - [sym__bare_set_lit] = STATE(351), - [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), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(296), + [167] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(257), + [sym_kwd_lit] = STATE(257), + [sym_str_lit] = STATE(257), + [sym_sym_lit] = STATE(257), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(257), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(257), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(257), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(257), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(257), + [sym_regex_lit] = STATE(257), + [sym_read_cond_lit] = STATE(257), + [sym_splicing_read_cond_lit] = STATE(257), + [sym_ns_map_lit] = STATE(257), + [sym_var_quoting_lit] = STATE(257), + [sym_sym_val_lit] = STATE(257), + [sym_evaling_lit] = STATE(257), + [sym_tagged_or_ctor_lit] = STATE(257), + [sym_derefing_lit] = STATE(257), + [sym_quoting_lit] = STATE(257), + [sym_syn_quoting_lit] = STATE(257), + [sym_unquote_splicing_lit] = STATE(257), + [sym_unquoting_lit] = STATE(257), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(303), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(734), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(734), - [sym_nil_lit] = ACTIONS(736), - [sym_bool_lit] = ACTIONS(736), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(420), + [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(420), + [sym_nil_lit] = ACTIONS(422), + [sym_bool_lit] = ACTIONS(422), + [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), + [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), }, - [172] = { - [sym__gap] = STATE(184), - [sym_dis_expr] = STATE(184), - [sym__form] = STATE(318), - [sym_kwd_lit] = STATE(318), - [sym_str_lit] = STATE(318), - [sym_sym_lit] = STATE(318), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(318), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(318), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(318), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(318), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(318), - [sym_regex_lit] = STATE(318), - [sym_read_cond_lit] = STATE(318), - [sym_splicing_read_cond_lit] = STATE(318), - [sym_ns_map_lit] = STATE(318), - [sym_var_quoting_lit] = STATE(318), - [sym_sym_val_lit] = STATE(318), - [sym_evaling_lit] = STATE(318), - [sym_tagged_or_ctor_lit] = STATE(318), - [sym_derefing_lit] = STATE(318), - [sym_quoting_lit] = STATE(318), - [sym_syn_quoting_lit] = STATE(318), - [sym_unquote_splicing_lit] = STATE(318), - [sym_unquoting_lit] = STATE(318), - [aux_sym_dis_expr_repeat1] = STATE(184), - [aux_sym_sym_lit_repeat1] = STATE(294), - [sym__ws] = ACTIONS(796), - [sym_comment] = ACTIONS(796), + [168] = { + [sym__gap] = STATE(151), + [sym_dis_expr] = STATE(151), + [sym__form] = STATE(248), + [sym_kwd_lit] = STATE(248), + [sym_str_lit] = STATE(248), + [sym_sym_lit] = STATE(248), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(248), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(248), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(248), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(248), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(248), + [sym_regex_lit] = STATE(248), + [sym_read_cond_lit] = STATE(248), + [sym_splicing_read_cond_lit] = STATE(248), + [sym_ns_map_lit] = STATE(248), + [sym_var_quoting_lit] = STATE(248), + [sym_sym_val_lit] = STATE(248), + [sym_evaling_lit] = STATE(248), + [sym_tagged_or_ctor_lit] = STATE(248), + [sym_derefing_lit] = STATE(248), + [sym_quoting_lit] = STATE(248), + [sym_syn_quoting_lit] = STATE(248), + [sym_unquote_splicing_lit] = STATE(248), + [sym_unquoting_lit] = STATE(248), + [aux_sym_dis_expr_repeat1] = STATE(151), + [aux_sym_sym_lit_repeat1] = STATE(303), + [sym__ws] = ACTIONS(808), + [sym_comment] = ACTIONS(808), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(364), + [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(364), + [sym_nil_lit] = ACTIONS(366), + [sym_bool_lit] = ACTIONS(366), + [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), + }, + [169] = { + [sym__gap] = STATE(153), + [sym_dis_expr] = STATE(153), + [sym__form] = STATE(247), + [sym_kwd_lit] = STATE(247), + [sym_str_lit] = STATE(247), + [sym_sym_lit] = STATE(247), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(247), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(247), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(247), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(247), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(247), + [sym_regex_lit] = STATE(247), + [sym_read_cond_lit] = STATE(247), + [sym_splicing_read_cond_lit] = STATE(247), + [sym_ns_map_lit] = STATE(247), + [sym_var_quoting_lit] = STATE(247), + [sym_sym_val_lit] = STATE(247), + [sym_evaling_lit] = STATE(247), + [sym_tagged_or_ctor_lit] = STATE(247), + [sym_derefing_lit] = STATE(247), + [sym_quoting_lit] = STATE(247), + [sym_syn_quoting_lit] = STATE(247), + [sym_unquote_splicing_lit] = STATE(247), + [sym_unquoting_lit] = STATE(247), + [aux_sym_dis_expr_repeat1] = STATE(153), + [aux_sym_sym_lit_repeat1] = STATE(303), + [sym__ws] = ACTIONS(810), + [sym_comment] = ACTIONS(810), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(588), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(588), - [sym_nil_lit] = ACTIONS(590), - [sym_bool_lit] = ACTIONS(590), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(358), + [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(358), + [sym_nil_lit] = ACTIONS(360), + [sym_bool_lit] = ACTIONS(360), + [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), + [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), }, - [173] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(388), - [sym_kwd_lit] = STATE(388), - [sym_str_lit] = STATE(388), - [sym_sym_lit] = STATE(388), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(388), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(388), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(388), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(388), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(388), - [sym_regex_lit] = STATE(388), - [sym_read_cond_lit] = STATE(388), - [sym_splicing_read_cond_lit] = STATE(388), - [sym_ns_map_lit] = STATE(388), - [sym_var_quoting_lit] = STATE(388), - [sym_sym_val_lit] = STATE(388), - [sym_evaling_lit] = STATE(388), - [sym_tagged_or_ctor_lit] = STATE(388), - [sym_derefing_lit] = STATE(388), - [sym_quoting_lit] = STATE(388), - [sym_syn_quoting_lit] = STATE(388), - [sym_unquote_splicing_lit] = STATE(388), - [sym_unquoting_lit] = STATE(388), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(296), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), + [170] = { + [sym__gap] = STATE(154), + [sym_dis_expr] = STATE(154), + [sym__form] = STATE(246), + [sym_kwd_lit] = STATE(246), + [sym_str_lit] = STATE(246), + [sym_sym_lit] = STATE(246), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(246), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(246), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(246), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(246), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(246), + [sym_regex_lit] = STATE(246), + [sym_read_cond_lit] = STATE(246), + [sym_splicing_read_cond_lit] = STATE(246), + [sym_ns_map_lit] = STATE(246), + [sym_var_quoting_lit] = STATE(246), + [sym_sym_val_lit] = STATE(246), + [sym_evaling_lit] = STATE(246), + [sym_tagged_or_ctor_lit] = STATE(246), + [sym_derefing_lit] = STATE(246), + [sym_quoting_lit] = STATE(246), + [sym_syn_quoting_lit] = STATE(246), + [sym_unquote_splicing_lit] = STATE(246), + [sym_unquoting_lit] = STATE(246), + [aux_sym_dis_expr_repeat1] = STATE(154), + [aux_sym_sym_lit_repeat1] = STATE(303), + [sym__ws] = ACTIONS(812), + [sym_comment] = ACTIONS(812), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(738), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(738), - [sym_nil_lit] = ACTIONS(740), - [sym_bool_lit] = ACTIONS(740), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(352), + [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(352), + [sym_nil_lit] = ACTIONS(354), + [sym_bool_lit] = ACTIONS(354), + [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), + [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), }, - [174] = { - [sym__gap] = STATE(40), - [sym_dis_expr] = STATE(40), - [sym__form] = STATE(319), - [sym_kwd_lit] = STATE(319), - [sym_str_lit] = STATE(319), - [sym_sym_lit] = STATE(319), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(319), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(319), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(319), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(319), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(319), - [sym_regex_lit] = STATE(319), - [sym_read_cond_lit] = STATE(319), - [sym_splicing_read_cond_lit] = STATE(319), - [sym_ns_map_lit] = STATE(319), - [sym_var_quoting_lit] = STATE(319), - [sym_sym_val_lit] = STATE(319), - [sym_evaling_lit] = STATE(319), - [sym_tagged_or_ctor_lit] = STATE(319), - [sym_derefing_lit] = STATE(319), - [sym_quoting_lit] = STATE(319), - [sym_syn_quoting_lit] = STATE(319), - [sym_unquote_splicing_lit] = STATE(319), - [sym_unquoting_lit] = STATE(319), - [aux_sym_dis_expr_repeat1] = STATE(40), - [aux_sym_sym_lit_repeat1] = STATE(294), - [sym__ws] = ACTIONS(798), - [sym_comment] = ACTIONS(798), + [171] = { + [sym__gap] = STATE(155), + [sym_dis_expr] = STATE(155), + [sym__form] = STATE(245), + [sym_kwd_lit] = STATE(245), + [sym_str_lit] = STATE(245), + [sym_sym_lit] = STATE(245), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(245), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(245), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(245), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(245), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(245), + [sym_regex_lit] = STATE(245), + [sym_read_cond_lit] = STATE(245), + [sym_splicing_read_cond_lit] = STATE(245), + [sym_ns_map_lit] = STATE(245), + [sym_var_quoting_lit] = STATE(245), + [sym_sym_val_lit] = STATE(245), + [sym_evaling_lit] = STATE(245), + [sym_tagged_or_ctor_lit] = STATE(245), + [sym_derefing_lit] = STATE(245), + [sym_quoting_lit] = STATE(245), + [sym_syn_quoting_lit] = STATE(245), + [sym_unquote_splicing_lit] = STATE(245), + [sym_unquoting_lit] = STATE(245), + [aux_sym_dis_expr_repeat1] = STATE(155), + [aux_sym_sym_lit_repeat1] = STATE(303), + [sym__ws] = ACTIONS(814), + [sym_comment] = ACTIONS(814), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(542), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(542), - [sym_nil_lit] = ACTIONS(544), - [sym_bool_lit] = ACTIONS(544), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(346), + [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(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(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), + [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), }, - [175] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(323), - [sym_kwd_lit] = STATE(323), - [sym_str_lit] = STATE(323), - [sym_sym_lit] = STATE(323), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(323), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(323), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(323), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(323), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(323), - [sym_regex_lit] = STATE(323), - [sym_read_cond_lit] = STATE(323), - [sym_splicing_read_cond_lit] = STATE(323), - [sym_ns_map_lit] = STATE(323), - [sym_var_quoting_lit] = STATE(323), - [sym_sym_val_lit] = STATE(323), - [sym_evaling_lit] = STATE(323), - [sym_tagged_or_ctor_lit] = STATE(323), - [sym_derefing_lit] = STATE(323), - [sym_quoting_lit] = STATE(323), - [sym_syn_quoting_lit] = STATE(323), - [sym_unquote_splicing_lit] = STATE(323), - [sym_unquoting_lit] = STATE(323), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(294), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), + [172] = { + [sym__gap] = STATE(156), + [sym_dis_expr] = STATE(156), + [sym__form] = STATE(244), + [sym_kwd_lit] = STATE(244), + [sym_str_lit] = STATE(244), + [sym_sym_lit] = STATE(244), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(244), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(244), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(244), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(244), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(244), + [sym_regex_lit] = STATE(244), + [sym_read_cond_lit] = STATE(244), + [sym_splicing_read_cond_lit] = STATE(244), + [sym_ns_map_lit] = STATE(244), + [sym_var_quoting_lit] = STATE(244), + [sym_sym_val_lit] = STATE(244), + [sym_evaling_lit] = STATE(244), + [sym_tagged_or_ctor_lit] = STATE(244), + [sym_derefing_lit] = STATE(244), + [sym_quoting_lit] = STATE(244), + [sym_syn_quoting_lit] = STATE(244), + [sym_unquote_splicing_lit] = STATE(244), + [sym_unquoting_lit] = STATE(244), + [aux_sym_dis_expr_repeat1] = STATE(156), + [aux_sym_sym_lit_repeat1] = STATE(303), + [sym__ws] = ACTIONS(816), + [sym_comment] = ACTIONS(816), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(536), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(536), - [sym_nil_lit] = ACTIONS(538), - [sym_bool_lit] = ACTIONS(538), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(340), + [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(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(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), + [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), }, - [176] = { - [sym__gap] = STATE(202), - [sym_dis_expr] = STATE(202), - [sym__form] = STATE(324), - [sym_kwd_lit] = STATE(324), - [sym_str_lit] = STATE(324), - [sym_sym_lit] = STATE(324), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(324), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(324), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(324), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(324), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(324), - [sym_regex_lit] = STATE(324), - [sym_read_cond_lit] = STATE(324), - [sym_splicing_read_cond_lit] = STATE(324), - [sym_ns_map_lit] = STATE(324), - [sym_var_quoting_lit] = STATE(324), - [sym_sym_val_lit] = STATE(324), - [sym_evaling_lit] = STATE(324), - [sym_tagged_or_ctor_lit] = STATE(324), - [sym_derefing_lit] = STATE(324), - [sym_quoting_lit] = STATE(324), - [sym_syn_quoting_lit] = STATE(324), - [sym_unquote_splicing_lit] = STATE(324), - [sym_unquoting_lit] = STATE(324), - [aux_sym_dis_expr_repeat1] = STATE(202), - [aux_sym_sym_lit_repeat1] = STATE(294), - [sym__ws] = ACTIONS(800), - [sym_comment] = ACTIONS(800), + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(238), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(238), + [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), + [aux_sym_dis_expr_repeat1] = STATE(157), + [aux_sym_sym_lit_repeat1] = STATE(303), + [sym__ws] = ACTIONS(818), + [sym_comment] = ACTIONS(818), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(528), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(528), - [sym_nil_lit] = ACTIONS(530), - [sym_bool_lit] = ACTIONS(530), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(706), + [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(706), + [sym_nil_lit] = ACTIONS(708), + [sym_bool_lit] = ACTIONS(708), + [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), + [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), }, - [177] = { - [sym__gap] = STATE(201), - [sym_dis_expr] = STATE(201), - [sym__form] = STATE(327), - [sym_kwd_lit] = STATE(327), - [sym_str_lit] = STATE(327), - [sym_sym_lit] = STATE(327), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(327), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(327), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(327), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(327), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(327), - [sym_regex_lit] = STATE(327), - [sym_read_cond_lit] = STATE(327), - [sym_splicing_read_cond_lit] = STATE(327), - [sym_ns_map_lit] = STATE(327), - [sym_var_quoting_lit] = STATE(327), - [sym_sym_val_lit] = STATE(327), - [sym_evaling_lit] = STATE(327), - [sym_tagged_or_ctor_lit] = STATE(327), - [sym_derefing_lit] = STATE(327), - [sym_quoting_lit] = STATE(327), - [sym_syn_quoting_lit] = STATE(327), - [sym_unquote_splicing_lit] = STATE(327), - [sym_unquoting_lit] = STATE(327), - [aux_sym_dis_expr_repeat1] = STATE(201), - [aux_sym_sym_lit_repeat1] = STATE(294), - [sym__ws] = ACTIONS(802), - [sym_comment] = ACTIONS(802), + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(237), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(237), + [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), + [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(520), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(520), - [sym_nil_lit] = ACTIONS(522), - [sym_bool_lit] = ACTIONS(522), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(680), + [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(680), + [sym_nil_lit] = ACTIONS(682), + [sym_bool_lit] = ACTIONS(682), + [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), + [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), }, - [178] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), + [175] = { + [sym__gap] = STATE(176), + [sym_dis_expr] = STATE(176), [sym__form] = STATE(331), [sym_kwd_lit] = STATE(331), [sym_str_lit] = STATE(331), [sym_sym_lit] = STATE(331), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), [sym_list_lit] = STATE(331), - [sym__bare_list_lit] = STATE(348), + [sym__bare_list_lit] = STATE(392), [sym_map_lit] = STATE(331), - [sym__bare_map_lit] = STATE(349), + [sym__bare_map_lit] = STATE(403), [sym_vec_lit] = STATE(331), - [sym__bare_vec_lit] = STATE(350), + [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(331), - [sym__bare_set_lit] = STATE(351), + [sym__bare_set_lit] = STATE(326), [sym_anon_fn_lit] = STATE(331), [sym_regex_lit] = STATE(331), [sym_read_cond_lit] = STATE(331), @@ -14198,334 +14014,523 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_syn_quoting_lit] = STATE(331), [sym_unquote_splicing_lit] = STATE(331), [sym_unquoting_lit] = STATE(331), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(294), + [aux_sym_dis_expr_repeat1] = STATE(176), + [aux_sym_sym_lit_repeat1] = STATE(307), + [sym__ws] = ACTIONS(822), + [sym_comment] = ACTIONS(822), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(574), + [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(574), + [sym_nil_lit] = ACTIONS(576), + [sym_bool_lit] = ACTIONS(576), + [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), + }, + [176] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(332), + [sym_kwd_lit] = STATE(332), + [sym_str_lit] = STATE(332), + [sym_sym_lit] = STATE(332), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(332), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(332), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(332), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(332), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(332), + [sym_regex_lit] = STATE(332), + [sym_read_cond_lit] = STATE(332), + [sym_splicing_read_cond_lit] = STATE(332), + [sym_ns_map_lit] = STATE(332), + [sym_var_quoting_lit] = STATE(332), + [sym_sym_val_lit] = STATE(332), + [sym_evaling_lit] = STATE(332), + [sym_tagged_or_ctor_lit] = STATE(332), + [sym_derefing_lit] = STATE(332), + [sym_quoting_lit] = STATE(332), + [sym_syn_quoting_lit] = STATE(332), + [sym_unquote_splicing_lit] = STATE(332), + [sym_unquoting_lit] = STATE(332), + [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(512), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(512), - [sym_nil_lit] = ACTIONS(514), - [sym_bool_lit] = ACTIONS(514), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(564), + [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(564), + [sym_nil_lit] = ACTIONS(566), + [sym_bool_lit] = ACTIONS(566), + [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), + }, + [177] = { + [sym__gap] = STATE(53), + [sym_dis_expr] = STATE(53), + [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(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_sym_val_lit] = STATE(333), + [sym_evaling_lit] = STATE(333), + [sym_tagged_or_ctor_lit] = STATE(333), + [sym_derefing_lit] = STATE(333), + [sym_quoting_lit] = STATE(333), + [sym_syn_quoting_lit] = STATE(333), + [sym_unquote_splicing_lit] = STATE(333), + [sym_unquoting_lit] = STATE(333), + [aux_sym_dis_expr_repeat1] = STATE(53), + [aux_sym_sym_lit_repeat1] = STATE(306), + [sym__ws] = ACTIONS(824), + [sym_comment] = ACTIONS(824), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(560), + [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(560), + [sym_nil_lit] = ACTIONS(562), + [sym_bool_lit] = ACTIONS(562), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), + [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), + }, + [178] = { + [sym__gap] = STATE(201), + [sym_dis_expr] = STATE(201), + [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(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_sym_val_lit] = STATE(333), + [sym_evaling_lit] = STATE(333), + [sym_tagged_or_ctor_lit] = STATE(333), + [sym_derefing_lit] = STATE(333), + [sym_quoting_lit] = STATE(333), + [sym_syn_quoting_lit] = STATE(333), + [sym_unquote_splicing_lit] = STATE(333), + [sym_unquoting_lit] = STATE(333), + [aux_sym_dis_expr_repeat1] = STATE(201), + [aux_sym_sym_lit_repeat1] = STATE(304), + [sym__ws] = ACTIONS(826), + [sym_comment] = ACTIONS(826), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(560), + [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), + [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_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), }, [179] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(391), - [sym_kwd_lit] = STATE(391), - [sym_str_lit] = STATE(391), - [sym_sym_lit] = STATE(391), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(391), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(391), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(391), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(391), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(391), - [sym_regex_lit] = STATE(391), - [sym_read_cond_lit] = STATE(391), - [sym_splicing_read_cond_lit] = STATE(391), - [sym_ns_map_lit] = STATE(391), - [sym_var_quoting_lit] = STATE(391), - [sym_sym_val_lit] = STATE(391), - [sym_evaling_lit] = STATE(391), - [sym_tagged_or_ctor_lit] = STATE(391), - [sym_derefing_lit] = STATE(391), - [sym_quoting_lit] = STATE(391), - [sym_syn_quoting_lit] = STATE(391), - [sym_unquote_splicing_lit] = STATE(391), - [sym_unquoting_lit] = STATE(391), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(296), + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(332), + [sym_kwd_lit] = STATE(332), + [sym_str_lit] = STATE(332), + [sym_sym_lit] = STATE(332), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(332), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(332), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(332), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(332), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(332), + [sym_regex_lit] = STATE(332), + [sym_read_cond_lit] = STATE(332), + [sym_splicing_read_cond_lit] = STATE(332), + [sym_ns_map_lit] = STATE(332), + [sym_var_quoting_lit] = STATE(332), + [sym_sym_val_lit] = STATE(332), + [sym_evaling_lit] = STATE(332), + [sym_tagged_or_ctor_lit] = STATE(332), + [sym_derefing_lit] = STATE(332), + [sym_quoting_lit] = STATE(332), + [sym_syn_quoting_lit] = STATE(332), + [sym_unquote_splicing_lit] = STATE(332), + [sym_unquoting_lit] = STATE(332), + [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(748), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(748), - [sym_nil_lit] = ACTIONS(750), - [sym_bool_lit] = ACTIONS(750), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(564), + [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(564), + [sym_nil_lit] = ACTIONS(566), + [sym_bool_lit] = ACTIONS(566), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), + [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), }, [180] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(335), - [sym_kwd_lit] = STATE(335), - [sym_str_lit] = STATE(335), - [sym_sym_lit] = STATE(335), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(335), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(335), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(335), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(335), - [sym__bare_set_lit] = STATE(351), - [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(292), - [aux_sym_sym_lit_repeat1] = STATE(294), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), + [sym__gap] = STATE(179), + [sym_dis_expr] = STATE(179), + [sym__form] = STATE(331), + [sym_kwd_lit] = STATE(331), + [sym_str_lit] = STATE(331), + [sym_sym_lit] = STATE(331), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(331), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(331), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(331), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(331), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(331), + [sym_regex_lit] = STATE(331), + [sym_read_cond_lit] = STATE(331), + [sym_splicing_read_cond_lit] = STATE(331), + [sym_ns_map_lit] = STATE(331), + [sym_var_quoting_lit] = STATE(331), + [sym_sym_val_lit] = STATE(331), + [sym_evaling_lit] = STATE(331), + [sym_tagged_or_ctor_lit] = STATE(331), + [sym_derefing_lit] = STATE(331), + [sym_quoting_lit] = STATE(331), + [sym_syn_quoting_lit] = STATE(331), + [sym_unquote_splicing_lit] = STATE(331), + [sym_unquoting_lit] = STATE(331), + [aux_sym_dis_expr_repeat1] = STATE(179), + [aux_sym_sym_lit_repeat1] = STATE(306), + [sym__ws] = ACTIONS(828), + [sym_comment] = ACTIONS(828), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(506), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(506), - [sym_nil_lit] = ACTIONS(508), - [sym_bool_lit] = ACTIONS(508), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(574), + [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(574), + [sym_nil_lit] = ACTIONS(576), + [sym_bool_lit] = ACTIONS(576), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), + [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), }, [181] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(336), - [sym_kwd_lit] = STATE(336), - [sym_str_lit] = STATE(336), - [sym_sym_lit] = STATE(336), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(336), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(336), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(336), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(336), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(336), - [sym_regex_lit] = STATE(336), - [sym_read_cond_lit] = STATE(336), - [sym_splicing_read_cond_lit] = STATE(336), - [sym_ns_map_lit] = STATE(336), - [sym_var_quoting_lit] = STATE(336), - [sym_sym_val_lit] = STATE(336), - [sym_evaling_lit] = STATE(336), - [sym_tagged_or_ctor_lit] = STATE(336), - [sym_derefing_lit] = STATE(336), - [sym_quoting_lit] = STATE(336), - [sym_syn_quoting_lit] = STATE(336), - [sym_unquote_splicing_lit] = STATE(336), - [sym_unquoting_lit] = STATE(336), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(294), + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(329), + [sym_kwd_lit] = STATE(329), + [sym_str_lit] = STATE(329), + [sym_sym_lit] = STATE(329), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(329), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(329), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(329), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(329), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(329), + [sym_regex_lit] = STATE(329), + [sym_read_cond_lit] = STATE(329), + [sym_splicing_read_cond_lit] = STATE(329), + [sym_ns_map_lit] = STATE(329), + [sym_var_quoting_lit] = STATE(329), + [sym_sym_val_lit] = STATE(329), + [sym_evaling_lit] = STATE(329), + [sym_tagged_or_ctor_lit] = STATE(329), + [sym_derefing_lit] = STATE(329), + [sym_quoting_lit] = STATE(329), + [sym_syn_quoting_lit] = STATE(329), + [sym_unquote_splicing_lit] = STATE(329), + [sym_unquoting_lit] = STATE(329), + [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(502), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(502), - [sym_nil_lit] = ACTIONS(504), - [sym_bool_lit] = ACTIONS(504), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(582), + [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(582), + [sym_nil_lit] = ACTIONS(584), + [sym_bool_lit] = ACTIONS(584), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), + [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), }, [182] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(337), - [sym_kwd_lit] = STATE(337), - [sym_str_lit] = STATE(337), - [sym_sym_lit] = STATE(337), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(337), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(337), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(337), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(337), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(337), - [sym_regex_lit] = STATE(337), - [sym_read_cond_lit] = STATE(337), - [sym_splicing_read_cond_lit] = STATE(337), - [sym_ns_map_lit] = STATE(337), - [sym_var_quoting_lit] = STATE(337), - [sym_sym_val_lit] = STATE(337), - [sym_evaling_lit] = STATE(337), - [sym_tagged_or_ctor_lit] = STATE(337), - [sym_derefing_lit] = STATE(337), - [sym_quoting_lit] = STATE(337), - [sym_syn_quoting_lit] = STATE(337), - [sym_unquote_splicing_lit] = STATE(337), - [sym_unquoting_lit] = STATE(337), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(294), + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(327), + [sym_kwd_lit] = STATE(327), + [sym_str_lit] = STATE(327), + [sym_sym_lit] = STATE(327), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(327), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(327), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(327), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(327), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(327), + [sym_regex_lit] = STATE(327), + [sym_read_cond_lit] = STATE(327), + [sym_splicing_read_cond_lit] = STATE(327), + [sym_ns_map_lit] = STATE(327), + [sym_var_quoting_lit] = STATE(327), + [sym_sym_val_lit] = STATE(327), + [sym_evaling_lit] = STATE(327), + [sym_tagged_or_ctor_lit] = STATE(327), + [sym_derefing_lit] = STATE(327), + [sym_quoting_lit] = STATE(327), + [sym_syn_quoting_lit] = STATE(327), + [sym_unquote_splicing_lit] = STATE(327), + [sym_unquoting_lit] = STATE(327), + [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), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(494), - [sym_nil_lit] = ACTIONS(496), - [sym_bool_lit] = ACTIONS(496), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(590), + [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(590), + [sym_nil_lit] = ACTIONS(592), + [sym_bool_lit] = ACTIONS(592), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), + [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), }, [183] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(210), - [sym_kwd_lit] = STATE(210), - [sym_str_lit] = STATE(210), - [sym_sym_lit] = STATE(210), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(210), - [sym__bare_list_lit] = STATE(208), - [sym_map_lit] = STATE(210), - [sym__bare_map_lit] = STATE(250), - [sym_vec_lit] = STATE(210), - [sym__bare_vec_lit] = STATE(255), - [sym_set_lit] = STATE(210), - [sym__bare_set_lit] = STATE(256), - [sym_anon_fn_lit] = STATE(210), - [sym_regex_lit] = STATE(210), - [sym_read_cond_lit] = STATE(210), - [sym_splicing_read_cond_lit] = STATE(210), - [sym_ns_map_lit] = STATE(210), - [sym_var_quoting_lit] = STATE(210), - [sym_sym_val_lit] = STATE(210), - [sym_evaling_lit] = STATE(210), - [sym_tagged_or_ctor_lit] = STATE(210), - [sym_derefing_lit] = STATE(210), - [sym_quoting_lit] = STATE(210), - [sym_syn_quoting_lit] = STATE(210), - [sym_unquote_splicing_lit] = STATE(210), - [sym_unquoting_lit] = STATE(210), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(297), + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(288), + [sym_kwd_lit] = STATE(288), + [sym_str_lit] = STATE(288), + [sym_sym_lit] = STATE(288), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(288), + [sym__bare_list_lit] = STATE(218), + [sym_map_lit] = STATE(288), + [sym__bare_map_lit] = STATE(219), + [sym_vec_lit] = STATE(288), + [sym__bare_vec_lit] = STATE(224), + [sym_set_lit] = STATE(288), + [sym__bare_set_lit] = STATE(225), + [sym_anon_fn_lit] = STATE(288), + [sym_regex_lit] = STATE(288), + [sym_read_cond_lit] = STATE(288), + [sym_splicing_read_cond_lit] = STATE(288), + [sym_ns_map_lit] = STATE(288), + [sym_var_quoting_lit] = STATE(288), + [sym_sym_val_lit] = STATE(288), + [sym_evaling_lit] = STATE(288), + [sym_tagged_or_ctor_lit] = STATE(288), + [sym_derefing_lit] = STATE(288), + [sym_quoting_lit] = STATE(288), + [sym_syn_quoting_lit] = STATE(288), + [sym_unquote_splicing_lit] = STATE(288), + [sym_unquoting_lit] = STATE(288), + [aux_sym_dis_expr_repeat1] = STATE(301), + [aux_sym_sym_lit_repeat1] = STATE(305), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(742), + [sym_num_lit] = ACTIONS(736), [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(742), - [sym_nil_lit] = ACTIONS(744), - [sym_bool_lit] = ACTIONS(744), + [sym_char_lit] = ACTIONS(736), + [sym_nil_lit] = ACTIONS(738), + [sym_bool_lit] = ACTIONS(738), [aux_sym__sym_qualified_token1] = ACTIONS(19), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), @@ -14545,527 +14550,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE] = ACTIONS(51), }, [184] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(338), - [sym_kwd_lit] = STATE(338), - [sym_str_lit] = STATE(338), - [sym_sym_lit] = STATE(338), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(338), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(338), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(338), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(338), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(338), - [sym_regex_lit] = STATE(338), - [sym_read_cond_lit] = STATE(338), - [sym_splicing_read_cond_lit] = STATE(338), - [sym_ns_map_lit] = STATE(338), - [sym_var_quoting_lit] = STATE(338), - [sym_sym_val_lit] = STATE(338), - [sym_evaling_lit] = STATE(338), - [sym_tagged_or_ctor_lit] = STATE(338), - [sym_derefing_lit] = STATE(338), - [sym_quoting_lit] = STATE(338), - [sym_syn_quoting_lit] = STATE(338), - [sym_unquote_splicing_lit] = STATE(338), - [sym_unquoting_lit] = STATE(338), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(294), + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(375), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(375), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(375), + [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), + [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(490), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(490), - [sym_nil_lit] = ACTIONS(492), - [sym_bool_lit] = ACTIONS(492), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(598), + [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(598), + [sym_nil_lit] = ACTIONS(600), + [sym_bool_lit] = ACTIONS(600), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), + [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), }, [185] = { - [sym__gap] = STATE(128), - [sym_dis_expr] = STATE(128), - [sym__form] = STATE(378), - [sym_kwd_lit] = STATE(378), - [sym_str_lit] = STATE(378), - [sym_sym_lit] = STATE(378), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(378), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(378), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(378), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(378), - [sym__bare_set_lit] = STATE(351), - [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(128), - [aux_sym_sym_lit_repeat1] = STATE(295), - [sym__ws] = ACTIONS(804), - [sym_comment] = ACTIONS(804), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(718), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(718), - [sym_nil_lit] = ACTIONS(720), - [sym_bool_lit] = ACTIONS(720), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), - }, - [186] = { - [sym__gap] = STATE(131), - [sym_dis_expr] = STATE(131), - [sym__form] = STATE(362), - [sym_kwd_lit] = STATE(362), - [sym_str_lit] = STATE(362), - [sym_sym_lit] = STATE(362), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(362), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(362), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(362), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(362), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(362), - [sym_regex_lit] = STATE(362), - [sym_read_cond_lit] = STATE(362), - [sym_splicing_read_cond_lit] = STATE(362), - [sym_ns_map_lit] = STATE(362), - [sym_var_quoting_lit] = STATE(362), - [sym_sym_val_lit] = STATE(362), - [sym_evaling_lit] = STATE(362), - [sym_tagged_or_ctor_lit] = STATE(362), - [sym_derefing_lit] = STATE(362), - [sym_quoting_lit] = STATE(362), - [sym_syn_quoting_lit] = STATE(362), - [sym_unquote_splicing_lit] = STATE(362), - [sym_unquoting_lit] = STATE(362), - [aux_sym_dis_expr_repeat1] = STATE(131), - [aux_sym_sym_lit_repeat1] = STATE(295), - [sym__ws] = ACTIONS(806), - [sym_comment] = ACTIONS(806), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(712), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(712), - [sym_nil_lit] = ACTIONS(714), - [sym_bool_lit] = ACTIONS(714), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), - }, - [187] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(384), - [sym_kwd_lit] = STATE(384), - [sym_str_lit] = STATE(384), - [sym_sym_lit] = STATE(384), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(384), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(384), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(384), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(384), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(384), - [sym_regex_lit] = STATE(384), - [sym_read_cond_lit] = STATE(384), - [sym_splicing_read_cond_lit] = STATE(384), - [sym_ns_map_lit] = STATE(384), - [sym_var_quoting_lit] = STATE(384), - [sym_sym_val_lit] = STATE(384), - [sym_evaling_lit] = STATE(384), - [sym_tagged_or_ctor_lit] = STATE(384), - [sym_derefing_lit] = STATE(384), - [sym_quoting_lit] = STATE(384), - [sym_syn_quoting_lit] = STATE(384), - [sym_unquote_splicing_lit] = STATE(384), - [sym_unquoting_lit] = STATE(384), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(295), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(480), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(480), - [sym_nil_lit] = ACTIONS(482), - [sym_bool_lit] = ACTIONS(482), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), - }, - [188] = { - [sym__gap] = STATE(179), - [sym_dis_expr] = STATE(179), - [sym__form] = STATE(362), - [sym_kwd_lit] = STATE(362), - [sym_str_lit] = STATE(362), - [sym_sym_lit] = STATE(362), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(362), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(362), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(362), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(362), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(362), - [sym_regex_lit] = STATE(362), - [sym_read_cond_lit] = STATE(362), - [sym_splicing_read_cond_lit] = STATE(362), - [sym_ns_map_lit] = STATE(362), - [sym_var_quoting_lit] = STATE(362), - [sym_sym_val_lit] = STATE(362), - [sym_evaling_lit] = STATE(362), - [sym_tagged_or_ctor_lit] = STATE(362), - [sym_derefing_lit] = STATE(362), - [sym_quoting_lit] = STATE(362), - [sym_syn_quoting_lit] = STATE(362), - [sym_unquote_splicing_lit] = STATE(362), - [sym_unquoting_lit] = STATE(362), - [aux_sym_dis_expr_repeat1] = STATE(179), - [aux_sym_sym_lit_repeat1] = STATE(296), - [sym__ws] = ACTIONS(808), - [sym_comment] = ACTIONS(808), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(712), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(712), - [sym_nil_lit] = ACTIONS(714), - [sym_bool_lit] = ACTIONS(714), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), - }, - [189] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(383), - [sym_kwd_lit] = STATE(383), - [sym_str_lit] = STATE(383), - [sym_sym_lit] = STATE(383), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(383), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(383), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(383), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(383), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(383), - [sym_regex_lit] = STATE(383), - [sym_read_cond_lit] = STATE(383), - [sym_splicing_read_cond_lit] = STATE(383), - [sym_ns_map_lit] = STATE(383), - [sym_var_quoting_lit] = STATE(383), - [sym_sym_val_lit] = STATE(383), - [sym_evaling_lit] = STATE(383), - [sym_tagged_or_ctor_lit] = STATE(383), - [sym_derefing_lit] = STATE(383), - [sym_quoting_lit] = STATE(383), - [sym_syn_quoting_lit] = STATE(383), - [sym_unquote_splicing_lit] = STATE(383), - [sym_unquoting_lit] = STATE(383), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(295), - [sym__ws] = ACTIONS(264), - [sym_comment] = ACTIONS(264), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(476), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(476), - [sym_nil_lit] = ACTIONS(478), - [sym_bool_lit] = ACTIONS(478), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), - }, - [190] = { - [sym__gap] = STATE(187), - [sym_dis_expr] = STATE(187), - [sym__form] = STATE(365), - [sym_kwd_lit] = STATE(365), - [sym_str_lit] = STATE(365), - [sym_sym_lit] = STATE(365), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(365), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(365), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(365), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(365), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(365), - [sym_regex_lit] = STATE(365), - [sym_read_cond_lit] = STATE(365), - [sym_splicing_read_cond_lit] = STATE(365), - [sym_ns_map_lit] = STATE(365), - [sym_var_quoting_lit] = STATE(365), - [sym_sym_val_lit] = STATE(365), - [sym_evaling_lit] = STATE(365), - [sym_tagged_or_ctor_lit] = STATE(365), - [sym_derefing_lit] = STATE(365), - [sym_quoting_lit] = STATE(365), - [sym_syn_quoting_lit] = STATE(365), - [sym_unquote_splicing_lit] = STATE(365), - [sym_unquoting_lit] = STATE(365), - [aux_sym_dis_expr_repeat1] = STATE(187), - [aux_sym_sym_lit_repeat1] = STATE(295), - [sym__ws] = ACTIONS(810), - [sym_comment] = ACTIONS(810), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(562), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(562), - [sym_nil_lit] = ACTIONS(564), - [sym_bool_lit] = ACTIONS(564), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), - }, - [191] = { - [sym__gap] = STATE(173), - [sym_dis_expr] = STATE(173), - [sym__form] = STATE(378), - [sym_kwd_lit] = STATE(378), - [sym_str_lit] = STATE(378), - [sym_sym_lit] = STATE(378), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(378), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(378), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(378), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(378), - [sym__bare_set_lit] = STATE(351), - [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(173), - [aux_sym_sym_lit_repeat1] = STATE(296), - [sym__ws] = ACTIONS(812), - [sym_comment] = ACTIONS(812), - [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(718), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(718), - [sym_nil_lit] = ACTIONS(720), - [sym_bool_lit] = ACTIONS(720), - [aux_sym__sym_qualified_token1] = ACTIONS(330), - [anon_sym_CARET] = ACTIONS(21), - [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), - }, - [192] = { - [sym__gap] = STATE(171), - [sym_dis_expr] = STATE(171), + [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__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), [sym_list_lit] = STATE(386), - [sym__bare_list_lit] = STATE(348), + [sym__bare_list_lit] = STATE(392), [sym_map_lit] = STATE(386), - [sym__bare_map_lit] = STATE(349), + [sym__bare_map_lit] = STATE(403), [sym_vec_lit] = STATE(386), - [sym__bare_vec_lit] = STATE(350), + [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(386), - [sym__bare_set_lit] = STATE(351), + [sym__bare_set_lit] = STATE(326), [sym_anon_fn_lit] = STATE(386), [sym_regex_lit] = STATE(386), [sym_read_cond_lit] = STATE(386), @@ -15080,244 +14644,874 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_syn_quoting_lit] = STATE(386), [sym_unquote_splicing_lit] = STATE(386), [sym_unquoting_lit] = STATE(386), - [aux_sym_dis_expr_repeat1] = STATE(171), - [aux_sym_sym_lit_repeat1] = STATE(296), - [sym__ws] = ACTIONS(814), - [sym_comment] = ACTIONS(814), + [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), + [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(606), + [sym_nil_lit] = ACTIONS(608), + [sym_bool_lit] = ACTIONS(608), + [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), + }, + [186] = { + [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(335), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(335), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(335), + [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(306), + [sym__ws] = ACTIONS(264), + [sym_comment] = ACTIONS(264), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(314), + [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(314), + [sym_nil_lit] = ACTIONS(320), + [sym_bool_lit] = ACTIONS(320), + [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), + }, + [187] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(334), + [sym_kwd_lit] = STATE(334), + [sym_str_lit] = STATE(334), + [sym_sym_lit] = STATE(334), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(334), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(334), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(334), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(334), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(334), + [sym_regex_lit] = STATE(334), + [sym_read_cond_lit] = STATE(334), + [sym_splicing_read_cond_lit] = STATE(334), + [sym_ns_map_lit] = STATE(334), + [sym_var_quoting_lit] = STATE(334), + [sym_sym_val_lit] = STATE(334), + [sym_evaling_lit] = STATE(334), + [sym_tagged_or_ctor_lit] = STATE(334), + [sym_derefing_lit] = STATE(334), + [sym_quoting_lit] = STATE(334), + [sym_syn_quoting_lit] = STATE(334), + [sym_unquote_splicing_lit] = STATE(334), + [sym_unquoting_lit] = STATE(334), + [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(368), + [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(368), + [sym_nil_lit] = ACTIONS(370), + [sym_bool_lit] = ACTIONS(370), + [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), + }, + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(347), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(347), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(347), + [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(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), + [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(534), + [sym_nil_lit] = ACTIONS(536), + [sym_bool_lit] = ACTIONS(536), + [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), + }, + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(353), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(353), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(353), + [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(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), + [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(452), + [sym_nil_lit] = ACTIONS(454), + [sym_bool_lit] = ACTIONS(454), + [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), + }, + [190] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(417), + [sym_kwd_lit] = STATE(417), + [sym_str_lit] = STATE(417), + [sym_sym_lit] = STATE(417), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(417), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(417), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(417), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(417), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(417), + [sym_regex_lit] = STATE(417), + [sym_read_cond_lit] = STATE(417), + [sym_splicing_read_cond_lit] = STATE(417), + [sym_ns_map_lit] = STATE(417), + [sym_var_quoting_lit] = STATE(417), + [sym_sym_val_lit] = STATE(417), + [sym_evaling_lit] = STATE(417), + [sym_tagged_or_ctor_lit] = STATE(417), + [sym_derefing_lit] = STATE(417), + [sym_quoting_lit] = STATE(417), + [sym_syn_quoting_lit] = STATE(417), + [sym_unquote_splicing_lit] = STATE(417), + [sym_unquoting_lit] = STATE(417), + [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(372), + [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(372), + [sym_nil_lit] = ACTIONS(374), + [sym_bool_lit] = ACTIONS(374), + [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), + }, + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(361), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(361), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(361), + [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(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(724), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(724), - [sym_nil_lit] = ACTIONS(726), - [sym_bool_lit] = ACTIONS(726), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(526), + [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(526), + [sym_nil_lit] = ACTIONS(528), + [sym_bool_lit] = ACTIONS(528), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), + [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), + }, + [192] = { + [sym__gap] = STATE(205), + [sym_dis_expr] = STATE(205), + [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(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(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(169), - [sym_dis_expr] = STATE(169), - [sym__form] = STATE(393), - [sym_kwd_lit] = STATE(393), - [sym_str_lit] = STATE(393), - [sym_sym_lit] = STATE(393), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(393), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(393), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(393), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(393), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(393), - [sym_regex_lit] = STATE(393), - [sym_read_cond_lit] = STATE(393), - [sym_splicing_read_cond_lit] = STATE(393), - [sym_ns_map_lit] = STATE(393), - [sym_var_quoting_lit] = STATE(393), - [sym_sym_val_lit] = STATE(393), - [sym_evaling_lit] = STATE(393), - [sym_tagged_or_ctor_lit] = STATE(393), - [sym_derefing_lit] = STATE(393), - [sym_quoting_lit] = STATE(393), - [sym_syn_quoting_lit] = STATE(393), - [sym_unquote_splicing_lit] = STATE(393), - [sym_unquoting_lit] = STATE(393), - [aux_sym_dis_expr_repeat1] = STATE(169), - [aux_sym_sym_lit_repeat1] = STATE(296), - [sym__ws] = ACTIONS(816), - [sym_comment] = ACTIONS(816), + [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_sym_lit_repeat1] = STATE(306), + [sym__ws] = ACTIONS(838), + [sym_comment] = ACTIONS(838), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(730), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(730), - [sym_nil_lit] = ACTIONS(732), - [sym_bool_lit] = ACTIONS(732), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(518), + [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(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(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), + [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), }, [194] = { - [sym__gap] = STATE(167), - [sym_dis_expr] = STATE(167), - [sym__form] = STATE(397), - [sym_kwd_lit] = STATE(397), - [sym_str_lit] = STATE(397), - [sym_sym_lit] = STATE(397), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(397), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(397), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(397), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(397), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(397), - [sym_regex_lit] = STATE(397), - [sym_read_cond_lit] = STATE(397), - [sym_splicing_read_cond_lit] = STATE(397), - [sym_ns_map_lit] = STATE(397), - [sym_var_quoting_lit] = STATE(397), - [sym_sym_val_lit] = STATE(397), - [sym_evaling_lit] = STATE(397), - [sym_tagged_or_ctor_lit] = STATE(397), - [sym_derefing_lit] = STATE(397), - [sym_quoting_lit] = STATE(397), - [sym_syn_quoting_lit] = STATE(397), - [sym_unquote_splicing_lit] = STATE(397), - [sym_unquoting_lit] = STATE(397), - [aux_sym_dis_expr_repeat1] = STATE(167), - [aux_sym_sym_lit_repeat1] = STATE(296), - [sym__ws] = ACTIONS(818), - [sym_comment] = ACTIONS(818), + [sym__gap] = STATE(210), + [sym_dis_expr] = STATE(210), + [sym__form] = STATE(370), + [sym_kwd_lit] = STATE(370), + [sym_str_lit] = STATE(370), + [sym_sym_lit] = STATE(370), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(370), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(370), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(370), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(370), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(370), + [sym_regex_lit] = STATE(370), + [sym_read_cond_lit] = STATE(370), + [sym_splicing_read_cond_lit] = STATE(370), + [sym_ns_map_lit] = STATE(370), + [sym_var_quoting_lit] = STATE(370), + [sym_sym_val_lit] = STATE(370), + [sym_evaling_lit] = STATE(370), + [sym_tagged_or_ctor_lit] = STATE(370), + [sym_derefing_lit] = STATE(370), + [sym_quoting_lit] = STATE(370), + [sym_syn_quoting_lit] = STATE(370), + [sym_unquote_splicing_lit] = STATE(370), + [sym_unquoting_lit] = STATE(370), + [aux_sym_dis_expr_repeat1] = STATE(210), + [aux_sym_sym_lit_repeat1] = STATE(306), + [sym__ws] = ACTIONS(840), + [sym_comment] = ACTIONS(840), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(694), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(694), - [sym_nil_lit] = ACTIONS(696), - [sym_bool_lit] = ACTIONS(696), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(512), + [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(512), + [sym_nil_lit] = ACTIONS(514), + [sym_bool_lit] = ACTIONS(514), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), + [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), }, [195] = { - [sym__gap] = STATE(162), - [sym_dis_expr] = STATE(162), - [sym__form] = STATE(405), - [sym_kwd_lit] = STATE(405), - [sym_str_lit] = STATE(405), - [sym_sym_lit] = STATE(405), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(405), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(405), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(405), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(405), - [sym__bare_set_lit] = STATE(351), - [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(162), - [aux_sym_sym_lit_repeat1] = STATE(296), - [sym__ws] = ACTIONS(820), - [sym_comment] = ACTIONS(820), + [sym__gap] = STATE(212), + [sym_dis_expr] = STATE(212), + [sym__form] = STATE(371), + [sym_kwd_lit] = STATE(371), + [sym_str_lit] = STATE(371), + [sym_sym_lit] = STATE(371), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(371), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(371), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(371), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(371), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(371), + [sym_regex_lit] = STATE(371), + [sym_read_cond_lit] = STATE(371), + [sym_splicing_read_cond_lit] = STATE(371), + [sym_ns_map_lit] = STATE(371), + [sym_var_quoting_lit] = STATE(371), + [sym_sym_val_lit] = STATE(371), + [sym_evaling_lit] = STATE(371), + [sym_tagged_or_ctor_lit] = STATE(371), + [sym_derefing_lit] = STATE(371), + [sym_quoting_lit] = STATE(371), + [sym_syn_quoting_lit] = STATE(371), + [sym_unquote_splicing_lit] = STATE(371), + [sym_unquoting_lit] = STATE(371), + [aux_sym_dis_expr_repeat1] = STATE(212), + [aux_sym_sym_lit_repeat1] = STATE(306), + [sym__ws] = ACTIONS(842), + [sym_comment] = ACTIONS(842), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(760), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(322), - [anon_sym_COLON_COLON] = ACTIONS(324), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(760), - [sym_nil_lit] = ACTIONS(762), - [sym_bool_lit] = ACTIONS(762), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(506), + [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(506), + [sym_nil_lit] = ACTIONS(508), + [sym_bool_lit] = ACTIONS(508), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(338), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(344), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(350), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_BQUOTE] = ACTIONS(354), - [anon_sym_TILDE_AT] = ACTIONS(356), - [anon_sym_TILDE] = ACTIONS(358), + [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), }, [196] = { - [sym__gap] = STATE(189), - [sym_dis_expr] = STATE(189), + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(350), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(350), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(350), + [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), + [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(376), + [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(376), + [sym_nil_lit] = ACTIONS(378), + [sym_bool_lit] = ACTIONS(378), + [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), + }, + [197] = { + [sym__gap] = STATE(181), + [sym_dis_expr] = STATE(181), + [sym__form] = STATE(357), + [sym_kwd_lit] = STATE(357), + [sym_str_lit] = STATE(357), + [sym_sym_lit] = STATE(357), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(357), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(357), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(357), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(357), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(357), + [sym_regex_lit] = STATE(357), + [sym_read_cond_lit] = STATE(357), + [sym_splicing_read_cond_lit] = STATE(357), + [sym_ns_map_lit] = STATE(357), + [sym_var_quoting_lit] = STATE(357), + [sym_sym_val_lit] = STATE(357), + [sym_evaling_lit] = STATE(357), + [sym_tagged_or_ctor_lit] = STATE(357), + [sym_derefing_lit] = STATE(357), + [sym_quoting_lit] = STATE(357), + [sym_syn_quoting_lit] = STATE(357), + [sym_unquote_splicing_lit] = STATE(357), + [sym_unquoting_lit] = STATE(357), + [aux_sym_dis_expr_repeat1] = STATE(181), + [aux_sym_sym_lit_repeat1] = STATE(306), + [sym__ws] = ACTIONS(844), + [sym_comment] = ACTIONS(844), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(382), + [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(382), + [sym_nil_lit] = ACTIONS(384), + [sym_bool_lit] = ACTIONS(384), + [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), + }, + [198] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(419), + [sym_kwd_lit] = STATE(419), + [sym_str_lit] = STATE(419), + [sym_sym_lit] = STATE(419), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(419), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(419), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(419), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(419), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(419), + [sym_regex_lit] = STATE(419), + [sym_read_cond_lit] = STATE(419), + [sym_splicing_read_cond_lit] = STATE(419), + [sym_ns_map_lit] = STATE(419), + [sym_var_quoting_lit] = STATE(419), + [sym_sym_val_lit] = STATE(419), + [sym_evaling_lit] = STATE(419), + [sym_tagged_or_ctor_lit] = STATE(419), + [sym_derefing_lit] = STATE(419), + [sym_quoting_lit] = STATE(419), + [sym_syn_quoting_lit] = STATE(419), + [sym_unquote_splicing_lit] = STATE(419), + [sym_unquoting_lit] = STATE(419), + [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(484), + [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(484), + [sym_nil_lit] = ACTIONS(486), + [sym_bool_lit] = ACTIONS(486), + [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), + }, + [199] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), [sym__form] = STATE(364), [sym_kwd_lit] = STATE(364), [sym_str_lit] = STATE(364), [sym_sym_lit] = STATE(364), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), [sym_list_lit] = STATE(364), - [sym__bare_list_lit] = STATE(348), + [sym__bare_list_lit] = STATE(392), [sym_map_lit] = STATE(364), - [sym__bare_map_lit] = STATE(349), + [sym__bare_map_lit] = STATE(403), [sym_vec_lit] = STATE(364), - [sym__bare_vec_lit] = STATE(350), + [sym__bare_vec_lit] = STATE(423), [sym_set_lit] = STATE(364), - [sym__bare_set_lit] = STATE(351), + [sym__bare_set_lit] = STATE(326), [sym_anon_fn_lit] = STATE(364), [sym_regex_lit] = STATE(364), [sym_read_cond_lit] = STATE(364), @@ -15332,422 +15526,863 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_syn_quoting_lit] = STATE(364), [sym_unquote_splicing_lit] = STATE(364), [sym_unquoting_lit] = STATE(364), - [aux_sym_dis_expr_repeat1] = STATE(189), - [aux_sym_sym_lit_repeat1] = STATE(295), - [sym__ws] = ACTIONS(822), - [sym_comment] = ACTIONS(822), + [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(392), + [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(392), + [sym_nil_lit] = ACTIONS(394), + [sym_bool_lit] = ACTIONS(394), + [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), + }, + [200] = { + [sym__gap] = STATE(196), + [sym_dis_expr] = STATE(196), + [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(405), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(405), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(405), + [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(196), + [aux_sym_sym_lit_repeat1] = STATE(306), + [sym__ws] = ACTIONS(846), + [sym_comment] = ACTIONS(846), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(662), + [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(662), + [sym_nil_lit] = ACTIONS(664), + [sym_bool_lit] = ACTIONS(664), + [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), + }, + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(387), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(387), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(387), + [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), + [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), + [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), + [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_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), + }, + [202] = { + [sym__gap] = STATE(182), + [sym_dis_expr] = STATE(182), + [sym__form] = STATE(362), + [sym_kwd_lit] = STATE(362), + [sym_str_lit] = STATE(362), + [sym_sym_lit] = STATE(362), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(362), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(362), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(362), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(362), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(362), + [sym_regex_lit] = STATE(362), + [sym_read_cond_lit] = STATE(362), + [sym_splicing_read_cond_lit] = STATE(362), + [sym_ns_map_lit] = STATE(362), + [sym_var_quoting_lit] = STATE(362), + [sym_sym_val_lit] = STATE(362), + [sym_evaling_lit] = STATE(362), + [sym_tagged_or_ctor_lit] = STATE(362), + [sym_derefing_lit] = STATE(362), + [sym_quoting_lit] = STATE(362), + [sym_syn_quoting_lit] = STATE(362), + [sym_unquote_splicing_lit] = STATE(362), + [sym_unquoting_lit] = STATE(362), + [aux_sym_dis_expr_repeat1] = STATE(182), + [aux_sym_sym_lit_repeat1] = STATE(306), + [sym__ws] = ACTIONS(848), + [sym_comment] = ACTIONS(848), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(576), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(576), - [sym_nil_lit] = ACTIONS(578), - [sym_bool_lit] = ACTIONS(578), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(388), + [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(388), + [sym_nil_lit] = ACTIONS(390), + [sym_bool_lit] = ACTIONS(390), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), - }, - [197] = { - [sym__gap] = STATE(137), - [sym_dis_expr] = STATE(137), - [sym__form] = STATE(352), - [sym_kwd_lit] = STATE(352), - [sym_str_lit] = STATE(352), - [sym_sym_lit] = STATE(352), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(352), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(352), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(352), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(352), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(352), - [sym_regex_lit] = STATE(352), - [sym_read_cond_lit] = STATE(352), - [sym_splicing_read_cond_lit] = STATE(352), - [sym_ns_map_lit] = STATE(352), - [sym_var_quoting_lit] = STATE(352), - [sym_sym_val_lit] = STATE(352), - [sym_evaling_lit] = STATE(352), - [sym_tagged_or_ctor_lit] = STATE(352), - [sym_derefing_lit] = STATE(352), - [sym_quoting_lit] = STATE(352), - [sym_syn_quoting_lit] = STATE(352), - [sym_unquote_splicing_lit] = STATE(352), - [sym_unquoting_lit] = STATE(352), - [aux_sym_dis_expr_repeat1] = STATE(137), - [aux_sym_sym_lit_repeat1] = STATE(295), - [sym__ws] = ACTIONS(824), - [sym_comment] = ACTIONS(824), + [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), + }, + [203] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(416), + [sym_kwd_lit] = STATE(416), + [sym_str_lit] = STATE(416), + [sym_sym_lit] = STATE(416), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(416), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(416), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(416), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(416), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(416), + [sym_regex_lit] = STATE(416), + [sym_read_cond_lit] = STATE(416), + [sym_splicing_read_cond_lit] = STATE(416), + [sym_ns_map_lit] = STATE(416), + [sym_var_quoting_lit] = STATE(416), + [sym_sym_val_lit] = STATE(416), + [sym_evaling_lit] = STATE(416), + [sym_tagged_or_ctor_lit] = STATE(416), + [sym_derefing_lit] = STATE(416), + [sym_quoting_lit] = STATE(416), + [sym_syn_quoting_lit] = STATE(416), + [sym_unquote_splicing_lit] = STATE(416), + [sym_unquoting_lit] = STATE(416), + [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(318), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(394), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(318), - [sym_nil_lit] = ACTIONS(328), - [sym_bool_lit] = ACTIONS(328), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(480), + [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(480), + [sym_nil_lit] = ACTIONS(482), + [sym_bool_lit] = ACTIONS(482), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(398), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(400), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(402), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_BQUOTE] = ACTIONS(406), - [anon_sym_TILDE_AT] = ACTIONS(408), - [anon_sym_TILDE] = ACTIONS(410), - }, - [198] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(406), - [sym_kwd_lit] = STATE(406), - [sym_str_lit] = STATE(406), - [sym_sym_lit] = STATE(406), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(406), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(406), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(406), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(406), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(406), - [sym_regex_lit] = STATE(406), - [sym_read_cond_lit] = STATE(406), - [sym_splicing_read_cond_lit] = STATE(406), - [sym_ns_map_lit] = STATE(406), - [sym_var_quoting_lit] = STATE(406), - [sym_sym_val_lit] = STATE(406), - [sym_evaling_lit] = STATE(406), - [sym_tagged_or_ctor_lit] = STATE(406), - [sym_derefing_lit] = STATE(406), - [sym_quoting_lit] = STATE(406), - [sym_syn_quoting_lit] = STATE(406), - [sym_unquote_splicing_lit] = STATE(406), - [sym_unquoting_lit] = STATE(406), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(294), + [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), + }, + [204] = { + [sym__gap] = STATE(190), + [sym_dis_expr] = STATE(190), + [sym__form] = STATE(393), + [sym_kwd_lit] = STATE(393), + [sym_str_lit] = STATE(393), + [sym_sym_lit] = STATE(393), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(393), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(393), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(393), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(393), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(393), + [sym_regex_lit] = STATE(393), + [sym_read_cond_lit] = STATE(393), + [sym_splicing_read_cond_lit] = STATE(393), + [sym_ns_map_lit] = STATE(393), + [sym_var_quoting_lit] = STATE(393), + [sym_sym_val_lit] = STATE(393), + [sym_evaling_lit] = STATE(393), + [sym_tagged_or_ctor_lit] = STATE(393), + [sym_derefing_lit] = STATE(393), + [sym_quoting_lit] = STATE(393), + [sym_syn_quoting_lit] = STATE(393), + [sym_unquote_splicing_lit] = STATE(393), + [sym_unquoting_lit] = STATE(393), + [aux_sym_dis_expr_repeat1] = STATE(190), + [aux_sym_sym_lit_repeat1] = STATE(306), + [sym__ws] = ACTIONS(850), + [sym_comment] = ACTIONS(850), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(446), + [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(446), + [sym_nil_lit] = ACTIONS(448), + [sym_bool_lit] = ACTIONS(448), + [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), + }, + [205] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(415), + [sym_kwd_lit] = STATE(415), + [sym_str_lit] = STATE(415), + [sym_sym_lit] = STATE(415), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(415), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(415), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(415), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(415), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(415), + [sym_regex_lit] = STATE(415), + [sym_read_cond_lit] = STATE(415), + [sym_splicing_read_cond_lit] = STATE(415), + [sym_ns_map_lit] = STATE(415), + [sym_var_quoting_lit] = STATE(415), + [sym_sym_val_lit] = STATE(415), + [sym_evaling_lit] = STATE(415), + [sym_tagged_or_ctor_lit] = STATE(415), + [sym_derefing_lit] = STATE(415), + [sym_quoting_lit] = STATE(415), + [sym_syn_quoting_lit] = STATE(415), + [sym_unquote_splicing_lit] = STATE(415), + [sym_unquoting_lit] = STATE(415), + [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(754), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(754), - [sym_nil_lit] = ACTIONS(756), - [sym_bool_lit] = ACTIONS(756), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(476), + [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(476), + [sym_nil_lit] = ACTIONS(478), + [sym_bool_lit] = ACTIONS(478), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), - }, - [199] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(345), - [sym_kwd_lit] = STATE(345), - [sym_str_lit] = STATE(345), - [sym_sym_lit] = STATE(345), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(345), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(345), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(345), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(345), - [sym__bare_set_lit] = STATE(351), - [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(292), - [aux_sym_sym_lit_repeat1] = STATE(294), + [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), + }, + [206] = { + [sym__gap] = STATE(187), + [sym_dis_expr] = STATE(187), + [sym__form] = STATE(391), + [sym_kwd_lit] = STATE(391), + [sym_str_lit] = STATE(391), + [sym_sym_lit] = STATE(391), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(391), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(391), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(391), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(391), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(391), + [sym_regex_lit] = STATE(391), + [sym_read_cond_lit] = STATE(391), + [sym_splicing_read_cond_lit] = STATE(391), + [sym_ns_map_lit] = STATE(391), + [sym_var_quoting_lit] = STATE(391), + [sym_sym_val_lit] = STATE(391), + [sym_evaling_lit] = STATE(391), + [sym_tagged_or_ctor_lit] = STATE(391), + [sym_derefing_lit] = STATE(391), + [sym_quoting_lit] = STATE(391), + [sym_syn_quoting_lit] = STATE(391), + [sym_unquote_splicing_lit] = STATE(391), + [sym_unquoting_lit] = STATE(391), + [aux_sym_dis_expr_repeat1] = STATE(187), + [aux_sym_sym_lit_repeat1] = STATE(306), + [sym__ws] = ACTIONS(852), + [sym_comment] = ACTIONS(852), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(416), + [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(416), + [sym_nil_lit] = ACTIONS(418), + [sym_bool_lit] = ACTIONS(418), + [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), + }, + [207] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(414), + [sym_kwd_lit] = STATE(414), + [sym_str_lit] = STATE(414), + [sym_sym_lit] = STATE(414), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(414), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(414), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(414), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(414), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(414), + [sym_regex_lit] = STATE(414), + [sym_read_cond_lit] = STATE(414), + [sym_splicing_read_cond_lit] = STATE(414), + [sym_ns_map_lit] = STATE(414), + [sym_var_quoting_lit] = STATE(414), + [sym_sym_val_lit] = STATE(414), + [sym_evaling_lit] = STATE(414), + [sym_tagged_or_ctor_lit] = STATE(414), + [sym_derefing_lit] = STATE(414), + [sym_quoting_lit] = STATE(414), + [sym_syn_quoting_lit] = STATE(414), + [sym_unquote_splicing_lit] = STATE(414), + [sym_unquoting_lit] = STATE(414), + [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(390), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(390), - [sym_nil_lit] = ACTIONS(396), - [sym_bool_lit] = ACTIONS(396), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(472), + [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(472), + [sym_nil_lit] = ACTIONS(474), + [sym_bool_lit] = ACTIONS(474), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), - }, - [200] = { + [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), + }, + [208] = { [sym__gap] = STATE(199), [sym_dis_expr] = STATE(199), - [sym__form] = STATE(344), - [sym_kwd_lit] = STATE(344), - [sym_str_lit] = STATE(344), - [sym_sym_lit] = STATE(344), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(344), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(344), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(344), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(344), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(344), - [sym_regex_lit] = STATE(344), - [sym_read_cond_lit] = STATE(344), - [sym_splicing_read_cond_lit] = STATE(344), - [sym_ns_map_lit] = STATE(344), - [sym_var_quoting_lit] = STATE(344), - [sym_sym_val_lit] = STATE(344), - [sym_evaling_lit] = STATE(344), - [sym_tagged_or_ctor_lit] = STATE(344), - [sym_derefing_lit] = STATE(344), - [sym_quoting_lit] = STATE(344), - [sym_syn_quoting_lit] = STATE(344), - [sym_unquote_splicing_lit] = STATE(344), - [sym_unquoting_lit] = STATE(344), + [sym__form] = STATE(374), + [sym_kwd_lit] = STATE(374), + [sym_str_lit] = STATE(374), + [sym_sym_lit] = STATE(374), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(374), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(374), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(374), + [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), [aux_sym_dis_expr_repeat1] = STATE(199), - [aux_sym_sym_lit_repeat1] = STATE(294), - [sym__ws] = ACTIONS(826), - [sym_comment] = ACTIONS(826), + [aux_sym_sym_lit_repeat1] = STATE(306), + [sym__ws] = ACTIONS(854), + [sym_comment] = ACTIONS(854), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(414), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(414), - [sym_nil_lit] = ACTIONS(416), - [sym_bool_lit] = ACTIONS(416), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(490), + [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(490), + [sym_nil_lit] = ACTIONS(492), + [sym_bool_lit] = ACTIONS(492), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), - }, - [201] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(342), - [sym_kwd_lit] = STATE(342), - [sym_str_lit] = STATE(342), - [sym_sym_lit] = STATE(342), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(342), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(342), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(342), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(342), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(342), - [sym_regex_lit] = STATE(342), - [sym_read_cond_lit] = STATE(342), - [sym_splicing_read_cond_lit] = STATE(342), - [sym_ns_map_lit] = STATE(342), - [sym_var_quoting_lit] = STATE(342), - [sym_sym_val_lit] = STATE(342), - [sym_evaling_lit] = STATE(342), - [sym_tagged_or_ctor_lit] = STATE(342), - [sym_derefing_lit] = STATE(342), - [sym_quoting_lit] = STATE(342), - [sym_syn_quoting_lit] = STATE(342), - [sym_unquote_splicing_lit] = STATE(342), - [sym_unquoting_lit] = STATE(342), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(294), + [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), + }, + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(389), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(389), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(389), + [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(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), + [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(410), + [sym_nil_lit] = ACTIONS(412), + [sym_bool_lit] = ACTIONS(412), + [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), + }, + [210] = { + [sym__gap] = STATE(301), + [sym_dis_expr] = STATE(301), + [sym__form] = STATE(412), + [sym_kwd_lit] = STATE(412), + [sym_str_lit] = STATE(412), + [sym_sym_lit] = STATE(412), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(412), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(412), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(412), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(412), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(412), + [sym_regex_lit] = STATE(412), + [sym_read_cond_lit] = STATE(412), + [sym_splicing_read_cond_lit] = STATE(412), + [sym_ns_map_lit] = STATE(412), + [sym_var_quoting_lit] = STATE(412), + [sym_sym_val_lit] = STATE(412), + [sym_evaling_lit] = STATE(412), + [sym_tagged_or_ctor_lit] = STATE(412), + [sym_derefing_lit] = STATE(412), + [sym_quoting_lit] = STATE(412), + [sym_syn_quoting_lit] = STATE(412), + [sym_unquote_splicing_lit] = STATE(412), + [sym_unquoting_lit] = STATE(412), + [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), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(468), - [sym_nil_lit] = ACTIONS(470), - [sym_bool_lit] = ACTIONS(470), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(464), + [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(464), + [sym_nil_lit] = ACTIONS(466), + [sym_bool_lit] = ACTIONS(466), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), - }, - [202] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), - [sym__form] = STATE(340), - [sym_kwd_lit] = STATE(340), - [sym_str_lit] = STATE(340), - [sym_sym_lit] = STATE(340), - [sym__metadata_lit] = STATE(414), - [sym_meta_lit] = STATE(303), - [sym_old_meta_lit] = STATE(302), - [sym_list_lit] = STATE(340), - [sym__bare_list_lit] = STATE(348), - [sym_map_lit] = STATE(340), - [sym__bare_map_lit] = STATE(349), - [sym_vec_lit] = STATE(340), - [sym__bare_vec_lit] = STATE(350), - [sym_set_lit] = STATE(340), - [sym__bare_set_lit] = STATE(351), - [sym_anon_fn_lit] = STATE(340), - [sym_regex_lit] = STATE(340), - [sym_read_cond_lit] = STATE(340), - [sym_splicing_read_cond_lit] = STATE(340), - [sym_ns_map_lit] = STATE(340), - [sym_var_quoting_lit] = STATE(340), - [sym_sym_val_lit] = STATE(340), - [sym_evaling_lit] = STATE(340), - [sym_tagged_or_ctor_lit] = STATE(340), - [sym_derefing_lit] = STATE(340), - [sym_quoting_lit] = STATE(340), - [sym_syn_quoting_lit] = STATE(340), - [sym_unquote_splicing_lit] = STATE(340), - [sym_unquoting_lit] = STATE(340), - [aux_sym_dis_expr_repeat1] = STATE(292), - [aux_sym_sym_lit_repeat1] = STATE(294), + [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), + }, + [211] = { + [sym__gap] = STATE(185), + [sym_dis_expr] = STATE(185), + [sym__form] = STATE(384), + [sym_kwd_lit] = STATE(384), + [sym_str_lit] = STATE(384), + [sym_sym_lit] = STATE(384), + [sym__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(384), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(384), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(384), + [sym__bare_vec_lit] = STATE(423), + [sym_set_lit] = STATE(384), + [sym__bare_set_lit] = STATE(326), + [sym_anon_fn_lit] = STATE(384), + [sym_regex_lit] = STATE(384), + [sym_read_cond_lit] = STATE(384), + [sym_splicing_read_cond_lit] = STATE(384), + [sym_ns_map_lit] = STATE(384), + [sym_var_quoting_lit] = STATE(384), + [sym_sym_val_lit] = STATE(384), + [sym_evaling_lit] = STATE(384), + [sym_tagged_or_ctor_lit] = STATE(384), + [sym_derefing_lit] = STATE(384), + [sym_quoting_lit] = STATE(384), + [sym_syn_quoting_lit] = STATE(384), + [sym_unquote_splicing_lit] = STATE(384), + [sym_unquoting_lit] = STATE(384), + [aux_sym_dis_expr_repeat1] = STATE(185), + [aux_sym_sym_lit_repeat1] = STATE(306), + [sym__ws] = ACTIONS(858), + [sym_comment] = ACTIONS(858), + [anon_sym_POUND_] = ACTIONS(7), + [sym_num_lit] = ACTIONS(404), + [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(404), + [sym_nil_lit] = ACTIONS(406), + [sym_bool_lit] = ACTIONS(406), + [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), + }, + [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__metadata_lit] = STATE(424), + [sym_meta_lit] = STATE(314), + [sym_old_meta_lit] = STATE(313), + [sym_list_lit] = STATE(378), + [sym__bare_list_lit] = STATE(392), + [sym_map_lit] = STATE(378), + [sym__bare_map_lit] = STATE(403), + [sym_vec_lit] = STATE(378), + [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(306), [sym__ws] = ACTIONS(264), [sym_comment] = ACTIONS(264), [anon_sym_POUND_] = ACTIONS(7), - [sym_num_lit] = ACTIONS(472), - [anon_sym_SLASH] = ACTIONS(320), - [anon_sym_COLON] = ACTIONS(448), - [anon_sym_COLON_COLON] = ACTIONS(450), - [aux_sym_str_lit_token1] = ACTIONS(326), - [sym_char_lit] = ACTIONS(472), - [sym_nil_lit] = ACTIONS(474), - [sym_bool_lit] = ACTIONS(474), - [aux_sym__sym_qualified_token1] = ACTIONS(330), + [sym_num_lit] = ACTIONS(456), + [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(456), + [sym_nil_lit] = ACTIONS(458), + [sym_bool_lit] = ACTIONS(458), + [aux_sym__sym_qualified_token1] = ACTIONS(278), [anon_sym_CARET] = ACTIONS(21), [anon_sym_POUND_CARET] = ACTIONS(23), - [anon_sym_LPAREN] = ACTIONS(332), - [anon_sym_LBRACE] = ACTIONS(334), - [anon_sym_LBRACK] = ACTIONS(336), - [anon_sym_POUND] = ACTIONS(454), - [anon_sym_POUND_QMARK] = ACTIONS(340), - [anon_sym_POUND_QMARK_AT] = ACTIONS(342), - [anon_sym_POUND_SQUOTE] = ACTIONS(456), - [anon_sym_POUND_POUND] = ACTIONS(346), - [anon_sym_POUND_EQ] = ACTIONS(348), - [anon_sym_AT] = ACTIONS(458), - [anon_sym_SQUOTE] = ACTIONS(460), - [anon_sym_BQUOTE] = ACTIONS(462), - [anon_sym_TILDE_AT] = ACTIONS(464), - [anon_sym_TILDE] = ACTIONS(466), + [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), }, }; static const uint16_t ts_small_parse_table[] = { [0] = 3, - ACTIONS(832), 1, + ACTIONS(864), 1, aux_sym__kwd_leading_slash_token1, - ACTIONS(830), 14, + ACTIONS(862), 14, anon_sym_POUND_, anon_sym_SLASH, anon_sym_COLON, @@ -15762,7 +16397,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_EQ, anon_sym_SQUOTE, anon_sym_TILDE, - ACTIONS(828), 18, + ACTIONS(860), 18, ts_builtin_sym_end, sym__ws, sym_comment, @@ -15782,7 +16417,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [40] = 2, - ACTIONS(836), 7, + ACTIONS(868), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -15790,7 +16425,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(834), 25, + ACTIONS(866), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -15817,7 +16452,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [77] = 2, - ACTIONS(840), 7, + ACTIONS(872), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -15825,7 +16460,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(838), 25, + ACTIONS(870), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -15852,7 +16487,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [114] = 2, - ACTIONS(844), 7, + ACTIONS(876), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -15860,7 +16495,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(842), 25, + ACTIONS(874), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -15887,9 +16522,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [151] = 3, - ACTIONS(848), 1, + ACTIONS(880), 1, anon_sym_SLASH, - ACTIONS(850), 7, + ACTIONS(882), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -15897,7 +16532,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(846), 24, + ACTIONS(878), 24, ts_builtin_sym_end, sym__ws, sym_comment, @@ -15923,7 +16558,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [190] = 2, - ACTIONS(854), 7, + ACTIONS(886), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -15931,7 +16566,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(852), 25, + ACTIONS(884), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -15958,7 +16593,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [227] = 2, - ACTIONS(858), 7, + ACTIONS(890), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -15966,7 +16601,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(856), 25, + ACTIONS(888), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -15993,7 +16628,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [264] = 2, - ACTIONS(862), 7, + ACTIONS(894), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -16001,7 +16636,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(860), 25, + ACTIONS(892), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -16028,7 +16663,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [301] = 2, - ACTIONS(866), 7, + ACTIONS(898), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -16036,7 +16671,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(864), 25, + ACTIONS(896), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -16063,7 +16698,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [338] = 2, - ACTIONS(870), 7, + ACTIONS(902), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -16071,7 +16706,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(868), 25, + ACTIONS(900), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -16098,7 +16733,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [375] = 2, - ACTIONS(874), 7, + ACTIONS(906), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -16106,7 +16741,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(872), 25, + ACTIONS(904), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -16133,7 +16768,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [412] = 2, - ACTIONS(870), 7, + ACTIONS(910), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -16141,7 +16776,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(868), 25, + ACTIONS(908), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -16168,7 +16803,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [449] = 2, - ACTIONS(878), 7, + ACTIONS(914), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -16176,7 +16811,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(876), 25, + ACTIONS(912), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -16203,7 +16838,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [486] = 2, - ACTIONS(882), 7, + ACTIONS(918), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -16211,7 +16846,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(880), 25, + ACTIONS(916), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -16238,7 +16873,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [523] = 2, - ACTIONS(886), 7, + ACTIONS(922), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -16246,7 +16881,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(884), 25, + ACTIONS(920), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -16272,8 +16907,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [560] = 2, - ACTIONS(890), 7, + [560] = 3, + ACTIONS(924), 1, + anon_sym_SLASH, + ACTIONS(862), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -16281,13 +16918,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(888), 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, @@ -16307,8 +16943,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [597] = 2, - ACTIONS(894), 7, + [599] = 2, + ACTIONS(928), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -16316,7 +16952,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(892), 25, + ACTIONS(926), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -16342,8 +16978,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [634] = 2, - ACTIONS(898), 7, + [636] = 2, + ACTIONS(932), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -16351,7 +16987,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(896), 25, + ACTIONS(930), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -16377,8 +17013,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [671] = 2, - ACTIONS(902), 7, + [673] = 2, + ACTIONS(936), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -16386,7 +17022,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(900), 25, + ACTIONS(934), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -16412,8 +17048,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [708] = 2, - ACTIONS(902), 7, + [710] = 2, + ACTIONS(940), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -16421,7 +17057,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(900), 25, + ACTIONS(938), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -16447,8 +17083,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [745] = 2, - ACTIONS(902), 7, + [747] = 2, + ACTIONS(944), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -16456,7 +17092,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(900), 25, + ACTIONS(942), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -16482,8 +17118,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [782] = 2, - ACTIONS(906), 7, + [784] = 2, + ACTIONS(948), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -16491,7 +17127,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(904), 25, + ACTIONS(946), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -16517,8 +17153,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [819] = 2, - ACTIONS(910), 7, + [821] = 2, + ACTIONS(952), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -16526,7 +17162,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(908), 25, + ACTIONS(950), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -16552,8 +17188,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [856] = 2, - ACTIONS(914), 7, + [858] = 2, + ACTIONS(956), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -16561,7 +17197,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(912), 25, + ACTIONS(954), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -16587,8 +17223,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [893] = 2, - ACTIONS(918), 7, + [895] = 2, + ACTIONS(960), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -16596,7 +17232,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(916), 25, + ACTIONS(958), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -16622,8 +17258,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [930] = 2, - ACTIONS(922), 7, + [932] = 2, + ACTIONS(964), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -16631,7 +17267,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(920), 25, + ACTIONS(962), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -16657,8 +17293,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [967] = 2, - ACTIONS(918), 7, + [969] = 2, + ACTIONS(968), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -16666,7 +17302,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(916), 25, + ACTIONS(966), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -16692,8 +17328,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [1004] = 2, - ACTIONS(926), 7, + [1006] = 2, + ACTIONS(972), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -16701,7 +17337,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(924), 25, + ACTIONS(970), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -16727,8 +17363,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [1041] = 2, - ACTIONS(930), 7, + [1043] = 2, + ACTIONS(972), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -16736,7 +17372,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(928), 25, + ACTIONS(970), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -16762,8 +17398,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [1078] = 2, - ACTIONS(934), 7, + [1080] = 2, + ACTIONS(972), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -16771,7 +17407,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(932), 25, + ACTIONS(970), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -16797,8 +17433,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [1115] = 2, - ACTIONS(938), 7, + [1117] = 2, + ACTIONS(976), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -16806,7 +17442,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(936), 25, + ACTIONS(974), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -16832,8 +17468,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [1152] = 2, - ACTIONS(942), 7, + [1154] = 2, + ACTIONS(980), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -16841,7 +17477,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(940), 25, + ACTIONS(978), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -16867,8 +17503,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [1189] = 2, - ACTIONS(946), 7, + [1191] = 2, + ACTIONS(984), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -16876,7 +17512,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(944), 25, + ACTIONS(982), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -16902,8 +17538,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [1226] = 2, - ACTIONS(950), 7, + [1228] = 2, + ACTIONS(988), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -16911,7 +17547,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(948), 25, + ACTIONS(986), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -16937,8 +17573,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [1263] = 2, - ACTIONS(954), 7, + [1265] = 2, + ACTIONS(992), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -16946,7 +17582,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(952), 25, + ACTIONS(990), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -16972,8 +17608,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [1300] = 2, - ACTIONS(958), 7, + [1302] = 2, + ACTIONS(996), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -16981,7 +17617,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(956), 25, + ACTIONS(994), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17007,8 +17643,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [1337] = 2, - ACTIONS(962), 7, + [1339] = 2, + ACTIONS(1000), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17016,7 +17652,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(960), 25, + ACTIONS(998), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17042,8 +17678,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [1374] = 2, - ACTIONS(966), 7, + [1376] = 2, + ACTIONS(1004), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17051,7 +17687,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(964), 25, + ACTIONS(1002), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17077,8 +17713,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [1411] = 2, - ACTIONS(966), 7, + [1413] = 2, + ACTIONS(1008), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17086,7 +17722,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(964), 25, + ACTIONS(1006), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17112,8 +17748,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [1448] = 2, - ACTIONS(966), 7, + [1450] = 3, + ACTIONS(1010), 1, + anon_sym_SLASH, + ACTIONS(1008), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17121,13 +17759,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(964), 25, + ACTIONS(1006), 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, @@ -17147,8 +17784,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [1485] = 2, - ACTIONS(970), 7, + [1489] = 2, + ACTIONS(1014), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17156,7 +17793,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(968), 25, + ACTIONS(1012), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17182,8 +17819,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [1522] = 2, - ACTIONS(974), 7, + [1526] = 2, + ACTIONS(1018), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17191,7 +17828,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(972), 25, + ACTIONS(1016), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17217,8 +17854,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [1559] = 2, - ACTIONS(850), 7, + [1563] = 2, + ACTIONS(1022), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17226,7 +17863,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(846), 25, + ACTIONS(1020), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17252,8 +17889,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [1596] = 2, - ACTIONS(978), 7, + [1600] = 2, + ACTIONS(1026), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17261,7 +17898,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(976), 25, + ACTIONS(1024), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17287,8 +17924,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [1633] = 2, - ACTIONS(982), 7, + [1637] = 2, + ACTIONS(1030), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17296,7 +17933,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(980), 25, + ACTIONS(1028), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17322,8 +17959,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [1670] = 2, - ACTIONS(986), 7, + [1674] = 2, + ACTIONS(1034), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17331,7 +17968,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(984), 25, + ACTIONS(1032), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17357,8 +17994,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [1707] = 2, - ACTIONS(990), 7, + [1711] = 2, + ACTIONS(1038), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17366,7 +18003,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(988), 25, + ACTIONS(1036), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17392,8 +18029,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [1744] = 2, - ACTIONS(994), 7, + [1748] = 2, + ACTIONS(1042), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17401,7 +18038,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(992), 25, + ACTIONS(1040), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17427,8 +18064,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [1781] = 2, - ACTIONS(998), 7, + [1785] = 2, + ACTIONS(1046), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17436,7 +18073,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(996), 25, + ACTIONS(1044), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17462,8 +18099,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [1818] = 2, - ACTIONS(1002), 7, + [1822] = 2, + ACTIONS(1050), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17471,7 +18108,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1000), 25, + ACTIONS(1048), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17497,8 +18134,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [1855] = 2, - ACTIONS(1006), 7, + [1859] = 2, + ACTIONS(1054), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17506,7 +18143,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1004), 25, + ACTIONS(1052), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17532,8 +18169,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [1892] = 2, - ACTIONS(1010), 7, + [1896] = 2, + ACTIONS(1058), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17541,7 +18178,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1008), 25, + ACTIONS(1056), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17567,8 +18204,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [1929] = 2, - ACTIONS(1014), 7, + [1933] = 2, + ACTIONS(1062), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17576,7 +18213,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1012), 25, + ACTIONS(1060), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17602,8 +18239,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [1966] = 2, - ACTIONS(1018), 7, + [1970] = 2, + ACTIONS(1066), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17611,7 +18248,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1016), 25, + ACTIONS(1064), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17637,8 +18274,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [2003] = 2, - ACTIONS(1022), 7, + [2007] = 2, + ACTIONS(1070), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17646,7 +18283,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1020), 25, + ACTIONS(1068), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17672,8 +18309,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [2040] = 2, - ACTIONS(1026), 7, + [2044] = 2, + ACTIONS(1074), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17681,7 +18318,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1024), 25, + ACTIONS(1072), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17707,8 +18344,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [2077] = 2, - ACTIONS(1030), 7, + [2081] = 2, + ACTIONS(1078), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17716,7 +18353,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1028), 25, + ACTIONS(1076), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17742,8 +18379,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [2114] = 2, - ACTIONS(1034), 7, + [2118] = 2, + ACTIONS(1082), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17751,7 +18388,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1032), 25, + ACTIONS(1080), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17777,8 +18414,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [2151] = 2, - ACTIONS(1038), 7, + [2155] = 2, + ACTIONS(1086), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17786,7 +18423,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1036), 25, + ACTIONS(1084), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17812,8 +18449,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [2188] = 2, - ACTIONS(1042), 7, + [2192] = 2, + ACTIONS(1090), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17821,7 +18458,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1040), 25, + ACTIONS(1088), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17847,8 +18484,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [2225] = 2, - ACTIONS(1046), 7, + [2229] = 2, + ACTIONS(1034), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17856,7 +18493,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1044), 25, + ACTIONS(1032), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17882,8 +18519,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [2262] = 2, - ACTIONS(1050), 7, + [2266] = 2, + ACTIONS(1094), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17891,7 +18528,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1048), 25, + ACTIONS(1092), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17917,8 +18554,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [2299] = 2, - ACTIONS(1054), 7, + [2303] = 2, + ACTIONS(1098), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17926,7 +18563,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1052), 25, + ACTIONS(1096), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17952,8 +18589,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [2336] = 2, - ACTIONS(1058), 7, + [2340] = 2, + ACTIONS(1102), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17961,7 +18598,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1056), 25, + ACTIONS(1100), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -17987,8 +18624,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [2373] = 2, - ACTIONS(1062), 7, + [2377] = 2, + ACTIONS(1106), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -17996,7 +18633,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1060), 25, + ACTIONS(1104), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -18022,10 +18659,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [2410] = 3, - ACTIONS(1064), 1, - anon_sym_SLASH, - ACTIONS(830), 7, + [2414] = 2, + ACTIONS(1110), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -18033,12 +18668,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(828), 24, + ACTIONS(1108), 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, @@ -18058,8 +18694,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [2449] = 2, - ACTIONS(1068), 7, + [2451] = 2, + ACTIONS(1114), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -18067,7 +18703,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1066), 25, + ACTIONS(1112), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -18093,8 +18729,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [2486] = 2, - ACTIONS(1072), 7, + [2488] = 2, + ACTIONS(882), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -18102,7 +18738,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1070), 25, + ACTIONS(878), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -18128,8 +18764,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [2523] = 2, - ACTIONS(1076), 7, + [2525] = 2, + ACTIONS(1118), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -18137,7 +18773,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1074), 25, + ACTIONS(1116), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -18163,8 +18799,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [2560] = 2, - ACTIONS(1080), 7, + [2562] = 2, + ACTIONS(1122), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -18172,7 +18808,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1078), 25, + ACTIONS(1120), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -18198,8 +18834,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [2597] = 2, - ACTIONS(1084), 7, + [2599] = 2, + ACTIONS(1126), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -18207,7 +18843,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1082), 25, + ACTIONS(1124), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -18233,8 +18869,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [2634] = 2, - ACTIONS(1088), 7, + [2636] = 2, + ACTIONS(1130), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -18242,7 +18878,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1086), 25, + ACTIONS(1128), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -18268,8 +18904,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [2671] = 2, - ACTIONS(1092), 7, + [2673] = 2, + ACTIONS(1130), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -18277,7 +18913,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1090), 25, + ACTIONS(1128), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -18303,10 +18939,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [2708] = 3, - ACTIONS(1096), 1, - anon_sym_SLASH, - ACTIONS(1098), 7, + [2710] = 2, + ACTIONS(1130), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -18314,12 +18948,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1094), 24, + ACTIONS(1128), 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, @@ -18340,7 +18975,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [2747] = 2, - ACTIONS(1098), 7, + ACTIONS(1134), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -18348,7 +18983,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1094), 25, + ACTIONS(1132), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -18375,7 +19010,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [2784] = 2, - ACTIONS(1102), 7, + ACTIONS(1138), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -18383,7 +19018,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1100), 25, + ACTIONS(1136), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -18410,7 +19045,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [2821] = 2, - ACTIONS(1106), 7, + ACTIONS(1142), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -18418,7 +19053,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1104), 25, + ACTIONS(1140), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -18445,7 +19080,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [2858] = 2, - ACTIONS(1110), 7, + ACTIONS(1146), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -18453,7 +19088,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1108), 25, + ACTIONS(1144), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -18480,7 +19115,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [2895] = 2, - ACTIONS(1114), 7, + ACTIONS(1150), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -18488,7 +19123,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1112), 25, + ACTIONS(1148), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -18515,7 +19150,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [2932] = 2, - ACTIONS(1118), 7, + ACTIONS(1154), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -18523,7 +19158,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1116), 25, + ACTIONS(1152), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -18550,7 +19185,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [2969] = 2, - ACTIONS(1122), 7, + ACTIONS(1158), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -18558,7 +19193,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1120), 25, + ACTIONS(1156), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -18585,7 +19220,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [3006] = 2, - ACTIONS(1126), 7, + ACTIONS(898), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -18593,7 +19228,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1124), 25, + ACTIONS(896), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -18620,7 +19255,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [3043] = 2, - ACTIONS(1130), 7, + ACTIONS(1162), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -18628,7 +19263,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1128), 25, + ACTIONS(1160), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -18655,7 +19290,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [3080] = 2, - ACTIONS(1134), 7, + ACTIONS(1166), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -18663,7 +19298,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1132), 25, + ACTIONS(1164), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -18690,7 +19325,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [3117] = 2, - ACTIONS(1138), 7, + ACTIONS(1170), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -18698,7 +19333,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1136), 25, + ACTIONS(1168), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -18725,7 +19360,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [3154] = 2, - ACTIONS(1142), 7, + ACTIONS(1174), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -18733,7 +19368,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1140), 25, + ACTIONS(1172), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -18760,7 +19395,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [3191] = 2, - ACTIONS(1146), 7, + ACTIONS(1178), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -18768,7 +19403,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1144), 25, + ACTIONS(1176), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -18795,7 +19430,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [3228] = 2, - ACTIONS(1150), 7, + ACTIONS(1182), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -18803,7 +19438,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1148), 25, + ACTIONS(1180), 25, ts_builtin_sym_end, sym__ws, sym_comment, @@ -18829,8 +19464,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [3265] = 2, - ACTIONS(1154), 7, + [3265] = 5, + ACTIONS(1187), 1, + anon_sym_POUND_, + ACTIONS(1184), 2, + sym__ws, + sym_comment, + STATE(301), 3, + sym__gap, + sym_dis_expr, + aux_sym_dis_expr_repeat1, + ACTIONS(1192), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -18838,10 +19482,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1152), 24, - sym__ws, - sym_comment, - anon_sym_POUND_, + ACTIONS(1190), 18, sym_num_lit, anon_sym_SLASH, anon_sym_COLON_COLON, @@ -18850,11 +19491,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_POUND_QMARK_AT, anon_sym_POUND_SQUOTE, anon_sym_POUND_POUND, @@ -18863,17 +19501,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [3301] = 5, - ACTIONS(1159), 1, - anon_sym_POUND_, - ACTIONS(1156), 2, - sym__ws, - sym_comment, - STATE(292), 3, - sym__gap, - sym_dis_expr, - aux_sym_dis_expr_repeat1, - ACTIONS(1164), 7, + [3307] = 2, + ACTIONS(1196), 7, anon_sym_COLON, sym_nil_lit, sym_bool_lit, @@ -18881,7 +19510,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1162), 18, + ACTIONS(1194), 24, + sym__ws, + sym_comment, + anon_sym_POUND_, sym_num_lit, anon_sym_SLASH, anon_sym_COLON_COLON, @@ -18890,8 +19522,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_POUND_QMARK_AT, anon_sym_POUND_SQUOTE, anon_sym_POUND_POUND, @@ -18911,337 +19546,380 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(29), 1, anon_sym_LBRACK, - ACTIONS(1166), 1, + ACTIONS(1198), 1, anon_sym_SLASH, - ACTIONS(1168), 1, + ACTIONS(1200), 1, aux_sym__sym_qualified_token1, - ACTIONS(1170), 1, + ACTIONS(1202), 1, anon_sym_POUND, - ACTIONS(1172), 1, + ACTIONS(1204), 1, anon_sym_POUND_QMARK, - ACTIONS(1174), 1, + ACTIONS(1206), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(1176), 1, + ACTIONS(1208), 1, anon_sym_POUND_SQUOTE, - ACTIONS(1178), 1, + ACTIONS(1210), 1, anon_sym_POUND_EQ, - ACTIONS(1180), 1, + ACTIONS(1212), 1, anon_sym_AT, - ACTIONS(1182), 1, + ACTIONS(1214), 1, anon_sym_SQUOTE, - ACTIONS(1184), 1, + ACTIONS(1216), 1, anon_sym_BQUOTE, - ACTIONS(1186), 1, + ACTIONS(1218), 1, anon_sym_TILDE_AT, - ACTIONS(1188), 1, + ACTIONS(1220), 1, anon_sym_TILDE, - STATE(271), 1, - sym__bare_set_lit, - STATE(272), 1, - sym__bare_vec_lit, - STATE(273), 1, - sym__bare_map_lit, - STATE(274), 1, + STATE(253), 1, sym__bare_list_lit, - STATE(302), 1, + STATE(254), 1, + sym__bare_map_lit, + STATE(255), 1, + sym__bare_vec_lit, + STATE(256), 1, + sym__bare_set_lit, + STATE(313), 1, sym_old_meta_lit, - STATE(303), 1, + STATE(314), 1, sym_meta_lit, - STATE(313), 1, + STATE(324), 1, aux_sym_sym_lit_repeat1, - STATE(414), 1, + STATE(424), 1, sym__metadata_lit, [3419] = 25, ACTIONS(21), 1, anon_sym_CARET, ACTIONS(23), 1, anon_sym_POUND_CARET, - ACTIONS(332), 1, + ACTIONS(280), 1, anon_sym_LPAREN, - ACTIONS(334), 1, + ACTIONS(282), 1, anon_sym_LBRACE, - ACTIONS(336), 1, + ACTIONS(284), 1, anon_sym_LBRACK, - ACTIONS(1190), 1, + ACTIONS(1222), 1, anon_sym_SLASH, - ACTIONS(1192), 1, + ACTIONS(1224), 1, aux_sym__sym_qualified_token1, - ACTIONS(1194), 1, + ACTIONS(1226), 1, anon_sym_POUND, - ACTIONS(1196), 1, + ACTIONS(1228), 1, anon_sym_POUND_QMARK, - ACTIONS(1198), 1, + ACTIONS(1230), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(1200), 1, + ACTIONS(1232), 1, anon_sym_POUND_SQUOTE, - ACTIONS(1202), 1, + ACTIONS(1234), 1, anon_sym_POUND_EQ, - ACTIONS(1204), 1, + ACTIONS(1236), 1, anon_sym_AT, - ACTIONS(1206), 1, + ACTIONS(1238), 1, anon_sym_SQUOTE, - ACTIONS(1208), 1, + ACTIONS(1240), 1, anon_sym_BQUOTE, - ACTIONS(1210), 1, + ACTIONS(1242), 1, anon_sym_TILDE_AT, - ACTIONS(1212), 1, + ACTIONS(1244), 1, anon_sym_TILDE, - STATE(302), 1, + STATE(313), 1, sym_old_meta_lit, - STATE(303), 1, + STATE(314), 1, sym_meta_lit, - STATE(313), 1, + STATE(324), 1, aux_sym_sym_lit_repeat1, - STATE(316), 1, + STATE(380), 1, + sym__bare_list_lit, + STATE(381), 1, sym__bare_map_lit, - STATE(407), 1, - sym__bare_set_lit, - STATE(408), 1, + STATE(382), 1, sym__bare_vec_lit, - STATE(410), 1, - sym__bare_list_lit, - STATE(414), 1, + STATE(383), 1, + sym__bare_set_lit, + STATE(424), 1, sym__metadata_lit, [3495] = 25, ACTIONS(21), 1, anon_sym_CARET, ACTIONS(23), 1, anon_sym_POUND_CARET, - ACTIONS(332), 1, + ACTIONS(25), 1, anon_sym_LPAREN, - ACTIONS(334), 1, + ACTIONS(27), 1, anon_sym_LBRACE, - ACTIONS(336), 1, + ACTIONS(29), 1, anon_sym_LBRACK, - ACTIONS(1190), 1, + ACTIONS(1198), 1, anon_sym_SLASH, - ACTIONS(1192), 1, + ACTIONS(1200), 1, aux_sym__sym_qualified_token1, - ACTIONS(1196), 1, + ACTIONS(1204), 1, anon_sym_POUND_QMARK, - ACTIONS(1198), 1, + ACTIONS(1206), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(1202), 1, + ACTIONS(1210), 1, anon_sym_POUND_EQ, - ACTIONS(1214), 1, + ACTIONS(1246), 1, anon_sym_POUND, - ACTIONS(1216), 1, + ACTIONS(1248), 1, anon_sym_POUND_SQUOTE, - ACTIONS(1218), 1, + ACTIONS(1250), 1, anon_sym_AT, - ACTIONS(1220), 1, + ACTIONS(1252), 1, anon_sym_SQUOTE, - ACTIONS(1222), 1, + ACTIONS(1254), 1, anon_sym_BQUOTE, - ACTIONS(1224), 1, + ACTIONS(1256), 1, anon_sym_TILDE_AT, - ACTIONS(1226), 1, + ACTIONS(1258), 1, anon_sym_TILDE, - STATE(302), 1, + STATE(253), 1, + sym__bare_list_lit, + STATE(254), 1, + sym__bare_map_lit, + STATE(255), 1, + sym__bare_vec_lit, + STATE(256), 1, + sym__bare_set_lit, + STATE(313), 1, sym_old_meta_lit, - STATE(303), 1, + STATE(314), 1, sym_meta_lit, - STATE(313), 1, + STATE(324), 1, aux_sym_sym_lit_repeat1, - STATE(316), 1, - sym__bare_map_lit, - STATE(407), 1, - sym__bare_set_lit, - STATE(408), 1, - sym__bare_vec_lit, - STATE(410), 1, - sym__bare_list_lit, - STATE(414), 1, + STATE(424), 1, sym__metadata_lit, [3571] = 25, ACTIONS(21), 1, anon_sym_CARET, ACTIONS(23), 1, anon_sym_POUND_CARET, - ACTIONS(332), 1, + ACTIONS(280), 1, anon_sym_LPAREN, - ACTIONS(334), 1, + ACTIONS(282), 1, anon_sym_LBRACE, - ACTIONS(336), 1, + ACTIONS(284), 1, anon_sym_LBRACK, - ACTIONS(1190), 1, + ACTIONS(1222), 1, anon_sym_SLASH, - ACTIONS(1192), 1, + ACTIONS(1224), 1, aux_sym__sym_qualified_token1, - ACTIONS(1196), 1, + ACTIONS(1228), 1, anon_sym_POUND_QMARK, - ACTIONS(1198), 1, + ACTIONS(1230), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(1202), 1, + ACTIONS(1234), 1, anon_sym_POUND_EQ, - ACTIONS(1228), 1, + ACTIONS(1260), 1, anon_sym_POUND, - ACTIONS(1230), 1, + ACTIONS(1262), 1, anon_sym_POUND_SQUOTE, - ACTIONS(1232), 1, + ACTIONS(1264), 1, anon_sym_AT, - ACTIONS(1234), 1, + ACTIONS(1266), 1, anon_sym_SQUOTE, - ACTIONS(1236), 1, + ACTIONS(1268), 1, anon_sym_BQUOTE, - ACTIONS(1238), 1, + ACTIONS(1270), 1, anon_sym_TILDE_AT, - ACTIONS(1240), 1, + ACTIONS(1272), 1, anon_sym_TILDE, - STATE(302), 1, + STATE(313), 1, sym_old_meta_lit, - STATE(303), 1, + STATE(314), 1, sym_meta_lit, - STATE(313), 1, + STATE(324), 1, aux_sym_sym_lit_repeat1, - STATE(316), 1, + STATE(380), 1, + sym__bare_list_lit, + STATE(381), 1, sym__bare_map_lit, - STATE(407), 1, - sym__bare_set_lit, - STATE(408), 1, + STATE(382), 1, sym__bare_vec_lit, - STATE(410), 1, - sym__bare_list_lit, - STATE(414), 1, + STATE(383), 1, + sym__bare_set_lit, + STATE(424), 1, sym__metadata_lit, [3647] = 25, ACTIONS(21), 1, anon_sym_CARET, ACTIONS(23), 1, anon_sym_POUND_CARET, - ACTIONS(25), 1, + ACTIONS(280), 1, anon_sym_LPAREN, - ACTIONS(27), 1, + ACTIONS(282), 1, anon_sym_LBRACE, - ACTIONS(29), 1, + ACTIONS(284), 1, anon_sym_LBRACK, - ACTIONS(1166), 1, + ACTIONS(1222), 1, anon_sym_SLASH, - ACTIONS(1168), 1, + ACTIONS(1224), 1, aux_sym__sym_qualified_token1, - ACTIONS(1172), 1, + ACTIONS(1228), 1, anon_sym_POUND_QMARK, - ACTIONS(1174), 1, + ACTIONS(1230), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(1178), 1, + ACTIONS(1234), 1, anon_sym_POUND_EQ, - ACTIONS(1242), 1, + ACTIONS(1274), 1, anon_sym_POUND, - ACTIONS(1244), 1, + ACTIONS(1276), 1, anon_sym_POUND_SQUOTE, - ACTIONS(1246), 1, + ACTIONS(1278), 1, anon_sym_AT, - ACTIONS(1248), 1, + ACTIONS(1280), 1, anon_sym_SQUOTE, - ACTIONS(1250), 1, + ACTIONS(1282), 1, anon_sym_BQUOTE, - ACTIONS(1252), 1, + ACTIONS(1284), 1, anon_sym_TILDE_AT, - ACTIONS(1254), 1, + ACTIONS(1286), 1, anon_sym_TILDE, - STATE(271), 1, - sym__bare_set_lit, - STATE(272), 1, - sym__bare_vec_lit, - STATE(273), 1, - sym__bare_map_lit, - STATE(274), 1, - sym__bare_list_lit, - STATE(302), 1, + STATE(313), 1, sym_old_meta_lit, - STATE(303), 1, + STATE(314), 1, sym_meta_lit, - STATE(313), 1, + STATE(324), 1, aux_sym_sym_lit_repeat1, - STATE(414), 1, + STATE(380), 1, + sym__bare_list_lit, + STATE(381), 1, + sym__bare_map_lit, + STATE(382), 1, + sym__bare_vec_lit, + STATE(383), 1, + sym__bare_set_lit, + STATE(424), 1, sym__metadata_lit, - [3723] = 5, - ACTIONS(1258), 1, + [3723] = 19, + ACTIONS(9), 1, + anon_sym_SLASH, + ACTIONS(25), 1, + anon_sym_LPAREN, + ACTIONS(712), 1, + anon_sym_COLON, + ACTIONS(1290), 1, anon_sym_POUND_, - ACTIONS(1256), 2, + ACTIONS(1292), 1, + anon_sym_COLON_COLON, + ACTIONS(1294), 1, + aux_sym_str_lit_token1, + ACTIONS(1296), 1, + aux_sym__sym_qualified_token1, + ACTIONS(1298), 1, + anon_sym_CARET, + ACTIONS(1300), 1, + anon_sym_POUND_CARET, + ACTIONS(1302), 1, + anon_sym_LBRACE, + STATE(160), 1, + sym_sym_lit, + STATE(234), 1, + sym__bare_list_lit, + STATE(424), 1, + sym__metadata_lit, + STATE(443), 1, + sym_meta_lit, + STATE(448), 1, + sym_old_meta_lit, + STATE(451), 1, + aux_sym_sym_lit_repeat1, + ACTIONS(1288), 2, sym__ws, sym_comment, - ACTIONS(1262), 3, - anon_sym_POUND, - anon_sym_POUND_QMARK, - anon_sym_TILDE, - STATE(307), 3, + STATE(453), 2, + sym_kwd_lit, + sym_auto_res_mark, + STATE(432), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1260), 14, - 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, - [3757] = 19, + [3785] = 19, ACTIONS(9), 1, anon_sym_SLASH, - ACTIONS(268), 1, - anon_sym_COLON, - ACTIONS(332), 1, + ACTIONS(280), 1, anon_sym_LPAREN, - ACTIONS(1266), 1, + ACTIONS(712), 1, + anon_sym_COLON, + ACTIONS(1290), 1, anon_sym_POUND_, - ACTIONS(1268), 1, + ACTIONS(1292), 1, anon_sym_COLON_COLON, - ACTIONS(1270), 1, - aux_sym_str_lit_token1, - ACTIONS(1272), 1, + ACTIONS(1296), 1, aux_sym__sym_qualified_token1, - ACTIONS(1274), 1, + ACTIONS(1298), 1, anon_sym_CARET, - ACTIONS(1276), 1, + ACTIONS(1300), 1, anon_sym_POUND_CARET, - ACTIONS(1278), 1, + ACTIONS(1306), 1, + aux_sym_str_lit_token1, + ACTIONS(1308), 1, anon_sym_LBRACE, - STATE(102), 1, + STATE(208), 1, sym_sym_lit, - STATE(358), 1, + STATE(343), 1, sym__bare_list_lit, - STATE(414), 1, + STATE(424), 1, sym__metadata_lit, - STATE(436), 1, - sym_old_meta_lit, - STATE(440), 1, + STATE(443), 1, sym_meta_lit, - STATE(458), 1, + STATE(448), 1, + sym_old_meta_lit, + STATE(451), 1, aux_sym_sym_lit_repeat1, - ACTIONS(1264), 2, + ACTIONS(1304), 2, sym__ws, sym_comment, - STATE(448), 2, + STATE(463), 2, sym_kwd_lit, sym_auto_res_mark, - STATE(415), 3, + STATE(426), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - [3819] = 5, - ACTIONS(1258), 1, + [3847] = 5, + ACTIONS(1312), 1, + anon_sym_POUND_, + ACTIONS(1310), 2, + sym__ws, + sym_comment, + ACTIONS(1316), 3, + anon_sym_POUND, + anon_sym_POUND_QMARK, + anon_sym_TILDE, + STATE(317), 3, + sym__gap, + sym_dis_expr, + aux_sym_dis_expr_repeat1, + ACTIONS(1314), 14, + 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, + [3881] = 5, + ACTIONS(1312), 1, anon_sym_POUND_, - ACTIONS(1256), 2, + ACTIONS(1310), 2, sym__ws, sym_comment, - ACTIONS(1282), 3, + ACTIONS(1320), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - STATE(307), 3, + STATE(317), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1280), 14, + ACTIONS(1318), 14, anon_sym_SLASH, aux_sym__sym_qualified_token1, anon_sym_CARET, @@ -19256,64 +19934,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [3853] = 19, + [3915] = 19, ACTIONS(9), 1, anon_sym_SLASH, - ACTIONS(25), 1, + ACTIONS(280), 1, anon_sym_LPAREN, - ACTIONS(268), 1, + ACTIONS(712), 1, anon_sym_COLON, - ACTIONS(1266), 1, + ACTIONS(1290), 1, anon_sym_POUND_, - ACTIONS(1268), 1, + ACTIONS(1292), 1, anon_sym_COLON_COLON, - ACTIONS(1272), 1, + ACTIONS(1296), 1, aux_sym__sym_qualified_token1, - ACTIONS(1274), 1, + ACTIONS(1298), 1, anon_sym_CARET, - ACTIONS(1276), 1, + ACTIONS(1300), 1, anon_sym_POUND_CARET, - ACTIONS(1286), 1, + ACTIONS(1306), 1, aux_sym_str_lit_token1, - ACTIONS(1288), 1, + ACTIONS(1308), 1, anon_sym_LBRACE, - STATE(37), 1, + STATE(107), 1, sym_sym_lit, - STATE(284), 1, + STATE(343), 1, sym__bare_list_lit, - STATE(414), 1, + STATE(424), 1, sym__metadata_lit, - STATE(436), 1, - sym_old_meta_lit, - STATE(440), 1, + STATE(443), 1, sym_meta_lit, - STATE(458), 1, + STATE(448), 1, + sym_old_meta_lit, + STATE(451), 1, aux_sym_sym_lit_repeat1, - ACTIONS(1284), 2, + ACTIONS(1322), 2, sym__ws, sym_comment, - STATE(456), 2, + STATE(463), 2, sym_kwd_lit, sym_auto_res_mark, - STATE(417), 3, + STATE(433), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - [3915] = 5, - ACTIONS(1258), 1, + [3977] = 5, + ACTIONS(1312), 1, anon_sym_POUND_, - ACTIONS(1290), 2, + ACTIONS(1324), 2, sym__ws, sym_comment, - ACTIONS(1294), 3, + ACTIONS(1328), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - STATE(300), 3, + STATE(310), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1292), 14, + ACTIONS(1326), 14, anon_sym_SLASH, aux_sym__sym_qualified_token1, anon_sym_CARET, @@ -19328,21 +20006,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [3949] = 5, - ACTIONS(1258), 1, + [4011] = 5, + ACTIONS(1312), 1, anon_sym_POUND_, - ACTIONS(1296), 2, + ACTIONS(1330), 2, sym__ws, sym_comment, - ACTIONS(1300), 3, + ACTIONS(1334), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - STATE(298), 3, + STATE(311), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1298), 14, + ACTIONS(1332), 14, anon_sym_SLASH, aux_sym__sym_qualified_token1, anon_sym_CARET, @@ -19357,150 +20035,107 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [3983] = 19, + [4045] = 19, ACTIONS(9), 1, anon_sym_SLASH, - ACTIONS(268), 1, - anon_sym_COLON, - ACTIONS(332), 1, + ACTIONS(25), 1, anon_sym_LPAREN, - ACTIONS(1266), 1, + ACTIONS(712), 1, + anon_sym_COLON, + ACTIONS(1290), 1, anon_sym_POUND_, - ACTIONS(1268), 1, + ACTIONS(1292), 1, anon_sym_COLON_COLON, - ACTIONS(1270), 1, + ACTIONS(1294), 1, aux_sym_str_lit_token1, - ACTIONS(1272), 1, + ACTIONS(1296), 1, aux_sym__sym_qualified_token1, - ACTIONS(1274), 1, + ACTIONS(1298), 1, anon_sym_CARET, - ACTIONS(1276), 1, + ACTIONS(1300), 1, anon_sym_POUND_CARET, - ACTIONS(1278), 1, + ACTIONS(1302), 1, anon_sym_LBRACE, - STATE(132), 1, + STATE(54), 1, sym_sym_lit, - STATE(358), 1, + STATE(234), 1, sym__bare_list_lit, - STATE(414), 1, + STATE(424), 1, sym__metadata_lit, - STATE(436), 1, - sym_old_meta_lit, - STATE(440), 1, + STATE(443), 1, sym_meta_lit, - STATE(458), 1, + STATE(448), 1, + sym_old_meta_lit, + STATE(451), 1, aux_sym_sym_lit_repeat1, - ACTIONS(1302), 2, + ACTIONS(1336), 2, sym__ws, sym_comment, - STATE(448), 2, + STATE(453), 2, sym_kwd_lit, sym_auto_res_mark, STATE(425), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - [4045] = 19, + [4107] = 19, ACTIONS(9), 1, anon_sym_SLASH, - ACTIONS(25), 1, + ACTIONS(280), 1, anon_sym_LPAREN, - ACTIONS(268), 1, + ACTIONS(712), 1, anon_sym_COLON, - ACTIONS(1266), 1, + ACTIONS(1290), 1, anon_sym_POUND_, - ACTIONS(1268), 1, + ACTIONS(1292), 1, anon_sym_COLON_COLON, - ACTIONS(1272), 1, + ACTIONS(1296), 1, aux_sym__sym_qualified_token1, - ACTIONS(1274), 1, + ACTIONS(1298), 1, anon_sym_CARET, - ACTIONS(1276), 1, + ACTIONS(1300), 1, anon_sym_POUND_CARET, - ACTIONS(1286), 1, + ACTIONS(1306), 1, aux_sym_str_lit_token1, - ACTIONS(1288), 1, + ACTIONS(1308), 1, anon_sym_LBRACE, - STATE(53), 1, + STATE(52), 1, sym_sym_lit, - STATE(284), 1, + STATE(343), 1, sym__bare_list_lit, - STATE(414), 1, + STATE(424), 1, sym__metadata_lit, - STATE(436), 1, - sym_old_meta_lit, - STATE(440), 1, + STATE(443), 1, sym_meta_lit, - STATE(458), 1, - aux_sym_sym_lit_repeat1, - ACTIONS(1304), 2, - sym__ws, - sym_comment, - STATE(456), 2, - sym_kwd_lit, - sym_auto_res_mark, - STATE(423), 3, - sym__gap, - sym_dis_expr, - aux_sym_dis_expr_repeat1, - [4107] = 19, - ACTIONS(9), 1, - anon_sym_SLASH, - ACTIONS(268), 1, - anon_sym_COLON, - ACTIONS(332), 1, - anon_sym_LPAREN, - ACTIONS(1266), 1, - anon_sym_POUND_, - ACTIONS(1268), 1, - anon_sym_COLON_COLON, - ACTIONS(1270), 1, - aux_sym_str_lit_token1, - ACTIONS(1272), 1, - aux_sym__sym_qualified_token1, - ACTIONS(1274), 1, - anon_sym_CARET, - ACTIONS(1276), 1, - anon_sym_POUND_CARET, - ACTIONS(1278), 1, - anon_sym_LBRACE, - STATE(139), 1, - sym_sym_lit, - STATE(358), 1, - sym__bare_list_lit, - STATE(414), 1, - sym__metadata_lit, - STATE(436), 1, + STATE(448), 1, sym_old_meta_lit, - STATE(440), 1, - sym_meta_lit, - STATE(458), 1, + STATE(451), 1, aux_sym_sym_lit_repeat1, - ACTIONS(1306), 2, + ACTIONS(1338), 2, sym__ws, sym_comment, - STATE(448), 2, + STATE(463), 2, sym_kwd_lit, sym_auto_res_mark, - STATE(428), 3, + STATE(429), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, [4169] = 5, - ACTIONS(1311), 1, + ACTIONS(1343), 1, anon_sym_POUND_, - ACTIONS(1308), 2, + ACTIONS(1340), 2, sym__ws, sym_comment, - ACTIONS(1164), 3, + ACTIONS(1192), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - STATE(307), 3, + STATE(317), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1162), 14, + ACTIONS(1190), 14, anon_sym_SLASH, aux_sym__sym_qualified_token1, anon_sym_CARET, @@ -19520,229 +20155,254 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, ACTIONS(25), 1, anon_sym_LPAREN, - ACTIONS(268), 1, + ACTIONS(712), 1, anon_sym_COLON, - ACTIONS(1266), 1, + ACTIONS(1290), 1, anon_sym_POUND_, - ACTIONS(1268), 1, + ACTIONS(1292), 1, anon_sym_COLON_COLON, - ACTIONS(1272), 1, + ACTIONS(1296), 1, aux_sym__sym_qualified_token1, - ACTIONS(1274), 1, + ACTIONS(1298), 1, anon_sym_CARET, - ACTIONS(1276), 1, + ACTIONS(1300), 1, anon_sym_POUND_CARET, - ACTIONS(1288), 1, + ACTIONS(1302), 1, anon_sym_LBRACE, - STATE(22), 1, + STATE(129), 1, sym_sym_lit, - STATE(246), 1, + STATE(279), 1, sym__bare_list_lit, - STATE(414), 1, + STATE(424), 1, sym__metadata_lit, - STATE(436), 1, - sym_old_meta_lit, - STATE(440), 1, + STATE(443), 1, sym_meta_lit, - STATE(450), 1, - sym_auto_res_mark, + STATE(448), 1, + sym_old_meta_lit, STATE(451), 1, - sym_kwd_lit, - STATE(458), 1, aux_sym_sym_lit_repeat1, - ACTIONS(1314), 2, + STATE(455), 1, + sym_kwd_lit, + STATE(460), 1, + sym_auto_res_mark, + ACTIONS(1346), 2, sym__ws, sym_comment, - STATE(416), 3, + STATE(431), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, [4264] = 19, ACTIONS(9), 1, anon_sym_SLASH, - ACTIONS(25), 1, + ACTIONS(280), 1, anon_sym_LPAREN, - ACTIONS(268), 1, + ACTIONS(712), 1, anon_sym_COLON, - ACTIONS(1266), 1, + ACTIONS(1290), 1, anon_sym_POUND_, - ACTIONS(1268), 1, + ACTIONS(1292), 1, anon_sym_COLON_COLON, - ACTIONS(1272), 1, + ACTIONS(1296), 1, aux_sym__sym_qualified_token1, - ACTIONS(1274), 1, + ACTIONS(1298), 1, anon_sym_CARET, - ACTIONS(1276), 1, + ACTIONS(1300), 1, anon_sym_POUND_CARET, - ACTIONS(1288), 1, + ACTIONS(1308), 1, anon_sym_LBRACE, - STATE(111), 1, + STATE(197), 1, sym_sym_lit, - STATE(246), 1, + STATE(410), 1, sym__bare_list_lit, - STATE(414), 1, + STATE(424), 1, sym__metadata_lit, - STATE(436), 1, - sym_old_meta_lit, - STATE(440), 1, + STATE(443), 1, sym_meta_lit, - STATE(450), 1, - sym_auto_res_mark, + STATE(448), 1, + sym_old_meta_lit, STATE(451), 1, - sym_kwd_lit, - STATE(458), 1, aux_sym_sym_lit_repeat1, - ACTIONS(1316), 2, + STATE(457), 1, + sym_auto_res_mark, + STATE(458), 1, + sym_kwd_lit, + ACTIONS(1348), 2, sym__ws, sym_comment, - STATE(418), 3, + STATE(427), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, [4325] = 19, ACTIONS(9), 1, anon_sym_SLASH, - ACTIONS(268), 1, - anon_sym_COLON, - ACTIONS(332), 1, + ACTIONS(280), 1, anon_sym_LPAREN, - ACTIONS(1266), 1, + ACTIONS(712), 1, + anon_sym_COLON, + ACTIONS(1290), 1, anon_sym_POUND_, - ACTIONS(1268), 1, + ACTIONS(1292), 1, anon_sym_COLON_COLON, - ACTIONS(1272), 1, + ACTIONS(1296), 1, aux_sym__sym_qualified_token1, - ACTIONS(1274), 1, + ACTIONS(1298), 1, anon_sym_CARET, - ACTIONS(1276), 1, + ACTIONS(1300), 1, anon_sym_POUND_CARET, - ACTIONS(1278), 1, + ACTIONS(1308), 1, anon_sym_LBRACE, - STATE(107), 1, + STATE(32), 1, sym_sym_lit, - STATE(379), 1, + STATE(410), 1, sym__bare_list_lit, - STATE(414), 1, + STATE(424), 1, sym__metadata_lit, - STATE(436), 1, - sym_old_meta_lit, - STATE(440), 1, + STATE(443), 1, sym_meta_lit, - STATE(453), 1, - sym_kwd_lit, - STATE(455), 1, + STATE(448), 1, + sym_old_meta_lit, + STATE(451), 1, + aux_sym_sym_lit_repeat1, + STATE(457), 1, sym_auto_res_mark, STATE(458), 1, - aux_sym_sym_lit_repeat1, - ACTIONS(1318), 2, + sym_kwd_lit, + ACTIONS(1350), 2, sym__ws, sym_comment, - STATE(421), 3, + STATE(430), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, [4386] = 19, ACTIONS(9), 1, anon_sym_SLASH, - ACTIONS(268), 1, - anon_sym_COLON, - ACTIONS(332), 1, + ACTIONS(280), 1, anon_sym_LPAREN, - ACTIONS(1266), 1, + ACTIONS(712), 1, + anon_sym_COLON, + ACTIONS(1290), 1, anon_sym_POUND_, - ACTIONS(1268), 1, + ACTIONS(1292), 1, anon_sym_COLON_COLON, - ACTIONS(1272), 1, + ACTIONS(1296), 1, aux_sym__sym_qualified_token1, - ACTIONS(1274), 1, + ACTIONS(1298), 1, anon_sym_CARET, - ACTIONS(1276), 1, + ACTIONS(1300), 1, anon_sym_POUND_CARET, - ACTIONS(1278), 1, + ACTIONS(1308), 1, anon_sym_LBRACE, - STATE(60), 1, + STATE(84), 1, sym_sym_lit, - STATE(379), 1, + STATE(410), 1, sym__bare_list_lit, - STATE(414), 1, + STATE(424), 1, sym__metadata_lit, - STATE(436), 1, - sym_old_meta_lit, - STATE(440), 1, + STATE(443), 1, sym_meta_lit, - STATE(453), 1, - sym_kwd_lit, - STATE(455), 1, + STATE(448), 1, + sym_old_meta_lit, + STATE(451), 1, + aux_sym_sym_lit_repeat1, + STATE(457), 1, sym_auto_res_mark, STATE(458), 1, - aux_sym_sym_lit_repeat1, - ACTIONS(1320), 2, + sym_kwd_lit, + ACTIONS(1352), 2, sym__ws, sym_comment, - STATE(427), 3, + STATE(434), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, [4447] = 19, ACTIONS(9), 1, anon_sym_SLASH, - ACTIONS(268), 1, - anon_sym_COLON, - ACTIONS(332), 1, + ACTIONS(25), 1, anon_sym_LPAREN, - ACTIONS(1266), 1, + ACTIONS(712), 1, + anon_sym_COLON, + ACTIONS(1290), 1, anon_sym_POUND_, - ACTIONS(1268), 1, + ACTIONS(1292), 1, anon_sym_COLON_COLON, - ACTIONS(1272), 1, + ACTIONS(1296), 1, aux_sym__sym_qualified_token1, - ACTIONS(1274), 1, + ACTIONS(1298), 1, anon_sym_CARET, - ACTIONS(1276), 1, + ACTIONS(1300), 1, anon_sym_POUND_CARET, - ACTIONS(1278), 1, + ACTIONS(1302), 1, anon_sym_LBRACE, - STATE(177), 1, + STATE(136), 1, sym_sym_lit, - STATE(379), 1, + STATE(279), 1, sym__bare_list_lit, - STATE(414), 1, + STATE(424), 1, sym__metadata_lit, - STATE(436), 1, - sym_old_meta_lit, - STATE(440), 1, + STATE(443), 1, sym_meta_lit, - STATE(453), 1, - sym_kwd_lit, - STATE(455), 1, - sym_auto_res_mark, - STATE(458), 1, + STATE(448), 1, + sym_old_meta_lit, + STATE(451), 1, aux_sym_sym_lit_repeat1, - ACTIONS(1322), 2, + STATE(455), 1, + sym_kwd_lit, + STATE(460), 1, + sym_auto_res_mark, + ACTIONS(1354), 2, sym__ws, sym_comment, - STATE(426), 3, + STATE(428), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - [4508] = 8, - ACTIONS(1326), 1, + [4508] = 3, + ACTIONS(1356), 1, + aux_sym__kwd_leading_slash_token1, + ACTIONS(862), 9, + anon_sym_POUND_, + anon_sym_SLASH, + aux_sym__sym_qualified_token1, + anon_sym_POUND, + anon_sym_POUND_QMARK, + anon_sym_POUND_SQUOTE, + anon_sym_POUND_EQ, + anon_sym_SQUOTE, + anon_sym_TILDE, + ACTIONS(860), 11, + sym__ws, + sym_comment, anon_sym_CARET, - ACTIONS(1329), 1, anon_sym_POUND_CARET, - STATE(302), 1, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_POUND_QMARK_AT, + anon_sym_AT, + anon_sym_BQUOTE, + anon_sym_TILDE_AT, + [4536] = 8, + ACTIONS(1360), 1, + anon_sym_CARET, + ACTIONS(1363), 1, + anon_sym_POUND_CARET, + STATE(313), 1, sym_old_meta_lit, - STATE(303), 1, + STATE(314), 1, sym_meta_lit, - STATE(313), 1, + STATE(324), 1, aux_sym_sym_lit_repeat1, - STATE(414), 1, + STATE(424), 1, sym__metadata_lit, - ACTIONS(1332), 3, + ACTIONS(1366), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1324), 12, + ACTIONS(1358), 12, anon_sym_SLASH, aux_sym__sym_qualified_token1, anon_sym_LPAREN, @@ -19755,37 +20415,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [4546] = 3, - ACTIONS(1334), 1, - aux_sym__kwd_leading_slash_token1, - ACTIONS(830), 9, - anon_sym_POUND_, - anon_sym_SLASH, - aux_sym__sym_qualified_token1, + [4574] = 2, + ACTIONS(1118), 3, anon_sym_POUND, anon_sym_POUND_QMARK, - anon_sym_POUND_SQUOTE, - anon_sym_POUND_EQ, - anon_sym_SQUOTE, anon_sym_TILDE, - ACTIONS(828), 11, + ACTIONS(1116), 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, - [4574] = 2, - ACTIONS(1058), 3, + [4599] = 2, + ACTIONS(914), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1056), 17, + ACTIONS(912), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -19803,12 +20461,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [4599] = 2, - ACTIONS(1084), 3, + [4624] = 2, + ACTIONS(1062), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1082), 17, + ACTIONS(1060), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -19826,12 +20484,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [4624] = 2, - ACTIONS(954), 3, + [4649] = 2, + ACTIONS(898), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(952), 17, + ACTIONS(896), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -19849,12 +20507,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [4649] = 2, - ACTIONS(950), 3, + [4674] = 2, + ACTIONS(932), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(948), 17, + ACTIONS(930), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -19872,12 +20530,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [4674] = 2, - ACTIONS(946), 3, + [4699] = 2, + ACTIONS(898), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(944), 17, + ACTIONS(896), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -19895,12 +20553,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [4699] = 2, - ACTIONS(942), 3, + [4724] = 2, + ACTIONS(1154), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(940), 17, + ACTIONS(1152), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -19918,12 +20576,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [4724] = 2, - ACTIONS(938), 3, + [4749] = 2, + ACTIONS(1138), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(936), 17, + ACTIONS(1136), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -19941,12 +20599,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [4749] = 2, - ACTIONS(934), 3, + [4774] = 2, + ACTIONS(922), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(932), 17, + ACTIONS(920), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -19964,12 +20622,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [4774] = 2, - ACTIONS(836), 3, + [4799] = 2, + ACTIONS(1000), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(834), 17, + ACTIONS(998), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -19987,12 +20645,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [4799] = 2, - ACTIONS(930), 3, + [4824] = 2, + ACTIONS(1004), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(928), 17, + ACTIONS(1002), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20010,16 +20668,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [4824] = 2, - ACTIONS(926), 3, + [4849] = 3, + ACTIONS(1368), 1, + anon_sym_SLASH, + ACTIONS(862), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(924), 17, + ACTIONS(860), 16, sym__ws, sym_comment, anon_sym_POUND_, - anon_sym_SLASH, aux_sym__sym_qualified_token1, anon_sym_CARET, anon_sym_POUND_CARET, @@ -20033,12 +20692,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [4849] = 2, - ACTIONS(918), 3, + [4876] = 2, + ACTIONS(928), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(916), 17, + ACTIONS(926), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20056,12 +20715,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [4874] = 2, - ACTIONS(922), 3, + [4901] = 2, + ACTIONS(936), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(920), 17, + ACTIONS(934), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20079,12 +20738,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [4899] = 2, - ACTIONS(918), 3, + [4926] = 2, + ACTIONS(940), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(916), 17, + ACTIONS(938), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20102,12 +20761,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [4924] = 2, - ACTIONS(914), 3, + [4951] = 15, + ACTIONS(9), 1, + anon_sym_SLASH, + ACTIONS(25), 1, + anon_sym_LPAREN, + ACTIONS(1296), 1, + aux_sym__sym_qualified_token1, + ACTIONS(1372), 1, + anon_sym_POUND_, + ACTIONS(1374), 1, + anon_sym_CARET, + ACTIONS(1376), 1, + anon_sym_POUND_CARET, + ACTIONS(1378), 1, + anon_sym_POUND_QMARK, + STATE(218), 1, + sym__bare_list_lit, + STATE(424), 1, + sym__metadata_lit, + STATE(438), 1, + sym_old_meta_lit, + STATE(439), 1, + sym_meta_lit, + STATE(441), 1, + aux_sym_sym_lit_repeat1, + ACTIONS(1370), 2, + sym__ws, + sym_comment, + STATE(239), 3, + sym_sym_lit, + sym_list_lit, + sym_read_cond_lit, + STATE(385), 3, + sym__gap, + sym_dis_expr, + aux_sym_dis_expr_repeat1, + [5002] = 2, + ACTIONS(1074), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(912), 17, + ACTIONS(1072), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20125,12 +20820,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [4949] = 2, - ACTIONS(910), 3, + [5027] = 2, + ACTIONS(944), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(908), 17, + ACTIONS(942), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20148,12 +20843,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [4974] = 2, - ACTIONS(906), 3, + [5052] = 2, + ACTIONS(948), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(904), 17, + ACTIONS(946), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20171,12 +20866,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [4999] = 2, - ACTIONS(902), 3, + [5077] = 2, + ACTIONS(952), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(900), 17, + ACTIONS(950), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20194,12 +20889,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5024] = 2, - ACTIONS(902), 3, + [5102] = 2, + ACTIONS(956), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(900), 17, + ACTIONS(954), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20217,12 +20912,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5049] = 2, - ACTIONS(902), 3, + [5127] = 2, + ACTIONS(1158), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(900), 17, + ACTIONS(1156), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20240,12 +20935,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5074] = 2, - ACTIONS(898), 3, + [5152] = 2, + ACTIONS(960), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(896), 17, + ACTIONS(958), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20263,12 +20958,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5099] = 2, - ACTIONS(894), 3, + [5177] = 2, + ACTIONS(972), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(892), 17, + ACTIONS(970), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20286,12 +20981,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5124] = 2, - ACTIONS(890), 3, + [5202] = 2, + ACTIONS(1382), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(888), 17, + ACTIONS(1380), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20309,12 +21004,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5149] = 2, - ACTIONS(886), 3, + [5227] = 2, + ACTIONS(918), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(884), 17, + ACTIONS(916), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20332,12 +21027,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5174] = 2, - ACTIONS(882), 3, + [5252] = 2, + ACTIONS(906), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(880), 17, + ACTIONS(904), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20355,12 +21050,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5199] = 2, - ACTIONS(878), 3, + [5277] = 2, + ACTIONS(894), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(876), 17, + ACTIONS(892), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20378,12 +21073,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5224] = 2, - ACTIONS(870), 3, + [5302] = 2, + ACTIONS(964), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(868), 17, + ACTIONS(962), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20401,12 +21096,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5249] = 2, - ACTIONS(874), 3, + [5327] = 2, + ACTIONS(968), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(872), 17, + ACTIONS(966), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20424,12 +21119,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5274] = 2, - ACTIONS(870), 3, + [5352] = 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, + aux_sym__sym_qualified_token1, + ACTIONS(1388), 1, + anon_sym_POUND_QMARK, + STATE(392), 1, + sym__bare_list_lit, + STATE(424), 1, + sym__metadata_lit, + STATE(438), 1, + sym_old_meta_lit, + STATE(439), 1, + sym_meta_lit, + STATE(440), 1, + aux_sym_sym_lit_repeat1, + ACTIONS(1384), 2, + sym__ws, + sym_comment, + STATE(418), 3, + sym_sym_lit, + sym_list_lit, + sym_read_cond_lit, + STATE(435), 3, + sym__gap, + sym_dis_expr, + aux_sym_dis_expr_repeat1, + [5403] = 2, + ACTIONS(1034), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(868), 17, + ACTIONS(1032), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20447,12 +21178,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5299] = 2, - ACTIONS(866), 3, + [5428] = 2, + ACTIONS(902), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(864), 17, + ACTIONS(900), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20470,12 +21201,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5324] = 2, - ACTIONS(862), 3, + [5453] = 2, + ACTIONS(1034), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(860), 17, + ACTIONS(1032), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20493,17 +21224,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5349] = 3, - ACTIONS(1336), 1, - anon_sym_SLASH, - ACTIONS(850), 3, + [5478] = 2, + ACTIONS(1178), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(846), 16, + ACTIONS(1176), 17, sym__ws, sym_comment, anon_sym_POUND_, + anon_sym_SLASH, aux_sym__sym_qualified_token1, anon_sym_CARET, anon_sym_POUND_CARET, @@ -20517,48 +21247,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5376] = 15, - ACTIONS(320), 1, + [5503] = 17, + ACTIONS(9), 1, anon_sym_SLASH, - ACTIONS(332), 1, + ACTIONS(25), 1, anon_sym_LPAREN, - ACTIONS(1340), 1, - anon_sym_POUND_, - ACTIONS(1342), 1, + ACTIONS(1296), 1, aux_sym__sym_qualified_token1, - ACTIONS(1344), 1, + ACTIONS(1372), 1, + anon_sym_POUND_, + ACTIONS(1374), 1, anon_sym_CARET, - ACTIONS(1346), 1, + ACTIONS(1376), 1, anon_sym_POUND_CARET, - ACTIONS(1348), 1, + ACTIONS(1378), 1, anon_sym_POUND_QMARK, - STATE(348), 1, + STATE(218), 1, sym__bare_list_lit, - STATE(414), 1, + STATE(240), 1, + sym_sym_lit, + STATE(241), 1, + sym_list_lit, + STATE(242), 1, + sym_read_cond_lit, + STATE(424), 1, sym__metadata_lit, - STATE(429), 1, - sym_meta_lit, - STATE(431), 1, + STATE(438), 1, sym_old_meta_lit, - STATE(435), 1, + STATE(439), 1, + sym_meta_lit, + STATE(441), 1, aux_sym_sym_lit_repeat1, - ACTIONS(1338), 2, + ACTIONS(1384), 2, sym__ws, sym_comment, - STATE(368), 3, - sym_sym_lit, - sym_list_lit, - sym_read_cond_lit, - STATE(369), 3, + STATE(435), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - [5427] = 2, - ACTIONS(854), 3, + [5558] = 2, + ACTIONS(980), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(852), 17, + ACTIONS(978), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20576,12 +21308,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5452] = 2, - ACTIONS(994), 3, + [5583] = 2, + ACTIONS(1174), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(992), 17, + ACTIONS(1172), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20599,12 +21331,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5477] = 2, - ACTIONS(1014), 3, + [5608] = 2, + ACTIONS(1392), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1012), 17, + ACTIONS(1390), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20622,12 +21354,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5502] = 2, - ACTIONS(1018), 3, + [5633] = 2, + ACTIONS(1170), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1016), 17, + ACTIONS(1168), 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, + [5658] = 2, + ACTIONS(1166), 3, + anon_sym_POUND, + anon_sym_POUND_QMARK, + anon_sym_TILDE, + ACTIONS(1164), 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, + [5683] = 2, + ACTIONS(1396), 3, + anon_sym_POUND, + anon_sym_POUND_QMARK, + anon_sym_TILDE, + ACTIONS(1394), 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, + [5708] = 2, + ACTIONS(984), 3, + anon_sym_POUND, + anon_sym_POUND_QMARK, + anon_sym_TILDE, + ACTIONS(982), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20645,12 +21446,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5527] = 2, - ACTIONS(1030), 3, + [5733] = 2, + ACTIONS(1162), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1028), 17, + ACTIONS(1160), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20668,17 +21469,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5552] = 3, - ACTIONS(1350), 1, - anon_sym_SLASH, - ACTIONS(830), 3, + [5758] = 2, + ACTIONS(988), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(828), 16, + ACTIONS(986), 17, sym__ws, sym_comment, anon_sym_POUND_, + anon_sym_SLASH, aux_sym__sym_qualified_token1, anon_sym_CARET, anon_sym_POUND_CARET, @@ -20692,12 +21492,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5579] = 2, - ACTIONS(1072), 3, + [5783] = 2, + ACTIONS(992), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1070), 17, + ACTIONS(990), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20715,12 +21515,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5604] = 2, - ACTIONS(1092), 3, + [5808] = 2, + ACTIONS(996), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1090), 17, + ACTIONS(994), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20738,12 +21538,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5629] = 2, - ACTIONS(1102), 3, + [5833] = 2, + ACTIONS(1008), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1100), 17, + ACTIONS(1006), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20761,16 +21561,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5654] = 2, - ACTIONS(1106), 3, + [5858] = 3, + ACTIONS(1398), 1, + anon_sym_SLASH, + ACTIONS(1008), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1104), 17, + ACTIONS(1006), 16, sym__ws, sym_comment, anon_sym_POUND_, - anon_sym_SLASH, aux_sym__sym_qualified_token1, anon_sym_CARET, anon_sym_POUND_CARET, @@ -20784,12 +21585,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5679] = 2, - ACTIONS(1126), 3, + [5885] = 2, + ACTIONS(1070), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1124), 17, + ACTIONS(1068), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20807,12 +21608,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5704] = 2, - ACTIONS(1130), 3, + [5910] = 2, + ACTIONS(1182), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1128), 17, + ACTIONS(1180), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20830,12 +21631,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5729] = 2, - ACTIONS(1150), 3, + [5935] = 2, + ACTIONS(882), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1148), 17, + ACTIONS(878), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20853,48 +21654,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5754] = 15, - ACTIONS(9), 1, + [5960] = 17, + ACTIONS(268), 1, anon_sym_SLASH, - ACTIONS(25), 1, + ACTIONS(280), 1, anon_sym_LPAREN, - ACTIONS(1272), 1, - aux_sym__sym_qualified_token1, - ACTIONS(1340), 1, + ACTIONS(1372), 1, anon_sym_POUND_, - ACTIONS(1344), 1, + ACTIONS(1374), 1, anon_sym_CARET, - ACTIONS(1346), 1, + ACTIONS(1376), 1, anon_sym_POUND_CARET, - ACTIONS(1354), 1, + ACTIONS(1386), 1, + aux_sym__sym_qualified_token1, + ACTIONS(1388), 1, anon_sym_POUND_QMARK, - STATE(208), 1, + STATE(392), 1, sym__bare_list_lit, - STATE(414), 1, + 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(429), 1, - sym_meta_lit, - STATE(431), 1, + STATE(438), 1, sym_old_meta_lit, - STATE(434), 1, + STATE(439), 1, + sym_meta_lit, + STATE(440), 1, aux_sym_sym_lit_repeat1, - ACTIONS(1352), 2, + ACTIONS(1400), 2, sym__ws, sym_comment, - STATE(287), 3, - sym_sym_lit, - sym_list_lit, - sym_read_cond_lit, - STATE(370), 3, + STATE(394), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - [5805] = 2, - ACTIONS(1146), 3, + [6015] = 2, + ACTIONS(1110), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1144), 17, + ACTIONS(1108), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20912,12 +21715,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5830] = 2, - ACTIONS(990), 3, + [6040] = 2, + ACTIONS(876), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(988), 17, + ACTIONS(874), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20935,12 +21738,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5855] = 2, - ACTIONS(1358), 3, + [6065] = 2, + ACTIONS(1014), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1356), 17, + ACTIONS(1012), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20958,12 +21761,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5880] = 2, - ACTIONS(1362), 3, + [6090] = 2, + ACTIONS(1018), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1360), 17, + ACTIONS(1016), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -20981,12 +21784,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5905] = 2, - ACTIONS(962), 3, + [6115] = 2, + ACTIONS(1022), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(960), 17, + ACTIONS(1020), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21004,12 +21807,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5930] = 2, - ACTIONS(1142), 3, + [6140] = 2, + ACTIONS(1026), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1140), 17, + ACTIONS(1024), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21027,12 +21830,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5955] = 2, - ACTIONS(1138), 3, + [6165] = 2, + ACTIONS(1150), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1136), 17, + ACTIONS(1148), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21050,122 +21853,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [5980] = 15, - ACTIONS(320), 1, - anon_sym_SLASH, - ACTIONS(332), 1, - anon_sym_LPAREN, - ACTIONS(1340), 1, - anon_sym_POUND_, - ACTIONS(1342), 1, - aux_sym__sym_qualified_token1, - ACTIONS(1344), 1, - anon_sym_CARET, - ACTIONS(1346), 1, - anon_sym_POUND_CARET, - ACTIONS(1348), 1, - anon_sym_POUND_QMARK, - STATE(348), 1, - sym__bare_list_lit, - STATE(414), 1, - sym__metadata_lit, - STATE(429), 1, - sym_meta_lit, - STATE(431), 1, - sym_old_meta_lit, - STATE(435), 1, - aux_sym_sym_lit_repeat1, - ACTIONS(1364), 2, - sym__ws, - sym_comment, - STATE(389), 3, - sym_sym_lit, - sym_list_lit, - sym_read_cond_lit, - STATE(430), 3, - sym__gap, - sym_dis_expr, - aux_sym_dis_expr_repeat1, - [6031] = 15, + [6190] = 15, ACTIONS(9), 1, anon_sym_SLASH, ACTIONS(25), 1, anon_sym_LPAREN, - ACTIONS(1272), 1, + ACTIONS(1296), 1, aux_sym__sym_qualified_token1, - ACTIONS(1340), 1, + ACTIONS(1372), 1, anon_sym_POUND_, - ACTIONS(1344), 1, + ACTIONS(1374), 1, anon_sym_CARET, - ACTIONS(1346), 1, + ACTIONS(1376), 1, anon_sym_POUND_CARET, - ACTIONS(1354), 1, + ACTIONS(1378), 1, anon_sym_POUND_QMARK, - STATE(208), 1, + STATE(218), 1, sym__bare_list_lit, - STATE(414), 1, + STATE(424), 1, sym__metadata_lit, - STATE(429), 1, - sym_meta_lit, - STATE(431), 1, + STATE(438), 1, sym_old_meta_lit, - STATE(434), 1, + STATE(439), 1, + sym_meta_lit, + STATE(441), 1, aux_sym_sym_lit_repeat1, - ACTIONS(1364), 2, + ACTIONS(1384), 2, sym__ws, sym_comment, - STATE(253), 3, - sym_sym_lit, - sym_list_lit, - sym_read_cond_lit, - STATE(430), 3, - sym__gap, - sym_dis_expr, - aux_sym_dis_expr_repeat1, - [6082] = 17, - ACTIONS(320), 1, - anon_sym_SLASH, - ACTIONS(332), 1, - anon_sym_LPAREN, - ACTIONS(1340), 1, - anon_sym_POUND_, - ACTIONS(1342), 1, - aux_sym__sym_qualified_token1, - ACTIONS(1344), 1, - anon_sym_CARET, - ACTIONS(1346), 1, - anon_sym_POUND_CARET, - ACTIONS(1348), 1, - anon_sym_POUND_QMARK, - STATE(332), 1, + STATE(272), 3, sym_sym_lit, - STATE(333), 1, sym_list_lit, - STATE(334), 1, sym_read_cond_lit, - STATE(348), 1, - sym__bare_list_lit, - STATE(414), 1, - sym__metadata_lit, - STATE(429), 1, - sym_meta_lit, - STATE(431), 1, - sym_old_meta_lit, - STATE(435), 1, - aux_sym_sym_lit_repeat1, - ACTIONS(1364), 2, - sym__ws, - sym_comment, - STATE(430), 3, + STATE(435), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - [6137] = 2, - ACTIONS(966), 3, + [6241] = 2, + ACTIONS(1094), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(964), 17, + ACTIONS(1092), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21183,12 +21912,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6162] = 2, - ACTIONS(966), 3, + [6266] = 2, + ACTIONS(1030), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(964), 17, + ACTIONS(1028), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21206,16 +21935,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6187] = 2, - ACTIONS(966), 3, + [6291] = 3, + ACTIONS(1402), 1, + anon_sym_SLASH, + ACTIONS(882), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(964), 17, + ACTIONS(878), 16, sym__ws, sym_comment, anon_sym_POUND_, - anon_sym_SLASH, aux_sym__sym_qualified_token1, anon_sym_CARET, anon_sym_POUND_CARET, @@ -21229,12 +21959,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6212] = 2, - ACTIONS(970), 3, + [6318] = 2, + ACTIONS(1146), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(968), 17, + ACTIONS(1144), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21252,35 +21982,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6237] = 2, - ACTIONS(974), 3, - anon_sym_POUND, - anon_sym_POUND_QMARK, - anon_sym_TILDE, - ACTIONS(972), 17, - sym__ws, - sym_comment, - anon_sym_POUND_, + [6343] = 15, + ACTIONS(268), 1, anon_sym_SLASH, - aux_sym__sym_qualified_token1, + 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, - 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, - [6262] = 2, - ACTIONS(858), 3, + ACTIONS(1386), 1, + aux_sym__sym_qualified_token1, + ACTIONS(1388), 1, + anon_sym_POUND_QMARK, + STATE(392), 1, + sym__bare_list_lit, + STATE(424), 1, + sym__metadata_lit, + STATE(438), 1, + sym_old_meta_lit, + STATE(439), 1, + sym_meta_lit, + STATE(440), 1, + aux_sym_sym_lit_repeat1, + ACTIONS(1404), 2, + sym__ws, + sym_comment, + STATE(354), 3, + sym_sym_lit, + sym_list_lit, + sym_read_cond_lit, + STATE(355), 3, + sym__gap, + sym_dis_expr, + aux_sym_dis_expr_repeat1, + [6394] = 2, + ACTIONS(1142), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(856), 17, + ACTIONS(1140), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21298,12 +22041,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6287] = 2, - ACTIONS(1134), 3, + [6419] = 2, + ACTIONS(886), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1132), 17, + ACTIONS(884), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21321,12 +22064,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6312] = 2, - ACTIONS(978), 3, + [6444] = 2, + ACTIONS(1134), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(976), 17, + ACTIONS(1132), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21344,96 +22087,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6337] = 17, - ACTIONS(9), 1, + [6469] = 17, + ACTIONS(268), 1, anon_sym_SLASH, - ACTIONS(25), 1, + ACTIONS(280), 1, anon_sym_LPAREN, - ACTIONS(1272), 1, - aux_sym__sym_qualified_token1, - ACTIONS(1340), 1, + ACTIONS(1372), 1, anon_sym_POUND_, - ACTIONS(1344), 1, + ACTIONS(1374), 1, anon_sym_CARET, - ACTIONS(1346), 1, + ACTIONS(1376), 1, anon_sym_POUND_CARET, - ACTIONS(1354), 1, + ACTIONS(1386), 1, + aux_sym__sym_qualified_token1, + ACTIONS(1388), 1, anon_sym_POUND_QMARK, - STATE(208), 1, + STATE(348), 1, + sym_list_lit, + STATE(392), 1, sym__bare_list_lit, - STATE(240), 1, + STATE(407), 1, sym_read_cond_lit, - STATE(241), 1, - sym_list_lit, - STATE(242), 1, + STATE(411), 1, sym_sym_lit, - STATE(414), 1, + STATE(424), 1, sym__metadata_lit, - STATE(429), 1, - sym_meta_lit, - STATE(431), 1, + STATE(438), 1, sym_old_meta_lit, - STATE(434), 1, + STATE(439), 1, + sym_meta_lit, + STATE(440), 1, aux_sym_sym_lit_repeat1, - ACTIONS(1366), 2, + ACTIONS(1384), 2, sym__ws, sym_comment, - STATE(385), 3, + STATE(435), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - [6392] = 2, - ACTIONS(982), 3, - anon_sym_POUND, - anon_sym_POUND_QMARK, - anon_sym_TILDE, - ACTIONS(980), 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, - [6417] = 2, - ACTIONS(986), 3, - anon_sym_POUND, - anon_sym_POUND_QMARK, - anon_sym_TILDE, - ACTIONS(984), 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, - [6442] = 2, - ACTIONS(1370), 3, + [6524] = 2, + ACTIONS(1038), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1368), 17, + ACTIONS(1036), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21451,12 +22148,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6467] = 2, - ACTIONS(1374), 3, + [6549] = 2, + ACTIONS(1042), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1372), 17, + ACTIONS(1040), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21469,55 +22166,17 @@ static const uint16_t ts_small_parse_table[] = { 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, - [6492] = 17, - ACTIONS(9), 1, - anon_sym_SLASH, - ACTIONS(25), 1, - anon_sym_LPAREN, - ACTIONS(1272), 1, - aux_sym__sym_qualified_token1, - ACTIONS(1340), 1, - anon_sym_POUND_, - ACTIONS(1344), 1, - anon_sym_CARET, - ACTIONS(1346), 1, - anon_sym_POUND_CARET, - ACTIONS(1354), 1, - anon_sym_POUND_QMARK, - STATE(208), 1, - sym__bare_list_lit, - STATE(221), 1, - sym_read_cond_lit, - STATE(222), 1, - sym_list_lit, - STATE(223), 1, - sym_sym_lit, - STATE(414), 1, - sym__metadata_lit, - STATE(429), 1, - sym_meta_lit, - STATE(431), 1, - sym_old_meta_lit, - STATE(434), 1, - aux_sym_sym_lit_repeat1, - ACTIONS(1364), 2, - sym__ws, - sym_comment, - STATE(430), 3, - sym__gap, - sym_dis_expr, - aux_sym_dis_expr_repeat1, - [6547] = 2, - ACTIONS(1122), 3, + anon_sym_POUND_EQ, + anon_sym_AT, + anon_sym_SQUOTE, + anon_sym_BQUOTE, + anon_sym_TILDE_AT, + [6574] = 2, + ACTIONS(1046), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1120), 17, + ACTIONS(1044), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21535,12 +22194,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6572] = 2, - ACTIONS(998), 3, + [6599] = 2, + ACTIONS(1050), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(996), 17, + ACTIONS(1048), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21558,12 +22217,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6597] = 2, - ACTIONS(1002), 3, + [6624] = 2, + ACTIONS(1130), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1000), 17, + ACTIONS(1128), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21581,12 +22240,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6622] = 2, - ACTIONS(1006), 3, + [6649] = 2, + ACTIONS(1130), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1004), 17, + ACTIONS(1128), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21604,12 +22263,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6647] = 2, - ACTIONS(1010), 3, + [6674] = 2, + ACTIONS(1058), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1008), 17, + ACTIONS(1056), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21627,12 +22286,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6672] = 2, - ACTIONS(1022), 3, + [6699] = 2, + ACTIONS(1130), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1020), 17, + ACTIONS(1128), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21650,12 +22309,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6697] = 2, - ACTIONS(1026), 3, + [6724] = 2, + ACTIONS(890), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1024), 17, + ACTIONS(888), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21673,12 +22332,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6722] = 2, - ACTIONS(1118), 3, + [6749] = 2, + ACTIONS(872), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1116), 17, + ACTIONS(870), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21696,12 +22355,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6747] = 2, - ACTIONS(840), 3, + [6774] = 2, + ACTIONS(1126), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(838), 17, + ACTIONS(1124), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21719,12 +22378,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6772] = 2, - ACTIONS(958), 3, + [6799] = 2, + ACTIONS(1122), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(956), 17, + ACTIONS(1120), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21742,12 +22401,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6797] = 2, - ACTIONS(850), 3, + [6824] = 2, + ACTIONS(972), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(846), 17, + ACTIONS(970), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21765,12 +22424,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6822] = 2, - ACTIONS(1114), 3, + [6849] = 2, + ACTIONS(1408), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1112), 17, + ACTIONS(1406), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21788,12 +22447,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6847] = 2, - ACTIONS(1034), 3, + [6874] = 2, + ACTIONS(1054), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1032), 17, + ACTIONS(1052), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21811,12 +22470,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6872] = 2, - ACTIONS(1038), 3, + [6899] = 2, + ACTIONS(1114), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1036), 17, + ACTIONS(1112), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21834,12 +22493,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6897] = 2, - ACTIONS(1042), 3, + [6924] = 2, + ACTIONS(972), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1040), 17, + ACTIONS(970), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21857,12 +22516,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6922] = 2, - ACTIONS(1046), 3, + [6949] = 2, + ACTIONS(1106), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1044), 17, + ACTIONS(1104), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21880,12 +22539,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6947] = 2, - ACTIONS(1050), 3, + [6974] = 2, + ACTIONS(1066), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1048), 17, + ACTIONS(1064), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21903,12 +22562,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6972] = 2, - ACTIONS(1054), 3, + [6999] = 2, + ACTIONS(868), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1052), 17, + ACTIONS(866), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21926,12 +22585,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [6997] = 2, - ACTIONS(1062), 3, + [7024] = 2, + ACTIONS(1102), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1060), 17, + ACTIONS(1100), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21949,12 +22608,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [7022] = 2, - ACTIONS(1110), 3, + [7049] = 2, + ACTIONS(1098), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1108), 17, + ACTIONS(1096), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21972,12 +22631,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [7047] = 2, - ACTIONS(1068), 3, + [7074] = 2, + ACTIONS(976), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1066), 17, + ACTIONS(974), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -21995,12 +22654,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [7072] = 2, - ACTIONS(1076), 3, + [7099] = 2, + ACTIONS(1090), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1074), 17, + ACTIONS(1088), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -22018,12 +22677,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [7097] = 2, - ACTIONS(1080), 3, + [7124] = 2, + ACTIONS(1086), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1078), 17, + ACTIONS(1084), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -22041,12 +22700,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [7122] = 2, - ACTIONS(844), 3, + [7149] = 2, + ACTIONS(1082), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(842), 17, + ACTIONS(1080), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -22064,12 +22723,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [7147] = 2, - ACTIONS(1088), 3, + [7174] = 2, + ACTIONS(1078), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1086), 17, + ACTIONS(1076), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -22087,74 +22746,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_BQUOTE, anon_sym_TILDE_AT, - [7172] = 17, - ACTIONS(320), 1, + [7199] = 17, + ACTIONS(9), 1, anon_sym_SLASH, - ACTIONS(332), 1, + ACTIONS(25), 1, anon_sym_LPAREN, - ACTIONS(1340), 1, - anon_sym_POUND_, - ACTIONS(1342), 1, + ACTIONS(1296), 1, aux_sym__sym_qualified_token1, - ACTIONS(1344), 1, + ACTIONS(1372), 1, + anon_sym_POUND_, + ACTIONS(1374), 1, anon_sym_CARET, - ACTIONS(1346), 1, + ACTIONS(1376), 1, anon_sym_POUND_CARET, - ACTIONS(1348), 1, + ACTIONS(1378), 1, anon_sym_POUND_QMARK, - STATE(348), 1, + STATE(218), 1, sym__bare_list_lit, - STATE(372), 1, - sym_read_cond_lit, - STATE(373), 1, - sym_list_lit, - STATE(374), 1, + STATE(284), 1, sym_sym_lit, - STATE(414), 1, + STATE(285), 1, + sym_list_lit, + STATE(286), 1, + sym_read_cond_lit, + STATE(424), 1, sym__metadata_lit, - STATE(429), 1, - sym_meta_lit, - STATE(431), 1, + STATE(438), 1, sym_old_meta_lit, - STATE(435), 1, + STATE(439), 1, + sym_meta_lit, + STATE(441), 1, aux_sym_sym_lit_repeat1, - ACTIONS(1376), 2, + ACTIONS(1410), 2, sym__ws, sym_comment, - STATE(371), 3, + STATE(360), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - [7227] = 3, - ACTIONS(1378), 1, - anon_sym_SLASH, - ACTIONS(1098), 3, - anon_sym_POUND, - anon_sym_POUND_QMARK, - anon_sym_TILDE, - ACTIONS(1094), 16, - sym__ws, - sym_comment, - anon_sym_POUND_, - 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, [7254] = 2, - ACTIONS(1098), 3, + ACTIONS(910), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1094), 17, + ACTIONS(908), 17, sym__ws, sym_comment, anon_sym_POUND_, @@ -22173,11 +22808,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BQUOTE, anon_sym_TILDE_AT, [7279] = 2, - ACTIONS(1382), 3, + ACTIONS(1414), 3, anon_sym_POUND, anon_sym_POUND_QMARK, anon_sym_TILDE, - ACTIONS(1380), 14, + ACTIONS(1412), 14, anon_sym_SLASH, aux_sym__sym_qualified_token1, anon_sym_CARET, @@ -22195,2106 +22830,1986 @@ static const uint16_t ts_small_parse_table[] = { [7301] = 12, ACTIONS(9), 1, anon_sym_SLASH, - ACTIONS(1266), 1, + ACTIONS(1290), 1, anon_sym_POUND_, - ACTIONS(1272), 1, + ACTIONS(1296), 1, aux_sym__sym_qualified_token1, - ACTIONS(1274), 1, + ACTIONS(1298), 1, anon_sym_CARET, - ACTIONS(1276), 1, + ACTIONS(1300), 1, anon_sym_POUND_CARET, - STATE(121), 1, + STATE(115), 1, sym_sym_lit, - STATE(414), 1, + STATE(424), 1, sym__metadata_lit, - STATE(436), 1, - sym_old_meta_lit, - STATE(440), 1, + STATE(443), 1, sym_meta_lit, - STATE(458), 1, + STATE(448), 1, + sym_old_meta_lit, + STATE(451), 1, aux_sym_sym_lit_repeat1, - ACTIONS(1384), 2, + ACTIONS(1416), 2, sym__ws, sym_comment, - STATE(439), 3, + STATE(447), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, [7341] = 12, ACTIONS(9), 1, anon_sym_SLASH, - ACTIONS(1266), 1, + ACTIONS(1290), 1, anon_sym_POUND_, - ACTIONS(1272), 1, + ACTIONS(1296), 1, aux_sym__sym_qualified_token1, - ACTIONS(1274), 1, + ACTIONS(1298), 1, anon_sym_CARET, - ACTIONS(1276), 1, + ACTIONS(1300), 1, anon_sym_POUND_CARET, - STATE(109), 1, + STATE(202), 1, sym_sym_lit, - STATE(414), 1, + STATE(424), 1, sym__metadata_lit, - STATE(436), 1, - sym_old_meta_lit, - STATE(440), 1, + STATE(443), 1, sym_meta_lit, - STATE(458), 1, + STATE(448), 1, + sym_old_meta_lit, + STATE(451), 1, aux_sym_sym_lit_repeat1, - ACTIONS(1384), 2, + ACTIONS(1416), 2, sym__ws, sym_comment, - STATE(439), 3, + STATE(447), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, [7381] = 12, ACTIONS(9), 1, anon_sym_SLASH, - ACTIONS(1266), 1, + ACTIONS(1290), 1, anon_sym_POUND_, - ACTIONS(1272), 1, + ACTIONS(1296), 1, aux_sym__sym_qualified_token1, - ACTIONS(1274), 1, + ACTIONS(1298), 1, anon_sym_CARET, - ACTIONS(1276), 1, + ACTIONS(1300), 1, anon_sym_POUND_CARET, - STATE(93), 1, + STATE(180), 1, sym_sym_lit, - STATE(414), 1, + STATE(424), 1, sym__metadata_lit, - STATE(436), 1, - sym_old_meta_lit, - STATE(440), 1, + STATE(443), 1, sym_meta_lit, - STATE(458), 1, + STATE(448), 1, + sym_old_meta_lit, + STATE(451), 1, aux_sym_sym_lit_repeat1, - ACTIONS(1384), 2, + ACTIONS(1416), 2, sym__ws, sym_comment, - STATE(439), 3, + STATE(447), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, [7421] = 12, ACTIONS(9), 1, anon_sym_SLASH, - ACTIONS(1266), 1, + ACTIONS(1290), 1, anon_sym_POUND_, - ACTIONS(1272), 1, + ACTIONS(1296), 1, aux_sym__sym_qualified_token1, - ACTIONS(1274), 1, - anon_sym_CARET, - ACTIONS(1276), 1, - anon_sym_POUND_CARET, - STATE(166), 1, - sym_sym_lit, - STATE(414), 1, - sym__metadata_lit, - STATE(436), 1, - sym_old_meta_lit, - STATE(440), 1, - sym_meta_lit, - STATE(458), 1, - aux_sym_sym_lit_repeat1, - ACTIONS(1384), 2, - sym__ws, - sym_comment, - STATE(439), 3, - sym__gap, - sym_dis_expr, - aux_sym_dis_expr_repeat1, - [7461] = 12, - ACTIONS(320), 1, - anon_sym_SLASH, - ACTIONS(1266), 1, - anon_sym_POUND_, - ACTIONS(1274), 1, + ACTIONS(1298), 1, anon_sym_CARET, - ACTIONS(1276), 1, + ACTIONS(1300), 1, anon_sym_POUND_CARET, - ACTIONS(1342), 1, - aux_sym__sym_qualified_token1, - STATE(367), 1, + STATE(126), 1, sym_sym_lit, - STATE(414), 1, + STATE(424), 1, sym__metadata_lit, - STATE(436), 1, - sym_old_meta_lit, - STATE(440), 1, + STATE(443), 1, sym_meta_lit, - STATE(449), 1, - aux_sym_sym_lit_repeat1, - ACTIONS(1386), 2, - sym__ws, - sym_comment, - STATE(422), 3, - sym__gap, - sym_dis_expr, - aux_sym_dis_expr_repeat1, - [7501] = 12, - ACTIONS(9), 1, - anon_sym_SLASH, - ACTIONS(1266), 1, - anon_sym_POUND_, - ACTIONS(1272), 1, - aux_sym__sym_qualified_token1, - ACTIONS(1274), 1, - anon_sym_CARET, - ACTIONS(1276), 1, - anon_sym_POUND_CARET, - STATE(254), 1, - sym_sym_lit, - STATE(414), 1, - sym__metadata_lit, - STATE(436), 1, + STATE(448), 1, sym_old_meta_lit, - STATE(440), 1, - sym_meta_lit, - STATE(458), 1, + STATE(451), 1, aux_sym_sym_lit_repeat1, - ACTIONS(1384), 2, + ACTIONS(1416), 2, sym__ws, sym_comment, - STATE(439), 3, + STATE(447), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - [7541] = 12, + [7461] = 12, ACTIONS(9), 1, anon_sym_SLASH, - ACTIONS(1266), 1, + ACTIONS(1290), 1, anon_sym_POUND_, - ACTIONS(1272), 1, + ACTIONS(1296), 1, aux_sym__sym_qualified_token1, - ACTIONS(1274), 1, + ACTIONS(1298), 1, anon_sym_CARET, - ACTIONS(1276), 1, + ACTIONS(1300), 1, anon_sym_POUND_CARET, - STATE(48), 1, + STATE(33), 1, sym_sym_lit, - STATE(414), 1, + STATE(424), 1, sym__metadata_lit, - STATE(436), 1, - sym_old_meta_lit, - STATE(440), 1, + STATE(443), 1, sym_meta_lit, - STATE(458), 1, - aux_sym_sym_lit_repeat1, - ACTIONS(1384), 2, - sym__ws, - sym_comment, - STATE(439), 3, - sym__gap, - sym_dis_expr, - aux_sym_dis_expr_repeat1, - [7581] = 12, - ACTIONS(320), 1, - anon_sym_SLASH, - ACTIONS(1266), 1, - anon_sym_POUND_, - ACTIONS(1274), 1, - anon_sym_CARET, - ACTIONS(1276), 1, - anon_sym_POUND_CARET, - ACTIONS(1342), 1, - aux_sym__sym_qualified_token1, - STATE(390), 1, - sym_sym_lit, - STATE(414), 1, - sym__metadata_lit, - STATE(436), 1, + STATE(448), 1, sym_old_meta_lit, - STATE(440), 1, - sym_meta_lit, - STATE(449), 1, + STATE(451), 1, aux_sym_sym_lit_repeat1, - ACTIONS(1384), 2, + ACTIONS(1416), 2, sym__ws, sym_comment, - STATE(439), 3, + STATE(447), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - [7621] = 12, + [7501] = 12, ACTIONS(9), 1, anon_sym_SLASH, - ACTIONS(1266), 1, + ACTIONS(1290), 1, anon_sym_POUND_, - ACTIONS(1272), 1, + ACTIONS(1296), 1, aux_sym__sym_qualified_token1, - ACTIONS(1274), 1, + ACTIONS(1298), 1, anon_sym_CARET, - ACTIONS(1276), 1, + ACTIONS(1300), 1, anon_sym_POUND_CARET, - STATE(115), 1, + STATE(175), 1, sym_sym_lit, - STATE(414), 1, + STATE(424), 1, sym__metadata_lit, - STATE(436), 1, - sym_old_meta_lit, - STATE(440), 1, + STATE(443), 1, sym_meta_lit, - STATE(458), 1, - aux_sym_sym_lit_repeat1, - ACTIONS(1384), 2, - sym__ws, - sym_comment, - STATE(439), 3, - sym__gap, - sym_dis_expr, - aux_sym_dis_expr_repeat1, - [7661] = 12, - ACTIONS(9), 1, - anon_sym_SLASH, - ACTIONS(1266), 1, - anon_sym_POUND_, - ACTIONS(1272), 1, - aux_sym__sym_qualified_token1, - ACTIONS(1274), 1, - anon_sym_CARET, - ACTIONS(1276), 1, - anon_sym_POUND_CARET, - STATE(288), 1, - sym_sym_lit, - STATE(414), 1, - sym__metadata_lit, - STATE(436), 1, + STATE(448), 1, sym_old_meta_lit, - STATE(440), 1, - sym_meta_lit, - STATE(458), 1, + STATE(451), 1, aux_sym_sym_lit_repeat1, - ACTIONS(1388), 2, + ACTIONS(1416), 2, sym__ws, sym_comment, - STATE(420), 3, + STATE(447), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - [7701] = 12, + [7541] = 12, ACTIONS(9), 1, anon_sym_SLASH, - ACTIONS(1266), 1, + ACTIONS(1290), 1, anon_sym_POUND_, - ACTIONS(1272), 1, + ACTIONS(1296), 1, aux_sym__sym_qualified_token1, - ACTIONS(1274), 1, + ACTIONS(1298), 1, anon_sym_CARET, - ACTIONS(1276), 1, + ACTIONS(1300), 1, anon_sym_POUND_CARET, - STATE(64), 1, + STATE(166), 1, sym_sym_lit, - STATE(414), 1, + STATE(424), 1, sym__metadata_lit, - STATE(436), 1, - sym_old_meta_lit, - STATE(440), 1, + STATE(443), 1, sym_meta_lit, - STATE(458), 1, + STATE(448), 1, + sym_old_meta_lit, + STATE(451), 1, aux_sym_sym_lit_repeat1, - ACTIONS(1384), 2, + ACTIONS(1416), 2, sym__ws, sym_comment, - STATE(439), 3, + STATE(447), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - [7741] = 12, + [7581] = 12, ACTIONS(9), 1, anon_sym_SLASH, - ACTIONS(1266), 1, + ACTIONS(1290), 1, anon_sym_POUND_, - ACTIONS(1272), 1, + ACTIONS(1296), 1, aux_sym__sym_qualified_token1, - ACTIONS(1274), 1, + ACTIONS(1298), 1, anon_sym_CARET, - ACTIONS(1276), 1, + ACTIONS(1300), 1, anon_sym_POUND_CARET, - STATE(200), 1, + STATE(137), 1, sym_sym_lit, - STATE(414), 1, + STATE(424), 1, sym__metadata_lit, - STATE(436), 1, - sym_old_meta_lit, - STATE(440), 1, + STATE(443), 1, sym_meta_lit, - STATE(458), 1, + STATE(448), 1, + sym_old_meta_lit, + STATE(451), 1, aux_sym_sym_lit_repeat1, - ACTIONS(1384), 2, + ACTIONS(1416), 2, sym__ws, sym_comment, - STATE(439), 3, + STATE(447), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - [7781] = 12, + [7621] = 12, ACTIONS(9), 1, anon_sym_SLASH, - ACTIONS(1266), 1, + ACTIONS(1290), 1, anon_sym_POUND_, - ACTIONS(1272), 1, + ACTIONS(1296), 1, aux_sym__sym_qualified_token1, - ACTIONS(1274), 1, + ACTIONS(1298), 1, anon_sym_CARET, - ACTIONS(1276), 1, + ACTIONS(1300), 1, anon_sym_POUND_CARET, - STATE(34), 1, + STATE(85), 1, sym_sym_lit, - STATE(414), 1, + STATE(424), 1, sym__metadata_lit, - STATE(436), 1, - sym_old_meta_lit, - STATE(440), 1, + STATE(443), 1, sym_meta_lit, - STATE(458), 1, + STATE(448), 1, + sym_old_meta_lit, + STATE(451), 1, aux_sym_sym_lit_repeat1, - ACTIONS(1384), 2, + ACTIONS(1416), 2, sym__ws, sym_comment, - STATE(439), 3, + STATE(447), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - [7821] = 12, + [7661] = 12, ACTIONS(9), 1, anon_sym_SLASH, - ACTIONS(1266), 1, + ACTIONS(1290), 1, anon_sym_POUND_, - ACTIONS(1272), 1, + ACTIONS(1296), 1, aux_sym__sym_qualified_token1, - ACTIONS(1274), 1, + ACTIONS(1298), 1, anon_sym_CARET, - ACTIONS(1276), 1, + ACTIONS(1300), 1, anon_sym_POUND_CARET, - STATE(176), 1, + STATE(71), 1, sym_sym_lit, - STATE(414), 1, + STATE(424), 1, sym__metadata_lit, - STATE(436), 1, - sym_old_meta_lit, - STATE(440), 1, + STATE(443), 1, sym_meta_lit, - STATE(458), 1, + STATE(448), 1, + sym_old_meta_lit, + STATE(451), 1, aux_sym_sym_lit_repeat1, - ACTIONS(1384), 2, + ACTIONS(1416), 2, sym__ws, sym_comment, - STATE(439), 3, + STATE(447), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - [7861] = 4, - ACTIONS(1340), 1, + [7701] = 4, + ACTIONS(1421), 1, anon_sym_POUND_, - ACTIONS(1390), 2, + ACTIONS(1418), 2, sym__ws, sym_comment, - STATE(432), 3, + STATE(435), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1298), 6, + ACTIONS(1190), 6, anon_sym_SLASH, aux_sym__sym_qualified_token1, anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, anon_sym_POUND_QMARK, - [7882] = 4, - ACTIONS(1395), 1, + [7722] = 4, + ACTIONS(1372), 1, anon_sym_POUND_, - ACTIONS(1392), 2, + ACTIONS(1384), 2, sym__ws, sym_comment, - STATE(430), 3, + STATE(435), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1162), 6, + ACTIONS(1314), 6, anon_sym_SLASH, aux_sym__sym_qualified_token1, anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, anon_sym_POUND_QMARK, - [7903] = 4, - ACTIONS(1340), 1, + [7743] = 4, + ACTIONS(1372), 1, anon_sym_POUND_, - ACTIONS(1398), 2, + ACTIONS(1384), 2, sym__ws, sym_comment, - STATE(433), 3, + STATE(435), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1292), 6, + ACTIONS(1318), 6, anon_sym_SLASH, aux_sym__sym_qualified_token1, anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, anon_sym_POUND_QMARK, - [7924] = 4, - ACTIONS(1340), 1, + [7764] = 4, + ACTIONS(1372), 1, anon_sym_POUND_, - ACTIONS(1364), 2, + ACTIONS(1424), 2, sym__ws, sym_comment, - STATE(430), 3, + STATE(436), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1260), 6, + ACTIONS(1326), 6, anon_sym_SLASH, aux_sym__sym_qualified_token1, anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, anon_sym_POUND_QMARK, - [7945] = 4, - ACTIONS(1340), 1, + [7785] = 4, + ACTIONS(1372), 1, anon_sym_POUND_, - ACTIONS(1364), 2, + ACTIONS(1426), 2, sym__ws, sym_comment, - STATE(430), 3, + STATE(437), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1280), 6, + ACTIONS(1332), 6, anon_sym_SLASH, aux_sym__sym_qualified_token1, anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, anon_sym_POUND_QMARK, - [7966] = 11, - ACTIONS(25), 1, + [7806] = 11, + ACTIONS(280), 1, anon_sym_LPAREN, - ACTIONS(1166), 1, + ACTIONS(1222), 1, anon_sym_SLASH, - ACTIONS(1168), 1, + ACTIONS(1224), 1, aux_sym__sym_qualified_token1, - ACTIONS(1344), 1, + ACTIONS(1374), 1, anon_sym_CARET, - ACTIONS(1346), 1, + ACTIONS(1376), 1, anon_sym_POUND_CARET, - ACTIONS(1400), 1, + ACTIONS(1428), 1, anon_sym_POUND_QMARK, - STATE(274), 1, + STATE(380), 1, sym__bare_list_lit, - STATE(414), 1, + STATE(424), 1, sym__metadata_lit, - STATE(429), 1, - sym_meta_lit, - STATE(431), 1, + STATE(438), 1, sym_old_meta_lit, - STATE(442), 1, + STATE(439), 1, + sym_meta_lit, + STATE(444), 1, aux_sym_sym_lit_repeat1, - [8000] = 11, - ACTIONS(332), 1, + [7840] = 11, + ACTIONS(25), 1, anon_sym_LPAREN, - ACTIONS(1190), 1, + ACTIONS(1198), 1, anon_sym_SLASH, - ACTIONS(1192), 1, + ACTIONS(1200), 1, aux_sym__sym_qualified_token1, - ACTIONS(1344), 1, + ACTIONS(1374), 1, anon_sym_CARET, - ACTIONS(1346), 1, + ACTIONS(1376), 1, anon_sym_POUND_CARET, - ACTIONS(1402), 1, + ACTIONS(1430), 1, anon_sym_POUND_QMARK, - STATE(410), 1, + STATE(253), 1, sym__bare_list_lit, - STATE(414), 1, + STATE(424), 1, sym__metadata_lit, - STATE(429), 1, - sym_meta_lit, - STATE(431), 1, + STATE(438), 1, sym_old_meta_lit, - STATE(442), 1, + STATE(439), 1, + sym_meta_lit, + STATE(444), 1, aux_sym_sym_lit_repeat1, - [8034] = 4, - ACTIONS(1266), 1, + [7874] = 4, + ACTIONS(1290), 1, anon_sym_POUND_, - ACTIONS(1404), 2, + ACTIONS(1416), 2, sym__ws, sym_comment, - STATE(438), 3, + STATE(447), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1292), 4, + ACTIONS(1318), 4, anon_sym_SLASH, aux_sym__sym_qualified_token1, anon_sym_CARET, anon_sym_POUND_CARET, - [8053] = 4, - ACTIONS(1266), 1, + [7893] = 4, + ACTIONS(1290), 1, anon_sym_POUND_, - ACTIONS(1384), 2, + ACTIONS(1432), 2, sym__ws, sym_comment, - STATE(439), 3, + STATE(442), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1260), 4, + ACTIONS(1332), 4, anon_sym_SLASH, aux_sym__sym_qualified_token1, anon_sym_CARET, anon_sym_POUND_CARET, - [8072] = 4, - ACTIONS(1266), 1, - anon_sym_POUND_, - ACTIONS(1384), 2, - sym__ws, - sym_comment, - STATE(439), 3, - sym__gap, - sym_dis_expr, - aux_sym_dis_expr_repeat1, - ACTIONS(1280), 4, - anon_sym_SLASH, - aux_sym__sym_qualified_token1, + [7912] = 7, + ACTIONS(1434), 1, anon_sym_CARET, + ACTIONS(1437), 1, anon_sym_POUND_CARET, - [8091] = 4, - ACTIONS(1409), 1, - anon_sym_POUND_, - ACTIONS(1406), 2, - sym__ws, - sym_comment, - STATE(439), 3, - sym__gap, - sym_dis_expr, - aux_sym_dis_expr_repeat1, - ACTIONS(1162), 4, + STATE(424), 1, + sym__metadata_lit, + STATE(438), 1, + sym_old_meta_lit, + STATE(439), 1, + sym_meta_lit, + STATE(444), 1, + aux_sym_sym_lit_repeat1, + ACTIONS(1358), 4, anon_sym_SLASH, aux_sym__sym_qualified_token1, - anon_sym_CARET, - anon_sym_POUND_CARET, - [8110] = 4, - ACTIONS(1266), 1, + anon_sym_LPAREN, + anon_sym_POUND_QMARK, + [7937] = 4, + ACTIONS(1290), 1, anon_sym_POUND_, - ACTIONS(1412), 2, + ACTIONS(1416), 2, sym__ws, sym_comment, - STATE(437), 3, + STATE(447), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1298), 4, + ACTIONS(1314), 4, anon_sym_SLASH, aux_sym__sym_qualified_token1, anon_sym_CARET, anon_sym_POUND_CARET, - [8129] = 3, - ACTIONS(1334), 1, + [7956] = 3, + ACTIONS(1356), 1, aux_sym__kwd_leading_slash_token1, - ACTIONS(830), 4, + ACTIONS(862), 4, anon_sym_POUND_, anon_sym_SLASH, aux_sym__sym_qualified_token1, anon_sym_POUND_QMARK, - ACTIONS(828), 5, + ACTIONS(860), 5, sym__ws, sym_comment, anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, - [8146] = 7, - ACTIONS(1414), 1, - anon_sym_CARET, - ACTIONS(1417), 1, - anon_sym_POUND_CARET, - STATE(414), 1, - sym__metadata_lit, - STATE(429), 1, - sym_meta_lit, - STATE(431), 1, - sym_old_meta_lit, - STATE(442), 1, - aux_sym_sym_lit_repeat1, - ACTIONS(1324), 4, + [7973] = 4, + ACTIONS(1443), 1, + anon_sym_POUND_, + ACTIONS(1440), 2, + sym__ws, + sym_comment, + STATE(447), 3, + sym__gap, + sym_dis_expr, + aux_sym_dis_expr_repeat1, + ACTIONS(1190), 4, anon_sym_SLASH, aux_sym__sym_qualified_token1, - anon_sym_LPAREN, - anon_sym_POUND_QMARK, - [8171] = 5, - ACTIONS(27), 1, - anon_sym_LBRACE, - ACTIONS(1422), 1, + anon_sym_CARET, + anon_sym_POUND_CARET, + [7992] = 4, + ACTIONS(1290), 1, anon_sym_POUND_, - STATE(212), 1, - sym__bare_map_lit, - ACTIONS(1420), 2, + ACTIONS(1446), 2, sym__ws, sym_comment, - STATE(459), 3, + STATE(445), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - [8190] = 5, - ACTIONS(334), 1, + ACTIONS(1326), 4, + anon_sym_SLASH, + aux_sym__sym_qualified_token1, + anon_sym_CARET, + anon_sym_POUND_CARET, + [8011] = 5, + ACTIONS(282), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, + ACTIONS(1450), 1, anon_sym_POUND_, - STATE(343), 1, + STATE(365), 1, sym__bare_map_lit, - ACTIONS(1420), 2, + ACTIONS(1448), 2, sym__ws, sym_comment, - STATE(459), 3, + STATE(464), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - [8209] = 5, - ACTIONS(27), 1, + [8030] = 5, + ACTIONS(282), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, + ACTIONS(1450), 1, anon_sym_POUND_, - STATE(214), 1, + STATE(328), 1, sym__bare_map_lit, - ACTIONS(1420), 2, + ACTIONS(1448), 2, sym__ws, sym_comment, - STATE(459), 3, + STATE(464), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - [8228] = 7, - ACTIONS(1424), 1, + [8049] = 8, + ACTIONS(1198), 1, + anon_sym_SLASH, + ACTIONS(1200), 1, + aux_sym__sym_qualified_token1, + ACTIONS(1298), 1, anon_sym_CARET, - ACTIONS(1427), 1, + ACTIONS(1300), 1, anon_sym_POUND_CARET, - STATE(414), 1, + STATE(424), 1, sym__metadata_lit, - STATE(436), 1, - sym_old_meta_lit, - STATE(440), 1, + STATE(443), 1, sym_meta_lit, - STATE(446), 1, + STATE(448), 1, + sym_old_meta_lit, + STATE(456), 1, aux_sym_sym_lit_repeat1, - ACTIONS(1324), 2, - anon_sym_SLASH, - aux_sym__sym_qualified_token1, - [8251] = 3, - ACTIONS(1334), 1, + [8074] = 3, + ACTIONS(1356), 1, aux_sym__kwd_leading_slash_token1, - ACTIONS(830), 3, + ACTIONS(862), 3, anon_sym_POUND_, anon_sym_SLASH, aux_sym__sym_qualified_token1, - ACTIONS(828), 4, + ACTIONS(860), 4, sym__ws, sym_comment, anon_sym_CARET, anon_sym_POUND_CARET, - [8266] = 5, - ACTIONS(334), 1, + [8089] = 5, + ACTIONS(27), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, + ACTIONS(1450), 1, anon_sym_POUND_, - STATE(399), 1, + STATE(266), 1, sym__bare_map_lit, - ACTIONS(1430), 2, + ACTIONS(1452), 2, sym__ws, sym_comment, - STATE(452), 3, + STATE(461), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - [8285] = 8, - ACTIONS(1190), 1, - anon_sym_SLASH, - ACTIONS(1192), 1, - aux_sym__sym_qualified_token1, - ACTIONS(1274), 1, - anon_sym_CARET, - ACTIONS(1276), 1, - anon_sym_POUND_CARET, - STATE(414), 1, - sym__metadata_lit, - STATE(436), 1, - sym_old_meta_lit, - STATE(440), 1, - sym_meta_lit, - STATE(446), 1, - aux_sym_sym_lit_repeat1, - [8310] = 5, - ACTIONS(27), 1, + [8108] = 5, + ACTIONS(282), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, + ACTIONS(1450), 1, anon_sym_POUND_, - STATE(227), 1, + STATE(330), 1, sym__bare_map_lit, - ACTIONS(1432), 2, + ACTIONS(1448), 2, sym__ws, sym_comment, - STATE(443), 3, + STATE(464), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - [8329] = 5, + [8127] = 5, ACTIONS(27), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, + ACTIONS(1450), 1, anon_sym_POUND_, - STATE(229), 1, + STATE(273), 1, sym__bare_map_lit, - ACTIONS(1434), 2, + ACTIONS(1454), 2, sym__ws, sym_comment, - STATE(445), 3, + 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, + anon_sym_LBRACE, + ACTIONS(1450), 1, + anon_sym_POUND_, + STATE(356), 1, + sym__bare_map_lit, + ACTIONS(1462), 2, + sym__ws, + sym_comment, + STATE(454), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - [8348] = 5, - ACTIONS(334), 1, + [8188] = 5, + ACTIONS(282), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, + ACTIONS(1450), 1, anon_sym_POUND_, - STATE(322), 1, + STATE(358), 1, sym__bare_map_lit, - ACTIONS(1420), 2, + ACTIONS(1464), 2, sym__ws, sym_comment, - STATE(459), 3, + STATE(450), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - [8367] = 5, - ACTIONS(334), 1, + [8207] = 5, + ACTIONS(27), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, + ACTIONS(1450), 1, anon_sym_POUND_, - STATE(326), 1, + STATE(294), 1, sym__bare_map_lit, - ACTIONS(1436), 2, + ACTIONS(1448), 2, sym__ws, sym_comment, - STATE(457), 3, + STATE(464), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - [8386] = 5, + [8226] = 5, ACTIONS(27), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, + ACTIONS(1450), 1, anon_sym_POUND_, - STATE(232), 1, + STATE(258), 1, sym__bare_map_lit, - ACTIONS(1420), 2, + ACTIONS(1466), 2, sym__ws, sym_comment, STATE(459), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - [8405] = 5, - ACTIONS(334), 1, + [8245] = 5, + ACTIONS(27), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, + ACTIONS(1450), 1, anon_sym_POUND_, - STATE(328), 1, + STATE(296), 1, sym__bare_map_lit, - ACTIONS(1438), 2, + ACTIONS(1448), 2, sym__ws, sym_comment, - STATE(444), 3, + STATE(464), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - [8424] = 5, + [8264] = 5, ACTIONS(27), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, + ACTIONS(1450), 1, anon_sym_POUND_, - STATE(261), 1, + STATE(221), 1, sym__bare_map_lit, - ACTIONS(1440), 2, + ACTIONS(1448), 2, sym__ws, sym_comment, - STATE(454), 3, + STATE(464), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - [8443] = 5, - ACTIONS(334), 1, + [8283] = 5, + ACTIONS(282), 1, anon_sym_LBRACE, - ACTIONS(1422), 1, + ACTIONS(1450), 1, anon_sym_POUND_, - STATE(341), 1, + STATE(413), 1, sym__bare_map_lit, - ACTIONS(1420), 2, + ACTIONS(1468), 2, sym__ws, sym_comment, - STATE(459), 3, + STATE(449), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - [8462] = 8, - ACTIONS(1166), 1, - anon_sym_SLASH, - ACTIONS(1168), 1, - aux_sym__sym_qualified_token1, - ACTIONS(1274), 1, - anon_sym_CARET, - ACTIONS(1276), 1, - anon_sym_POUND_CARET, - STATE(414), 1, - sym__metadata_lit, - STATE(436), 1, - sym_old_meta_lit, - STATE(440), 1, - sym_meta_lit, - STATE(446), 1, - aux_sym_sym_lit_repeat1, - [8487] = 4, - ACTIONS(1162), 1, + [8302] = 4, + ACTIONS(1190), 1, anon_sym_LBRACE, - ACTIONS(1445), 1, + ACTIONS(1473), 1, anon_sym_POUND_, - ACTIONS(1442), 2, + ACTIONS(1470), 2, sym__ws, sym_comment, - STATE(459), 3, + STATE(464), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - [8503] = 4, - ACTIONS(1450), 1, + [8318] = 4, + ACTIONS(1478), 1, anon_sym_POUND_, - ACTIONS(1452), 1, + ACTIONS(1480), 1, anon_sym_SLASH, - ACTIONS(1454), 1, + ACTIONS(1482), 1, aux_sym__kwd_qualified_token1, - ACTIONS(1448), 3, + ACTIONS(1476), 3, sym__ws, sym_comment, anon_sym_LBRACE, - [8518] = 3, - ACTIONS(830), 1, + [8333] = 3, + ACTIONS(862), 1, anon_sym_POUND_, - ACTIONS(832), 1, + ACTIONS(864), 1, aux_sym__kwd_leading_slash_token1, - ACTIONS(828), 3, + ACTIONS(860), 3, sym__ws, sym_comment, anon_sym_LBRACE, - [8530] = 4, + [8345] = 4, ACTIONS(25), 1, anon_sym_LPAREN, - ACTIONS(1456), 1, + ACTIONS(1484), 1, sym__ws, - STATE(205), 1, + STATE(235), 1, sym__bare_list_lit, - STATE(478), 1, + STATE(471), 1, aux_sym_read_cond_lit_repeat1, - [8543] = 4, + [8358] = 4, ACTIONS(25), 1, anon_sym_LPAREN, - ACTIONS(1458), 1, + ACTIONS(1486), 1, sym__ws, - STATE(285), 1, + STATE(269), 1, sym__bare_list_lit, - STATE(462), 1, + STATE(483), 1, aux_sym_read_cond_lit_repeat1, - [8556] = 4, - ACTIONS(25), 1, + [8371] = 4, + ACTIONS(280), 1, anon_sym_LPAREN, - ACTIONS(1460), 1, + ACTIONS(1486), 1, sym__ws, - STATE(244), 1, + STATE(421), 1, sym__bare_list_lit, - STATE(469), 1, + STATE(483), 1, aux_sym_read_cond_lit_repeat1, - [8569] = 4, - ACTIONS(25), 1, + [8384] = 4, + ACTIONS(280), 1, anon_sym_LPAREN, - ACTIONS(1462), 1, + ACTIONS(1486), 1, sym__ws, - STATE(209), 1, + STATE(341), 1, sym__bare_list_lit, - STATE(474), 1, + STATE(483), 1, aux_sym_read_cond_lit_repeat1, - [8582] = 4, - ACTIONS(332), 1, + [8397] = 4, + ACTIONS(25), 1, anon_sym_LPAREN, - ACTIONS(1456), 1, + ACTIONS(1486), 1, sym__ws, - STATE(330), 1, + STATE(268), 1, sym__bare_list_lit, - STATE(478), 1, + STATE(483), 1, aux_sym_read_cond_lit_repeat1, - [8595] = 4, + [8410] = 4, ACTIONS(25), 1, anon_sym_LPAREN, - ACTIONS(1456), 1, + ACTIONS(1486), 1, sym__ws, - STATE(258), 1, + STATE(220), 1, sym__bare_list_lit, - STATE(478), 1, + STATE(483), 1, aux_sym_read_cond_lit_repeat1, - [8608] = 4, - ACTIONS(332), 1, + [8423] = 4, + ACTIONS(25), 1, anon_sym_LPAREN, - ACTIONS(1456), 1, + ACTIONS(1486), 1, sym__ws, - STATE(329), 1, + STATE(223), 1, sym__bare_list_lit, - STATE(478), 1, + STATE(483), 1, aux_sym_read_cond_lit_repeat1, - [8621] = 4, - ACTIONS(25), 1, + [8436] = 4, + ACTIONS(280), 1, anon_sym_LPAREN, - ACTIONS(1456), 1, + ACTIONS(1488), 1, sym__ws, - STATE(225), 1, + STATE(406), 1, sym__bare_list_lit, STATE(478), 1, aux_sym_read_cond_lit_repeat1, - [8634] = 4, - ACTIONS(332), 1, + [8449] = 4, + ACTIONS(25), 1, anon_sym_LPAREN, - ACTIONS(1456), 1, + ACTIONS(1490), 1, sym__ws, - STATE(394), 1, + STATE(236), 1, sym__bare_list_lit, - STATE(478), 1, + STATE(468), 1, aux_sym_read_cond_lit_repeat1, - [8647] = 4, - ACTIONS(332), 1, + [8462] = 4, + ACTIONS(25), 1, anon_sym_LPAREN, - ACTIONS(1456), 1, + ACTIONS(1492), 1, sym__ws, - STATE(392), 1, + STATE(281), 1, sym__bare_list_lit, - STATE(478), 1, + STATE(472), 1, aux_sym_read_cond_lit_repeat1, - [8660] = 4, - ACTIONS(332), 1, + [8475] = 4, + ACTIONS(280), 1, anon_sym_LPAREN, - ACTIONS(1464), 1, + ACTIONS(1494), 1, sym__ws, - STATE(377), 1, + STATE(325), 1, sym__bare_list_lit, - STATE(468), 1, + STATE(480), 1, aux_sym_read_cond_lit_repeat1, - [8673] = 4, - ACTIONS(332), 1, + [8488] = 4, + ACTIONS(280), 1, anon_sym_LPAREN, - ACTIONS(1466), 1, + ACTIONS(1486), 1, sym__ws, - STATE(360), 1, + STATE(351), 1, sym__bare_list_lit, - STATE(471), 1, + STATE(483), 1, aux_sym_read_cond_lit_repeat1, - [8686] = 4, - ACTIONS(25), 1, + [8501] = 4, + ACTIONS(280), 1, anon_sym_LPAREN, - ACTIONS(1456), 1, + ACTIONS(1496), 1, sym__ws, - STATE(226), 1, + STATE(345), 1, sym__bare_list_lit, - STATE(478), 1, + STATE(469), 1, aux_sym_read_cond_lit_repeat1, - [8699] = 4, - ACTIONS(25), 1, + [8514] = 4, + ACTIONS(280), 1, anon_sym_LPAREN, - ACTIONS(1468), 1, + ACTIONS(1486), 1, sym__ws, - STATE(290), 1, + STATE(352), 1, sym__bare_list_lit, - STATE(467), 1, + STATE(483), 1, aux_sym_read_cond_lit_repeat1, - [8712] = 4, - ACTIONS(332), 1, + [8527] = 4, + ACTIONS(280), 1, anon_sym_LPAREN, - ACTIONS(1470), 1, + ACTIONS(1498), 1, sym__ws, - STATE(376), 1, + STATE(344), 1, sym__bare_list_lit, - STATE(466), 1, + STATE(470), 1, aux_sym_read_cond_lit_repeat1, - [8725] = 4, - ACTIONS(332), 1, + [8540] = 4, + ACTIONS(25), 1, anon_sym_LPAREN, - ACTIONS(1472), 1, + ACTIONS(1500), 1, sym__ws, - STATE(359), 1, + STATE(282), 1, sym__bare_list_lit, - STATE(470), 1, + STATE(473), 1, aux_sym_read_cond_lit_repeat1, - [8738] = 3, - ACTIONS(1474), 1, + [8553] = 3, + ACTIONS(1502), 1, sym__ws, - ACTIONS(1477), 1, + ACTIONS(1505), 1, anon_sym_LPAREN, - STATE(478), 1, + STATE(483), 1, aux_sym_read_cond_lit_repeat1, - [8748] = 2, - ACTIONS(1479), 1, + [8563] = 2, + ACTIONS(1507), 1, anon_sym_SLASH, - ACTIONS(1481), 1, + ACTIONS(1509), 1, aux_sym__kwd_qualified_token1, - [8755] = 2, - ACTIONS(1481), 1, - aux_sym__kwd_qualified_token1, - ACTIONS(1483), 1, + [8570] = 2, + ACTIONS(1511), 1, anon_sym_SLASH, - [8762] = 2, - ACTIONS(1481), 1, + ACTIONS(1513), 1, aux_sym__kwd_qualified_token1, - ACTIONS(1485), 1, - anon_sym_SLASH, - [8769] = 2, - ACTIONS(1452), 1, + [8577] = 2, + ACTIONS(1480), 1, anon_sym_SLASH, - ACTIONS(1487), 1, + ACTIONS(1513), 1, aux_sym__kwd_qualified_token1, - [8776] = 2, - ACTIONS(1487), 1, + [8584] = 2, + ACTIONS(1509), 1, aux_sym__kwd_qualified_token1, - ACTIONS(1489), 1, + ACTIONS(1515), 1, anon_sym_SLASH, - [8783] = 1, - ACTIONS(1491), 1, - aux_sym__kwd_leading_slash_token1, - [8787] = 1, - ACTIONS(1493), 1, - aux_sym__sym_qualified_token2, - [8791] = 1, - ACTIONS(1495), 1, + [8591] = 2, + ACTIONS(1509), 1, + aux_sym__kwd_qualified_token1, + ACTIONS(1517), 1, + anon_sym_SLASH, + [8598] = 1, + ACTIONS(1519), 1, aux_sym__sym_qualified_token2, - [8795] = 1, - ACTIONS(1497), 1, + [8602] = 1, + ACTIONS(1521), 1, + ts_builtin_sym_end, + [8606] = 1, + ACTIONS(1523), 1, aux_sym__sym_qualified_token2, - [8799] = 1, - ACTIONS(1499), 1, + [8610] = 1, + ACTIONS(1525), 1, aux_sym__kwd_leading_slash_token1, - [8803] = 1, - ACTIONS(1501), 1, - ts_builtin_sym_end, - [8807] = 1, - ACTIONS(1503), 1, + [8614] = 1, + ACTIONS(1527), 1, aux_sym__sym_qualified_token2, + [8618] = 1, + ACTIONS(1529), 1, + aux_sym__sym_qualified_token2, + [8622] = 1, + ACTIONS(1531), 1, + aux_sym__kwd_leading_slash_token1, }; static const uint32_t ts_small_parse_table_map[] = { - [SMALL_STATE(203)] = 0, - [SMALL_STATE(204)] = 40, - [SMALL_STATE(205)] = 77, - [SMALL_STATE(206)] = 114, - [SMALL_STATE(207)] = 151, - [SMALL_STATE(208)] = 190, - [SMALL_STATE(209)] = 227, - [SMALL_STATE(210)] = 264, - [SMALL_STATE(211)] = 301, - [SMALL_STATE(212)] = 338, - [SMALL_STATE(213)] = 375, - [SMALL_STATE(214)] = 412, - [SMALL_STATE(215)] = 449, - [SMALL_STATE(216)] = 486, - [SMALL_STATE(217)] = 523, - [SMALL_STATE(218)] = 560, - [SMALL_STATE(219)] = 597, - [SMALL_STATE(220)] = 634, - [SMALL_STATE(221)] = 671, - [SMALL_STATE(222)] = 708, - [SMALL_STATE(223)] = 745, - [SMALL_STATE(224)] = 782, - [SMALL_STATE(225)] = 819, - [SMALL_STATE(226)] = 856, - [SMALL_STATE(227)] = 893, - [SMALL_STATE(228)] = 930, - [SMALL_STATE(229)] = 967, - [SMALL_STATE(230)] = 1004, - [SMALL_STATE(231)] = 1041, - [SMALL_STATE(232)] = 1078, - [SMALL_STATE(233)] = 1115, - [SMALL_STATE(234)] = 1152, - [SMALL_STATE(235)] = 1189, - [SMALL_STATE(236)] = 1226, - [SMALL_STATE(237)] = 1263, - [SMALL_STATE(238)] = 1300, - [SMALL_STATE(239)] = 1337, - [SMALL_STATE(240)] = 1374, - [SMALL_STATE(241)] = 1411, - [SMALL_STATE(242)] = 1448, - [SMALL_STATE(243)] = 1485, - [SMALL_STATE(244)] = 1522, - [SMALL_STATE(245)] = 1559, - [SMALL_STATE(246)] = 1596, - [SMALL_STATE(247)] = 1633, - [SMALL_STATE(248)] = 1670, - [SMALL_STATE(249)] = 1707, - [SMALL_STATE(250)] = 1744, - [SMALL_STATE(251)] = 1781, - [SMALL_STATE(252)] = 1818, - [SMALL_STATE(253)] = 1855, - [SMALL_STATE(254)] = 1892, - [SMALL_STATE(255)] = 1929, - [SMALL_STATE(256)] = 1966, - [SMALL_STATE(257)] = 2003, - [SMALL_STATE(258)] = 2040, - [SMALL_STATE(259)] = 2077, - [SMALL_STATE(260)] = 2114, - [SMALL_STATE(261)] = 2151, - [SMALL_STATE(262)] = 2188, - [SMALL_STATE(263)] = 2225, - [SMALL_STATE(264)] = 2262, - [SMALL_STATE(265)] = 2299, - [SMALL_STATE(266)] = 2336, - [SMALL_STATE(267)] = 2373, - [SMALL_STATE(268)] = 2410, - [SMALL_STATE(269)] = 2449, - [SMALL_STATE(270)] = 2486, - [SMALL_STATE(271)] = 2523, - [SMALL_STATE(272)] = 2560, - [SMALL_STATE(273)] = 2597, - [SMALL_STATE(274)] = 2634, - [SMALL_STATE(275)] = 2671, - [SMALL_STATE(276)] = 2708, - [SMALL_STATE(277)] = 2747, - [SMALL_STATE(278)] = 2784, - [SMALL_STATE(279)] = 2821, - [SMALL_STATE(280)] = 2858, - [SMALL_STATE(281)] = 2895, - [SMALL_STATE(282)] = 2932, - [SMALL_STATE(283)] = 2969, - [SMALL_STATE(284)] = 3006, - [SMALL_STATE(285)] = 3043, - [SMALL_STATE(286)] = 3080, - [SMALL_STATE(287)] = 3117, - [SMALL_STATE(288)] = 3154, - [SMALL_STATE(289)] = 3191, - [SMALL_STATE(290)] = 3228, - [SMALL_STATE(291)] = 3265, - [SMALL_STATE(292)] = 3301, - [SMALL_STATE(293)] = 3343, - [SMALL_STATE(294)] = 3419, - [SMALL_STATE(295)] = 3495, - [SMALL_STATE(296)] = 3571, - [SMALL_STATE(297)] = 3647, - [SMALL_STATE(298)] = 3723, - [SMALL_STATE(299)] = 3757, - [SMALL_STATE(300)] = 3819, - [SMALL_STATE(301)] = 3853, - [SMALL_STATE(302)] = 3915, - [SMALL_STATE(303)] = 3949, - [SMALL_STATE(304)] = 3983, - [SMALL_STATE(305)] = 4045, - [SMALL_STATE(306)] = 4107, - [SMALL_STATE(307)] = 4169, - [SMALL_STATE(308)] = 4203, - [SMALL_STATE(309)] = 4264, - [SMALL_STATE(310)] = 4325, - [SMALL_STATE(311)] = 4386, - [SMALL_STATE(312)] = 4447, - [SMALL_STATE(313)] = 4508, - [SMALL_STATE(314)] = 4546, - [SMALL_STATE(315)] = 4574, - [SMALL_STATE(316)] = 4599, - [SMALL_STATE(317)] = 4624, - [SMALL_STATE(318)] = 4649, - [SMALL_STATE(319)] = 4674, - [SMALL_STATE(320)] = 4699, - [SMALL_STATE(321)] = 4724, - [SMALL_STATE(322)] = 4749, - [SMALL_STATE(323)] = 4774, - [SMALL_STATE(324)] = 4799, - [SMALL_STATE(325)] = 4824, - [SMALL_STATE(326)] = 4849, - [SMALL_STATE(327)] = 4874, - [SMALL_STATE(328)] = 4899, - [SMALL_STATE(329)] = 4924, - [SMALL_STATE(330)] = 4949, - [SMALL_STATE(331)] = 4974, - [SMALL_STATE(332)] = 4999, - [SMALL_STATE(333)] = 5024, - [SMALL_STATE(334)] = 5049, - [SMALL_STATE(335)] = 5074, - [SMALL_STATE(336)] = 5099, - [SMALL_STATE(337)] = 5124, - [SMALL_STATE(338)] = 5149, - [SMALL_STATE(339)] = 5174, - [SMALL_STATE(340)] = 5199, - [SMALL_STATE(341)] = 5224, - [SMALL_STATE(342)] = 5249, - [SMALL_STATE(343)] = 5274, - [SMALL_STATE(344)] = 5299, - [SMALL_STATE(345)] = 5324, - [SMALL_STATE(346)] = 5349, - [SMALL_STATE(347)] = 5376, - [SMALL_STATE(348)] = 5427, - [SMALL_STATE(349)] = 5452, - [SMALL_STATE(350)] = 5477, - [SMALL_STATE(351)] = 5502, - [SMALL_STATE(352)] = 5527, - [SMALL_STATE(353)] = 5552, - [SMALL_STATE(354)] = 5579, - [SMALL_STATE(355)] = 5604, - [SMALL_STATE(356)] = 5629, - [SMALL_STATE(357)] = 5654, - [SMALL_STATE(358)] = 5679, - [SMALL_STATE(359)] = 5704, - [SMALL_STATE(360)] = 5729, - [SMALL_STATE(361)] = 5754, - [SMALL_STATE(362)] = 5805, - [SMALL_STATE(363)] = 5830, - [SMALL_STATE(364)] = 5855, - [SMALL_STATE(365)] = 5880, - [SMALL_STATE(366)] = 5905, - [SMALL_STATE(367)] = 5930, - [SMALL_STATE(368)] = 5955, - [SMALL_STATE(369)] = 5980, - [SMALL_STATE(370)] = 6031, - [SMALL_STATE(371)] = 6082, - [SMALL_STATE(372)] = 6137, - [SMALL_STATE(373)] = 6162, - [SMALL_STATE(374)] = 6187, - [SMALL_STATE(375)] = 6212, - [SMALL_STATE(376)] = 6237, - [SMALL_STATE(377)] = 6262, - [SMALL_STATE(378)] = 6287, - [SMALL_STATE(379)] = 6312, - [SMALL_STATE(380)] = 6337, - [SMALL_STATE(381)] = 6392, - [SMALL_STATE(382)] = 6417, - [SMALL_STATE(383)] = 6442, - [SMALL_STATE(384)] = 6467, - [SMALL_STATE(385)] = 6492, - [SMALL_STATE(386)] = 6547, - [SMALL_STATE(387)] = 6572, - [SMALL_STATE(388)] = 6597, - [SMALL_STATE(389)] = 6622, - [SMALL_STATE(390)] = 6647, - [SMALL_STATE(391)] = 6672, - [SMALL_STATE(392)] = 6697, - [SMALL_STATE(393)] = 6722, - [SMALL_STATE(394)] = 6747, - [SMALL_STATE(395)] = 6772, - [SMALL_STATE(396)] = 6797, - [SMALL_STATE(397)] = 6822, - [SMALL_STATE(398)] = 6847, - [SMALL_STATE(399)] = 6872, - [SMALL_STATE(400)] = 6897, - [SMALL_STATE(401)] = 6922, - [SMALL_STATE(402)] = 6947, - [SMALL_STATE(403)] = 6972, - [SMALL_STATE(404)] = 6997, - [SMALL_STATE(405)] = 7022, - [SMALL_STATE(406)] = 7047, - [SMALL_STATE(407)] = 7072, - [SMALL_STATE(408)] = 7097, - [SMALL_STATE(409)] = 7122, - [SMALL_STATE(410)] = 7147, - [SMALL_STATE(411)] = 7172, - [SMALL_STATE(412)] = 7227, - [SMALL_STATE(413)] = 7254, - [SMALL_STATE(414)] = 7279, - [SMALL_STATE(415)] = 7301, - [SMALL_STATE(416)] = 7341, - [SMALL_STATE(417)] = 7381, - [SMALL_STATE(418)] = 7421, - [SMALL_STATE(419)] = 7461, - [SMALL_STATE(420)] = 7501, - [SMALL_STATE(421)] = 7541, - [SMALL_STATE(422)] = 7581, - [SMALL_STATE(423)] = 7621, - [SMALL_STATE(424)] = 7661, - [SMALL_STATE(425)] = 7701, - [SMALL_STATE(426)] = 7741, - [SMALL_STATE(427)] = 7781, - [SMALL_STATE(428)] = 7821, - [SMALL_STATE(429)] = 7861, - [SMALL_STATE(430)] = 7882, - [SMALL_STATE(431)] = 7903, - [SMALL_STATE(432)] = 7924, - [SMALL_STATE(433)] = 7945, - [SMALL_STATE(434)] = 7966, - [SMALL_STATE(435)] = 8000, - [SMALL_STATE(436)] = 8034, - [SMALL_STATE(437)] = 8053, - [SMALL_STATE(438)] = 8072, - [SMALL_STATE(439)] = 8091, - [SMALL_STATE(440)] = 8110, - [SMALL_STATE(441)] = 8129, - [SMALL_STATE(442)] = 8146, - [SMALL_STATE(443)] = 8171, - [SMALL_STATE(444)] = 8190, - [SMALL_STATE(445)] = 8209, - [SMALL_STATE(446)] = 8228, - [SMALL_STATE(447)] = 8251, - [SMALL_STATE(448)] = 8266, - [SMALL_STATE(449)] = 8285, - [SMALL_STATE(450)] = 8310, - [SMALL_STATE(451)] = 8329, - [SMALL_STATE(452)] = 8348, - [SMALL_STATE(453)] = 8367, - [SMALL_STATE(454)] = 8386, - [SMALL_STATE(455)] = 8405, - [SMALL_STATE(456)] = 8424, - [SMALL_STATE(457)] = 8443, - [SMALL_STATE(458)] = 8462, - [SMALL_STATE(459)] = 8487, - [SMALL_STATE(460)] = 8503, - [SMALL_STATE(461)] = 8518, - [SMALL_STATE(462)] = 8530, - [SMALL_STATE(463)] = 8543, - [SMALL_STATE(464)] = 8556, - [SMALL_STATE(465)] = 8569, - [SMALL_STATE(466)] = 8582, - [SMALL_STATE(467)] = 8595, - [SMALL_STATE(468)] = 8608, - [SMALL_STATE(469)] = 8621, - [SMALL_STATE(470)] = 8634, - [SMALL_STATE(471)] = 8647, - [SMALL_STATE(472)] = 8660, - [SMALL_STATE(473)] = 8673, - [SMALL_STATE(474)] = 8686, - [SMALL_STATE(475)] = 8699, - [SMALL_STATE(476)] = 8712, - [SMALL_STATE(477)] = 8725, - [SMALL_STATE(478)] = 8738, - [SMALL_STATE(479)] = 8748, - [SMALL_STATE(480)] = 8755, - [SMALL_STATE(481)] = 8762, - [SMALL_STATE(482)] = 8769, - [SMALL_STATE(483)] = 8776, - [SMALL_STATE(484)] = 8783, - [SMALL_STATE(485)] = 8787, - [SMALL_STATE(486)] = 8791, - [SMALL_STATE(487)] = 8795, - [SMALL_STATE(488)] = 8799, - [SMALL_STATE(489)] = 8803, - [SMALL_STATE(490)] = 8807, + [SMALL_STATE(213)] = 0, + [SMALL_STATE(214)] = 40, + [SMALL_STATE(215)] = 77, + [SMALL_STATE(216)] = 114, + [SMALL_STATE(217)] = 151, + [SMALL_STATE(218)] = 190, + [SMALL_STATE(219)] = 227, + [SMALL_STATE(220)] = 264, + [SMALL_STATE(221)] = 301, + [SMALL_STATE(222)] = 338, + [SMALL_STATE(223)] = 375, + [SMALL_STATE(224)] = 412, + [SMALL_STATE(225)] = 449, + [SMALL_STATE(226)] = 486, + [SMALL_STATE(227)] = 523, + [SMALL_STATE(228)] = 560, + [SMALL_STATE(229)] = 599, + [SMALL_STATE(230)] = 636, + [SMALL_STATE(231)] = 673, + [SMALL_STATE(232)] = 710, + [SMALL_STATE(233)] = 747, + [SMALL_STATE(234)] = 784, + [SMALL_STATE(235)] = 821, + [SMALL_STATE(236)] = 858, + [SMALL_STATE(237)] = 895, + [SMALL_STATE(238)] = 932, + [SMALL_STATE(239)] = 969, + [SMALL_STATE(240)] = 1006, + [SMALL_STATE(241)] = 1043, + [SMALL_STATE(242)] = 1080, + [SMALL_STATE(243)] = 1117, + [SMALL_STATE(244)] = 1154, + [SMALL_STATE(245)] = 1191, + [SMALL_STATE(246)] = 1228, + [SMALL_STATE(247)] = 1265, + [SMALL_STATE(248)] = 1302, + [SMALL_STATE(249)] = 1339, + [SMALL_STATE(250)] = 1376, + [SMALL_STATE(251)] = 1413, + [SMALL_STATE(252)] = 1450, + [SMALL_STATE(253)] = 1489, + [SMALL_STATE(254)] = 1526, + [SMALL_STATE(255)] = 1563, + [SMALL_STATE(256)] = 1600, + [SMALL_STATE(257)] = 1637, + [SMALL_STATE(258)] = 1674, + [SMALL_STATE(259)] = 1711, + [SMALL_STATE(260)] = 1748, + [SMALL_STATE(261)] = 1785, + [SMALL_STATE(262)] = 1822, + [SMALL_STATE(263)] = 1859, + [SMALL_STATE(264)] = 1896, + [SMALL_STATE(265)] = 1933, + [SMALL_STATE(266)] = 1970, + [SMALL_STATE(267)] = 2007, + [SMALL_STATE(268)] = 2044, + [SMALL_STATE(269)] = 2081, + [SMALL_STATE(270)] = 2118, + [SMALL_STATE(271)] = 2155, + [SMALL_STATE(272)] = 2192, + [SMALL_STATE(273)] = 2229, + [SMALL_STATE(274)] = 2266, + [SMALL_STATE(275)] = 2303, + [SMALL_STATE(276)] = 2340, + [SMALL_STATE(277)] = 2377, + [SMALL_STATE(278)] = 2414, + [SMALL_STATE(279)] = 2451, + [SMALL_STATE(280)] = 2488, + [SMALL_STATE(281)] = 2525, + [SMALL_STATE(282)] = 2562, + [SMALL_STATE(283)] = 2599, + [SMALL_STATE(284)] = 2636, + [SMALL_STATE(285)] = 2673, + [SMALL_STATE(286)] = 2710, + [SMALL_STATE(287)] = 2747, + [SMALL_STATE(288)] = 2784, + [SMALL_STATE(289)] = 2821, + [SMALL_STATE(290)] = 2858, + [SMALL_STATE(291)] = 2895, + [SMALL_STATE(292)] = 2932, + [SMALL_STATE(293)] = 2969, + [SMALL_STATE(294)] = 3006, + [SMALL_STATE(295)] = 3043, + [SMALL_STATE(296)] = 3080, + [SMALL_STATE(297)] = 3117, + [SMALL_STATE(298)] = 3154, + [SMALL_STATE(299)] = 3191, + [SMALL_STATE(300)] = 3228, + [SMALL_STATE(301)] = 3265, + [SMALL_STATE(302)] = 3307, + [SMALL_STATE(303)] = 3343, + [SMALL_STATE(304)] = 3419, + [SMALL_STATE(305)] = 3495, + [SMALL_STATE(306)] = 3571, + [SMALL_STATE(307)] = 3647, + [SMALL_STATE(308)] = 3723, + [SMALL_STATE(309)] = 3785, + [SMALL_STATE(310)] = 3847, + [SMALL_STATE(311)] = 3881, + [SMALL_STATE(312)] = 3915, + [SMALL_STATE(313)] = 3977, + [SMALL_STATE(314)] = 4011, + [SMALL_STATE(315)] = 4045, + [SMALL_STATE(316)] = 4107, + [SMALL_STATE(317)] = 4169, + [SMALL_STATE(318)] = 4203, + [SMALL_STATE(319)] = 4264, + [SMALL_STATE(320)] = 4325, + [SMALL_STATE(321)] = 4386, + [SMALL_STATE(322)] = 4447, + [SMALL_STATE(323)] = 4508, + [SMALL_STATE(324)] = 4536, + [SMALL_STATE(325)] = 4574, + [SMALL_STATE(326)] = 4599, + [SMALL_STATE(327)] = 4624, + [SMALL_STATE(328)] = 4649, + [SMALL_STATE(329)] = 4674, + [SMALL_STATE(330)] = 4699, + [SMALL_STATE(331)] = 4724, + [SMALL_STATE(332)] = 4749, + [SMALL_STATE(333)] = 4774, + [SMALL_STATE(334)] = 4799, + [SMALL_STATE(335)] = 4824, + [SMALL_STATE(336)] = 4849, + [SMALL_STATE(337)] = 4876, + [SMALL_STATE(338)] = 4901, + [SMALL_STATE(339)] = 4926, + [SMALL_STATE(340)] = 4951, + [SMALL_STATE(341)] = 5002, + [SMALL_STATE(342)] = 5027, + [SMALL_STATE(343)] = 5052, + [SMALL_STATE(344)] = 5077, + [SMALL_STATE(345)] = 5102, + [SMALL_STATE(346)] = 5127, + [SMALL_STATE(347)] = 5152, + [SMALL_STATE(348)] = 5177, + [SMALL_STATE(349)] = 5202, + [SMALL_STATE(350)] = 5227, + [SMALL_STATE(351)] = 5252, + [SMALL_STATE(352)] = 5277, + [SMALL_STATE(353)] = 5302, + [SMALL_STATE(354)] = 5327, + [SMALL_STATE(355)] = 5352, + [SMALL_STATE(356)] = 5403, + [SMALL_STATE(357)] = 5428, + [SMALL_STATE(358)] = 5453, + [SMALL_STATE(359)] = 5478, + [SMALL_STATE(360)] = 5503, + [SMALL_STATE(361)] = 5558, + [SMALL_STATE(362)] = 5583, + [SMALL_STATE(363)] = 5608, + [SMALL_STATE(364)] = 5633, + [SMALL_STATE(365)] = 5658, + [SMALL_STATE(366)] = 5683, + [SMALL_STATE(367)] = 5708, + [SMALL_STATE(368)] = 5733, + [SMALL_STATE(369)] = 5758, + [SMALL_STATE(370)] = 5783, + [SMALL_STATE(371)] = 5808, + [SMALL_STATE(372)] = 5833, + [SMALL_STATE(373)] = 5858, + [SMALL_STATE(374)] = 5885, + [SMALL_STATE(375)] = 5910, + [SMALL_STATE(376)] = 5935, + [SMALL_STATE(377)] = 5960, + [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(386)] = 6241, + [SMALL_STATE(387)] = 6266, + [SMALL_STATE(388)] = 6291, + [SMALL_STATE(389)] = 6318, + [SMALL_STATE(390)] = 6343, + [SMALL_STATE(391)] = 6394, + [SMALL_STATE(392)] = 6419, + [SMALL_STATE(393)] = 6444, + [SMALL_STATE(394)] = 6469, + [SMALL_STATE(395)] = 6524, + [SMALL_STATE(396)] = 6549, + [SMALL_STATE(397)] = 6574, + [SMALL_STATE(398)] = 6599, + [SMALL_STATE(399)] = 6624, + [SMALL_STATE(400)] = 6649, + [SMALL_STATE(401)] = 6674, + [SMALL_STATE(402)] = 6699, + [SMALL_STATE(403)] = 6724, + [SMALL_STATE(404)] = 6749, + [SMALL_STATE(405)] = 6774, + [SMALL_STATE(406)] = 6799, + [SMALL_STATE(407)] = 6824, + [SMALL_STATE(408)] = 6849, + [SMALL_STATE(409)] = 6874, + [SMALL_STATE(410)] = 6899, + [SMALL_STATE(411)] = 6924, + [SMALL_STATE(412)] = 6949, + [SMALL_STATE(413)] = 6974, + [SMALL_STATE(414)] = 6999, + [SMALL_STATE(415)] = 7024, + [SMALL_STATE(416)] = 7049, + [SMALL_STATE(417)] = 7074, + [SMALL_STATE(418)] = 7099, + [SMALL_STATE(419)] = 7124, + [SMALL_STATE(420)] = 7149, + [SMALL_STATE(421)] = 7174, + [SMALL_STATE(422)] = 7199, + [SMALL_STATE(423)] = 7254, + [SMALL_STATE(424)] = 7279, + [SMALL_STATE(425)] = 7301, + [SMALL_STATE(426)] = 7341, + [SMALL_STATE(427)] = 7381, + [SMALL_STATE(428)] = 7421, + [SMALL_STATE(429)] = 7461, + [SMALL_STATE(430)] = 7501, + [SMALL_STATE(431)] = 7541, + [SMALL_STATE(432)] = 7581, + [SMALL_STATE(433)] = 7621, + [SMALL_STATE(434)] = 7661, + [SMALL_STATE(435)] = 7701, + [SMALL_STATE(436)] = 7722, + [SMALL_STATE(437)] = 7743, + [SMALL_STATE(438)] = 7764, + [SMALL_STATE(439)] = 7785, + [SMALL_STATE(440)] = 7806, + [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(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(457)] = 8169, + [SMALL_STATE(458)] = 8188, + [SMALL_STATE(459)] = 8207, + [SMALL_STATE(460)] = 8226, + [SMALL_STATE(461)] = 8245, + [SMALL_STATE(462)] = 8264, + [SMALL_STATE(463)] = 8283, + [SMALL_STATE(464)] = 8302, + [SMALL_STATE(465)] = 8318, + [SMALL_STATE(466)] = 8333, + [SMALL_STATE(467)] = 8345, + [SMALL_STATE(468)] = 8358, + [SMALL_STATE(469)] = 8371, + [SMALL_STATE(470)] = 8384, + [SMALL_STATE(471)] = 8397, + [SMALL_STATE(472)] = 8410, + [SMALL_STATE(473)] = 8423, + [SMALL_STATE(474)] = 8436, + [SMALL_STATE(475)] = 8449, + [SMALL_STATE(476)] = 8462, + [SMALL_STATE(477)] = 8475, + [SMALL_STATE(478)] = 8488, + [SMALL_STATE(479)] = 8501, + [SMALL_STATE(480)] = 8514, + [SMALL_STATE(481)] = 8527, + [SMALL_STATE(482)] = 8540, + [SMALL_STATE(483)] = 8553, + [SMALL_STATE(484)] = 8563, + [SMALL_STATE(485)] = 8570, + [SMALL_STATE(486)] = 8577, + [SMALL_STATE(487)] = 8584, + [SMALL_STATE(488)] = 8591, + [SMALL_STATE(489)] = 8598, + [SMALL_STATE(490)] = 8602, + [SMALL_STATE(491)] = 8606, + [SMALL_STATE(492)] = 8610, + [SMALL_STATE(493)] = 8614, + [SMALL_STATE(494)] = 8618, + [SMALL_STATE(495)] = 8622, }; static const TSParseActionEntry ts_parse_actions[] = { [0] = {.entry = {.count = 0, .reusable = false}}, [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source, 0), - [5] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(483), - [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), - [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10), - [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(207), - [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [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), + [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19), + [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), + [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), + [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), - [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(305), - [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(463), + [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(315), + [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(467), [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), - [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), - [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(32), + [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(28), [53] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(2), - [56] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(68), - [59] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(291), - [62] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(245), - [65] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(483), - [68] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(483), - [71] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(206), - [74] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(291), - [77] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(207), - [80] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(76), - [83] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(72), + [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), + [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), + [80] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(164), + [83] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(162), [86] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(9), [89] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), - [91] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(3), + [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(305), - [100] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(463), + [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), - [106] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(25), - [109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(424), - [112] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(361), - [115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(28), - [118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(29), - [121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(30), - [124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(31), - [127] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(32), - [130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), - [134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(291), - [136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), - [140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), - [142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), - [144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(5), - [147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(68), - [150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(245), - [153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(483), - [156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(483), - [159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(206), - [162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(5), - [165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(207), - [168] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(76), - [171] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(72), - [174] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(9), - [177] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(3), - [180] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(11), - [183] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(305), - [186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(463), - [189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(475), - [192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(25), - [195] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(424), - [198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(361), - [201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(28), - [204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(29), - [207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(30), - [210] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(31), - [213] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(32), - [216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), - [218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source, 1), - [234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), - [236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5), - [238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), - [242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), - [244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), - [246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), - [248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), - [254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), - [258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), - [262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), - [266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(482), - [270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), - [272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216), - [274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(301), - [276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(47), - [288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), - [292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(228), - [294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(257), - [298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), - [302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(236), - [304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(289), - [310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(237), - [316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), - [320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(479), - [324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), - [326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(352), - [330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(346), - [332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), - [334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(299), - [340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(477), - [342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), - [344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), - [348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), - [350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), - [354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(195), - [360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(286), - [366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(283), - [372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), - [374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(282), - [378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), - [380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), - [382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(281), - [384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(280), - [390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(480), - [394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), - [396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(345), - [398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(304), - [400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), - [404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(136), - [412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), - [416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(344), - [418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(238), - [424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), - [428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(239), - [430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(260), - [436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), - [440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(243), - [442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(269), - [446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), - [448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(481), - [450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), - [452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339), - [454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(306), - [456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), - [466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(135), - [468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), - [470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), - [472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), - [474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340), - [476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), - [478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(383), - [480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), - [482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384), - [484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), - [492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338), - [494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337), + [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), + [115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(24), + [118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(25), + [121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(26), + [124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(27), + [127] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 21), SHIFT_REPEAT(28), + [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), + [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), + [148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), + [162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), + [168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), + [174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), + [176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), + [184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source, 1), + [186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20), + [190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), + [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), + [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), + [216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(164), + [219] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(162), + [222] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(9), + [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), + [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), + [249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(24), + [252] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(25), + [255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(26), + [258] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(27), + [261] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(28), + [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), + [274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420), + [278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), + [280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [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), + [290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), + [292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), + [294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [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(133), - [502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), - [504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(336), - [506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), - [508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), - [510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), - [512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(331), - [516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(327), - [524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(324), - [532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204), - [536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), - [538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(323), - [540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), - [544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(319), - [546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), - [550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(259), - [552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(252), - [556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(251), - [560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), - [564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), - [566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(249), - [570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(248), - [574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364), - [580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(247), - [584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), - [586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(318), - [592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317), - [598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), - [604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(395), - [606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(235), - [620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), - [622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(231), - [626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(382), - [630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), - [632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(224), - [634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(220), - [638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(219), - [642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(218), - [646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), - [650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), - [656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), - [658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(398), - [662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(375), - [668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), - [670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381), - [672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(215), - [676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(213), - [682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), - [686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(211), - [688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(397), - [698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363), - [706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), - [708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(362), - [716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378), - [722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(386), - [728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(393), - [734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), - [736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(387), - [738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), - [740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), - [742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(210), - [746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391), - [752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(406), - [758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(405), - [764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), - [766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), - [780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), - [786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), - [802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), - [828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_kwd_lit, 2, .production_id = 8), - [830] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_kwd_lit, 2, .production_id = 8), - [832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(267), - [834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tagged_or_ctor_lit, 4, .production_id = 31), - [836] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tagged_or_ctor_lit, 4, .production_id = 31), - [838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_read_cond_lit, 3, .production_id = 25), - [840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_read_cond_lit, 3, .production_id = 25), - [842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_str_lit, 1), - [844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_str_lit, 1), - [846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sym_lit, 1, .production_id = 1), - [848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), - [850] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sym_lit, 1, .production_id = 1), - [852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_lit, 1, .production_id = 5), - [854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_lit, 1, .production_id = 5), - [856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_read_cond_lit, 3, .production_id = 26), - [858] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_read_cond_lit, 3, .production_id = 26), - [860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tagged_or_ctor_lit, 6, .production_id = 42), - [862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tagged_or_ctor_lit, 6, .production_id = 42), - [864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tagged_or_ctor_lit, 5, .production_id = 41), - [866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tagged_or_ctor_lit, 5, .production_id = 41), - [868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ns_map_lit, 5, .production_id = 39), - [870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ns_map_lit, 5, .production_id = 39), - [872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tagged_or_ctor_lit, 5, .production_id = 40), - [874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tagged_or_ctor_lit, 5, .production_id = 40), - [876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tagged_or_ctor_lit, 5, .production_id = 38), - [878] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tagged_or_ctor_lit, 5, .production_id = 38), - [880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoting_lit, 4, .production_id = 37), - [882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoting_lit, 4, .production_id = 37), - [884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquote_splicing_lit, 4, .production_id = 37), - [886] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquote_splicing_lit, 4, .production_id = 37), - [888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_syn_quoting_lit, 4, .production_id = 37), - [890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_syn_quoting_lit, 4, .production_id = 37), - [892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quoting_lit, 4, .production_id = 37), - [894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_quoting_lit, 4, .production_id = 37), - [896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derefing_lit, 4, .production_id = 37), - [898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_derefing_lit, 4, .production_id = 37), - [900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_evaling_lit, 4, .production_id = 37), - [902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_evaling_lit, 4, .production_id = 37), - [904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_quoting_lit, 4, .production_id = 37), - [906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_quoting_lit, 4, .production_id = 37), - [908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_splicing_read_cond_lit, 4, .production_id = 36), - [910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_splicing_read_cond_lit, 4, .production_id = 36), - [912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_read_cond_lit, 4, .production_id = 36), - [914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_read_cond_lit, 4, .production_id = 36), - [916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ns_map_lit, 4, .production_id = 34), - [918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ns_map_lit, 4, .production_id = 34), - [920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tagged_or_ctor_lit, 4, .production_id = 35), - [922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tagged_or_ctor_lit, 4, .production_id = 35), - [924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sym_lit, 4, .production_id = 33), - [926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sym_lit, 4, .production_id = 33), - [928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tagged_or_ctor_lit, 4, .production_id = 32), - [930] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tagged_or_ctor_lit, 4, .production_id = 32), - [932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ns_map_lit, 4, .production_id = 30), - [934] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ns_map_lit, 4, .production_id = 30), - [936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__bare_set_lit, 4, .production_id = 29), - [938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__bare_set_lit, 4, .production_id = 29), - [940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_kwd_lit, 4, .production_id = 28), - [942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_kwd_lit, 4, .production_id = 28), - [944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoting_lit, 3, .production_id = 27), - [946] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoting_lit, 3, .production_id = 27), - [948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquote_splicing_lit, 3, .production_id = 27), - [950] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquote_splicing_lit, 3, .production_id = 27), - [952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_syn_quoting_lit, 3, .production_id = 27), - [954] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_syn_quoting_lit, 3, .production_id = 27), - [956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quoting_lit, 3, .production_id = 27), - [958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_quoting_lit, 3, .production_id = 27), - [960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derefing_lit, 3, .production_id = 27), - [962] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_derefing_lit, 3, .production_id = 27), - [964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_evaling_lit, 3, .production_id = 27), - [966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_evaling_lit, 3, .production_id = 27), - [968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_quoting_lit, 3, .production_id = 27), - [970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_quoting_lit, 3, .production_id = 27), - [972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_splicing_read_cond_lit, 3, .production_id = 26), - [974] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_splicing_read_cond_lit, 3, .production_id = 26), - [976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anon_fn_lit, 3, .production_id = 26), - [978] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anon_fn_lit, 3, .production_id = 26), - [980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoting_lit, 3, .production_id = 17), - [982] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoting_lit, 3, .production_id = 17), - [984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquote_splicing_lit, 3, .production_id = 17), - [986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquote_splicing_lit, 3, .production_id = 17), - [988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_syn_quoting_lit, 3, .production_id = 17), - [990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_syn_quoting_lit, 3, .production_id = 17), - [992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map_lit, 1, .production_id = 5), - [994] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map_lit, 1, .production_id = 5), - [996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quoting_lit, 3, .production_id = 17), - [998] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_quoting_lit, 3, .production_id = 17), - [1000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derefing_lit, 3, .production_id = 17), - [1002] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_derefing_lit, 3, .production_id = 17), - [1004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_evaling_lit, 3, .production_id = 17), - [1006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_evaling_lit, 3, .production_id = 17), - [1008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sym_val_lit, 3, .production_id = 17), - [1010] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sym_val_lit, 3, .production_id = 17), - [1012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_vec_lit, 1, .production_id = 5), - [1014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_vec_lit, 1, .production_id = 5), - [1016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_lit, 1, .production_id = 6), - [1018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set_lit, 1, .production_id = 6), - [1020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_quoting_lit, 3, .production_id = 17), - [1022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_quoting_lit, 3, .production_id = 17), - [1024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_splicing_read_cond_lit, 3, .production_id = 25), - [1026] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_splicing_read_cond_lit, 3, .production_id = 25), - [1028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dis_expr, 2, .production_id = 7), - [1030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dis_expr, 2, .production_id = 7), - [1032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tagged_or_ctor_lit, 3, .production_id = 24), - [1034] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tagged_or_ctor_lit, 3, .production_id = 24), - [1036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ns_map_lit, 3, .production_id = 23), - [1038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ns_map_lit, 3, .production_id = 23), - [1040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__bare_set_lit, 3, .production_id = 22), - [1042] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__bare_set_lit, 3, .production_id = 22), - [1044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__bare_vec_lit, 3, .production_id = 20), - [1046] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__bare_vec_lit, 3, .production_id = 20), + [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), + [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), + [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), + [750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(265), + [754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(222), + [760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(300), + [764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(274), + [768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), + [770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(250), + [772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [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), + [784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), + [806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), + [832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), + [840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), + [848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), + [856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_kwd_lit, 2, .production_id = 8), + [862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_kwd_lit, 2, .production_id = 8), + [864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(259), + [866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_syn_quoting_lit, 3, .production_id = 17), + [868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_syn_quoting_lit, 3, .production_id = 17), + [870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__bare_set_lit, 3, .production_id = 22), + [872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__bare_set_lit, 3, .production_id = 22), + [874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_str_lit, 1), + [876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_str_lit, 1), + [878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sym_lit, 1, .production_id = 1), + [880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), + [882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sym_lit, 1, .production_id = 1), + [884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_lit, 1, .production_id = 5), + [886] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_lit, 1, .production_id = 5), + [888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map_lit, 1, .production_id = 5), + [890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map_lit, 1, .production_id = 5), + [892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_read_cond_lit, 4, .production_id = 36), + [894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_read_cond_lit, 4, .production_id = 36), + [896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ns_map_lit, 5, .production_id = 39), + [898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ns_map_lit, 5, .production_id = 39), + [900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tagged_or_ctor_lit, 4, .production_id = 35), + [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), + [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), + [980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_derefing_lit, 2, .production_id = 7), + [982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quoting_lit, 2, .production_id = 7), + [984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_quoting_lit, 2, .production_id = 7), + [986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_syn_quoting_lit, 2, .production_id = 7), + [988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_syn_quoting_lit, 2, .production_id = 7), + [990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquote_splicing_lit, 2, .production_id = 7), + [992] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquote_splicing_lit, 2, .production_id = 7), + [994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoting_lit, 2, .production_id = 7), + [996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoting_lit, 2, .production_id = 7), + [998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quoting_lit, 4, .production_id = 37), + [1000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_quoting_lit, 4, .production_id = 37), + [1002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_syn_quoting_lit, 4, .production_id = 37), + [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), + [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), + [1018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map_lit, 2, .production_id = 14), + [1020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_vec_lit, 2, .production_id = 14), + [1022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_vec_lit, 2, .production_id = 14), + [1024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_lit, 2, .production_id = 15), + [1026] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set_lit, 2, .production_id = 15), + [1028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dis_expr, 3, .production_id = 17), + [1030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dis_expr, 3, .production_id = 17), + [1032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ns_map_lit, 4, .production_id = 34), + [1034] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ns_map_lit, 4, .production_id = 34), + [1036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_kwd_lit, 3, .production_id = 18), + [1038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_kwd_lit, 3, .production_id = 18), + [1040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sym_lit, 3, .production_id = 19), + [1042] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sym_lit, 3, .production_id = 19), + [1044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__bare_list_lit, 3, .production_id = 20), + [1046] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__bare_list_lit, 3, .production_id = 20), [1048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__bare_map_lit, 3, .production_id = 20), [1050] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__bare_map_lit, 3, .production_id = 20), - [1052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__bare_list_lit, 3, .production_id = 20), - [1054] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__bare_list_lit, 3, .production_id = 20), - [1056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sym_lit, 3, .production_id = 19), - [1058] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sym_lit, 3, .production_id = 19), - [1060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_kwd_lit, 3, .production_id = 18), - [1062] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_kwd_lit, 3, .production_id = 18), - [1064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), - [1066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dis_expr, 3, .production_id = 17), - [1068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dis_expr, 3, .production_id = 17), - [1070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__bare_list_lit, 2, .production_id = 9), - [1072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__bare_list_lit, 2, .production_id = 9), - [1074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_lit, 2, .production_id = 15), - [1076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set_lit, 2, .production_id = 15), - [1078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_vec_lit, 2, .production_id = 14), - [1080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_vec_lit, 2, .production_id = 14), - [1082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map_lit, 2, .production_id = 14), - [1084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map_lit, 2, .production_id = 14), - [1086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_lit, 2, .production_id = 14), - [1088] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_lit, 2, .production_id = 14), - [1090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__bare_map_lit, 2, .production_id = 9), - [1092] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__bare_map_lit, 2, .production_id = 9), - [1094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sym_lit, 2, .production_id = 13), - [1096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [1098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sym_lit, 2, .production_id = 13), - [1100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__bare_vec_lit, 2, .production_id = 9), - [1102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__bare_vec_lit, 2, .production_id = 9), - [1104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_regex_lit, 2, .production_id = 11), - [1106] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_regex_lit, 2, .production_id = 11), - [1108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoting_lit, 2, .production_id = 7), - [1110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoting_lit, 2, .production_id = 7), - [1112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquote_splicing_lit, 2, .production_id = 7), - [1114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquote_splicing_lit, 2, .production_id = 7), - [1116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_syn_quoting_lit, 2, .production_id = 7), - [1118] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_syn_quoting_lit, 2, .production_id = 7), - [1120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quoting_lit, 2, .production_id = 7), - [1122] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_quoting_lit, 2, .production_id = 7), - [1124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anon_fn_lit, 2, .production_id = 12), - [1126] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anon_fn_lit, 2, .production_id = 12), - [1128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_read_cond_lit, 2, .production_id = 12), - [1130] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_read_cond_lit, 2, .production_id = 12), - [1132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derefing_lit, 2, .production_id = 7), - [1134] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_derefing_lit, 2, .production_id = 7), - [1136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_evaling_lit, 2, .production_id = 7), - [1138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_evaling_lit, 2, .production_id = 7), - [1140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sym_val_lit, 2, .production_id = 7), - [1142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sym_val_lit, 2, .production_id = 7), - [1144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_quoting_lit, 2, .production_id = 7), - [1146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_quoting_lit, 2, .production_id = 7), - [1148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_splicing_read_cond_lit, 2, .production_id = 12), - [1150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_splicing_read_cond_lit, 2, .production_id = 12), - [1152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 1, .production_id = 10), - [1154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__bare_list_lit_repeat1, 1, .production_id = 10), - [1156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(292), - [1159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(68), - [1162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), - [1164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_dis_expr_repeat1, 2), - [1166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [1168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [1170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(308), - [1172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(465), - [1174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), - [1176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [1178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), - [1180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [1182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [1184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [1186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [1188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112), - [1190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), - [1192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [1194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(312), - [1196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(472), - [1198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), - [1200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [1202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), - [1204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), - [1206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [1208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [1210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [1212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(174), - [1214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(311), - [1216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [1218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [1220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [1222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [1224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), - [1226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67), - [1228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(310), - [1230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), - [1232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [1234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), - [1236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [1238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [1240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147), - [1242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(309), - [1244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [1246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [1248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [1250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [1252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [1254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(92), - [1256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [1258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [1260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__metadata_lit, 2, .production_id = 3), - [1262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__metadata_lit, 2, .production_id = 3), - [1264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), - [1266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [1268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), - [1270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [1272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), - [1274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [1276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [1278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [1280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__metadata_lit, 2, .production_id = 4), - [1282] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__metadata_lit, 2, .production_id = 4), - [1284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), - [1286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [1288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [1290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [1292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__metadata_lit, 1, .production_id = 4), - [1294] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__metadata_lit, 1, .production_id = 4), - [1296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [1298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__metadata_lit, 1, .production_id = 3), - [1300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__metadata_lit, 1, .production_id = 3), - [1302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), - [1304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), - [1306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), - [1308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(307), - [1311] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(27), - [1314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [1316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), - [1318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), - [1320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), - [1322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), - [1324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sym_lit_repeat1, 2, .production_id = 16), - [1326] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sym_lit_repeat1, 2, .production_id = 16), SHIFT_REPEAT(76), - [1329] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sym_lit_repeat1, 2, .production_id = 16), SHIFT_REPEAT(72), - [1332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_sym_lit_repeat1, 2, .production_id = 16), - [1334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(404), - [1336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), - [1338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), - [1340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [1342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [1344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), - [1346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [1348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), - [1350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [1352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), - [1354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), - [1356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_meta_lit, 2, .production_id = 7), - [1358] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_meta_lit, 2, .production_id = 7), - [1360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_old_meta_lit, 2, .production_id = 7), - [1362] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_old_meta_lit, 2, .production_id = 7), - [1364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), - [1366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), - [1368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_meta_lit, 3, .production_id = 17), - [1370] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_meta_lit, 3, .production_id = 17), - [1372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_old_meta_lit, 3, .production_id = 17), - [1374] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_old_meta_lit, 3, .production_id = 17), - [1376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), - [1378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [1380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sym_lit_repeat1, 1, .production_id = 2), - [1382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_sym_lit_repeat1, 1, .production_id = 2), - [1384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), - [1386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), - [1388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), - [1390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), - [1392] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(430), - [1395] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(197), - [1398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), - [1400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [1402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [1404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [1406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(439), - [1409] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(82), - [1412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [1414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sym_lit_repeat1, 2, .production_id = 16), SHIFT_REPEAT(196), - [1417] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sym_lit_repeat1, 2, .production_id = 16), SHIFT_REPEAT(190), - [1420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), - [1422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [1424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sym_lit_repeat1, 2, .production_id = 16), SHIFT_REPEAT(116), - [1427] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sym_lit_repeat1, 2, .production_id = 16), SHIFT_REPEAT(118), - [1430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), - [1432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), - [1434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), - [1436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [1438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), - [1440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [1442] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(459), - [1445] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(142), - [1448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_auto_res_mark, 1), - [1450] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_auto_res_mark, 1), + [1052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoting_lit, 3, .production_id = 27), + [1054] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoting_lit, 3, .production_id = 27), + [1056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__bare_vec_lit, 3, .production_id = 20), + [1058] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__bare_vec_lit, 3, .production_id = 20), + [1060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tagged_or_ctor_lit, 5, .production_id = 38), + [1062] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tagged_or_ctor_lit, 5, .production_id = 38), + [1064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ns_map_lit, 3, .production_id = 23), + [1066] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ns_map_lit, 3, .production_id = 23), + [1068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tagged_or_ctor_lit, 3, .production_id = 24), + [1070] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tagged_or_ctor_lit, 3, .production_id = 24), + [1072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_read_cond_lit, 3, .production_id = 25), + [1074] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_read_cond_lit, 3, .production_id = 25), + [1076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_splicing_read_cond_lit, 3, .production_id = 25), + [1078] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_splicing_read_cond_lit, 3, .production_id = 25), + [1080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_quoting_lit, 3, .production_id = 17), + [1082] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_quoting_lit, 3, .production_id = 17), + [1084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sym_val_lit, 3, .production_id = 17), + [1086] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sym_val_lit, 3, .production_id = 17), + [1088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_evaling_lit, 3, .production_id = 17), + [1090] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_evaling_lit, 3, .production_id = 17), + [1092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquote_splicing_lit, 4, .production_id = 37), + [1094] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquote_splicing_lit, 4, .production_id = 37), + [1096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derefing_lit, 3, .production_id = 17), + [1098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_derefing_lit, 3, .production_id = 17), + [1100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quoting_lit, 3, .production_id = 17), + [1102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_quoting_lit, 3, .production_id = 17), + [1104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquote_splicing_lit, 3, .production_id = 17), + [1106] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquote_splicing_lit, 3, .production_id = 17), + [1108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoting_lit, 3, .production_id = 17), + [1110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoting_lit, 3, .production_id = 17), + [1112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anon_fn_lit, 3, .production_id = 26), + [1114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anon_fn_lit, 3, .production_id = 26), + [1116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_read_cond_lit, 3, .production_id = 26), + [1118] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_read_cond_lit, 3, .production_id = 26), + [1120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_splicing_read_cond_lit, 3, .production_id = 26), + [1122] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_splicing_read_cond_lit, 3, .production_id = 26), + [1124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_quoting_lit, 3, .production_id = 27), + [1126] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_quoting_lit, 3, .production_id = 27), + [1128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_evaling_lit, 3, .production_id = 27), + [1130] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_evaling_lit, 3, .production_id = 27), + [1132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derefing_lit, 3, .production_id = 27), + [1134] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_derefing_lit, 3, .production_id = 27), + [1136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tagged_or_ctor_lit, 6, .production_id = 42), + [1138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tagged_or_ctor_lit, 6, .production_id = 42), + [1140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quoting_lit, 3, .production_id = 27), + [1142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_quoting_lit, 3, .production_id = 27), + [1144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_syn_quoting_lit, 3, .production_id = 27), + [1146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_syn_quoting_lit, 3, .production_id = 27), + [1148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquote_splicing_lit, 3, .production_id = 27), + [1150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquote_splicing_lit, 3, .production_id = 27), + [1152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tagged_or_ctor_lit, 5, .production_id = 41), + [1154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tagged_or_ctor_lit, 5, .production_id = 41), + [1156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_kwd_lit, 4, .production_id = 28), + [1158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_kwd_lit, 4, .production_id = 28), + [1160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__bare_set_lit, 4, .production_id = 29), + [1162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__bare_set_lit, 4, .production_id = 29), + [1164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ns_map_lit, 4, .production_id = 30), + [1166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ns_map_lit, 4, .production_id = 30), + [1168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tagged_or_ctor_lit, 4, .production_id = 31), + [1170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tagged_or_ctor_lit, 4, .production_id = 31), + [1172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tagged_or_ctor_lit, 4, .production_id = 32), + [1174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tagged_or_ctor_lit, 4, .production_id = 32), + [1176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sym_lit, 4, .production_id = 33), + [1178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sym_lit, 4, .production_id = 33), + [1180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoting_lit, 4, .production_id = 37), + [1182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoting_lit, 4, .production_id = 37), + [1184] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(301), + [1187] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(106), + [1190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), + [1192] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_dis_expr_repeat1, 2), + [1194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 1, .production_id = 10), + [1196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__bare_list_lit_repeat1, 1, .production_id = 10), + [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), + [1208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [1210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), + [1212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [1214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [1216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [1218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [1220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141), + [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), + [1232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [1234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [1236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [1238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [1240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [1242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [1244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(93), + [1246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(318), + [1248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [1250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [1252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [1254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [1256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [1258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(92), + [1260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(319), + [1262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [1264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [1266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [1268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), + [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), + [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), + [1290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [1292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [1294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [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), + [1308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [1310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [1312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [1314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__metadata_lit, 2, .production_id = 4), + [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), + [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), + [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), + [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), + [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), + [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), + [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), + [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 = false}}, SHIFT(268), - [1456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), - [1458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), - [1460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), - [1462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), - [1464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), - [1466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), - [1468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), - [1470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), - [1472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), - [1474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_read_cond_lit_repeat1, 2), SHIFT_REPEAT(478), - [1477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_read_cond_lit_repeat1, 2), - [1479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [1481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [1483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [1485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), - [1487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [1489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [1491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), - [1493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [1495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [1497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [1499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), - [1501] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [1503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [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), + [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), + [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), + [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), + [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(), + [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), }; #ifdef __cplusplus