From 5061d42a39183cdffbe341adf82fab3ed9fb8b91 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Sat, 26 Aug 2023 00:48:29 +0200 Subject: [PATCH] Bump version and update dependencies --- package-lock.json | 32 +- package.json | 6 +- src/parser.c | 29219 ++++++++++++++++++++++---------------------- test/sly | 2 +- 4 files changed, 14630 insertions(+), 14629 deletions(-) diff --git a/package-lock.json b/package-lock.json index a1f37b9..b9c05ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,30 +1,30 @@ { "name": "tree-sitter-commonlisp", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tree-sitter-commonlisp", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "dependencies": { - "nan": "^2.15.0", + "nan": "^2.17.0", "tree-sitter-clojure": "git@github.com:theHamsta/tree-sitter-clojure-1.git#95c7959c461406381b42113dcf4591008c663d21" }, "devDependencies": { - "tree-sitter-cli": "^0.20.4" + "tree-sitter-cli": "^0.20.8" } }, "node_modules/nan": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/nan/-/nan-2.15.0.tgz", - "integrity": "sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==" + "version": "2.17.0", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.17.0.tgz", + "integrity": "sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==" }, "node_modules/tree-sitter-cli": { - "version": "0.20.4", - "resolved": "https://registry.npmjs.org/tree-sitter-cli/-/tree-sitter-cli-0.20.4.tgz", - "integrity": "sha512-G42x0Ev7mxA8WLUfZY+two5LIhPf6R/m7qDZtKxOzE77zXi6didNI/vf17kHaKaRXJrWnyCxHFaVQFO2LL81yg==", + "version": "0.20.8", + "resolved": "https://registry.npmjs.org/tree-sitter-cli/-/tree-sitter-cli-0.20.8.tgz", + "integrity": "sha512-XjTcS3wdTy/2cc/ptMLc/WRyOLECRYcMTrSWyhZnj1oGSOWbHLTklgsgRICU3cPfb0vy+oZCC33M43u6R1HSCA==", "dev": true, "hasInstallScript": true, "bin": { @@ -53,14 +53,14 @@ }, "dependencies": { "nan": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/nan/-/nan-2.15.0.tgz", - "integrity": "sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==" + "version": "2.17.0", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.17.0.tgz", + "integrity": "sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==" }, "tree-sitter-cli": { - "version": "0.20.4", - "resolved": "https://registry.npmjs.org/tree-sitter-cli/-/tree-sitter-cli-0.20.4.tgz", - "integrity": "sha512-G42x0Ev7mxA8WLUfZY+two5LIhPf6R/m7qDZtKxOzE77zXi6didNI/vf17kHaKaRXJrWnyCxHFaVQFO2LL81yg==", + "version": "0.20.8", + "resolved": "https://registry.npmjs.org/tree-sitter-cli/-/tree-sitter-cli-0.20.8.tgz", + "integrity": "sha512-XjTcS3wdTy/2cc/ptMLc/WRyOLECRYcMTrSWyhZnj1oGSOWbHLTklgsgRICU3cPfb0vy+oZCC33M43u6R1HSCA==", "dev": true }, "tree-sitter-clojure": { diff --git a/package.json b/package.json index 780cf15..ca76a7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-commonlisp", - "version": "0.3.0", + "version": "0.3.1", "description": "Tree-sitter grammar for Common Lisp", "tree-sitter": [ { @@ -17,7 +17,7 @@ "author": "Stephan Seitz", "license": "MIT", "dependencies": { - "nan": "^2.15.0", + "nan": "^2.17.0", "tree-sitter-clojure": "git@github.com:theHamsta/tree-sitter-clojure-1.git#95c7959c461406381b42113dcf4591008c663d21" }, "repository": { @@ -25,6 +25,6 @@ "url": "git://github.com/theHamsta/tree-sitter-commonlisp" }, "devDependencies": { - "tree-sitter-cli": "^0.20.4" + "tree-sitter-cli": "^0.20.8" } } diff --git a/src/parser.c b/src/parser.c index 2cf5e00..07bd4bf 100644 --- a/src/parser.c +++ b/src/parser.c @@ -13,7 +13,7 @@ #pragma GCC optimize ("O0") #endif -#define LANGUAGE_VERSION 13 +#define LANGUAGE_VERSION 14 #define STATE_COUNT 4165 #define LARGE_STATE_COUNT 405 #define SYMBOL_COUNT 184 @@ -2662,115 +2662,115 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [291] = 291, [292] = 292, [293] = 293, - [294] = 294, - [295] = 291, + [294] = 291, + [295] = 295, [296] = 296, - [297] = 290, - [298] = 298, - [299] = 298, + [297] = 297, + [298] = 297, + [299] = 296, [300] = 300, [301] = 301, - [302] = 296, + [302] = 295, [303] = 291, - [304] = 296, - [305] = 294, - [306] = 306, + [304] = 295, + [305] = 293, + [306] = 293, [307] = 307, [308] = 308, [309] = 309, - [310] = 292, - [311] = 293, - [312] = 298, - [313] = 290, + [310] = 290, + [311] = 292, + [312] = 297, + [313] = 296, [314] = 300, [315] = 315, [316] = 301, - [317] = 296, + [317] = 295, [318] = 291, - [319] = 294, + [319] = 293, [320] = 308, [321] = 321, [322] = 309, - [323] = 292, - [324] = 293, - [325] = 298, - [326] = 290, + [323] = 290, + [324] = 292, + [325] = 297, + [326] = 296, [327] = 300, [328] = 301, - [329] = 296, + [329] = 295, [330] = 291, - [331] = 294, - [332] = 308, - [333] = 309, + [331] = 308, + [332] = 309, + [333] = 290, [334] = 292, - [335] = 301, - [336] = 308, - [337] = 300, - [338] = 293, - [339] = 292, - [340] = 298, - [341] = 290, - [342] = 309, - [343] = 300, - [344] = 301, - [345] = 308, - [346] = 296, - [347] = 309, - [348] = 294, + [335] = 296, + [336] = 301, + [337] = 290, + [338] = 300, + [339] = 297, + [340] = 309, + [341] = 309, + [342] = 300, + [343] = 301, + [344] = 308, + [345] = 295, + [346] = 346, + [347] = 292, + [348] = 293, [349] = 301, - [350] = 293, + [350] = 308, [351] = 309, - [352] = 292, + [352] = 290, [353] = 353, - [354] = 293, - [355] = 298, - [356] = 290, + [354] = 292, + [355] = 297, + [356] = 296, [357] = 300, [358] = 301, [359] = 309, - [360] = 296, + [360] = 295, [361] = 291, - [362] = 294, + [362] = 293, [363] = 308, [364] = 308, [365] = 309, - [366] = 292, - [367] = 293, - [368] = 298, - [369] = 290, + [366] = 290, + [367] = 292, + [368] = 297, + [369] = 296, [370] = 300, [371] = 301, - [372] = 292, - [373] = 293, + [372] = 290, + [373] = 292, [374] = 308, [375] = 375, - [376] = 296, + [376] = 295, [377] = 291, - [378] = 294, + [378] = 293, [379] = 308, [380] = 309, - [381] = 292, - [382] = 293, - [383] = 298, + [381] = 290, + [382] = 292, + [383] = 297, [384] = 300, - [385] = 294, - [386] = 290, + [385] = 293, + [386] = 296, [387] = 300, [388] = 291, [389] = 301, - [390] = 296, - [391] = 294, + [390] = 295, + [391] = 293, [392] = 291, - [393] = 298, + [393] = 297, [394] = 291, - [395] = 294, + [395] = 293, [396] = 309, - [397] = 292, - [398] = 293, - [399] = 290, + [397] = 290, + [398] = 292, + [399] = 296, [400] = 400, - [401] = 298, - [402] = 290, + [401] = 297, + [402] = 296, [403] = 300, [404] = 301, [405] = 405, @@ -3553,12 +3553,12 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1182] = 1050, [1183] = 1014, [1184] = 1083, - [1185] = 1017, - [1186] = 1051, - [1187] = 1018, - [1188] = 1074, - [1189] = 1073, - [1190] = 1070, + [1185] = 1074, + [1186] = 1073, + [1187] = 1070, + [1188] = 1017, + [1189] = 1051, + [1190] = 1018, [1191] = 1069, [1192] = 1067, [1193] = 997, @@ -3861,40 +3861,40 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1490] = 1060, [1491] = 1083, [1492] = 1017, - [1493] = 1084, + [1493] = 1018, [1494] = 998, [1495] = 1063, [1496] = 1059, [1497] = 1057, [1498] = 1051, - [1499] = 1050, - [1500] = 1500, - [1501] = 1118, - [1502] = 1130, - [1503] = 1071, - [1504] = 1005, - [1505] = 1011, - [1506] = 1047, - [1507] = 1046, - [1508] = 1043, - [1509] = 1039, - [1510] = 1036, - [1511] = 1033, - [1512] = 1512, - [1513] = 1029, - [1514] = 1514, - [1515] = 1022, - [1516] = 1021, - [1517] = 1018, - [1518] = 1015, - [1519] = 1013, - [1520] = 1012, - [1521] = 1010, - [1522] = 1009, - [1523] = 1006, - [1524] = 1049, - [1525] = 997, - [1526] = 1055, + [1499] = 1499, + [1500] = 1118, + [1501] = 1130, + [1502] = 1071, + [1503] = 1005, + [1504] = 1011, + [1505] = 1049, + [1506] = 997, + [1507] = 1055, + [1508] = 1050, + [1509] = 1047, + [1510] = 1046, + [1511] = 1043, + [1512] = 1039, + [1513] = 1036, + [1514] = 1033, + [1515] = 1515, + [1516] = 1029, + [1517] = 1517, + [1518] = 1022, + [1519] = 1021, + [1520] = 1016, + [1521] = 1015, + [1522] = 1013, + [1523] = 1012, + [1524] = 1010, + [1525] = 1009, + [1526] = 1006, [1527] = 1056, [1528] = 1004, [1529] = 1003, @@ -3908,7 +3908,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1537] = 1091, [1538] = 1103, [1539] = 1113, - [1540] = 1126, + [1540] = 1023, [1541] = 1052, [1542] = 1127, [1543] = 1124, @@ -3924,10 +3924,10 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1553] = 1008, [1554] = 1014, [1555] = 1555, - [1556] = 1016, - [1557] = 1072, - [1558] = 1048, - [1559] = 1024, + [1556] = 1024, + [1557] = 1069, + [1558] = 1126, + [1559] = 1020, [1560] = 1025, [1561] = 1026, [1562] = 1027, @@ -3943,13 +3943,13 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1572] = 1041, [1573] = 1042, [1574] = 1045, - [1575] = 1023, + [1575] = 1048, [1576] = 1058, [1577] = 1062, [1578] = 1065, [1579] = 1066, [1580] = 1068, - [1581] = 1020, + [1581] = 1072, [1582] = 1075, [1583] = 1076, [1584] = 1077, @@ -3957,7 +3957,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1586] = 1080, [1587] = 1081, [1588] = 1082, - [1589] = 1069, + [1589] = 1084, [1590] = 1085, [1591] = 1086, [1592] = 1087, @@ -4352,20 +4352,20 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1981] = 1981, [1982] = 1982, [1983] = 1983, - [1984] = 1980, + [1984] = 1984, [1985] = 1985, - [1986] = 1986, + [1986] = 1984, [1987] = 1987, - [1988] = 1980, - [1989] = 1980, - [1990] = 1980, + [1988] = 1984, + [1989] = 1984, + [1990] = 1984, [1991] = 1991, - [1992] = 1992, + [1992] = 1984, [1993] = 1993, - [1994] = 1980, + [1994] = 1984, [1995] = 1995, [1996] = 1996, - [1997] = 1980, + [1997] = 1984, [1998] = 1998, [1999] = 1999, [2000] = 2000, @@ -4379,13 +4379,13 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2008] = 2008, [2009] = 2009, [2010] = 2010, - [2011] = 1980, - [2012] = 1980, - [2013] = 2013, + [2011] = 2011, + [2012] = 2012, + [2013] = 1984, [2014] = 2014, [2015] = 2015, [2016] = 2016, - [2017] = 1980, + [2017] = 1984, [2018] = 2018, [2019] = 2019, [2020] = 2020, @@ -5168,7 +5168,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2797] = 1041, [2798] = 1014, [2799] = 1113, - [2800] = 1030, + [2800] = 1036, [2801] = 1033, [2802] = 1127, [2803] = 997, @@ -5179,26 +5179,26 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2808] = 2804, [2809] = 1041, [2810] = 2804, - [2811] = 1036, - [2812] = 2804, + [2811] = 2804, + [2812] = 1030, [2813] = 2804, [2814] = 1017, [2815] = 2804, [2816] = 1130, - [2817] = 999, + [2817] = 1018, [2818] = 1049, [2819] = 1118, [2820] = 1051, - [2821] = 2804, - [2822] = 1055, - [2823] = 1018, + [2821] = 1055, + [2822] = 1000, + [2823] = 2804, [2824] = 1028, [2825] = 1123, [2826] = 1014, [2827] = 2804, [2828] = 2804, [2829] = 1019, - [2830] = 2804, + [2830] = 999, [2831] = 1067, [2832] = 2804, [2833] = 2804, @@ -5208,7 +5208,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2837] = 1061, [2838] = 1011, [2839] = 2804, - [2840] = 1000, + [2840] = 2804, [2841] = 2804, [2842] = 1010, [2843] = 1009, @@ -5273,17 +5273,17 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2902] = 990, [2903] = 990, [2904] = 1100, - [2905] = 1110, + [2905] = 1120, [2906] = 1052, [2907] = 1034, [2908] = 1026, [2909] = 1065, [2910] = 1025, [2911] = 1126, - [2912] = 1032, + [2912] = 1104, [2913] = 1057, [2914] = 1040, - [2915] = 1038, + [2915] = 1032, [2916] = 1062, [2917] = 1004, [2918] = 1066, @@ -5292,12 +5292,12 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2921] = 1063, [2922] = 1023, [2923] = 998, - [2924] = 2924, - [2925] = 1068, - [2926] = 1020, - [2927] = 1075, - [2928] = 1076, - [2929] = 1077, + [2924] = 1072, + [2925] = 1020, + [2926] = 1075, + [2927] = 1076, + [2928] = 1077, + [2929] = 1016, [2930] = 1078, [2931] = 1080, [2932] = 1050, @@ -5307,174 +5307,174 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2936] = 1043, [2937] = 1082, [2938] = 1084, - [2939] = 1103, + [2939] = 2939, [2940] = 1039, - [2941] = 1031, + [2941] = 1068, [2942] = 1085, [2943] = 1086, - [2944] = 1091, - [2945] = 1079, + [2944] = 1103, + [2945] = 1031, [2946] = 1087, [2947] = 1088, - [2948] = 1122, - [2949] = 1104, - [2950] = 1111, - [2951] = 1059, - [2952] = 1109, - [2953] = 1117, - [2954] = 1058, - [2955] = 1107, - [2956] = 1108, + [2948] = 1091, + [2949] = 1079, + [2950] = 1122, + [2951] = 1101, + [2952] = 1111, + [2953] = 1110, + [2954] = 1109, + [2955] = 1117, + [2956] = 1058, [2957] = 1090, - [2958] = 1098, + [2958] = 1107, [2959] = 1093, - [2960] = 1048, - [2961] = 1053, - [2962] = 1045, - [2963] = 1042, + [2960] = 1108, + [2961] = 1098, + [2962] = 1048, + [2963] = 1053, [2964] = 1029, - [2965] = 1064, + [2965] = 1045, [2966] = 1094, [2967] = 1095, - [2968] = 2858, + [2968] = 1042, [2969] = 2868, [2970] = 2869, [2971] = 1007, - [2972] = 2859, - [2973] = 1001, - [2974] = 1002, + [2972] = 1064, + [2973] = 2858, + [2974] = 2859, [2975] = 1096, [2976] = 2976, - [2977] = 1054, + [2977] = 1001, [2978] = 1097, - [2979] = 1003, - [2980] = 1022, - [2981] = 1106, + [2979] = 1002, + [2980] = 1054, + [2981] = 1003, [2982] = 2982, - [2983] = 1105, - [2984] = 990, - [2985] = 1012, - [2986] = 1013, + [2983] = 1022, + [2984] = 1106, + [2985] = 1105, + [2986] = 990, [2987] = 1021, - [2988] = 1120, + [2988] = 1012, [2989] = 1099, [2990] = 1069, [2991] = 1070, - [2992] = 1072, - [2993] = 1102, - [2994] = 1015, - [2995] = 1101, - [2996] = 1016, + [2992] = 1013, + [2993] = 1015, + [2994] = 1059, + [2995] = 1102, + [2996] = 1038, [2997] = 1037, [2998] = 1035, [2999] = 996, [3000] = 3000, [3001] = 3001, - [3002] = 3002, - [3003] = 2876, - [3004] = 3000, - [3005] = 3001, - [3006] = 3006, - [3007] = 3002, - [3008] = 3006, - [3009] = 3001, - [3010] = 3001, - [3011] = 3001, - [3012] = 3000, - [3013] = 3001, - [3014] = 3001, + [3002] = 3000, + [3003] = 3001, + [3004] = 3004, + [3005] = 3000, + [3006] = 3004, + [3007] = 3001, + [3008] = 3004, + [3009] = 3009, + [3010] = 3009, + [3011] = 3004, + [3012] = 3009, + [3013] = 3009, + [3014] = 3000, [3015] = 3001, - [3016] = 3002, - [3017] = 3006, - [3018] = 3002, - [3019] = 3002, - [3020] = 3006, - [3021] = 3000, - [3022] = 3006, - [3023] = 3001, - [3024] = 3002, - [3025] = 3000, - [3026] = 1060, - [3027] = 3002, - [3028] = 3000, + [3016] = 3009, + [3017] = 3009, + [3018] = 3000, + [3019] = 2876, + [3020] = 3000, + [3021] = 3001, + [3022] = 3009, + [3023] = 3009, + [3024] = 3000, + [3025] = 3004, + [3026] = 3009, + [3027] = 3004, + [3028] = 3001, [3029] = 3000, - [3030] = 3001, - [3031] = 3006, - [3032] = 3000, - [3033] = 3006, - [3034] = 3001, - [3035] = 3002, - [3036] = 3006, - [3037] = 3000, - [3038] = 3002, + [3030] = 3004, + [3031] = 3000, + [3032] = 3004, + [3033] = 3001, + [3034] = 3009, + [3035] = 3001, + [3036] = 3001, + [3037] = 3004, + [3038] = 3000, [3039] = 1073, - [3040] = 3002, - [3041] = 3006, - [3042] = 1074, - [3043] = 3000, - [3044] = 3000, - [3045] = 3002, - [3046] = 3006, - [3047] = 3001, - [3048] = 3001, - [3049] = 3000, - [3050] = 3006, - [3051] = 3006, - [3052] = 3002, - [3053] = 3053, - [3054] = 1010, + [3040] = 3000, + [3041] = 3001, + [3042] = 3004, + [3043] = 1074, + [3044] = 1060, + [3045] = 3000, + [3046] = 3001, + [3047] = 3009, + [3048] = 3009, + [3049] = 3009, + [3050] = 3004, + [3051] = 3001, + [3052] = 3004, + [3053] = 1074, + [3054] = 1071, [3055] = 1051, - [3056] = 1113, - [3057] = 1130, - [3058] = 1030, - [3059] = 1041, - [3060] = 3053, - [3061] = 1028, - [3062] = 1036, - [3063] = 1033, - [3064] = 1018, - [3065] = 3053, - [3066] = 3053, - [3067] = 1017, + [3056] = 1028, + [3057] = 1030, + [3058] = 1018, + [3059] = 1017, + [3060] = 1083, + [3061] = 1036, + [3062] = 1033, + [3063] = 1014, + [3064] = 1008, + [3065] = 1041, + [3066] = 3066, + [3067] = 3066, [3068] = 1118, - [3069] = 1014, - [3070] = 1008, - [3071] = 3053, - [3072] = 3053, - [3073] = 3053, - [3074] = 1061, - [3075] = 3053, + [3069] = 3066, + [3070] = 1061, + [3071] = 3066, + [3072] = 990, + [3073] = 3066, + [3074] = 3066, + [3075] = 1123, [3076] = 1060, - [3077] = 1073, - [3078] = 1074, - [3079] = 990, - [3080] = 3053, - [3081] = 1083, - [3082] = 1009, - [3083] = 1006, + [3077] = 3066, + [3078] = 1073, + [3079] = 3066, + [3080] = 3066, + [3081] = 1113, + [3082] = 1010, + [3083] = 1009, [3084] = 1056, [3085] = 3085, [3086] = 1055, [3087] = 997, [3088] = 1049, - [3089] = 1127, - [3090] = 3053, - [3091] = 1123, - [3092] = 1067, - [3093] = 1000, + [3089] = 1067, + [3090] = 3066, + [3091] = 1006, + [3092] = 3092, + [3093] = 1127, [3094] = 990, [3095] = 1011, [3096] = 1005, - [3097] = 1124, + [3097] = 1000, [3098] = 1019, - [3099] = 1071, + [3099] = 1124, [3100] = 999, - [3101] = 3101, - [3102] = 3053, - [3103] = 3053, + [3101] = 3066, + [3102] = 1130, + [3103] = 3066, [3104] = 3104, [3105] = 3105, - [3106] = 3104, + [3106] = 3105, [3107] = 3107, [3108] = 3108, [3109] = 3109, @@ -10505,18 +10505,18 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [13] = {.lex_state = 9}, [14] = {.lex_state = 9}, [15] = {.lex_state = 9}, - [16] = {.lex_state = 11}, + [16] = {.lex_state = 9}, [17] = {.lex_state = 9}, [18] = {.lex_state = 9}, [19] = {.lex_state = 9}, - [20] = {.lex_state = 9}, - [21] = {.lex_state = 11}, + [20] = {.lex_state = 11}, + [21] = {.lex_state = 9}, [22] = {.lex_state = 9}, [23] = {.lex_state = 9}, [24] = {.lex_state = 9}, [25] = {.lex_state = 9}, [26] = {.lex_state = 9}, - [27] = {.lex_state = 9}, + [27] = {.lex_state = 11}, [28] = {.lex_state = 9}, [29] = {.lex_state = 9}, [30] = {.lex_state = 9}, @@ -12524,7 +12524,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2032] = {.lex_state = 247}, [2033] = {.lex_state = 247}, [2034] = {.lex_state = 247}, - [2035] = {.lex_state = 247}, + [2035] = {.lex_state = 25}, [2036] = {.lex_state = 247}, [2037] = {.lex_state = 25}, [2038] = {.lex_state = 247}, @@ -12533,7 +12533,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2041] = {.lex_state = 247}, [2042] = {.lex_state = 247}, [2043] = {.lex_state = 247}, - [2044] = {.lex_state = 25}, + [2044] = {.lex_state = 247}, [2045] = {.lex_state = 25}, [2046] = {.lex_state = 25}, [2047] = {.lex_state = 25}, @@ -13300,8 +13300,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2808] = {.lex_state = 29}, [2809] = {.lex_state = 18}, [2810] = {.lex_state = 29}, - [2811] = {.lex_state = 18}, - [2812] = {.lex_state = 29}, + [2811] = {.lex_state = 29}, + [2812] = {.lex_state = 18}, [2813] = {.lex_state = 29}, [2814] = {.lex_state = 18}, [2815] = {.lex_state = 29}, @@ -13310,16 +13310,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2818] = {.lex_state = 18}, [2819] = {.lex_state = 18}, [2820] = {.lex_state = 18}, - [2821] = {.lex_state = 29}, + [2821] = {.lex_state = 18}, [2822] = {.lex_state = 18}, - [2823] = {.lex_state = 18}, + [2823] = {.lex_state = 29}, [2824] = {.lex_state = 18}, [2825] = {.lex_state = 18}, [2826] = {.lex_state = 18}, [2827] = {.lex_state = 29}, [2828] = {.lex_state = 29}, [2829] = {.lex_state = 18}, - [2830] = {.lex_state = 29}, + [2830] = {.lex_state = 18}, [2831] = {.lex_state = 18}, [2832] = {.lex_state = 29}, [2833] = {.lex_state = 29}, @@ -13329,7 +13329,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2837] = {.lex_state = 18}, [2838] = {.lex_state = 18}, [2839] = {.lex_state = 29}, - [2840] = {.lex_state = 18}, + [2840] = {.lex_state = 29}, [2841] = {.lex_state = 29}, [2842] = {.lex_state = 18}, [2843] = {.lex_state = 18}, @@ -13413,7 +13413,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2921] = {.lex_state = 20}, [2922] = {.lex_state = 20}, [2923] = {.lex_state = 20}, - [2924] = {.lex_state = 1}, + [2924] = {.lex_state = 20}, [2925] = {.lex_state = 20}, [2926] = {.lex_state = 20}, [2927] = {.lex_state = 20}, @@ -13428,7 +13428,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2936] = {.lex_state = 20}, [2937] = {.lex_state = 20}, [2938] = {.lex_state = 20}, - [2939] = {.lex_state = 20}, + [2939] = {.lex_state = 1}, [2940] = {.lex_state = 20}, [2941] = {.lex_state = 20}, [2942] = {.lex_state = 20}, @@ -13457,13 +13457,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2965] = {.lex_state = 20}, [2966] = {.lex_state = 20}, [2967] = {.lex_state = 20}, - [2968] = {.lex_state = 247}, + [2968] = {.lex_state = 20}, [2969] = {.lex_state = 247}, [2970] = {.lex_state = 247}, [2971] = {.lex_state = 20}, - [2972] = {.lex_state = 247}, - [2973] = {.lex_state = 20}, - [2974] = {.lex_state = 20}, + [2972] = {.lex_state = 20}, + [2973] = {.lex_state = 247}, + [2974] = {.lex_state = 247}, [2975] = {.lex_state = 20}, [2976] = {.lex_state = 1}, [2977] = {.lex_state = 20}, @@ -13490,36 +13490,36 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2998] = {.lex_state = 20}, [2999] = {.lex_state = 27}, [3000] = {.lex_state = 247}, - [3001] = {.lex_state = 25}, + [3001] = {.lex_state = 247}, [3002] = {.lex_state = 247}, [3003] = {.lex_state = 247}, [3004] = {.lex_state = 247}, - [3005] = {.lex_state = 25}, + [3005] = {.lex_state = 247}, [3006] = {.lex_state = 247}, [3007] = {.lex_state = 247}, [3008] = {.lex_state = 247}, [3009] = {.lex_state = 25}, [3010] = {.lex_state = 25}, - [3011] = {.lex_state = 25}, - [3012] = {.lex_state = 247}, + [3011] = {.lex_state = 247}, + [3012] = {.lex_state = 25}, [3013] = {.lex_state = 25}, - [3014] = {.lex_state = 25}, - [3015] = {.lex_state = 25}, - [3016] = {.lex_state = 247}, - [3017] = {.lex_state = 247}, + [3014] = {.lex_state = 247}, + [3015] = {.lex_state = 247}, + [3016] = {.lex_state = 25}, + [3017] = {.lex_state = 25}, [3018] = {.lex_state = 247}, [3019] = {.lex_state = 247}, [3020] = {.lex_state = 247}, [3021] = {.lex_state = 247}, - [3022] = {.lex_state = 247}, + [3022] = {.lex_state = 25}, [3023] = {.lex_state = 25}, [3024] = {.lex_state = 247}, [3025] = {.lex_state = 247}, - [3026] = {.lex_state = 20}, + [3026] = {.lex_state = 25}, [3027] = {.lex_state = 247}, [3028] = {.lex_state = 247}, [3029] = {.lex_state = 247}, - [3030] = {.lex_state = 25}, + [3030] = {.lex_state = 247}, [3031] = {.lex_state = 247}, [3032] = {.lex_state = 247}, [3033] = {.lex_state = 247}, @@ -13531,44 +13531,44 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3039] = {.lex_state = 20}, [3040] = {.lex_state = 247}, [3041] = {.lex_state = 247}, - [3042] = {.lex_state = 20}, - [3043] = {.lex_state = 247}, - [3044] = {.lex_state = 247}, + [3042] = {.lex_state = 247}, + [3043] = {.lex_state = 20}, + [3044] = {.lex_state = 20}, [3045] = {.lex_state = 247}, [3046] = {.lex_state = 247}, [3047] = {.lex_state = 25}, [3048] = {.lex_state = 25}, - [3049] = {.lex_state = 247}, + [3049] = {.lex_state = 25}, [3050] = {.lex_state = 247}, [3051] = {.lex_state = 247}, [3052] = {.lex_state = 247}, - [3053] = {.lex_state = 247}, + [3053] = {.lex_state = 20}, [3054] = {.lex_state = 20}, [3055] = {.lex_state = 20}, [3056] = {.lex_state = 20}, [3057] = {.lex_state = 20}, [3058] = {.lex_state = 20}, [3059] = {.lex_state = 20}, - [3060] = {.lex_state = 247}, + [3060] = {.lex_state = 20}, [3061] = {.lex_state = 20}, [3062] = {.lex_state = 20}, [3063] = {.lex_state = 20}, [3064] = {.lex_state = 20}, - [3065] = {.lex_state = 247}, + [3065] = {.lex_state = 20}, [3066] = {.lex_state = 247}, - [3067] = {.lex_state = 20}, + [3067] = {.lex_state = 247}, [3068] = {.lex_state = 20}, - [3069] = {.lex_state = 20}, + [3069] = {.lex_state = 247}, [3070] = {.lex_state = 20}, [3071] = {.lex_state = 247}, - [3072] = {.lex_state = 247}, + [3072] = {.lex_state = 22}, [3073] = {.lex_state = 247}, - [3074] = {.lex_state = 20}, - [3075] = {.lex_state = 247}, + [3074] = {.lex_state = 247}, + [3075] = {.lex_state = 20}, [3076] = {.lex_state = 20}, - [3077] = {.lex_state = 20}, + [3077] = {.lex_state = 247}, [3078] = {.lex_state = 20}, - [3079] = {.lex_state = 22}, + [3079] = {.lex_state = 247}, [3080] = {.lex_state = 247}, [3081] = {.lex_state = 20}, [3082] = {.lex_state = 20}, @@ -13581,7 +13581,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3089] = {.lex_state = 20}, [3090] = {.lex_state = 247}, [3091] = {.lex_state = 20}, - [3092] = {.lex_state = 20}, + [3092] = {.lex_state = 1}, [3093] = {.lex_state = 20}, [3094] = {.lex_state = 25}, [3095] = {.lex_state = 20}, @@ -13590,11 +13590,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3098] = {.lex_state = 20}, [3099] = {.lex_state = 20}, [3100] = {.lex_state = 20}, - [3101] = {.lex_state = 1}, - [3102] = {.lex_state = 247}, + [3101] = {.lex_state = 247}, + [3102] = {.lex_state = 20}, [3103] = {.lex_state = 247}, - [3104] = {.lex_state = 247}, - [3105] = {.lex_state = 25}, + [3104] = {.lex_state = 25}, + [3105] = {.lex_state = 247}, [3106] = {.lex_state = 247}, [3107] = {.lex_state = 25}, [3108] = {.lex_state = 25}, @@ -14869,91 +14869,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDc] = ACTIONS(129), }, [3] = { - [sym__gap] = STATE(990), - [sym_dis_expr] = STATE(990), - [sym__form] = STATE(2276), - [sym_num_lit] = STATE(2276), - [sym_kwd_lit] = STATE(2276), - [sym_str_lit] = STATE(2276), - [sym_char_lit] = STATE(2276), - [sym_sym_lit] = STATE(2497), + [sym__gap] = STATE(30), + [sym_dis_expr] = STATE(30), + [sym__form] = STATE(29), + [sym_num_lit] = STATE(29), + [sym_kwd_lit] = STATE(29), + [sym_str_lit] = STATE(29), + [sym_char_lit] = STATE(29), + [sym_sym_lit] = STATE(1073), [sym__metadata_lit] = STATE(2901), [sym_meta_lit] = STATE(2858), [sym_old_meta_lit] = STATE(2859), - [sym_list_lit] = STATE(2276), - [sym__bare_list_lit] = STATE(2648), - [sym_vec_lit] = STATE(2276), - [sym_set_lit] = STATE(2276), - [sym__bare_set_lit] = STATE(2625), - [sym_read_cond_lit] = STATE(2276), - [sym_splicing_read_cond_lit] = STATE(2276), - [sym_var_quoting_lit] = STATE(2276), - [sym_quoting_lit] = STATE(2276), - [sym_syn_quoting_lit] = STATE(2276), - [sym_unquote_splicing_lit] = STATE(2276), - [sym_unquoting_lit] = STATE(2276), - [sym_defun] = STATE(2648), - [sym_loop_macro] = STATE(2648), - [sym_path_lit] = STATE(2276), - [sym_package_lit] = STATE(2276), - [sym_include_reader_macro] = STATE(2276), - [sym_complex_num_lit] = STATE(2276), - [aux_sym_dis_expr_repeat1] = STATE(990), - [aux_sym_list_lit_repeat1] = STATE(2834), + [sym_list_lit] = STATE(29), + [sym__bare_list_lit] = STATE(1070), + [sym_vec_lit] = STATE(29), + [sym_set_lit] = STATE(29), + [sym__bare_set_lit] = STATE(1069), + [sym_read_cond_lit] = STATE(29), + [sym_splicing_read_cond_lit] = STATE(29), + [sym_var_quoting_lit] = STATE(29), + [sym_quoting_lit] = STATE(29), + [sym_syn_quoting_lit] = STATE(29), + [sym_unquote_splicing_lit] = STATE(29), + [sym_unquoting_lit] = STATE(29), + [sym_defun] = STATE(1070), + [sym_loop_macro] = STATE(1070), + [sym_path_lit] = STATE(29), + [sym_package_lit] = STATE(29), + [sym_include_reader_macro] = STATE(29), + [sym_complex_num_lit] = STATE(29), + [aux_sym_dis_expr_repeat1] = STATE(30), + [aux_sym_list_lit_repeat1] = STATE(2804), [sym__ws] = ACTIONS(131), [sym_comment] = ACTIONS(131), - [anon_sym_POUND_] = ACTIONS(135), - [anon_sym_POUND] = ACTIONS(67), + [anon_sym_POUND_] = ACTIONS(134), + [anon_sym_POUND] = ACTIONS(137), [anon_sym_DOT] = ACTIONS(139), - [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(141), - [anon_sym_COLON_COLON] = ACTIONS(77), - [anon_sym_DQUOTE] = ACTIONS(79), + [aux_sym_num_lit_token1] = ACTIONS(141), + [anon_sym_COLON] = ACTIONS(143), + [anon_sym_COLON_COLON] = ACTIONS(146), + [anon_sym_DQUOTE] = ACTIONS(148), [sym_nil_lit] = ACTIONS(139), - [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(145), - [anon_sym_POUND_CARET] = ACTIONS(149), - [anon_sym_LPAREN] = ACTIONS(153), - [anon_sym_RPAREN] = ACTIONS(157), - [anon_sym_POUND0A] = ACTIONS(98), - [anon_sym_POUND0a] = ACTIONS(98), - [anon_sym_POUND_QMARK] = ACTIONS(100), - [anon_sym_POUND_QMARK_AT] = ACTIONS(102), - [anon_sym_POUND_SQUOTE] = ACTIONS(104), - [anon_sym_SQUOTE] = ACTIONS(106), - [anon_sym_BQUOTE] = ACTIONS(108), - [anon_sym_COMMA_AT] = ACTIONS(110), - [anon_sym_COMMA] = ACTIONS(112), + [aux_sym_sym_lit_token1] = ACTIONS(150), + [anon_sym_CARET] = ACTIONS(152), + [anon_sym_POUND_CARET] = ACTIONS(155), + [anon_sym_LPAREN] = ACTIONS(158), + [anon_sym_RPAREN] = ACTIONS(161), + [anon_sym_POUND0A] = ACTIONS(163), + [anon_sym_POUND0a] = ACTIONS(163), + [anon_sym_POUND_QMARK] = ACTIONS(165), + [anon_sym_POUND_QMARK_AT] = ACTIONS(167), + [anon_sym_POUND_SQUOTE] = ACTIONS(169), + [anon_sym_SQUOTE] = ACTIONS(171), + [anon_sym_BQUOTE] = ACTIONS(173), + [anon_sym_COMMA_AT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(177), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(139), - [anon_sym_cl] = ACTIONS(160), - [anon_sym_EQ] = ACTIONS(164), - [aux_sym_accumulation_verb_token1] = ACTIONS(166), - [anon_sym_for] = ACTIONS(166), - [anon_sym_and] = ACTIONS(166), - [anon_sym_as] = ACTIONS(166), - [anon_sym_with] = ACTIONS(166), - [anon_sym_do] = ACTIONS(166), - [anon_sym_while] = ACTIONS(166), - [anon_sym_until] = ACTIONS(166), - [anon_sym_repeat] = ACTIONS(166), - [anon_sym_when] = ACTIONS(166), - [anon_sym_if] = ACTIONS(166), - [anon_sym_unless] = ACTIONS(166), - [anon_sym_always] = ACTIONS(166), - [anon_sym_thereis] = ACTIONS(166), - [anon_sym_never] = ACTIONS(166), - [anon_sym_else] = ACTIONS(166), - [anon_sym_finally] = ACTIONS(166), - [anon_sym_return] = ACTIONS(166), - [anon_sym_initially] = ACTIONS(166), - [anon_sym_POUNDP] = ACTIONS(123), - [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(169), - [anon_sym_POUND_PLUS] = ACTIONS(127), - [anon_sym_POUND_DASH] = ACTIONS(127), - [anon_sym_POUNDC] = ACTIONS(129), - [anon_sym_POUNDc] = ACTIONS(129), + [anon_sym_cl] = ACTIONS(179), + [anon_sym_EQ] = ACTIONS(182), + [aux_sym_accumulation_verb_token1] = ACTIONS(184), + [anon_sym_for] = ACTIONS(184), + [anon_sym_and] = ACTIONS(184), + [anon_sym_as] = ACTIONS(184), + [anon_sym_with] = ACTIONS(184), + [anon_sym_do] = ACTIONS(184), + [anon_sym_while] = ACTIONS(184), + [anon_sym_until] = ACTIONS(184), + [anon_sym_repeat] = ACTIONS(184), + [anon_sym_when] = ACTIONS(184), + [anon_sym_if] = ACTIONS(184), + [anon_sym_unless] = ACTIONS(184), + [anon_sym_always] = ACTIONS(184), + [anon_sym_thereis] = ACTIONS(184), + [anon_sym_never] = ACTIONS(184), + [anon_sym_else] = ACTIONS(184), + [anon_sym_finally] = ACTIONS(184), + [anon_sym_return] = ACTIONS(184), + [anon_sym_initially] = ACTIONS(184), + [anon_sym_POUNDP] = ACTIONS(186), + [anon_sym_POUNDp] = ACTIONS(186), + [sym_self_referential_reader_macro] = ACTIONS(188), + [anon_sym_POUND_PLUS] = ACTIONS(190), + [anon_sym_POUND_DASH] = ACTIONS(190), + [anon_sym_POUNDC] = ACTIONS(192), + [anon_sym_POUNDc] = ACTIONS(192), }, [4] = { [sym__gap] = STATE(15), @@ -14987,60 +14987,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(14), [aux_sym_dis_expr_repeat1] = STATE(15), [aux_sym_list_lit_repeat1] = STATE(2804), - [sym__ws] = ACTIONS(171), - [sym_comment] = ACTIONS(171), - [anon_sym_POUND_] = ACTIONS(174), - [anon_sym_POUND] = ACTIONS(177), - [anon_sym_DOT] = ACTIONS(179), - [aux_sym_num_lit_token1] = ACTIONS(181), - [anon_sym_COLON] = ACTIONS(183), - [anon_sym_COLON_COLON] = ACTIONS(186), - [anon_sym_DQUOTE] = ACTIONS(188), - [sym_nil_lit] = ACTIONS(179), - [aux_sym_sym_lit_token1] = ACTIONS(190), - [anon_sym_CARET] = ACTIONS(192), - [anon_sym_POUND_CARET] = ACTIONS(195), - [anon_sym_LPAREN] = ACTIONS(198), - [anon_sym_RPAREN] = ACTIONS(201), - [anon_sym_POUND0A] = ACTIONS(203), - [anon_sym_POUND0a] = ACTIONS(203), - [anon_sym_POUND_QMARK] = ACTIONS(205), - [anon_sym_POUND_QMARK_AT] = ACTIONS(207), - [anon_sym_POUND_SQUOTE] = ACTIONS(209), - [anon_sym_SQUOTE] = ACTIONS(211), - [anon_sym_BQUOTE] = ACTIONS(213), - [anon_sym_COMMA_AT] = ACTIONS(215), - [anon_sym_COMMA] = ACTIONS(217), + [sym__ws] = ACTIONS(194), + [sym_comment] = ACTIONS(194), + [anon_sym_POUND_] = ACTIONS(197), + [anon_sym_POUND] = ACTIONS(137), + [anon_sym_DOT] = ACTIONS(200), + [aux_sym_num_lit_token1] = ACTIONS(141), + [anon_sym_COLON] = ACTIONS(202), + [anon_sym_COLON_COLON] = ACTIONS(146), + [anon_sym_DQUOTE] = ACTIONS(148), + [sym_nil_lit] = ACTIONS(200), + [aux_sym_sym_lit_token1] = ACTIONS(150), + [anon_sym_CARET] = ACTIONS(205), + [anon_sym_POUND_CARET] = ACTIONS(208), + [anon_sym_LPAREN] = ACTIONS(211), + [anon_sym_RPAREN] = ACTIONS(214), + [anon_sym_POUND0A] = ACTIONS(163), + [anon_sym_POUND0a] = ACTIONS(163), + [anon_sym_POUND_QMARK] = ACTIONS(165), + [anon_sym_POUND_QMARK_AT] = ACTIONS(167), + [anon_sym_POUND_SQUOTE] = ACTIONS(169), + [anon_sym_SQUOTE] = ACTIONS(171), + [anon_sym_BQUOTE] = ACTIONS(173), + [anon_sym_COMMA_AT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(177), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(179), - [anon_sym_cl] = ACTIONS(219), - [anon_sym_EQ] = ACTIONS(222), - [aux_sym_accumulation_verb_token1] = ACTIONS(224), - [anon_sym_for] = ACTIONS(224), - [anon_sym_and] = ACTIONS(224), - [anon_sym_as] = ACTIONS(224), - [anon_sym_with] = ACTIONS(224), - [anon_sym_do] = ACTIONS(224), - [anon_sym_while] = ACTIONS(224), - [anon_sym_until] = ACTIONS(224), - [anon_sym_repeat] = ACTIONS(224), - [anon_sym_when] = ACTIONS(224), - [anon_sym_if] = ACTIONS(224), - [anon_sym_unless] = ACTIONS(224), - [anon_sym_always] = ACTIONS(224), - [anon_sym_thereis] = ACTIONS(224), - [anon_sym_never] = ACTIONS(224), - [anon_sym_else] = ACTIONS(224), - [anon_sym_finally] = ACTIONS(224), - [anon_sym_return] = ACTIONS(224), - [anon_sym_initially] = ACTIONS(224), - [anon_sym_POUNDP] = ACTIONS(226), - [anon_sym_POUNDp] = ACTIONS(226), - [sym_self_referential_reader_macro] = ACTIONS(228), - [anon_sym_POUND_PLUS] = ACTIONS(230), - [anon_sym_POUND_DASH] = ACTIONS(230), - [anon_sym_POUNDC] = ACTIONS(232), - [anon_sym_POUNDc] = ACTIONS(232), + [sym_fancy_literal] = ACTIONS(200), + [anon_sym_cl] = ACTIONS(216), + [anon_sym_EQ] = ACTIONS(219), + [aux_sym_accumulation_verb_token1] = ACTIONS(221), + [anon_sym_for] = ACTIONS(221), + [anon_sym_and] = ACTIONS(221), + [anon_sym_as] = ACTIONS(221), + [anon_sym_with] = ACTIONS(221), + [anon_sym_do] = ACTIONS(221), + [anon_sym_while] = ACTIONS(221), + [anon_sym_until] = ACTIONS(221), + [anon_sym_repeat] = ACTIONS(221), + [anon_sym_when] = ACTIONS(221), + [anon_sym_if] = ACTIONS(221), + [anon_sym_unless] = ACTIONS(221), + [anon_sym_always] = ACTIONS(221), + [anon_sym_thereis] = ACTIONS(221), + [anon_sym_never] = ACTIONS(221), + [anon_sym_else] = ACTIONS(221), + [anon_sym_finally] = ACTIONS(221), + [anon_sym_return] = ACTIONS(221), + [anon_sym_initially] = ACTIONS(221), + [anon_sym_POUNDP] = ACTIONS(186), + [anon_sym_POUNDp] = ACTIONS(186), + [sym_self_referential_reader_macro] = ACTIONS(223), + [anon_sym_POUND_PLUS] = ACTIONS(190), + [anon_sym_POUND_DASH] = ACTIONS(190), + [anon_sym_POUNDC] = ACTIONS(192), + [anon_sym_POUNDc] = ACTIONS(192), }, [5] = { [sym__gap] = STATE(13), @@ -15074,60 +15074,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(12), [aux_sym_dis_expr_repeat1] = STATE(13), [aux_sym_list_lit_repeat1] = STATE(2804), - [sym__ws] = ACTIONS(234), - [sym_comment] = ACTIONS(234), - [anon_sym_POUND_] = ACTIONS(174), - [anon_sym_POUND] = ACTIONS(177), - [anon_sym_DOT] = ACTIONS(237), - [aux_sym_num_lit_token1] = ACTIONS(181), - [anon_sym_COLON] = ACTIONS(239), - [anon_sym_COLON_COLON] = ACTIONS(186), - [anon_sym_DQUOTE] = ACTIONS(188), - [sym_nil_lit] = ACTIONS(237), - [aux_sym_sym_lit_token1] = ACTIONS(190), - [anon_sym_CARET] = ACTIONS(192), - [anon_sym_POUND_CARET] = ACTIONS(195), - [anon_sym_LPAREN] = ACTIONS(198), - [anon_sym_RPAREN] = ACTIONS(201), - [anon_sym_POUND0A] = ACTIONS(203), - [anon_sym_POUND0a] = ACTIONS(203), - [anon_sym_POUND_QMARK] = ACTIONS(205), - [anon_sym_POUND_QMARK_AT] = ACTIONS(207), - [anon_sym_POUND_SQUOTE] = ACTIONS(209), - [anon_sym_SQUOTE] = ACTIONS(211), - [anon_sym_BQUOTE] = ACTIONS(213), - [anon_sym_COMMA_AT] = ACTIONS(215), - [anon_sym_COMMA] = ACTIONS(217), + [sym__ws] = ACTIONS(225), + [sym_comment] = ACTIONS(225), + [anon_sym_POUND_] = ACTIONS(197), + [anon_sym_POUND] = ACTIONS(137), + [anon_sym_DOT] = ACTIONS(228), + [aux_sym_num_lit_token1] = ACTIONS(141), + [anon_sym_COLON] = ACTIONS(230), + [anon_sym_COLON_COLON] = ACTIONS(146), + [anon_sym_DQUOTE] = ACTIONS(148), + [sym_nil_lit] = ACTIONS(228), + [aux_sym_sym_lit_token1] = ACTIONS(150), + [anon_sym_CARET] = ACTIONS(205), + [anon_sym_POUND_CARET] = ACTIONS(208), + [anon_sym_LPAREN] = ACTIONS(211), + [anon_sym_RPAREN] = ACTIONS(214), + [anon_sym_POUND0A] = ACTIONS(163), + [anon_sym_POUND0a] = ACTIONS(163), + [anon_sym_POUND_QMARK] = ACTIONS(165), + [anon_sym_POUND_QMARK_AT] = ACTIONS(167), + [anon_sym_POUND_SQUOTE] = ACTIONS(169), + [anon_sym_SQUOTE] = ACTIONS(171), + [anon_sym_BQUOTE] = ACTIONS(173), + [anon_sym_COMMA_AT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(177), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(237), - [anon_sym_cl] = ACTIONS(242), - [anon_sym_EQ] = ACTIONS(245), - [aux_sym_accumulation_verb_token1] = ACTIONS(224), - [anon_sym_for] = ACTIONS(224), - [anon_sym_and] = ACTIONS(224), - [anon_sym_as] = ACTIONS(224), - [anon_sym_with] = ACTIONS(224), - [anon_sym_do] = ACTIONS(224), - [anon_sym_while] = ACTIONS(224), - [anon_sym_until] = ACTIONS(224), - [anon_sym_repeat] = ACTIONS(224), - [anon_sym_when] = ACTIONS(224), - [anon_sym_if] = ACTIONS(224), - [anon_sym_unless] = ACTIONS(224), - [anon_sym_always] = ACTIONS(224), - [anon_sym_thereis] = ACTIONS(224), - [anon_sym_never] = ACTIONS(224), - [anon_sym_else] = ACTIONS(224), - [anon_sym_finally] = ACTIONS(224), - [anon_sym_return] = ACTIONS(224), - [anon_sym_initially] = ACTIONS(224), - [anon_sym_POUNDP] = ACTIONS(226), - [anon_sym_POUNDp] = ACTIONS(226), - [sym_self_referential_reader_macro] = ACTIONS(247), - [anon_sym_POUND_PLUS] = ACTIONS(230), - [anon_sym_POUND_DASH] = ACTIONS(230), - [anon_sym_POUNDC] = ACTIONS(232), - [anon_sym_POUNDc] = ACTIONS(232), + [sym_fancy_literal] = ACTIONS(228), + [anon_sym_cl] = ACTIONS(233), + [anon_sym_EQ] = ACTIONS(236), + [aux_sym_accumulation_verb_token1] = ACTIONS(221), + [anon_sym_for] = ACTIONS(221), + [anon_sym_and] = ACTIONS(221), + [anon_sym_as] = ACTIONS(221), + [anon_sym_with] = ACTIONS(221), + [anon_sym_do] = ACTIONS(221), + [anon_sym_while] = ACTIONS(221), + [anon_sym_until] = ACTIONS(221), + [anon_sym_repeat] = ACTIONS(221), + [anon_sym_when] = ACTIONS(221), + [anon_sym_if] = ACTIONS(221), + [anon_sym_unless] = ACTIONS(221), + [anon_sym_always] = ACTIONS(221), + [anon_sym_thereis] = ACTIONS(221), + [anon_sym_never] = ACTIONS(221), + [anon_sym_else] = ACTIONS(221), + [anon_sym_finally] = ACTIONS(221), + [anon_sym_return] = ACTIONS(221), + [anon_sym_initially] = ACTIONS(221), + [anon_sym_POUNDP] = ACTIONS(186), + [anon_sym_POUNDp] = ACTIONS(186), + [sym_self_referential_reader_macro] = ACTIONS(238), + [anon_sym_POUND_PLUS] = ACTIONS(190), + [anon_sym_POUND_DASH] = ACTIONS(190), + [anon_sym_POUNDC] = ACTIONS(192), + [anon_sym_POUNDc] = ACTIONS(192), }, [6] = { [sym__gap] = STATE(990), @@ -15161,60 +15161,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(11), [aux_sym_dis_expr_repeat1] = STATE(990), [aux_sym_list_lit_repeat1] = STATE(2804), - [sym__ws] = ACTIONS(249), - [sym_comment] = ACTIONS(249), - [anon_sym_POUND_] = ACTIONS(252), - [anon_sym_POUND] = ACTIONS(177), - [anon_sym_DOT] = ACTIONS(255), - [aux_sym_num_lit_token1] = ACTIONS(181), - [anon_sym_COLON] = ACTIONS(257), - [anon_sym_COLON_COLON] = ACTIONS(186), - [anon_sym_DQUOTE] = ACTIONS(188), - [sym_nil_lit] = ACTIONS(255), - [aux_sym_sym_lit_token1] = ACTIONS(190), - [anon_sym_CARET] = ACTIONS(260), - [anon_sym_POUND_CARET] = ACTIONS(263), - [anon_sym_LPAREN] = ACTIONS(266), - [anon_sym_RPAREN] = ACTIONS(269), - [anon_sym_POUND0A] = ACTIONS(203), - [anon_sym_POUND0a] = ACTIONS(203), - [anon_sym_POUND_QMARK] = ACTIONS(205), - [anon_sym_POUND_QMARK_AT] = ACTIONS(207), - [anon_sym_POUND_SQUOTE] = ACTIONS(209), - [anon_sym_SQUOTE] = ACTIONS(211), - [anon_sym_BQUOTE] = ACTIONS(213), - [anon_sym_COMMA_AT] = ACTIONS(215), - [anon_sym_COMMA] = ACTIONS(217), + [sym__ws] = ACTIONS(240), + [sym_comment] = ACTIONS(240), + [anon_sym_POUND_] = ACTIONS(243), + [anon_sym_POUND] = ACTIONS(137), + [anon_sym_DOT] = ACTIONS(246), + [aux_sym_num_lit_token1] = ACTIONS(141), + [anon_sym_COLON] = ACTIONS(248), + [anon_sym_COLON_COLON] = ACTIONS(146), + [anon_sym_DQUOTE] = ACTIONS(148), + [sym_nil_lit] = ACTIONS(246), + [aux_sym_sym_lit_token1] = ACTIONS(150), + [anon_sym_CARET] = ACTIONS(251), + [anon_sym_POUND_CARET] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(257), + [anon_sym_RPAREN] = ACTIONS(260), + [anon_sym_POUND0A] = ACTIONS(163), + [anon_sym_POUND0a] = ACTIONS(163), + [anon_sym_POUND_QMARK] = ACTIONS(165), + [anon_sym_POUND_QMARK_AT] = ACTIONS(167), + [anon_sym_POUND_SQUOTE] = ACTIONS(169), + [anon_sym_SQUOTE] = ACTIONS(171), + [anon_sym_BQUOTE] = ACTIONS(173), + [anon_sym_COMMA_AT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(177), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(255), - [anon_sym_cl] = ACTIONS(271), - [anon_sym_EQ] = ACTIONS(274), - [aux_sym_accumulation_verb_token1] = ACTIONS(276), - [anon_sym_for] = ACTIONS(276), - [anon_sym_and] = ACTIONS(276), - [anon_sym_as] = ACTIONS(276), - [anon_sym_with] = ACTIONS(276), - [anon_sym_do] = ACTIONS(276), - [anon_sym_while] = ACTIONS(276), - [anon_sym_until] = ACTIONS(276), - [anon_sym_repeat] = ACTIONS(276), - [anon_sym_when] = ACTIONS(276), - [anon_sym_if] = ACTIONS(276), - [anon_sym_unless] = ACTIONS(276), - [anon_sym_always] = ACTIONS(276), - [anon_sym_thereis] = ACTIONS(276), - [anon_sym_never] = ACTIONS(276), - [anon_sym_else] = ACTIONS(276), - [anon_sym_finally] = ACTIONS(276), - [anon_sym_return] = ACTIONS(276), - [anon_sym_initially] = ACTIONS(276), - [anon_sym_POUNDP] = ACTIONS(226), - [anon_sym_POUNDp] = ACTIONS(226), - [sym_self_referential_reader_macro] = ACTIONS(278), - [anon_sym_POUND_PLUS] = ACTIONS(230), - [anon_sym_POUND_DASH] = ACTIONS(230), - [anon_sym_POUNDC] = ACTIONS(232), - [anon_sym_POUNDc] = ACTIONS(232), + [sym_fancy_literal] = ACTIONS(246), + [anon_sym_cl] = ACTIONS(262), + [anon_sym_EQ] = ACTIONS(265), + [aux_sym_accumulation_verb_token1] = ACTIONS(267), + [anon_sym_for] = ACTIONS(267), + [anon_sym_and] = ACTIONS(267), + [anon_sym_as] = ACTIONS(267), + [anon_sym_with] = ACTIONS(267), + [anon_sym_do] = ACTIONS(267), + [anon_sym_while] = ACTIONS(267), + [anon_sym_until] = ACTIONS(267), + [anon_sym_repeat] = ACTIONS(267), + [anon_sym_when] = ACTIONS(267), + [anon_sym_if] = ACTIONS(267), + [anon_sym_unless] = ACTIONS(267), + [anon_sym_always] = ACTIONS(267), + [anon_sym_thereis] = ACTIONS(267), + [anon_sym_never] = ACTIONS(267), + [anon_sym_else] = ACTIONS(267), + [anon_sym_finally] = ACTIONS(267), + [anon_sym_return] = ACTIONS(267), + [anon_sym_initially] = ACTIONS(267), + [anon_sym_POUNDP] = ACTIONS(186), + [anon_sym_POUNDp] = ACTIONS(186), + [sym_self_referential_reader_macro] = ACTIONS(269), + [anon_sym_POUND_PLUS] = ACTIONS(190), + [anon_sym_POUND_DASH] = ACTIONS(190), + [anon_sym_POUNDC] = ACTIONS(192), + [anon_sym_POUNDc] = ACTIONS(192), }, [7] = { [sym__gap] = STATE(10), @@ -15248,21 +15248,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2503), [aux_sym_dis_expr_repeat1] = STATE(10), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(280), - [sym_comment] = ACTIONS(280), - [anon_sym_POUND_] = ACTIONS(284), + [sym__ws] = ACTIONS(271), + [sym_comment] = ACTIONS(271), + [anon_sym_POUND_] = ACTIONS(275), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(288), + [anon_sym_DOT] = ACTIONS(279), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(290), + [anon_sym_COLON] = ACTIONS(281), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(288), + [sym_nil_lit] = ACTIONS(279), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(294), - [anon_sym_POUND_CARET] = ACTIONS(298), - [anon_sym_LPAREN] = ACTIONS(302), - [anon_sym_RPAREN] = ACTIONS(306), + [anon_sym_CARET] = ACTIONS(285), + [anon_sym_POUND_CARET] = ACTIONS(289), + [anon_sym_LPAREN] = ACTIONS(293), + [anon_sym_RPAREN] = ACTIONS(297), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -15273,31 +15273,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(288), - [anon_sym_cl] = ACTIONS(309), - [anon_sym_EQ] = ACTIONS(313), - [aux_sym_accumulation_verb_token1] = ACTIONS(315), - [anon_sym_for] = ACTIONS(315), - [anon_sym_and] = ACTIONS(315), - [anon_sym_as] = ACTIONS(315), - [anon_sym_with] = ACTIONS(315), - [anon_sym_do] = ACTIONS(315), - [anon_sym_while] = ACTIONS(315), - [anon_sym_until] = ACTIONS(315), - [anon_sym_repeat] = ACTIONS(315), - [anon_sym_when] = ACTIONS(315), - [anon_sym_if] = ACTIONS(315), - [anon_sym_unless] = ACTIONS(315), - [anon_sym_always] = ACTIONS(315), - [anon_sym_thereis] = ACTIONS(315), - [anon_sym_never] = ACTIONS(315), - [anon_sym_else] = ACTIONS(315), - [anon_sym_finally] = ACTIONS(315), - [anon_sym_return] = ACTIONS(315), - [anon_sym_initially] = ACTIONS(315), + [sym_fancy_literal] = ACTIONS(279), + [anon_sym_cl] = ACTIONS(300), + [anon_sym_EQ] = ACTIONS(304), + [aux_sym_accumulation_verb_token1] = ACTIONS(306), + [anon_sym_for] = ACTIONS(306), + [anon_sym_and] = ACTIONS(306), + [anon_sym_as] = ACTIONS(306), + [anon_sym_with] = ACTIONS(306), + [anon_sym_do] = ACTIONS(306), + [anon_sym_while] = ACTIONS(306), + [anon_sym_until] = ACTIONS(306), + [anon_sym_repeat] = ACTIONS(306), + [anon_sym_when] = ACTIONS(306), + [anon_sym_if] = ACTIONS(306), + [anon_sym_unless] = ACTIONS(306), + [anon_sym_always] = ACTIONS(306), + [anon_sym_thereis] = ACTIONS(306), + [anon_sym_never] = ACTIONS(306), + [anon_sym_else] = ACTIONS(306), + [anon_sym_finally] = ACTIONS(306), + [anon_sym_return] = ACTIONS(306), + [anon_sym_initially] = ACTIONS(306), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(318), + [sym_self_referential_reader_macro] = ACTIONS(309), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -15335,21 +15335,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2510), [aux_sym_dis_expr_repeat1] = STATE(18), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(320), - [sym_comment] = ACTIONS(320), - [anon_sym_POUND_] = ACTIONS(284), + [sym__ws] = ACTIONS(311), + [sym_comment] = ACTIONS(311), + [anon_sym_POUND_] = ACTIONS(275), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(324), + [anon_sym_DOT] = ACTIONS(315), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(326), + [anon_sym_COLON] = ACTIONS(317), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(324), + [sym_nil_lit] = ACTIONS(315), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(294), - [anon_sym_POUND_CARET] = ACTIONS(298), - [anon_sym_LPAREN] = ACTIONS(302), - [anon_sym_RPAREN] = ACTIONS(306), + [anon_sym_CARET] = ACTIONS(285), + [anon_sym_POUND_CARET] = ACTIONS(289), + [anon_sym_LPAREN] = ACTIONS(293), + [anon_sym_RPAREN] = ACTIONS(297), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -15360,31 +15360,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(324), - [anon_sym_cl] = ACTIONS(330), - [anon_sym_EQ] = ACTIONS(334), - [aux_sym_accumulation_verb_token1] = ACTIONS(315), - [anon_sym_for] = ACTIONS(315), - [anon_sym_and] = ACTIONS(315), - [anon_sym_as] = ACTIONS(315), - [anon_sym_with] = ACTIONS(315), - [anon_sym_do] = ACTIONS(315), - [anon_sym_while] = ACTIONS(315), - [anon_sym_until] = ACTIONS(315), - [anon_sym_repeat] = ACTIONS(315), - [anon_sym_when] = ACTIONS(315), - [anon_sym_if] = ACTIONS(315), - [anon_sym_unless] = ACTIONS(315), - [anon_sym_always] = ACTIONS(315), - [anon_sym_thereis] = ACTIONS(315), - [anon_sym_never] = ACTIONS(315), - [anon_sym_else] = ACTIONS(315), - [anon_sym_finally] = ACTIONS(315), - [anon_sym_return] = ACTIONS(315), - [anon_sym_initially] = ACTIONS(315), + [sym_fancy_literal] = ACTIONS(315), + [anon_sym_cl] = ACTIONS(321), + [anon_sym_EQ] = ACTIONS(325), + [aux_sym_accumulation_verb_token1] = ACTIONS(306), + [anon_sym_for] = ACTIONS(306), + [anon_sym_and] = ACTIONS(306), + [anon_sym_as] = ACTIONS(306), + [anon_sym_with] = ACTIONS(306), + [anon_sym_do] = ACTIONS(306), + [anon_sym_while] = ACTIONS(306), + [anon_sym_until] = ACTIONS(306), + [anon_sym_repeat] = ACTIONS(306), + [anon_sym_when] = ACTIONS(306), + [anon_sym_if] = ACTIONS(306), + [anon_sym_unless] = ACTIONS(306), + [anon_sym_always] = ACTIONS(306), + [anon_sym_thereis] = ACTIONS(306), + [anon_sym_never] = ACTIONS(306), + [anon_sym_else] = ACTIONS(306), + [anon_sym_finally] = ACTIONS(306), + [anon_sym_return] = ACTIONS(306), + [anon_sym_initially] = ACTIONS(306), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(336), + [sym_self_referential_reader_macro] = ACTIONS(327), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -15422,60 +15422,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(19), [aux_sym_dis_expr_repeat1] = STATE(990), [aux_sym_list_lit_repeat1] = STATE(2804), - [sym__ws] = ACTIONS(249), - [sym_comment] = ACTIONS(249), - [anon_sym_POUND_] = ACTIONS(252), - [anon_sym_POUND] = ACTIONS(177), - [anon_sym_DOT] = ACTIONS(338), - [aux_sym_num_lit_token1] = ACTIONS(181), - [anon_sym_COLON] = ACTIONS(340), - [anon_sym_COLON_COLON] = ACTIONS(186), - [anon_sym_DQUOTE] = ACTIONS(188), - [sym_nil_lit] = ACTIONS(338), - [aux_sym_sym_lit_token1] = ACTIONS(190), - [anon_sym_CARET] = ACTIONS(260), - [anon_sym_POUND_CARET] = ACTIONS(263), - [anon_sym_LPAREN] = ACTIONS(266), - [anon_sym_RPAREN] = ACTIONS(269), - [anon_sym_POUND0A] = ACTIONS(203), - [anon_sym_POUND0a] = ACTIONS(203), - [anon_sym_POUND_QMARK] = ACTIONS(205), - [anon_sym_POUND_QMARK_AT] = ACTIONS(207), - [anon_sym_POUND_SQUOTE] = ACTIONS(209), - [anon_sym_SQUOTE] = ACTIONS(211), - [anon_sym_BQUOTE] = ACTIONS(213), - [anon_sym_COMMA_AT] = ACTIONS(215), - [anon_sym_COMMA] = ACTIONS(217), + [sym__ws] = ACTIONS(240), + [sym_comment] = ACTIONS(240), + [anon_sym_POUND_] = ACTIONS(243), + [anon_sym_POUND] = ACTIONS(137), + [anon_sym_DOT] = ACTIONS(329), + [aux_sym_num_lit_token1] = ACTIONS(141), + [anon_sym_COLON] = ACTIONS(331), + [anon_sym_COLON_COLON] = ACTIONS(146), + [anon_sym_DQUOTE] = ACTIONS(148), + [sym_nil_lit] = ACTIONS(329), + [aux_sym_sym_lit_token1] = ACTIONS(150), + [anon_sym_CARET] = ACTIONS(251), + [anon_sym_POUND_CARET] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(257), + [anon_sym_RPAREN] = ACTIONS(260), + [anon_sym_POUND0A] = ACTIONS(163), + [anon_sym_POUND0a] = ACTIONS(163), + [anon_sym_POUND_QMARK] = ACTIONS(165), + [anon_sym_POUND_QMARK_AT] = ACTIONS(167), + [anon_sym_POUND_SQUOTE] = ACTIONS(169), + [anon_sym_SQUOTE] = ACTIONS(171), + [anon_sym_BQUOTE] = ACTIONS(173), + [anon_sym_COMMA_AT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(177), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(338), - [anon_sym_cl] = ACTIONS(343), - [anon_sym_EQ] = ACTIONS(346), - [aux_sym_accumulation_verb_token1] = ACTIONS(276), - [anon_sym_for] = ACTIONS(276), - [anon_sym_and] = ACTIONS(276), - [anon_sym_as] = ACTIONS(276), - [anon_sym_with] = ACTIONS(276), - [anon_sym_do] = ACTIONS(276), - [anon_sym_while] = ACTIONS(276), - [anon_sym_until] = ACTIONS(276), - [anon_sym_repeat] = ACTIONS(276), - [anon_sym_when] = ACTIONS(276), - [anon_sym_if] = ACTIONS(276), - [anon_sym_unless] = ACTIONS(276), - [anon_sym_always] = ACTIONS(276), - [anon_sym_thereis] = ACTIONS(276), - [anon_sym_never] = ACTIONS(276), - [anon_sym_else] = ACTIONS(276), - [anon_sym_finally] = ACTIONS(276), - [anon_sym_return] = ACTIONS(276), - [anon_sym_initially] = ACTIONS(276), - [anon_sym_POUNDP] = ACTIONS(226), - [anon_sym_POUNDp] = ACTIONS(226), - [sym_self_referential_reader_macro] = ACTIONS(348), - [anon_sym_POUND_PLUS] = ACTIONS(230), - [anon_sym_POUND_DASH] = ACTIONS(230), - [anon_sym_POUNDC] = ACTIONS(232), - [anon_sym_POUNDc] = ACTIONS(232), + [sym_fancy_literal] = ACTIONS(329), + [anon_sym_cl] = ACTIONS(334), + [anon_sym_EQ] = ACTIONS(337), + [aux_sym_accumulation_verb_token1] = ACTIONS(267), + [anon_sym_for] = ACTIONS(267), + [anon_sym_and] = ACTIONS(267), + [anon_sym_as] = ACTIONS(267), + [anon_sym_with] = ACTIONS(267), + [anon_sym_do] = ACTIONS(267), + [anon_sym_while] = ACTIONS(267), + [anon_sym_until] = ACTIONS(267), + [anon_sym_repeat] = ACTIONS(267), + [anon_sym_when] = ACTIONS(267), + [anon_sym_if] = ACTIONS(267), + [anon_sym_unless] = ACTIONS(267), + [anon_sym_always] = ACTIONS(267), + [anon_sym_thereis] = ACTIONS(267), + [anon_sym_never] = ACTIONS(267), + [anon_sym_else] = ACTIONS(267), + [anon_sym_finally] = ACTIONS(267), + [anon_sym_return] = ACTIONS(267), + [anon_sym_initially] = ACTIONS(267), + [anon_sym_POUNDP] = ACTIONS(186), + [anon_sym_POUNDp] = ACTIONS(186), + [sym_self_referential_reader_macro] = ACTIONS(339), + [anon_sym_POUND_PLUS] = ACTIONS(190), + [anon_sym_POUND_DASH] = ACTIONS(190), + [anon_sym_POUNDC] = ACTIONS(192), + [anon_sym_POUNDc] = ACTIONS(192), }, [10] = { [sym__gap] = STATE(990), @@ -15509,21 +15509,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2397), [aux_sym_dis_expr_repeat1] = STATE(990), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(350), - [sym_comment] = ACTIONS(350), - [anon_sym_POUND_] = ACTIONS(354), + [sym__ws] = ACTIONS(341), + [sym_comment] = ACTIONS(341), + [anon_sym_POUND_] = ACTIONS(345), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(358), + [anon_sym_DOT] = ACTIONS(349), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(360), + [anon_sym_COLON] = ACTIONS(351), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(358), + [sym_nil_lit] = ACTIONS(349), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(364), - [anon_sym_POUND_CARET] = ACTIONS(368), - [anon_sym_LPAREN] = ACTIONS(372), - [anon_sym_RPAREN] = ACTIONS(376), + [anon_sym_CARET] = ACTIONS(355), + [anon_sym_POUND_CARET] = ACTIONS(359), + [anon_sym_LPAREN] = ACTIONS(363), + [anon_sym_RPAREN] = ACTIONS(367), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -15534,31 +15534,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(358), - [anon_sym_cl] = ACTIONS(379), - [anon_sym_EQ] = ACTIONS(383), - [aux_sym_accumulation_verb_token1] = ACTIONS(385), - [anon_sym_for] = ACTIONS(385), - [anon_sym_and] = ACTIONS(385), - [anon_sym_as] = ACTIONS(385), - [anon_sym_with] = ACTIONS(385), - [anon_sym_do] = ACTIONS(385), - [anon_sym_while] = ACTIONS(385), - [anon_sym_until] = ACTIONS(385), - [anon_sym_repeat] = ACTIONS(385), - [anon_sym_when] = ACTIONS(385), - [anon_sym_if] = ACTIONS(385), - [anon_sym_unless] = ACTIONS(385), - [anon_sym_always] = ACTIONS(385), - [anon_sym_thereis] = ACTIONS(385), - [anon_sym_never] = ACTIONS(385), - [anon_sym_else] = ACTIONS(385), - [anon_sym_finally] = ACTIONS(385), - [anon_sym_return] = ACTIONS(385), - [anon_sym_initially] = ACTIONS(385), + [sym_fancy_literal] = ACTIONS(349), + [anon_sym_cl] = ACTIONS(370), + [anon_sym_EQ] = ACTIONS(374), + [aux_sym_accumulation_verb_token1] = ACTIONS(376), + [anon_sym_for] = ACTIONS(376), + [anon_sym_and] = ACTIONS(376), + [anon_sym_as] = ACTIONS(376), + [anon_sym_with] = ACTIONS(376), + [anon_sym_do] = ACTIONS(376), + [anon_sym_while] = ACTIONS(376), + [anon_sym_until] = ACTIONS(376), + [anon_sym_repeat] = ACTIONS(376), + [anon_sym_when] = ACTIONS(376), + [anon_sym_if] = ACTIONS(376), + [anon_sym_unless] = ACTIONS(376), + [anon_sym_always] = ACTIONS(376), + [anon_sym_thereis] = ACTIONS(376), + [anon_sym_never] = ACTIONS(376), + [anon_sym_else] = ACTIONS(376), + [anon_sym_finally] = ACTIONS(376), + [anon_sym_return] = ACTIONS(376), + [anon_sym_initially] = ACTIONS(376), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(388), + [sym_self_referential_reader_macro] = ACTIONS(379), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -15596,21 +15596,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2392), [aux_sym_dis_expr_repeat1] = STATE(2), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(390), - [sym_comment] = ACTIONS(390), - [anon_sym_POUND_] = ACTIONS(394), + [sym__ws] = ACTIONS(381), + [sym_comment] = ACTIONS(381), + [anon_sym_POUND_] = ACTIONS(385), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(398), + [anon_sym_DOT] = ACTIONS(389), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(400), + [anon_sym_COLON] = ACTIONS(391), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(398), + [sym_nil_lit] = ACTIONS(389), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(404), - [anon_sym_POUND_CARET] = ACTIONS(408), - [anon_sym_LPAREN] = ACTIONS(412), - [anon_sym_RPAREN] = ACTIONS(416), + [anon_sym_CARET] = ACTIONS(395), + [anon_sym_POUND_CARET] = ACTIONS(399), + [anon_sym_LPAREN] = ACTIONS(403), + [anon_sym_RPAREN] = ACTIONS(407), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -15621,39 +15621,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(398), - [anon_sym_cl] = ACTIONS(419), - [anon_sym_EQ] = ACTIONS(423), - [aux_sym_accumulation_verb_token1] = ACTIONS(425), - [anon_sym_for] = ACTIONS(425), - [anon_sym_and] = ACTIONS(425), - [anon_sym_as] = ACTIONS(425), - [anon_sym_with] = ACTIONS(425), - [anon_sym_do] = ACTIONS(425), - [anon_sym_while] = ACTIONS(425), - [anon_sym_until] = ACTIONS(425), - [anon_sym_repeat] = ACTIONS(425), - [anon_sym_when] = ACTIONS(425), - [anon_sym_if] = ACTIONS(425), - [anon_sym_unless] = ACTIONS(425), - [anon_sym_always] = ACTIONS(425), - [anon_sym_thereis] = ACTIONS(425), - [anon_sym_never] = ACTIONS(425), - [anon_sym_else] = ACTIONS(425), - [anon_sym_finally] = ACTIONS(425), - [anon_sym_return] = ACTIONS(425), - [anon_sym_initially] = ACTIONS(425), + [sym_fancy_literal] = ACTIONS(389), + [anon_sym_cl] = ACTIONS(410), + [anon_sym_EQ] = ACTIONS(414), + [aux_sym_accumulation_verb_token1] = ACTIONS(416), + [anon_sym_for] = ACTIONS(416), + [anon_sym_and] = ACTIONS(416), + [anon_sym_as] = ACTIONS(416), + [anon_sym_with] = ACTIONS(416), + [anon_sym_do] = ACTIONS(416), + [anon_sym_while] = ACTIONS(416), + [anon_sym_until] = ACTIONS(416), + [anon_sym_repeat] = ACTIONS(416), + [anon_sym_when] = ACTIONS(416), + [anon_sym_if] = ACTIONS(416), + [anon_sym_unless] = ACTIONS(416), + [anon_sym_always] = ACTIONS(416), + [anon_sym_thereis] = ACTIONS(416), + [anon_sym_never] = ACTIONS(416), + [anon_sym_else] = ACTIONS(416), + [anon_sym_finally] = ACTIONS(416), + [anon_sym_return] = ACTIONS(416), + [anon_sym_initially] = ACTIONS(416), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(428), + [sym_self_referential_reader_macro] = ACTIONS(419), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), [anon_sym_POUNDc] = ACTIONS(129), }, [12] = { - [sym__gap] = STATE(3), - [sym_dis_expr] = STATE(3), + [sym__gap] = STATE(16), + [sym_dis_expr] = STATE(16), [sym__form] = STATE(2387), [sym_num_lit] = STATE(2387), [sym_kwd_lit] = STATE(2387), @@ -15681,23 +15681,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_package_lit] = STATE(2387), [sym_include_reader_macro] = STATE(2387), [sym_complex_num_lit] = STATE(2387), - [aux_sym_dis_expr_repeat1] = STATE(3), + [aux_sym_dis_expr_repeat1] = STATE(16), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(430), - [sym_comment] = ACTIONS(430), - [anon_sym_POUND_] = ACTIONS(434), + [sym__ws] = ACTIONS(421), + [sym_comment] = ACTIONS(421), + [anon_sym_POUND_] = ACTIONS(425), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(438), + [anon_sym_DOT] = ACTIONS(429), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(440), + [anon_sym_COLON] = ACTIONS(431), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(438), + [sym_nil_lit] = ACTIONS(429), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(444), - [anon_sym_POUND_CARET] = ACTIONS(448), - [anon_sym_LPAREN] = ACTIONS(452), - [anon_sym_RPAREN] = ACTIONS(456), + [anon_sym_CARET] = ACTIONS(435), + [anon_sym_POUND_CARET] = ACTIONS(439), + [anon_sym_LPAREN] = ACTIONS(443), + [anon_sym_RPAREN] = ACTIONS(447), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -15708,31 +15708,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(438), - [anon_sym_cl] = ACTIONS(459), - [anon_sym_EQ] = ACTIONS(463), - [aux_sym_accumulation_verb_token1] = ACTIONS(465), - [anon_sym_for] = ACTIONS(465), - [anon_sym_and] = ACTIONS(465), - [anon_sym_as] = ACTIONS(465), - [anon_sym_with] = ACTIONS(465), - [anon_sym_do] = ACTIONS(465), - [anon_sym_while] = ACTIONS(465), - [anon_sym_until] = ACTIONS(465), - [anon_sym_repeat] = ACTIONS(465), - [anon_sym_when] = ACTIONS(465), - [anon_sym_if] = ACTIONS(465), - [anon_sym_unless] = ACTIONS(465), - [anon_sym_always] = ACTIONS(465), - [anon_sym_thereis] = ACTIONS(465), - [anon_sym_never] = ACTIONS(465), - [anon_sym_else] = ACTIONS(465), - [anon_sym_finally] = ACTIONS(465), - [anon_sym_return] = ACTIONS(465), - [anon_sym_initially] = ACTIONS(465), + [sym_fancy_literal] = ACTIONS(429), + [anon_sym_cl] = ACTIONS(450), + [anon_sym_EQ] = ACTIONS(454), + [aux_sym_accumulation_verb_token1] = ACTIONS(456), + [anon_sym_for] = ACTIONS(456), + [anon_sym_and] = ACTIONS(456), + [anon_sym_as] = ACTIONS(456), + [anon_sym_with] = ACTIONS(456), + [anon_sym_do] = ACTIONS(456), + [anon_sym_while] = ACTIONS(456), + [anon_sym_until] = ACTIONS(456), + [anon_sym_repeat] = ACTIONS(456), + [anon_sym_when] = ACTIONS(456), + [anon_sym_if] = ACTIONS(456), + [anon_sym_unless] = ACTIONS(456), + [anon_sym_always] = ACTIONS(456), + [anon_sym_thereis] = ACTIONS(456), + [anon_sym_never] = ACTIONS(456), + [anon_sym_else] = ACTIONS(456), + [anon_sym_finally] = ACTIONS(456), + [anon_sym_return] = ACTIONS(456), + [anon_sym_initially] = ACTIONS(456), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(468), + [sym_self_referential_reader_macro] = ACTIONS(459), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -15770,64 +15770,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(23), [aux_sym_dis_expr_repeat1] = STATE(990), [aux_sym_list_lit_repeat1] = STATE(2804), - [sym__ws] = ACTIONS(470), - [sym_comment] = ACTIONS(470), - [anon_sym_POUND_] = ACTIONS(473), - [anon_sym_POUND] = ACTIONS(177), - [anon_sym_DOT] = ACTIONS(476), - [aux_sym_num_lit_token1] = ACTIONS(181), - [anon_sym_COLON] = ACTIONS(478), - [anon_sym_COLON_COLON] = ACTIONS(186), - [anon_sym_DQUOTE] = ACTIONS(188), - [sym_nil_lit] = ACTIONS(476), - [aux_sym_sym_lit_token1] = ACTIONS(190), - [anon_sym_CARET] = ACTIONS(481), - [anon_sym_POUND_CARET] = ACTIONS(484), - [anon_sym_LPAREN] = ACTIONS(487), - [anon_sym_RPAREN] = ACTIONS(490), - [anon_sym_POUND0A] = ACTIONS(203), - [anon_sym_POUND0a] = ACTIONS(203), - [anon_sym_POUND_QMARK] = ACTIONS(205), - [anon_sym_POUND_QMARK_AT] = ACTIONS(207), - [anon_sym_POUND_SQUOTE] = ACTIONS(209), - [anon_sym_SQUOTE] = ACTIONS(211), - [anon_sym_BQUOTE] = ACTIONS(213), - [anon_sym_COMMA_AT] = ACTIONS(215), - [anon_sym_COMMA] = ACTIONS(217), + [sym__ws] = ACTIONS(461), + [sym_comment] = ACTIONS(461), + [anon_sym_POUND_] = ACTIONS(464), + [anon_sym_POUND] = ACTIONS(137), + [anon_sym_DOT] = ACTIONS(467), + [aux_sym_num_lit_token1] = ACTIONS(141), + [anon_sym_COLON] = ACTIONS(469), + [anon_sym_COLON_COLON] = ACTIONS(146), + [anon_sym_DQUOTE] = ACTIONS(148), + [sym_nil_lit] = ACTIONS(467), + [aux_sym_sym_lit_token1] = ACTIONS(150), + [anon_sym_CARET] = ACTIONS(472), + [anon_sym_POUND_CARET] = ACTIONS(475), + [anon_sym_LPAREN] = ACTIONS(478), + [anon_sym_RPAREN] = ACTIONS(481), + [anon_sym_POUND0A] = ACTIONS(163), + [anon_sym_POUND0a] = ACTIONS(163), + [anon_sym_POUND_QMARK] = ACTIONS(165), + [anon_sym_POUND_QMARK_AT] = ACTIONS(167), + [anon_sym_POUND_SQUOTE] = ACTIONS(169), + [anon_sym_SQUOTE] = ACTIONS(171), + [anon_sym_BQUOTE] = ACTIONS(173), + [anon_sym_COMMA_AT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(177), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(476), - [anon_sym_cl] = ACTIONS(492), - [anon_sym_EQ] = ACTIONS(495), - [aux_sym_accumulation_verb_token1] = ACTIONS(497), - [anon_sym_for] = ACTIONS(497), - [anon_sym_and] = ACTIONS(497), - [anon_sym_as] = ACTIONS(497), - [anon_sym_with] = ACTIONS(497), - [anon_sym_do] = ACTIONS(497), - [anon_sym_while] = ACTIONS(497), - [anon_sym_until] = ACTIONS(497), - [anon_sym_repeat] = ACTIONS(497), - [anon_sym_when] = ACTIONS(497), - [anon_sym_if] = ACTIONS(497), - [anon_sym_unless] = ACTIONS(497), - [anon_sym_always] = ACTIONS(497), - [anon_sym_thereis] = ACTIONS(497), - [anon_sym_never] = ACTIONS(497), - [anon_sym_else] = ACTIONS(497), - [anon_sym_finally] = ACTIONS(497), - [anon_sym_return] = ACTIONS(497), - [anon_sym_initially] = ACTIONS(497), - [anon_sym_POUNDP] = ACTIONS(226), - [anon_sym_POUNDp] = ACTIONS(226), - [sym_self_referential_reader_macro] = ACTIONS(499), - [anon_sym_POUND_PLUS] = ACTIONS(230), - [anon_sym_POUND_DASH] = ACTIONS(230), - [anon_sym_POUNDC] = ACTIONS(232), - [anon_sym_POUNDc] = ACTIONS(232), + [sym_fancy_literal] = ACTIONS(467), + [anon_sym_cl] = ACTIONS(483), + [anon_sym_EQ] = ACTIONS(486), + [aux_sym_accumulation_verb_token1] = ACTIONS(488), + [anon_sym_for] = ACTIONS(488), + [anon_sym_and] = ACTIONS(488), + [anon_sym_as] = ACTIONS(488), + [anon_sym_with] = ACTIONS(488), + [anon_sym_do] = ACTIONS(488), + [anon_sym_while] = ACTIONS(488), + [anon_sym_until] = ACTIONS(488), + [anon_sym_repeat] = ACTIONS(488), + [anon_sym_when] = ACTIONS(488), + [anon_sym_if] = ACTIONS(488), + [anon_sym_unless] = ACTIONS(488), + [anon_sym_always] = ACTIONS(488), + [anon_sym_thereis] = ACTIONS(488), + [anon_sym_never] = ACTIONS(488), + [anon_sym_else] = ACTIONS(488), + [anon_sym_finally] = ACTIONS(488), + [anon_sym_return] = ACTIONS(488), + [anon_sym_initially] = ACTIONS(488), + [anon_sym_POUNDP] = ACTIONS(186), + [anon_sym_POUNDp] = ACTIONS(186), + [sym_self_referential_reader_macro] = ACTIONS(490), + [anon_sym_POUND_PLUS] = ACTIONS(190), + [anon_sym_POUND_DASH] = ACTIONS(190), + [anon_sym_POUNDC] = ACTIONS(192), + [anon_sym_POUNDc] = ACTIONS(192), }, [14] = { - [sym__gap] = STATE(27), - [sym_dis_expr] = STATE(27), + [sym__gap] = STATE(22), + [sym_dis_expr] = STATE(22), [sym__form] = STATE(2378), [sym_num_lit] = STATE(2378), [sym_kwd_lit] = STATE(2378), @@ -15855,23 +15855,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_package_lit] = STATE(2378), [sym_include_reader_macro] = STATE(2378), [sym_complex_num_lit] = STATE(2378), - [aux_sym_dis_expr_repeat1] = STATE(27), + [aux_sym_dis_expr_repeat1] = STATE(22), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(501), - [sym_comment] = ACTIONS(501), - [anon_sym_POUND_] = ACTIONS(434), + [sym__ws] = ACTIONS(492), + [sym_comment] = ACTIONS(492), + [anon_sym_POUND_] = ACTIONS(425), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(505), + [anon_sym_DOT] = ACTIONS(496), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(507), + [anon_sym_COLON] = ACTIONS(498), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(505), + [sym_nil_lit] = ACTIONS(496), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(444), - [anon_sym_POUND_CARET] = ACTIONS(448), - [anon_sym_LPAREN] = ACTIONS(452), - [anon_sym_RPAREN] = ACTIONS(456), + [anon_sym_CARET] = ACTIONS(435), + [anon_sym_POUND_CARET] = ACTIONS(439), + [anon_sym_LPAREN] = ACTIONS(443), + [anon_sym_RPAREN] = ACTIONS(447), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -15882,31 +15882,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(505), - [anon_sym_cl] = ACTIONS(511), - [anon_sym_EQ] = ACTIONS(515), - [aux_sym_accumulation_verb_token1] = ACTIONS(465), - [anon_sym_for] = ACTIONS(465), - [anon_sym_and] = ACTIONS(465), - [anon_sym_as] = ACTIONS(465), - [anon_sym_with] = ACTIONS(465), - [anon_sym_do] = ACTIONS(465), - [anon_sym_while] = ACTIONS(465), - [anon_sym_until] = ACTIONS(465), - [anon_sym_repeat] = ACTIONS(465), - [anon_sym_when] = ACTIONS(465), - [anon_sym_if] = ACTIONS(465), - [anon_sym_unless] = ACTIONS(465), - [anon_sym_always] = ACTIONS(465), - [anon_sym_thereis] = ACTIONS(465), - [anon_sym_never] = ACTIONS(465), - [anon_sym_else] = ACTIONS(465), - [anon_sym_finally] = ACTIONS(465), - [anon_sym_return] = ACTIONS(465), - [anon_sym_initially] = ACTIONS(465), + [sym_fancy_literal] = ACTIONS(496), + [anon_sym_cl] = ACTIONS(502), + [anon_sym_EQ] = ACTIONS(506), + [aux_sym_accumulation_verb_token1] = ACTIONS(456), + [anon_sym_for] = ACTIONS(456), + [anon_sym_and] = ACTIONS(456), + [anon_sym_as] = ACTIONS(456), + [anon_sym_with] = ACTIONS(456), + [anon_sym_do] = ACTIONS(456), + [anon_sym_while] = ACTIONS(456), + [anon_sym_until] = ACTIONS(456), + [anon_sym_repeat] = ACTIONS(456), + [anon_sym_when] = ACTIONS(456), + [anon_sym_if] = ACTIONS(456), + [anon_sym_unless] = ACTIONS(456), + [anon_sym_always] = ACTIONS(456), + [anon_sym_thereis] = ACTIONS(456), + [anon_sym_never] = ACTIONS(456), + [anon_sym_else] = ACTIONS(456), + [anon_sym_finally] = ACTIONS(456), + [anon_sym_return] = ACTIONS(456), + [anon_sym_initially] = ACTIONS(456), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(517), + [sym_self_referential_reader_macro] = ACTIONS(508), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -15944,369 +15944,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(28), [aux_sym_dis_expr_repeat1] = STATE(990), [aux_sym_list_lit_repeat1] = STATE(2804), - [sym__ws] = ACTIONS(470), - [sym_comment] = ACTIONS(470), - [anon_sym_POUND_] = ACTIONS(473), - [anon_sym_POUND] = ACTIONS(177), - [anon_sym_DOT] = ACTIONS(519), - [aux_sym_num_lit_token1] = ACTIONS(181), - [anon_sym_COLON] = ACTIONS(521), - [anon_sym_COLON_COLON] = ACTIONS(186), - [anon_sym_DQUOTE] = ACTIONS(188), - [sym_nil_lit] = ACTIONS(519), - [aux_sym_sym_lit_token1] = ACTIONS(190), - [anon_sym_CARET] = ACTIONS(481), - [anon_sym_POUND_CARET] = ACTIONS(484), - [anon_sym_LPAREN] = ACTIONS(487), - [anon_sym_RPAREN] = ACTIONS(490), - [anon_sym_POUND0A] = ACTIONS(203), - [anon_sym_POUND0a] = ACTIONS(203), - [anon_sym_POUND_QMARK] = ACTIONS(205), - [anon_sym_POUND_QMARK_AT] = ACTIONS(207), - [anon_sym_POUND_SQUOTE] = ACTIONS(209), - [anon_sym_SQUOTE] = ACTIONS(211), - [anon_sym_BQUOTE] = ACTIONS(213), - [anon_sym_COMMA_AT] = ACTIONS(215), - [anon_sym_COMMA] = ACTIONS(217), + [sym__ws] = ACTIONS(461), + [sym_comment] = ACTIONS(461), + [anon_sym_POUND_] = ACTIONS(464), + [anon_sym_POUND] = ACTIONS(137), + [anon_sym_DOT] = ACTIONS(510), + [aux_sym_num_lit_token1] = ACTIONS(141), + [anon_sym_COLON] = ACTIONS(512), + [anon_sym_COLON_COLON] = ACTIONS(146), + [anon_sym_DQUOTE] = ACTIONS(148), + [sym_nil_lit] = ACTIONS(510), + [aux_sym_sym_lit_token1] = ACTIONS(150), + [anon_sym_CARET] = ACTIONS(472), + [anon_sym_POUND_CARET] = ACTIONS(475), + [anon_sym_LPAREN] = ACTIONS(478), + [anon_sym_RPAREN] = ACTIONS(481), + [anon_sym_POUND0A] = ACTIONS(163), + [anon_sym_POUND0a] = ACTIONS(163), + [anon_sym_POUND_QMARK] = ACTIONS(165), + [anon_sym_POUND_QMARK_AT] = ACTIONS(167), + [anon_sym_POUND_SQUOTE] = ACTIONS(169), + [anon_sym_SQUOTE] = ACTIONS(171), + [anon_sym_BQUOTE] = ACTIONS(173), + [anon_sym_COMMA_AT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(177), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(519), - [anon_sym_cl] = ACTIONS(524), - [anon_sym_EQ] = ACTIONS(527), - [aux_sym_accumulation_verb_token1] = ACTIONS(497), - [anon_sym_for] = ACTIONS(497), - [anon_sym_and] = ACTIONS(497), - [anon_sym_as] = ACTIONS(497), - [anon_sym_with] = ACTIONS(497), - [anon_sym_do] = ACTIONS(497), - [anon_sym_while] = ACTIONS(497), - [anon_sym_until] = ACTIONS(497), - [anon_sym_repeat] = ACTIONS(497), - [anon_sym_when] = ACTIONS(497), - [anon_sym_if] = ACTIONS(497), - [anon_sym_unless] = ACTIONS(497), - [anon_sym_always] = ACTIONS(497), - [anon_sym_thereis] = ACTIONS(497), - [anon_sym_never] = ACTIONS(497), - [anon_sym_else] = ACTIONS(497), - [anon_sym_finally] = ACTIONS(497), - [anon_sym_return] = ACTIONS(497), - [anon_sym_initially] = ACTIONS(497), - [anon_sym_POUNDP] = ACTIONS(226), - [anon_sym_POUNDp] = ACTIONS(226), - [sym_self_referential_reader_macro] = ACTIONS(529), - [anon_sym_POUND_PLUS] = ACTIONS(230), - [anon_sym_POUND_DASH] = ACTIONS(230), - [anon_sym_POUNDC] = ACTIONS(232), - [anon_sym_POUNDc] = ACTIONS(232), + [sym_fancy_literal] = ACTIONS(510), + [anon_sym_cl] = ACTIONS(515), + [anon_sym_EQ] = ACTIONS(518), + [aux_sym_accumulation_verb_token1] = ACTIONS(488), + [anon_sym_for] = ACTIONS(488), + [anon_sym_and] = ACTIONS(488), + [anon_sym_as] = ACTIONS(488), + [anon_sym_with] = ACTIONS(488), + [anon_sym_do] = ACTIONS(488), + [anon_sym_while] = ACTIONS(488), + [anon_sym_until] = ACTIONS(488), + [anon_sym_repeat] = ACTIONS(488), + [anon_sym_when] = ACTIONS(488), + [anon_sym_if] = ACTIONS(488), + [anon_sym_unless] = ACTIONS(488), + [anon_sym_always] = ACTIONS(488), + [anon_sym_thereis] = ACTIONS(488), + [anon_sym_never] = ACTIONS(488), + [anon_sym_else] = ACTIONS(488), + [anon_sym_finally] = ACTIONS(488), + [anon_sym_return] = ACTIONS(488), + [anon_sym_initially] = ACTIONS(488), + [anon_sym_POUNDP] = ACTIONS(186), + [anon_sym_POUNDp] = ACTIONS(186), + [sym_self_referential_reader_macro] = ACTIONS(520), + [anon_sym_POUND_PLUS] = ACTIONS(190), + [anon_sym_POUND_DASH] = ACTIONS(190), + [anon_sym_POUNDC] = ACTIONS(192), + [anon_sym_POUNDc] = ACTIONS(192), }, [16] = { - [sym__gap] = STATE(908), - [sym_dis_expr] = STATE(908), - [sym__form] = STATE(994), - [sym_num_lit] = STATE(994), - [sym_kwd_lit] = STATE(994), - [sym_str_lit] = STATE(994), - [sym_char_lit] = STATE(994), - [sym_sym_lit] = STATE(1189), - [sym__metadata_lit] = STATE(2901), - [sym_meta_lit] = STATE(2858), - [sym_old_meta_lit] = STATE(2859), - [sym_list_lit] = STATE(994), - [sym__bare_list_lit] = STATE(1190), - [sym_vec_lit] = STATE(994), - [sym_set_lit] = STATE(994), - [sym__bare_set_lit] = STATE(1191), - [sym_read_cond_lit] = STATE(994), - [sym_splicing_read_cond_lit] = STATE(994), - [sym_var_quoting_lit] = STATE(994), - [sym_quoting_lit] = STATE(994), - [sym_syn_quoting_lit] = STATE(994), - [sym_unquote_splicing_lit] = STATE(994), - [sym_unquoting_lit] = STATE(994), - [sym_defun] = STATE(1190), - [sym_loop_macro] = STATE(1190), - [sym_path_lit] = STATE(994), - [sym_package_lit] = STATE(994), - [sym_include_reader_macro] = STATE(994), - [sym_complex_num_lit] = STATE(994), - [aux_sym_dis_expr_repeat1] = STATE(908), - [aux_sym_list_lit_repeat1] = STATE(2827), - [aux_sym_do_clause_repeat1] = STATE(16), - [sym__ws] = ACTIONS(531), - [sym_comment] = ACTIONS(531), - [anon_sym_POUND_] = ACTIONS(534), - [anon_sym_POUND] = ACTIONS(537), - [anon_sym_DOT] = ACTIONS(540), - [aux_sym_num_lit_token1] = ACTIONS(543), - [anon_sym_COLON] = ACTIONS(546), - [anon_sym_COLON_COLON] = ACTIONS(549), - [anon_sym_DQUOTE] = ACTIONS(552), - [sym_nil_lit] = ACTIONS(540), - [aux_sym_sym_lit_token1] = ACTIONS(555), - [anon_sym_CARET] = ACTIONS(558), - [anon_sym_POUND_CARET] = ACTIONS(561), - [anon_sym_LPAREN] = ACTIONS(564), - [anon_sym_RPAREN] = ACTIONS(567), - [anon_sym_POUND0A] = ACTIONS(569), - [anon_sym_POUND0a] = ACTIONS(569), - [anon_sym_POUND_QMARK] = ACTIONS(572), - [anon_sym_POUND_QMARK_AT] = ACTIONS(575), - [anon_sym_POUND_SQUOTE] = ACTIONS(578), - [anon_sym_SQUOTE] = ACTIONS(581), - [anon_sym_BQUOTE] = ACTIONS(584), - [anon_sym_COMMA_AT] = ACTIONS(587), - [anon_sym_COMMA] = ACTIONS(590), - [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(540), - [anon_sym_cl] = ACTIONS(593), - [aux_sym_accumulation_verb_token1] = ACTIONS(596), - [anon_sym_for] = ACTIONS(596), - [anon_sym_and] = ACTIONS(596), - [anon_sym_as] = ACTIONS(596), - [anon_sym_with] = ACTIONS(596), - [anon_sym_do] = ACTIONS(596), - [anon_sym_while] = ACTIONS(596), - [anon_sym_until] = ACTIONS(596), - [anon_sym_repeat] = ACTIONS(596), - [anon_sym_when] = ACTIONS(596), - [anon_sym_if] = ACTIONS(596), - [anon_sym_unless] = ACTIONS(596), - [anon_sym_always] = ACTIONS(596), - [anon_sym_thereis] = ACTIONS(596), - [anon_sym_never] = ACTIONS(596), - [anon_sym_else] = ACTIONS(596), - [anon_sym_finally] = ACTIONS(596), - [anon_sym_return] = ACTIONS(596), - [anon_sym_initially] = ACTIONS(596), - [anon_sym_POUNDP] = ACTIONS(598), - [anon_sym_POUNDp] = ACTIONS(598), - [sym_self_referential_reader_macro] = ACTIONS(601), - [anon_sym_POUND_PLUS] = ACTIONS(604), - [anon_sym_POUND_DASH] = ACTIONS(604), - [anon_sym_POUNDC] = ACTIONS(607), - [anon_sym_POUNDc] = ACTIONS(607), - }, - [17] = { - [sym__gap] = STATE(990), - [sym_dis_expr] = STATE(990), - [sym__form] = STATE(2356), - [sym_num_lit] = STATE(2356), - [sym_kwd_lit] = STATE(2356), - [sym_str_lit] = STATE(2356), - [sym_char_lit] = STATE(2356), - [sym_sym_lit] = STATE(2497), - [sym__metadata_lit] = STATE(2901), - [sym_meta_lit] = STATE(2858), - [sym_old_meta_lit] = STATE(2859), - [sym_list_lit] = STATE(2356), - [sym__bare_list_lit] = STATE(2648), - [sym_vec_lit] = STATE(2356), - [sym_set_lit] = STATE(2356), - [sym__bare_set_lit] = STATE(2625), - [sym_read_cond_lit] = STATE(2356), - [sym_splicing_read_cond_lit] = STATE(2356), - [sym_var_quoting_lit] = STATE(2356), - [sym_quoting_lit] = STATE(2356), - [sym_syn_quoting_lit] = STATE(2356), - [sym_unquote_splicing_lit] = STATE(2356), - [sym_unquoting_lit] = STATE(2356), - [sym_defun] = STATE(2648), - [sym_loop_macro] = STATE(2648), - [sym_path_lit] = STATE(2356), - [sym_package_lit] = STATE(2356), - [sym_include_reader_macro] = STATE(2356), - [sym_complex_num_lit] = STATE(2356), - [aux_sym_dis_expr_repeat1] = STATE(990), - [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(610), - [sym_comment] = ACTIONS(610), - [anon_sym_POUND_] = ACTIONS(614), - [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(618), - [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(620), - [anon_sym_COLON_COLON] = ACTIONS(77), - [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(618), - [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(624), - [anon_sym_POUND_CARET] = ACTIONS(628), - [anon_sym_LPAREN] = ACTIONS(632), - [anon_sym_RPAREN] = ACTIONS(636), - [anon_sym_POUND0A] = ACTIONS(98), - [anon_sym_POUND0a] = ACTIONS(98), - [anon_sym_POUND_QMARK] = ACTIONS(100), - [anon_sym_POUND_QMARK_AT] = ACTIONS(102), - [anon_sym_POUND_SQUOTE] = ACTIONS(104), - [anon_sym_SQUOTE] = ACTIONS(106), - [anon_sym_BQUOTE] = ACTIONS(108), - [anon_sym_COMMA_AT] = ACTIONS(110), - [anon_sym_COMMA] = ACTIONS(112), - [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(618), - [anon_sym_cl] = ACTIONS(639), - [anon_sym_EQ] = ACTIONS(643), - [aux_sym_accumulation_verb_token1] = ACTIONS(645), - [anon_sym_for] = ACTIONS(645), - [anon_sym_and] = ACTIONS(645), - [anon_sym_as] = ACTIONS(645), - [anon_sym_with] = ACTIONS(645), - [anon_sym_do] = ACTIONS(645), - [anon_sym_while] = ACTIONS(645), - [anon_sym_until] = ACTIONS(645), - [anon_sym_repeat] = ACTIONS(645), - [anon_sym_when] = ACTIONS(645), - [anon_sym_if] = ACTIONS(645), - [anon_sym_unless] = ACTIONS(645), - [anon_sym_always] = ACTIONS(645), - [anon_sym_thereis] = ACTIONS(645), - [anon_sym_never] = ACTIONS(645), - [anon_sym_else] = ACTIONS(645), - [anon_sym_finally] = ACTIONS(645), - [anon_sym_return] = ACTIONS(645), - [anon_sym_initially] = ACTIONS(645), - [anon_sym_POUNDP] = ACTIONS(123), - [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(648), - [anon_sym_POUND_PLUS] = ACTIONS(127), - [anon_sym_POUND_DASH] = ACTIONS(127), - [anon_sym_POUNDC] = ACTIONS(129), - [anon_sym_POUNDc] = ACTIONS(129), - }, - [18] = { [sym__gap] = STATE(990), [sym_dis_expr] = STATE(990), - [sym__form] = STATE(2258), - [sym_num_lit] = STATE(2258), - [sym_kwd_lit] = STATE(2258), - [sym_str_lit] = STATE(2258), - [sym_char_lit] = STATE(2258), + [sym__form] = STATE(2276), + [sym_num_lit] = STATE(2276), + [sym_kwd_lit] = STATE(2276), + [sym_str_lit] = STATE(2276), + [sym_char_lit] = STATE(2276), [sym_sym_lit] = STATE(2497), [sym__metadata_lit] = STATE(2901), [sym_meta_lit] = STATE(2858), [sym_old_meta_lit] = STATE(2859), - [sym_list_lit] = STATE(2258), + [sym_list_lit] = STATE(2276), [sym__bare_list_lit] = STATE(2648), - [sym_vec_lit] = STATE(2258), - [sym_set_lit] = STATE(2258), + [sym_vec_lit] = STATE(2276), + [sym_set_lit] = STATE(2276), [sym__bare_set_lit] = STATE(2625), - [sym_read_cond_lit] = STATE(2258), - [sym_splicing_read_cond_lit] = STATE(2258), - [sym_var_quoting_lit] = STATE(2258), - [sym_quoting_lit] = STATE(2258), - [sym_syn_quoting_lit] = STATE(2258), - [sym_unquote_splicing_lit] = STATE(2258), - [sym_unquoting_lit] = STATE(2258), + [sym_read_cond_lit] = STATE(2276), + [sym_splicing_read_cond_lit] = STATE(2276), + [sym_var_quoting_lit] = STATE(2276), + [sym_quoting_lit] = STATE(2276), + [sym_syn_quoting_lit] = STATE(2276), + [sym_unquote_splicing_lit] = STATE(2276), + [sym_unquoting_lit] = STATE(2276), [sym_defun] = STATE(2648), [sym_loop_macro] = STATE(2648), - [sym_path_lit] = STATE(2258), - [sym_package_lit] = STATE(2258), - [sym_include_reader_macro] = STATE(2258), - [sym_complex_num_lit] = STATE(2258), + [sym_path_lit] = STATE(2276), + [sym_package_lit] = STATE(2276), + [sym_include_reader_macro] = STATE(2276), + [sym_complex_num_lit] = STATE(2276), [aux_sym_dis_expr_repeat1] = STATE(990), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(350), - [sym_comment] = ACTIONS(350), - [anon_sym_POUND_] = ACTIONS(354), - [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(650), - [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(652), - [anon_sym_COLON_COLON] = ACTIONS(77), - [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(650), - [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(364), - [anon_sym_POUND_CARET] = ACTIONS(368), - [anon_sym_LPAREN] = ACTIONS(372), - [anon_sym_RPAREN] = ACTIONS(376), - [anon_sym_POUND0A] = ACTIONS(98), - [anon_sym_POUND0a] = ACTIONS(98), - [anon_sym_POUND_QMARK] = ACTIONS(100), - [anon_sym_POUND_QMARK_AT] = ACTIONS(102), - [anon_sym_POUND_SQUOTE] = ACTIONS(104), - [anon_sym_SQUOTE] = ACTIONS(106), - [anon_sym_BQUOTE] = ACTIONS(108), - [anon_sym_COMMA_AT] = ACTIONS(110), - [anon_sym_COMMA] = ACTIONS(112), - [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(650), - [anon_sym_cl] = ACTIONS(656), - [anon_sym_EQ] = ACTIONS(660), - [aux_sym_accumulation_verb_token1] = ACTIONS(385), - [anon_sym_for] = ACTIONS(385), - [anon_sym_and] = ACTIONS(385), - [anon_sym_as] = ACTIONS(385), - [anon_sym_with] = ACTIONS(385), - [anon_sym_do] = ACTIONS(385), - [anon_sym_while] = ACTIONS(385), - [anon_sym_until] = ACTIONS(385), - [anon_sym_repeat] = ACTIONS(385), - [anon_sym_when] = ACTIONS(385), - [anon_sym_if] = ACTIONS(385), - [anon_sym_unless] = ACTIONS(385), - [anon_sym_always] = ACTIONS(385), - [anon_sym_thereis] = ACTIONS(385), - [anon_sym_never] = ACTIONS(385), - [anon_sym_else] = ACTIONS(385), - [anon_sym_finally] = ACTIONS(385), - [anon_sym_return] = ACTIONS(385), - [anon_sym_initially] = ACTIONS(385), - [anon_sym_POUNDP] = ACTIONS(123), - [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(662), - [anon_sym_POUND_PLUS] = ACTIONS(127), - [anon_sym_POUND_DASH] = ACTIONS(127), - [anon_sym_POUNDC] = ACTIONS(129), - [anon_sym_POUNDc] = ACTIONS(129), - }, - [19] = { - [sym__gap] = STATE(34), - [sym_dis_expr] = STATE(34), - [sym__form] = STATE(2342), - [sym_num_lit] = STATE(2342), - [sym_kwd_lit] = STATE(2342), - [sym_str_lit] = STATE(2342), - [sym_char_lit] = STATE(2342), - [sym_sym_lit] = STATE(2497), - [sym__metadata_lit] = STATE(2901), - [sym_meta_lit] = STATE(2858), - [sym_old_meta_lit] = STATE(2859), - [sym_list_lit] = STATE(2342), - [sym__bare_list_lit] = STATE(2648), - [sym_vec_lit] = STATE(2342), - [sym_set_lit] = STATE(2342), - [sym__bare_set_lit] = STATE(2625), - [sym_read_cond_lit] = STATE(2342), - [sym_splicing_read_cond_lit] = STATE(2342), - [sym_var_quoting_lit] = STATE(2342), - [sym_quoting_lit] = STATE(2342), - [sym_syn_quoting_lit] = STATE(2342), - [sym_unquote_splicing_lit] = STATE(2342), - [sym_unquoting_lit] = STATE(2342), - [sym_defun] = STATE(2648), - [sym_loop_macro] = STATE(2648), - [sym_path_lit] = STATE(2342), - [sym_package_lit] = STATE(2342), - [sym_include_reader_macro] = STATE(2342), - [sym_complex_num_lit] = STATE(2342), - [aux_sym_dis_expr_repeat1] = STATE(34), - [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(664), - [sym_comment] = ACTIONS(664), - [anon_sym_POUND_] = ACTIONS(394), + [sym__ws] = ACTIONS(522), + [sym_comment] = ACTIONS(522), + [anon_sym_POUND_] = ACTIONS(526), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(668), + [anon_sym_DOT] = ACTIONS(530), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(670), + [anon_sym_COLON] = ACTIONS(532), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(668), + [sym_nil_lit] = ACTIONS(530), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(404), - [anon_sym_POUND_CARET] = ACTIONS(408), - [anon_sym_LPAREN] = ACTIONS(412), - [anon_sym_RPAREN] = ACTIONS(416), + [anon_sym_CARET] = ACTIONS(536), + [anon_sym_POUND_CARET] = ACTIONS(540), + [anon_sym_LPAREN] = ACTIONS(544), + [anon_sym_RPAREN] = ACTIONS(548), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -16317,83 +16056,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(668), - [anon_sym_cl] = ACTIONS(674), - [anon_sym_EQ] = ACTIONS(678), - [aux_sym_accumulation_verb_token1] = ACTIONS(425), - [anon_sym_for] = ACTIONS(425), - [anon_sym_and] = ACTIONS(425), - [anon_sym_as] = ACTIONS(425), - [anon_sym_with] = ACTIONS(425), - [anon_sym_do] = ACTIONS(425), - [anon_sym_while] = ACTIONS(425), - [anon_sym_until] = ACTIONS(425), - [anon_sym_repeat] = ACTIONS(425), - [anon_sym_when] = ACTIONS(425), - [anon_sym_if] = ACTIONS(425), - [anon_sym_unless] = ACTIONS(425), - [anon_sym_always] = ACTIONS(425), - [anon_sym_thereis] = ACTIONS(425), - [anon_sym_never] = ACTIONS(425), - [anon_sym_else] = ACTIONS(425), - [anon_sym_finally] = ACTIONS(425), - [anon_sym_return] = ACTIONS(425), - [anon_sym_initially] = ACTIONS(425), + [sym_fancy_literal] = ACTIONS(530), + [anon_sym_cl] = ACTIONS(551), + [anon_sym_EQ] = ACTIONS(555), + [aux_sym_accumulation_verb_token1] = ACTIONS(557), + [anon_sym_for] = ACTIONS(557), + [anon_sym_and] = ACTIONS(557), + [anon_sym_as] = ACTIONS(557), + [anon_sym_with] = ACTIONS(557), + [anon_sym_do] = ACTIONS(557), + [anon_sym_while] = ACTIONS(557), + [anon_sym_until] = ACTIONS(557), + [anon_sym_repeat] = ACTIONS(557), + [anon_sym_when] = ACTIONS(557), + [anon_sym_if] = ACTIONS(557), + [anon_sym_unless] = ACTIONS(557), + [anon_sym_always] = ACTIONS(557), + [anon_sym_thereis] = ACTIONS(557), + [anon_sym_never] = ACTIONS(557), + [anon_sym_else] = ACTIONS(557), + [anon_sym_finally] = ACTIONS(557), + [anon_sym_return] = ACTIONS(557), + [anon_sym_initially] = ACTIONS(557), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(680), + [sym_self_referential_reader_macro] = ACTIONS(560), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), [anon_sym_POUNDc] = ACTIONS(129), }, - [20] = { + [17] = { [sym__gap] = STATE(990), [sym_dis_expr] = STATE(990), - [sym__form] = STATE(2134), - [sym_num_lit] = STATE(2134), - [sym_kwd_lit] = STATE(2134), - [sym_str_lit] = STATE(2134), - [sym_char_lit] = STATE(2134), + [sym__form] = STATE(2356), + [sym_num_lit] = STATE(2356), + [sym_kwd_lit] = STATE(2356), + [sym_str_lit] = STATE(2356), + [sym_char_lit] = STATE(2356), [sym_sym_lit] = STATE(2497), [sym__metadata_lit] = STATE(2901), [sym_meta_lit] = STATE(2858), [sym_old_meta_lit] = STATE(2859), - [sym_list_lit] = STATE(2134), + [sym_list_lit] = STATE(2356), [sym__bare_list_lit] = STATE(2648), - [sym_vec_lit] = STATE(2134), - [sym_set_lit] = STATE(2134), + [sym_vec_lit] = STATE(2356), + [sym_set_lit] = STATE(2356), [sym__bare_set_lit] = STATE(2625), - [sym_read_cond_lit] = STATE(2134), - [sym_splicing_read_cond_lit] = STATE(2134), - [sym_var_quoting_lit] = STATE(2134), - [sym_quoting_lit] = STATE(2134), - [sym_syn_quoting_lit] = STATE(2134), - [sym_unquote_splicing_lit] = STATE(2134), - [sym_unquoting_lit] = STATE(2134), + [sym_read_cond_lit] = STATE(2356), + [sym_splicing_read_cond_lit] = STATE(2356), + [sym_var_quoting_lit] = STATE(2356), + [sym_quoting_lit] = STATE(2356), + [sym_syn_quoting_lit] = STATE(2356), + [sym_unquote_splicing_lit] = STATE(2356), + [sym_unquoting_lit] = STATE(2356), [sym_defun] = STATE(2648), [sym_loop_macro] = STATE(2648), - [sym_path_lit] = STATE(2134), - [sym_package_lit] = STATE(2134), - [sym_include_reader_macro] = STATE(2134), - [sym_complex_num_lit] = STATE(2134), + [sym_path_lit] = STATE(2356), + [sym_package_lit] = STATE(2356), + [sym_include_reader_macro] = STATE(2356), + [sym_complex_num_lit] = STATE(2356), [aux_sym_dis_expr_repeat1] = STATE(990), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(682), - [sym_comment] = ACTIONS(682), - [anon_sym_POUND_] = ACTIONS(686), + [sym__ws] = ACTIONS(562), + [sym_comment] = ACTIONS(562), + [anon_sym_POUND_] = ACTIONS(566), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(690), + [anon_sym_DOT] = ACTIONS(570), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(692), + [anon_sym_COLON] = ACTIONS(572), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(690), + [sym_nil_lit] = ACTIONS(570), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(696), - [anon_sym_POUND_CARET] = ACTIONS(700), - [anon_sym_LPAREN] = ACTIONS(704), - [anon_sym_RPAREN] = ACTIONS(708), + [anon_sym_CARET] = ACTIONS(576), + [anon_sym_POUND_CARET] = ACTIONS(580), + [anon_sym_LPAREN] = ACTIONS(584), + [anon_sym_RPAREN] = ACTIONS(588), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -16404,37 +16143,211 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(690), - [anon_sym_cl] = ACTIONS(711), - [anon_sym_EQ] = ACTIONS(715), - [aux_sym_accumulation_verb_token1] = ACTIONS(717), - [anon_sym_for] = ACTIONS(717), - [anon_sym_and] = ACTIONS(717), - [anon_sym_as] = ACTIONS(717), - [anon_sym_with] = ACTIONS(717), - [anon_sym_do] = ACTIONS(717), - [anon_sym_while] = ACTIONS(717), - [anon_sym_until] = ACTIONS(717), - [anon_sym_repeat] = ACTIONS(717), - [anon_sym_when] = ACTIONS(717), - [anon_sym_if] = ACTIONS(717), - [anon_sym_unless] = ACTIONS(717), - [anon_sym_always] = ACTIONS(717), - [anon_sym_thereis] = ACTIONS(717), - [anon_sym_never] = ACTIONS(717), - [anon_sym_else] = ACTIONS(717), - [anon_sym_finally] = ACTIONS(717), - [anon_sym_return] = ACTIONS(717), - [anon_sym_initially] = ACTIONS(717), + [sym_fancy_literal] = ACTIONS(570), + [anon_sym_cl] = ACTIONS(591), + [anon_sym_EQ] = ACTIONS(595), + [aux_sym_accumulation_verb_token1] = ACTIONS(597), + [anon_sym_for] = ACTIONS(597), + [anon_sym_and] = ACTIONS(597), + [anon_sym_as] = ACTIONS(597), + [anon_sym_with] = ACTIONS(597), + [anon_sym_do] = ACTIONS(597), + [anon_sym_while] = ACTIONS(597), + [anon_sym_until] = ACTIONS(597), + [anon_sym_repeat] = ACTIONS(597), + [anon_sym_when] = ACTIONS(597), + [anon_sym_if] = ACTIONS(597), + [anon_sym_unless] = ACTIONS(597), + [anon_sym_always] = ACTIONS(597), + [anon_sym_thereis] = ACTIONS(597), + [anon_sym_never] = ACTIONS(597), + [anon_sym_else] = ACTIONS(597), + [anon_sym_finally] = ACTIONS(597), + [anon_sym_return] = ACTIONS(597), + [anon_sym_initially] = ACTIONS(597), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(720), + [sym_self_referential_reader_macro] = ACTIONS(600), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), [anon_sym_POUNDc] = ACTIONS(129), }, - [21] = { + [18] = { + [sym__gap] = STATE(990), + [sym_dis_expr] = STATE(990), + [sym__form] = STATE(2258), + [sym_num_lit] = STATE(2258), + [sym_kwd_lit] = STATE(2258), + [sym_str_lit] = STATE(2258), + [sym_char_lit] = STATE(2258), + [sym_sym_lit] = STATE(2497), + [sym__metadata_lit] = STATE(2901), + [sym_meta_lit] = STATE(2858), + [sym_old_meta_lit] = STATE(2859), + [sym_list_lit] = STATE(2258), + [sym__bare_list_lit] = STATE(2648), + [sym_vec_lit] = STATE(2258), + [sym_set_lit] = STATE(2258), + [sym__bare_set_lit] = STATE(2625), + [sym_read_cond_lit] = STATE(2258), + [sym_splicing_read_cond_lit] = STATE(2258), + [sym_var_quoting_lit] = STATE(2258), + [sym_quoting_lit] = STATE(2258), + [sym_syn_quoting_lit] = STATE(2258), + [sym_unquote_splicing_lit] = STATE(2258), + [sym_unquoting_lit] = STATE(2258), + [sym_defun] = STATE(2648), + [sym_loop_macro] = STATE(2648), + [sym_path_lit] = STATE(2258), + [sym_package_lit] = STATE(2258), + [sym_include_reader_macro] = STATE(2258), + [sym_complex_num_lit] = STATE(2258), + [aux_sym_dis_expr_repeat1] = STATE(990), + [aux_sym_list_lit_repeat1] = STATE(2834), + [sym__ws] = ACTIONS(341), + [sym_comment] = ACTIONS(341), + [anon_sym_POUND_] = ACTIONS(345), + [anon_sym_POUND] = ACTIONS(67), + [anon_sym_DOT] = ACTIONS(602), + [aux_sym_num_lit_token1] = ACTIONS(71), + [anon_sym_COLON] = ACTIONS(604), + [anon_sym_COLON_COLON] = ACTIONS(77), + [anon_sym_DQUOTE] = ACTIONS(79), + [sym_nil_lit] = ACTIONS(602), + [aux_sym_sym_lit_token1] = ACTIONS(81), + [anon_sym_CARET] = ACTIONS(355), + [anon_sym_POUND_CARET] = ACTIONS(359), + [anon_sym_LPAREN] = ACTIONS(363), + [anon_sym_RPAREN] = ACTIONS(367), + [anon_sym_POUND0A] = ACTIONS(98), + [anon_sym_POUND0a] = ACTIONS(98), + [anon_sym_POUND_QMARK] = ACTIONS(100), + [anon_sym_POUND_QMARK_AT] = ACTIONS(102), + [anon_sym_POUND_SQUOTE] = ACTIONS(104), + [anon_sym_SQUOTE] = ACTIONS(106), + [anon_sym_BQUOTE] = ACTIONS(108), + [anon_sym_COMMA_AT] = ACTIONS(110), + [anon_sym_COMMA] = ACTIONS(112), + [sym_block_comment] = ACTIONS(47), + [sym_fancy_literal] = ACTIONS(602), + [anon_sym_cl] = ACTIONS(608), + [anon_sym_EQ] = ACTIONS(612), + [aux_sym_accumulation_verb_token1] = ACTIONS(376), + [anon_sym_for] = ACTIONS(376), + [anon_sym_and] = ACTIONS(376), + [anon_sym_as] = ACTIONS(376), + [anon_sym_with] = ACTIONS(376), + [anon_sym_do] = ACTIONS(376), + [anon_sym_while] = ACTIONS(376), + [anon_sym_until] = ACTIONS(376), + [anon_sym_repeat] = ACTIONS(376), + [anon_sym_when] = ACTIONS(376), + [anon_sym_if] = ACTIONS(376), + [anon_sym_unless] = ACTIONS(376), + [anon_sym_always] = ACTIONS(376), + [anon_sym_thereis] = ACTIONS(376), + [anon_sym_never] = ACTIONS(376), + [anon_sym_else] = ACTIONS(376), + [anon_sym_finally] = ACTIONS(376), + [anon_sym_return] = ACTIONS(376), + [anon_sym_initially] = ACTIONS(376), + [anon_sym_POUNDP] = ACTIONS(123), + [anon_sym_POUNDp] = ACTIONS(123), + [sym_self_referential_reader_macro] = ACTIONS(614), + [anon_sym_POUND_PLUS] = ACTIONS(127), + [anon_sym_POUND_DASH] = ACTIONS(127), + [anon_sym_POUNDC] = ACTIONS(129), + [anon_sym_POUNDc] = ACTIONS(129), + }, + [19] = { + [sym__gap] = STATE(34), + [sym_dis_expr] = STATE(34), + [sym__form] = STATE(2342), + [sym_num_lit] = STATE(2342), + [sym_kwd_lit] = STATE(2342), + [sym_str_lit] = STATE(2342), + [sym_char_lit] = STATE(2342), + [sym_sym_lit] = STATE(2497), + [sym__metadata_lit] = STATE(2901), + [sym_meta_lit] = STATE(2858), + [sym_old_meta_lit] = STATE(2859), + [sym_list_lit] = STATE(2342), + [sym__bare_list_lit] = STATE(2648), + [sym_vec_lit] = STATE(2342), + [sym_set_lit] = STATE(2342), + [sym__bare_set_lit] = STATE(2625), + [sym_read_cond_lit] = STATE(2342), + [sym_splicing_read_cond_lit] = STATE(2342), + [sym_var_quoting_lit] = STATE(2342), + [sym_quoting_lit] = STATE(2342), + [sym_syn_quoting_lit] = STATE(2342), + [sym_unquote_splicing_lit] = STATE(2342), + [sym_unquoting_lit] = STATE(2342), + [sym_defun] = STATE(2648), + [sym_loop_macro] = STATE(2648), + [sym_path_lit] = STATE(2342), + [sym_package_lit] = STATE(2342), + [sym_include_reader_macro] = STATE(2342), + [sym_complex_num_lit] = STATE(2342), + [aux_sym_dis_expr_repeat1] = STATE(34), + [aux_sym_list_lit_repeat1] = STATE(2834), + [sym__ws] = ACTIONS(616), + [sym_comment] = ACTIONS(616), + [anon_sym_POUND_] = ACTIONS(385), + [anon_sym_POUND] = ACTIONS(67), + [anon_sym_DOT] = ACTIONS(620), + [aux_sym_num_lit_token1] = ACTIONS(71), + [anon_sym_COLON] = ACTIONS(622), + [anon_sym_COLON_COLON] = ACTIONS(77), + [anon_sym_DQUOTE] = ACTIONS(79), + [sym_nil_lit] = ACTIONS(620), + [aux_sym_sym_lit_token1] = ACTIONS(81), + [anon_sym_CARET] = ACTIONS(395), + [anon_sym_POUND_CARET] = ACTIONS(399), + [anon_sym_LPAREN] = ACTIONS(403), + [anon_sym_RPAREN] = ACTIONS(407), + [anon_sym_POUND0A] = ACTIONS(98), + [anon_sym_POUND0a] = ACTIONS(98), + [anon_sym_POUND_QMARK] = ACTIONS(100), + [anon_sym_POUND_QMARK_AT] = ACTIONS(102), + [anon_sym_POUND_SQUOTE] = ACTIONS(104), + [anon_sym_SQUOTE] = ACTIONS(106), + [anon_sym_BQUOTE] = ACTIONS(108), + [anon_sym_COMMA_AT] = ACTIONS(110), + [anon_sym_COMMA] = ACTIONS(112), + [sym_block_comment] = ACTIONS(47), + [sym_fancy_literal] = ACTIONS(620), + [anon_sym_cl] = ACTIONS(626), + [anon_sym_EQ] = ACTIONS(630), + [aux_sym_accumulation_verb_token1] = ACTIONS(416), + [anon_sym_for] = ACTIONS(416), + [anon_sym_and] = ACTIONS(416), + [anon_sym_as] = ACTIONS(416), + [anon_sym_with] = ACTIONS(416), + [anon_sym_do] = ACTIONS(416), + [anon_sym_while] = ACTIONS(416), + [anon_sym_until] = ACTIONS(416), + [anon_sym_repeat] = ACTIONS(416), + [anon_sym_when] = ACTIONS(416), + [anon_sym_if] = ACTIONS(416), + [anon_sym_unless] = ACTIONS(416), + [anon_sym_always] = ACTIONS(416), + [anon_sym_thereis] = ACTIONS(416), + [anon_sym_never] = ACTIONS(416), + [anon_sym_else] = ACTIONS(416), + [anon_sym_finally] = ACTIONS(416), + [anon_sym_return] = ACTIONS(416), + [anon_sym_initially] = ACTIONS(416), + [anon_sym_POUNDP] = ACTIONS(123), + [anon_sym_POUNDp] = ACTIONS(123), + [sym_self_referential_reader_macro] = ACTIONS(632), + [anon_sym_POUND_PLUS] = ACTIONS(127), + [anon_sym_POUND_DASH] = ACTIONS(127), + [anon_sym_POUNDC] = ACTIONS(129), + [anon_sym_POUNDc] = ACTIONS(129), + }, + [20] = { [sym__gap] = STATE(908), [sym_dis_expr] = STATE(908), [sym__form] = STATE(994), @@ -16442,12 +16355,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_kwd_lit] = STATE(994), [sym_str_lit] = STATE(994), [sym_char_lit] = STATE(994), - [sym_sym_lit] = STATE(1189), + [sym_sym_lit] = STATE(1186), [sym__metadata_lit] = STATE(2901), [sym_meta_lit] = STATE(2858), [sym_old_meta_lit] = STATE(2859), [sym_list_lit] = STATE(994), - [sym__bare_list_lit] = STATE(1190), + [sym__bare_list_lit] = STATE(1187), [sym_vec_lit] = STATE(994), [sym_set_lit] = STATE(994), [sym__bare_set_lit] = STATE(1191), @@ -16458,155 +16371,242 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_syn_quoting_lit] = STATE(994), [sym_unquote_splicing_lit] = STATE(994), [sym_unquoting_lit] = STATE(994), - [sym_defun] = STATE(1190), - [sym_loop_macro] = STATE(1190), + [sym_defun] = STATE(1187), + [sym_loop_macro] = STATE(1187), [sym_path_lit] = STATE(994), [sym_package_lit] = STATE(994), [sym_include_reader_macro] = STATE(994), [sym_complex_num_lit] = STATE(994), [aux_sym_dis_expr_repeat1] = STATE(908), [aux_sym_list_lit_repeat1] = STATE(2827), - [aux_sym_do_clause_repeat1] = STATE(16), - [sym__ws] = ACTIONS(722), - [sym_comment] = ACTIONS(722), - [anon_sym_POUND_] = ACTIONS(722), - [anon_sym_POUND] = ACTIONS(724), - [anon_sym_DOT] = ACTIONS(726), - [aux_sym_num_lit_token1] = ACTIONS(728), - [anon_sym_COLON] = ACTIONS(730), - [anon_sym_COLON_COLON] = ACTIONS(732), - [anon_sym_DQUOTE] = ACTIONS(734), - [sym_nil_lit] = ACTIONS(726), - [aux_sym_sym_lit_token1] = ACTIONS(736), - [anon_sym_CARET] = ACTIONS(722), - [anon_sym_POUND_CARET] = ACTIONS(722), - [anon_sym_LPAREN] = ACTIONS(722), - [anon_sym_RPAREN] = ACTIONS(722), - [anon_sym_POUND0A] = ACTIONS(738), - [anon_sym_POUND0a] = ACTIONS(738), - [anon_sym_POUND_QMARK] = ACTIONS(740), - [anon_sym_POUND_QMARK_AT] = ACTIONS(742), - [anon_sym_POUND_SQUOTE] = ACTIONS(744), - [anon_sym_SQUOTE] = ACTIONS(746), - [anon_sym_BQUOTE] = ACTIONS(748), - [anon_sym_COMMA_AT] = ACTIONS(750), - [anon_sym_COMMA] = ACTIONS(752), + [aux_sym_do_clause_repeat1] = STATE(27), + [sym__ws] = ACTIONS(634), + [sym_comment] = ACTIONS(634), + [anon_sym_POUND_] = ACTIONS(634), + [anon_sym_POUND] = ACTIONS(636), + [anon_sym_DOT] = ACTIONS(638), + [aux_sym_num_lit_token1] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(642), + [anon_sym_COLON_COLON] = ACTIONS(644), + [anon_sym_DQUOTE] = ACTIONS(646), + [sym_nil_lit] = ACTIONS(638), + [aux_sym_sym_lit_token1] = ACTIONS(648), + [anon_sym_CARET] = ACTIONS(634), + [anon_sym_POUND_CARET] = ACTIONS(634), + [anon_sym_LPAREN] = ACTIONS(634), + [anon_sym_RPAREN] = ACTIONS(634), + [anon_sym_POUND0A] = ACTIONS(650), + [anon_sym_POUND0a] = ACTIONS(650), + [anon_sym_POUND_QMARK] = ACTIONS(652), + [anon_sym_POUND_QMARK_AT] = ACTIONS(654), + [anon_sym_POUND_SQUOTE] = ACTIONS(656), + [anon_sym_SQUOTE] = ACTIONS(658), + [anon_sym_BQUOTE] = ACTIONS(660), + [anon_sym_COMMA_AT] = ACTIONS(662), + [anon_sym_COMMA] = ACTIONS(664), + [sym_block_comment] = ACTIONS(47), + [sym_fancy_literal] = ACTIONS(638), + [anon_sym_cl] = ACTIONS(642), + [aux_sym_accumulation_verb_token1] = ACTIONS(642), + [anon_sym_for] = ACTIONS(642), + [anon_sym_and] = ACTIONS(642), + [anon_sym_as] = ACTIONS(642), + [anon_sym_with] = ACTIONS(642), + [anon_sym_do] = ACTIONS(642), + [anon_sym_while] = ACTIONS(642), + [anon_sym_until] = ACTIONS(642), + [anon_sym_repeat] = ACTIONS(642), + [anon_sym_when] = ACTIONS(642), + [anon_sym_if] = ACTIONS(642), + [anon_sym_unless] = ACTIONS(642), + [anon_sym_always] = ACTIONS(642), + [anon_sym_thereis] = ACTIONS(642), + [anon_sym_never] = ACTIONS(642), + [anon_sym_else] = ACTIONS(642), + [anon_sym_finally] = ACTIONS(642), + [anon_sym_return] = ACTIONS(642), + [anon_sym_initially] = ACTIONS(642), + [anon_sym_POUNDP] = ACTIONS(666), + [anon_sym_POUNDp] = ACTIONS(666), + [sym_self_referential_reader_macro] = ACTIONS(668), + [anon_sym_POUND_PLUS] = ACTIONS(670), + [anon_sym_POUND_DASH] = ACTIONS(670), + [anon_sym_POUNDC] = ACTIONS(672), + [anon_sym_POUNDc] = ACTIONS(672), + }, + [21] = { + [sym__gap] = STATE(990), + [sym_dis_expr] = STATE(990), + [sym__form] = STATE(2123), + [sym_num_lit] = STATE(2123), + [sym_kwd_lit] = STATE(2123), + [sym_str_lit] = STATE(2123), + [sym_char_lit] = STATE(2123), + [sym_sym_lit] = STATE(2497), + [sym__metadata_lit] = STATE(2901), + [sym_meta_lit] = STATE(2858), + [sym_old_meta_lit] = STATE(2859), + [sym_list_lit] = STATE(2123), + [sym__bare_list_lit] = STATE(2648), + [sym_vec_lit] = STATE(2123), + [sym_set_lit] = STATE(2123), + [sym__bare_set_lit] = STATE(2625), + [sym_read_cond_lit] = STATE(2123), + [sym_splicing_read_cond_lit] = STATE(2123), + [sym_var_quoting_lit] = STATE(2123), + [sym_quoting_lit] = STATE(2123), + [sym_syn_quoting_lit] = STATE(2123), + [sym_unquote_splicing_lit] = STATE(2123), + [sym_unquoting_lit] = STATE(2123), + [sym_defun] = STATE(2648), + [sym_loop_macro] = STATE(2648), + [sym_path_lit] = STATE(2123), + [sym_package_lit] = STATE(2123), + [sym_include_reader_macro] = STATE(2123), + [sym_complex_num_lit] = STATE(2123), + [aux_sym_dis_expr_repeat1] = STATE(990), + [aux_sym_list_lit_repeat1] = STATE(2834), + [sym__ws] = ACTIONS(674), + [sym_comment] = ACTIONS(674), + [anon_sym_POUND_] = ACTIONS(678), + [anon_sym_POUND] = ACTIONS(67), + [anon_sym_DOT] = ACTIONS(682), + [aux_sym_num_lit_token1] = ACTIONS(71), + [anon_sym_COLON] = ACTIONS(684), + [anon_sym_COLON_COLON] = ACTIONS(77), + [anon_sym_DQUOTE] = ACTIONS(79), + [sym_nil_lit] = ACTIONS(682), + [aux_sym_sym_lit_token1] = ACTIONS(81), + [anon_sym_CARET] = ACTIONS(688), + [anon_sym_POUND_CARET] = ACTIONS(692), + [anon_sym_LPAREN] = ACTIONS(696), + [anon_sym_RPAREN] = ACTIONS(700), + [anon_sym_POUND0A] = ACTIONS(98), + [anon_sym_POUND0a] = ACTIONS(98), + [anon_sym_POUND_QMARK] = ACTIONS(100), + [anon_sym_POUND_QMARK_AT] = ACTIONS(102), + [anon_sym_POUND_SQUOTE] = ACTIONS(104), + [anon_sym_SQUOTE] = ACTIONS(106), + [anon_sym_BQUOTE] = ACTIONS(108), + [anon_sym_COMMA_AT] = ACTIONS(110), + [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(726), - [anon_sym_cl] = ACTIONS(730), - [aux_sym_accumulation_verb_token1] = ACTIONS(730), - [anon_sym_for] = ACTIONS(730), - [anon_sym_and] = ACTIONS(730), - [anon_sym_as] = ACTIONS(730), - [anon_sym_with] = ACTIONS(730), - [anon_sym_do] = ACTIONS(730), - [anon_sym_while] = ACTIONS(730), - [anon_sym_until] = ACTIONS(730), - [anon_sym_repeat] = ACTIONS(730), - [anon_sym_when] = ACTIONS(730), - [anon_sym_if] = ACTIONS(730), - [anon_sym_unless] = ACTIONS(730), - [anon_sym_always] = ACTIONS(730), - [anon_sym_thereis] = ACTIONS(730), - [anon_sym_never] = ACTIONS(730), - [anon_sym_else] = ACTIONS(730), - [anon_sym_finally] = ACTIONS(730), - [anon_sym_return] = ACTIONS(730), - [anon_sym_initially] = ACTIONS(730), - [anon_sym_POUNDP] = ACTIONS(754), - [anon_sym_POUNDp] = ACTIONS(754), - [sym_self_referential_reader_macro] = ACTIONS(756), - [anon_sym_POUND_PLUS] = ACTIONS(758), - [anon_sym_POUND_DASH] = ACTIONS(758), - [anon_sym_POUNDC] = ACTIONS(760), - [anon_sym_POUNDc] = ACTIONS(760), + [sym_fancy_literal] = ACTIONS(682), + [anon_sym_cl] = ACTIONS(703), + [anon_sym_EQ] = ACTIONS(707), + [aux_sym_accumulation_verb_token1] = ACTIONS(709), + [anon_sym_for] = ACTIONS(709), + [anon_sym_and] = ACTIONS(709), + [anon_sym_as] = ACTIONS(709), + [anon_sym_with] = ACTIONS(709), + [anon_sym_do] = ACTIONS(709), + [anon_sym_while] = ACTIONS(709), + [anon_sym_until] = ACTIONS(709), + [anon_sym_repeat] = ACTIONS(709), + [anon_sym_when] = ACTIONS(709), + [anon_sym_if] = ACTIONS(709), + [anon_sym_unless] = ACTIONS(709), + [anon_sym_always] = ACTIONS(709), + [anon_sym_thereis] = ACTIONS(709), + [anon_sym_never] = ACTIONS(709), + [anon_sym_else] = ACTIONS(709), + [anon_sym_finally] = ACTIONS(709), + [anon_sym_return] = ACTIONS(709), + [anon_sym_initially] = ACTIONS(709), + [anon_sym_POUNDP] = ACTIONS(123), + [anon_sym_POUNDp] = ACTIONS(123), + [sym_self_referential_reader_macro] = ACTIONS(712), + [anon_sym_POUND_PLUS] = ACTIONS(127), + [anon_sym_POUND_DASH] = ACTIONS(127), + [anon_sym_POUNDC] = ACTIONS(129), + [anon_sym_POUNDc] = ACTIONS(129), }, [22] = { - [sym__gap] = STATE(30), - [sym_dis_expr] = STATE(30), - [sym__form] = STATE(29), - [sym_num_lit] = STATE(29), - [sym_kwd_lit] = STATE(29), - [sym_str_lit] = STATE(29), - [sym_char_lit] = STATE(29), - [sym_sym_lit] = STATE(1073), + [sym__gap] = STATE(990), + [sym_dis_expr] = STATE(990), + [sym__form] = STATE(2261), + [sym_num_lit] = STATE(2261), + [sym_kwd_lit] = STATE(2261), + [sym_str_lit] = STATE(2261), + [sym_char_lit] = STATE(2261), + [sym_sym_lit] = STATE(2497), [sym__metadata_lit] = STATE(2901), [sym_meta_lit] = STATE(2858), [sym_old_meta_lit] = STATE(2859), - [sym_list_lit] = STATE(29), - [sym__bare_list_lit] = STATE(1070), - [sym_vec_lit] = STATE(29), - [sym_set_lit] = STATE(29), - [sym__bare_set_lit] = STATE(1069), - [sym_read_cond_lit] = STATE(29), - [sym_splicing_read_cond_lit] = STATE(29), - [sym_var_quoting_lit] = STATE(29), - [sym_quoting_lit] = STATE(29), - [sym_syn_quoting_lit] = STATE(29), - [sym_unquote_splicing_lit] = STATE(29), - [sym_unquoting_lit] = STATE(29), - [sym_defun] = STATE(1070), - [sym_loop_macro] = STATE(1070), - [sym_path_lit] = STATE(29), - [sym_package_lit] = STATE(29), - [sym_include_reader_macro] = STATE(29), - [sym_complex_num_lit] = STATE(29), - [aux_sym_dis_expr_repeat1] = STATE(30), - [aux_sym_list_lit_repeat1] = STATE(2804), - [sym__ws] = ACTIONS(762), - [sym_comment] = ACTIONS(762), - [anon_sym_POUND_] = ACTIONS(765), - [anon_sym_POUND] = ACTIONS(177), - [anon_sym_DOT] = ACTIONS(768), - [aux_sym_num_lit_token1] = ACTIONS(181), - [anon_sym_COLON] = ACTIONS(770), - [anon_sym_COLON_COLON] = ACTIONS(186), - [anon_sym_DQUOTE] = ACTIONS(188), - [sym_nil_lit] = ACTIONS(768), - [aux_sym_sym_lit_token1] = ACTIONS(190), - [anon_sym_CARET] = ACTIONS(773), - [anon_sym_POUND_CARET] = ACTIONS(776), - [anon_sym_LPAREN] = ACTIONS(779), - [anon_sym_RPAREN] = ACTIONS(782), - [anon_sym_POUND0A] = ACTIONS(203), - [anon_sym_POUND0a] = ACTIONS(203), - [anon_sym_POUND_QMARK] = ACTIONS(205), - [anon_sym_POUND_QMARK_AT] = ACTIONS(207), - [anon_sym_POUND_SQUOTE] = ACTIONS(209), - [anon_sym_SQUOTE] = ACTIONS(211), - [anon_sym_BQUOTE] = ACTIONS(213), - [anon_sym_COMMA_AT] = ACTIONS(215), - [anon_sym_COMMA] = ACTIONS(217), + [sym_list_lit] = STATE(2261), + [sym__bare_list_lit] = STATE(2648), + [sym_vec_lit] = STATE(2261), + [sym_set_lit] = STATE(2261), + [sym__bare_set_lit] = STATE(2625), + [sym_read_cond_lit] = STATE(2261), + [sym_splicing_read_cond_lit] = STATE(2261), + [sym_var_quoting_lit] = STATE(2261), + [sym_quoting_lit] = STATE(2261), + [sym_syn_quoting_lit] = STATE(2261), + [sym_unquote_splicing_lit] = STATE(2261), + [sym_unquoting_lit] = STATE(2261), + [sym_defun] = STATE(2648), + [sym_loop_macro] = STATE(2648), + [sym_path_lit] = STATE(2261), + [sym_package_lit] = STATE(2261), + [sym_include_reader_macro] = STATE(2261), + [sym_complex_num_lit] = STATE(2261), + [aux_sym_dis_expr_repeat1] = STATE(990), + [aux_sym_list_lit_repeat1] = STATE(2834), + [sym__ws] = ACTIONS(522), + [sym_comment] = ACTIONS(522), + [anon_sym_POUND_] = ACTIONS(526), + [anon_sym_POUND] = ACTIONS(67), + [anon_sym_DOT] = ACTIONS(714), + [aux_sym_num_lit_token1] = ACTIONS(71), + [anon_sym_COLON] = ACTIONS(716), + [anon_sym_COLON_COLON] = ACTIONS(77), + [anon_sym_DQUOTE] = ACTIONS(79), + [sym_nil_lit] = ACTIONS(714), + [aux_sym_sym_lit_token1] = ACTIONS(81), + [anon_sym_CARET] = ACTIONS(536), + [anon_sym_POUND_CARET] = ACTIONS(540), + [anon_sym_LPAREN] = ACTIONS(544), + [anon_sym_RPAREN] = ACTIONS(548), + [anon_sym_POUND0A] = ACTIONS(98), + [anon_sym_POUND0a] = ACTIONS(98), + [anon_sym_POUND_QMARK] = ACTIONS(100), + [anon_sym_POUND_QMARK_AT] = ACTIONS(102), + [anon_sym_POUND_SQUOTE] = ACTIONS(104), + [anon_sym_SQUOTE] = ACTIONS(106), + [anon_sym_BQUOTE] = ACTIONS(108), + [anon_sym_COMMA_AT] = ACTIONS(110), + [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(768), - [anon_sym_cl] = ACTIONS(784), - [anon_sym_EQ] = ACTIONS(787), - [aux_sym_accumulation_verb_token1] = ACTIONS(789), - [anon_sym_for] = ACTIONS(789), - [anon_sym_and] = ACTIONS(789), - [anon_sym_as] = ACTIONS(789), - [anon_sym_with] = ACTIONS(789), - [anon_sym_do] = ACTIONS(789), - [anon_sym_while] = ACTIONS(789), - [anon_sym_until] = ACTIONS(789), - [anon_sym_repeat] = ACTIONS(789), - [anon_sym_when] = ACTIONS(789), - [anon_sym_if] = ACTIONS(789), - [anon_sym_unless] = ACTIONS(789), - [anon_sym_always] = ACTIONS(789), - [anon_sym_thereis] = ACTIONS(789), - [anon_sym_never] = ACTIONS(789), - [anon_sym_else] = ACTIONS(789), - [anon_sym_finally] = ACTIONS(789), - [anon_sym_return] = ACTIONS(789), - [anon_sym_initially] = ACTIONS(789), - [anon_sym_POUNDP] = ACTIONS(226), - [anon_sym_POUNDp] = ACTIONS(226), - [sym_self_referential_reader_macro] = ACTIONS(791), - [anon_sym_POUND_PLUS] = ACTIONS(230), - [anon_sym_POUND_DASH] = ACTIONS(230), - [anon_sym_POUNDC] = ACTIONS(232), - [anon_sym_POUNDc] = ACTIONS(232), + [sym_fancy_literal] = ACTIONS(714), + [anon_sym_cl] = ACTIONS(720), + [anon_sym_EQ] = ACTIONS(724), + [aux_sym_accumulation_verb_token1] = ACTIONS(557), + [anon_sym_for] = ACTIONS(557), + [anon_sym_and] = ACTIONS(557), + [anon_sym_as] = ACTIONS(557), + [anon_sym_with] = ACTIONS(557), + [anon_sym_do] = ACTIONS(557), + [anon_sym_while] = ACTIONS(557), + [anon_sym_until] = ACTIONS(557), + [anon_sym_repeat] = ACTIONS(557), + [anon_sym_when] = ACTIONS(557), + [anon_sym_if] = ACTIONS(557), + [anon_sym_unless] = ACTIONS(557), + [anon_sym_always] = ACTIONS(557), + [anon_sym_thereis] = ACTIONS(557), + [anon_sym_never] = ACTIONS(557), + [anon_sym_else] = ACTIONS(557), + [anon_sym_finally] = ACTIONS(557), + [anon_sym_return] = ACTIONS(557), + [anon_sym_initially] = ACTIONS(557), + [anon_sym_POUNDP] = ACTIONS(123), + [anon_sym_POUNDp] = ACTIONS(123), + [sym_self_referential_reader_macro] = ACTIONS(726), + [anon_sym_POUND_PLUS] = ACTIONS(127), + [anon_sym_POUND_DASH] = ACTIONS(127), + [anon_sym_POUNDC] = ACTIONS(129), + [anon_sym_POUNDc] = ACTIONS(129), }, [23] = { [sym__gap] = STATE(35), @@ -16640,21 +16640,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2271), [aux_sym_dis_expr_repeat1] = STATE(35), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(793), - [sym_comment] = ACTIONS(793), - [anon_sym_POUND_] = ACTIONS(797), + [sym__ws] = ACTIONS(728), + [sym_comment] = ACTIONS(728), + [anon_sym_POUND_] = ACTIONS(732), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(801), + [anon_sym_DOT] = ACTIONS(736), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(803), + [anon_sym_COLON] = ACTIONS(738), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(801), + [sym_nil_lit] = ACTIONS(736), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(807), - [anon_sym_POUND_CARET] = ACTIONS(811), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_RPAREN] = ACTIONS(819), + [anon_sym_CARET] = ACTIONS(742), + [anon_sym_POUND_CARET] = ACTIONS(746), + [anon_sym_LPAREN] = ACTIONS(750), + [anon_sym_RPAREN] = ACTIONS(754), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -16665,31 +16665,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(801), - [anon_sym_cl] = ACTIONS(822), - [anon_sym_EQ] = ACTIONS(826), - [aux_sym_accumulation_verb_token1] = ACTIONS(828), - [anon_sym_for] = ACTIONS(828), - [anon_sym_and] = ACTIONS(828), - [anon_sym_as] = ACTIONS(828), - [anon_sym_with] = ACTIONS(828), - [anon_sym_do] = ACTIONS(828), - [anon_sym_while] = ACTIONS(828), - [anon_sym_until] = ACTIONS(828), - [anon_sym_repeat] = ACTIONS(828), - [anon_sym_when] = ACTIONS(828), - [anon_sym_if] = ACTIONS(828), - [anon_sym_unless] = ACTIONS(828), - [anon_sym_always] = ACTIONS(828), - [anon_sym_thereis] = ACTIONS(828), - [anon_sym_never] = ACTIONS(828), - [anon_sym_else] = ACTIONS(828), - [anon_sym_finally] = ACTIONS(828), - [anon_sym_return] = ACTIONS(828), - [anon_sym_initially] = ACTIONS(828), + [sym_fancy_literal] = ACTIONS(736), + [anon_sym_cl] = ACTIONS(757), + [anon_sym_EQ] = ACTIONS(761), + [aux_sym_accumulation_verb_token1] = ACTIONS(763), + [anon_sym_for] = ACTIONS(763), + [anon_sym_and] = ACTIONS(763), + [anon_sym_as] = ACTIONS(763), + [anon_sym_with] = ACTIONS(763), + [anon_sym_do] = ACTIONS(763), + [anon_sym_while] = ACTIONS(763), + [anon_sym_until] = ACTIONS(763), + [anon_sym_repeat] = ACTIONS(763), + [anon_sym_when] = ACTIONS(763), + [anon_sym_if] = ACTIONS(763), + [anon_sym_unless] = ACTIONS(763), + [anon_sym_always] = ACTIONS(763), + [anon_sym_thereis] = ACTIONS(763), + [anon_sym_never] = ACTIONS(763), + [anon_sym_else] = ACTIONS(763), + [anon_sym_finally] = ACTIONS(763), + [anon_sym_return] = ACTIONS(763), + [anon_sym_initially] = ACTIONS(763), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(831), + [sym_self_referential_reader_macro] = ACTIONS(766), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -16727,60 +16727,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(8), [aux_sym_dis_expr_repeat1] = STATE(9), [aux_sym_list_lit_repeat1] = STATE(2804), - [sym__ws] = ACTIONS(833), - [sym_comment] = ACTIONS(833), - [anon_sym_POUND_] = ACTIONS(836), - [anon_sym_POUND] = ACTIONS(177), - [anon_sym_DOT] = ACTIONS(839), - [aux_sym_num_lit_token1] = ACTIONS(181), - [anon_sym_COLON] = ACTIONS(841), - [anon_sym_COLON_COLON] = ACTIONS(186), - [anon_sym_DQUOTE] = ACTIONS(188), - [sym_nil_lit] = ACTIONS(839), - [aux_sym_sym_lit_token1] = ACTIONS(190), - [anon_sym_CARET] = ACTIONS(844), - [anon_sym_POUND_CARET] = ACTIONS(847), - [anon_sym_LPAREN] = ACTIONS(850), - [anon_sym_RPAREN] = ACTIONS(853), - [anon_sym_POUND0A] = ACTIONS(203), - [anon_sym_POUND0a] = ACTIONS(203), - [anon_sym_POUND_QMARK] = ACTIONS(205), - [anon_sym_POUND_QMARK_AT] = ACTIONS(207), - [anon_sym_POUND_SQUOTE] = ACTIONS(209), - [anon_sym_SQUOTE] = ACTIONS(211), - [anon_sym_BQUOTE] = ACTIONS(213), - [anon_sym_COMMA_AT] = ACTIONS(215), - [anon_sym_COMMA] = ACTIONS(217), + [sym__ws] = ACTIONS(768), + [sym_comment] = ACTIONS(768), + [anon_sym_POUND_] = ACTIONS(771), + [anon_sym_POUND] = ACTIONS(137), + [anon_sym_DOT] = ACTIONS(774), + [aux_sym_num_lit_token1] = ACTIONS(141), + [anon_sym_COLON] = ACTIONS(776), + [anon_sym_COLON_COLON] = ACTIONS(146), + [anon_sym_DQUOTE] = ACTIONS(148), + [sym_nil_lit] = ACTIONS(774), + [aux_sym_sym_lit_token1] = ACTIONS(150), + [anon_sym_CARET] = ACTIONS(779), + [anon_sym_POUND_CARET] = ACTIONS(782), + [anon_sym_LPAREN] = ACTIONS(785), + [anon_sym_RPAREN] = ACTIONS(788), + [anon_sym_POUND0A] = ACTIONS(163), + [anon_sym_POUND0a] = ACTIONS(163), + [anon_sym_POUND_QMARK] = ACTIONS(165), + [anon_sym_POUND_QMARK_AT] = ACTIONS(167), + [anon_sym_POUND_SQUOTE] = ACTIONS(169), + [anon_sym_SQUOTE] = ACTIONS(171), + [anon_sym_BQUOTE] = ACTIONS(173), + [anon_sym_COMMA_AT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(177), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(839), - [anon_sym_cl] = ACTIONS(855), - [anon_sym_EQ] = ACTIONS(858), - [aux_sym_accumulation_verb_token1] = ACTIONS(860), - [anon_sym_for] = ACTIONS(860), - [anon_sym_and] = ACTIONS(860), - [anon_sym_as] = ACTIONS(860), - [anon_sym_with] = ACTIONS(860), - [anon_sym_do] = ACTIONS(860), - [anon_sym_while] = ACTIONS(860), - [anon_sym_until] = ACTIONS(860), - [anon_sym_repeat] = ACTIONS(860), - [anon_sym_when] = ACTIONS(860), - [anon_sym_if] = ACTIONS(860), - [anon_sym_unless] = ACTIONS(860), - [anon_sym_always] = ACTIONS(860), - [anon_sym_thereis] = ACTIONS(860), - [anon_sym_never] = ACTIONS(860), - [anon_sym_else] = ACTIONS(860), - [anon_sym_finally] = ACTIONS(860), - [anon_sym_return] = ACTIONS(860), - [anon_sym_initially] = ACTIONS(860), - [anon_sym_POUNDP] = ACTIONS(226), - [anon_sym_POUNDp] = ACTIONS(226), - [sym_self_referential_reader_macro] = ACTIONS(862), - [anon_sym_POUND_PLUS] = ACTIONS(230), - [anon_sym_POUND_DASH] = ACTIONS(230), - [anon_sym_POUNDC] = ACTIONS(232), - [anon_sym_POUNDc] = ACTIONS(232), + [sym_fancy_literal] = ACTIONS(774), + [anon_sym_cl] = ACTIONS(790), + [anon_sym_EQ] = ACTIONS(793), + [aux_sym_accumulation_verb_token1] = ACTIONS(795), + [anon_sym_for] = ACTIONS(795), + [anon_sym_and] = ACTIONS(795), + [anon_sym_as] = ACTIONS(795), + [anon_sym_with] = ACTIONS(795), + [anon_sym_do] = ACTIONS(795), + [anon_sym_while] = ACTIONS(795), + [anon_sym_until] = ACTIONS(795), + [anon_sym_repeat] = ACTIONS(795), + [anon_sym_when] = ACTIONS(795), + [anon_sym_if] = ACTIONS(795), + [anon_sym_unless] = ACTIONS(795), + [anon_sym_always] = ACTIONS(795), + [anon_sym_thereis] = ACTIONS(795), + [anon_sym_never] = ACTIONS(795), + [anon_sym_else] = ACTIONS(795), + [anon_sym_finally] = ACTIONS(795), + [anon_sym_return] = ACTIONS(795), + [anon_sym_initially] = ACTIONS(795), + [anon_sym_POUNDP] = ACTIONS(186), + [anon_sym_POUNDp] = ACTIONS(186), + [sym_self_referential_reader_macro] = ACTIONS(797), + [anon_sym_POUND_PLUS] = ACTIONS(190), + [anon_sym_POUND_DASH] = ACTIONS(190), + [anon_sym_POUNDC] = ACTIONS(192), + [anon_sym_POUNDc] = ACTIONS(192), }, [25] = { [sym__gap] = STATE(990), @@ -16814,60 +16814,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(31), [aux_sym_dis_expr_repeat1] = STATE(990), [aux_sym_list_lit_repeat1] = STATE(2804), - [sym__ws] = ACTIONS(864), - [sym_comment] = ACTIONS(864), - [anon_sym_POUND_] = ACTIONS(867), - [anon_sym_POUND] = ACTIONS(177), - [anon_sym_DOT] = ACTIONS(870), - [aux_sym_num_lit_token1] = ACTIONS(181), - [anon_sym_COLON] = ACTIONS(872), - [anon_sym_COLON_COLON] = ACTIONS(186), - [anon_sym_DQUOTE] = ACTIONS(188), - [sym_nil_lit] = ACTIONS(870), - [aux_sym_sym_lit_token1] = ACTIONS(190), - [anon_sym_CARET] = ACTIONS(875), - [anon_sym_POUND_CARET] = ACTIONS(878), - [anon_sym_LPAREN] = ACTIONS(881), - [anon_sym_RPAREN] = ACTIONS(884), - [anon_sym_POUND0A] = ACTIONS(203), - [anon_sym_POUND0a] = ACTIONS(203), - [anon_sym_POUND_QMARK] = ACTIONS(205), - [anon_sym_POUND_QMARK_AT] = ACTIONS(207), - [anon_sym_POUND_SQUOTE] = ACTIONS(209), - [anon_sym_SQUOTE] = ACTIONS(211), - [anon_sym_BQUOTE] = ACTIONS(213), - [anon_sym_COMMA_AT] = ACTIONS(215), - [anon_sym_COMMA] = ACTIONS(217), + [sym__ws] = ACTIONS(799), + [sym_comment] = ACTIONS(799), + [anon_sym_POUND_] = ACTIONS(802), + [anon_sym_POUND] = ACTIONS(137), + [anon_sym_DOT] = ACTIONS(805), + [aux_sym_num_lit_token1] = ACTIONS(141), + [anon_sym_COLON] = ACTIONS(807), + [anon_sym_COLON_COLON] = ACTIONS(146), + [anon_sym_DQUOTE] = ACTIONS(148), + [sym_nil_lit] = ACTIONS(805), + [aux_sym_sym_lit_token1] = ACTIONS(150), + [anon_sym_CARET] = ACTIONS(810), + [anon_sym_POUND_CARET] = ACTIONS(813), + [anon_sym_LPAREN] = ACTIONS(816), + [anon_sym_RPAREN] = ACTIONS(819), + [anon_sym_POUND0A] = ACTIONS(163), + [anon_sym_POUND0a] = ACTIONS(163), + [anon_sym_POUND_QMARK] = ACTIONS(165), + [anon_sym_POUND_QMARK_AT] = ACTIONS(167), + [anon_sym_POUND_SQUOTE] = ACTIONS(169), + [anon_sym_SQUOTE] = ACTIONS(171), + [anon_sym_BQUOTE] = ACTIONS(173), + [anon_sym_COMMA_AT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(177), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(870), - [anon_sym_cl] = ACTIONS(886), - [anon_sym_EQ] = ACTIONS(889), - [aux_sym_accumulation_verb_token1] = ACTIONS(891), - [anon_sym_for] = ACTIONS(891), - [anon_sym_and] = ACTIONS(891), - [anon_sym_as] = ACTIONS(891), - [anon_sym_with] = ACTIONS(891), - [anon_sym_do] = ACTIONS(891), - [anon_sym_while] = ACTIONS(891), - [anon_sym_until] = ACTIONS(891), - [anon_sym_repeat] = ACTIONS(891), - [anon_sym_when] = ACTIONS(891), - [anon_sym_if] = ACTIONS(891), - [anon_sym_unless] = ACTIONS(891), - [anon_sym_always] = ACTIONS(891), - [anon_sym_thereis] = ACTIONS(891), - [anon_sym_never] = ACTIONS(891), - [anon_sym_else] = ACTIONS(891), - [anon_sym_finally] = ACTIONS(891), - [anon_sym_return] = ACTIONS(891), - [anon_sym_initially] = ACTIONS(891), - [anon_sym_POUNDP] = ACTIONS(226), - [anon_sym_POUNDp] = ACTIONS(226), - [sym_self_referential_reader_macro] = ACTIONS(893), - [anon_sym_POUND_PLUS] = ACTIONS(230), - [anon_sym_POUND_DASH] = ACTIONS(230), - [anon_sym_POUNDC] = ACTIONS(232), - [anon_sym_POUNDc] = ACTIONS(232), + [sym_fancy_literal] = ACTIONS(805), + [anon_sym_cl] = ACTIONS(821), + [anon_sym_EQ] = ACTIONS(824), + [aux_sym_accumulation_verb_token1] = ACTIONS(826), + [anon_sym_for] = ACTIONS(826), + [anon_sym_and] = ACTIONS(826), + [anon_sym_as] = ACTIONS(826), + [anon_sym_with] = ACTIONS(826), + [anon_sym_do] = ACTIONS(826), + [anon_sym_while] = ACTIONS(826), + [anon_sym_until] = ACTIONS(826), + [anon_sym_repeat] = ACTIONS(826), + [anon_sym_when] = ACTIONS(826), + [anon_sym_if] = ACTIONS(826), + [anon_sym_unless] = ACTIONS(826), + [anon_sym_always] = ACTIONS(826), + [anon_sym_thereis] = ACTIONS(826), + [anon_sym_never] = ACTIONS(826), + [anon_sym_else] = ACTIONS(826), + [anon_sym_finally] = ACTIONS(826), + [anon_sym_return] = ACTIONS(826), + [anon_sym_initially] = ACTIONS(826), + [anon_sym_POUNDP] = ACTIONS(186), + [anon_sym_POUNDp] = ACTIONS(186), + [sym_self_referential_reader_macro] = ACTIONS(828), + [anon_sym_POUND_PLUS] = ACTIONS(190), + [anon_sym_POUND_DASH] = ACTIONS(190), + [anon_sym_POUNDC] = ACTIONS(192), + [anon_sym_POUNDc] = ACTIONS(192), }, [26] = { [sym__gap] = STATE(41), @@ -16901,21 +16901,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2430), [aux_sym_dis_expr_repeat1] = STATE(41), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(895), - [sym_comment] = ACTIONS(895), - [anon_sym_POUND_] = ACTIONS(899), + [sym__ws] = ACTIONS(830), + [sym_comment] = ACTIONS(830), + [anon_sym_POUND_] = ACTIONS(834), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(903), + [anon_sym_DOT] = ACTIONS(838), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(905), + [anon_sym_COLON] = ACTIONS(840), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(903), + [sym_nil_lit] = ACTIONS(838), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(909), - [anon_sym_POUND_CARET] = ACTIONS(913), - [anon_sym_LPAREN] = ACTIONS(917), - [anon_sym_RPAREN] = ACTIONS(921), + [anon_sym_CARET] = ACTIONS(844), + [anon_sym_POUND_CARET] = ACTIONS(848), + [anon_sym_LPAREN] = ACTIONS(852), + [anon_sym_RPAREN] = ACTIONS(856), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -16926,126 +16926,126 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(903), - [anon_sym_cl] = ACTIONS(924), - [anon_sym_EQ] = ACTIONS(928), - [aux_sym_accumulation_verb_token1] = ACTIONS(930), - [anon_sym_for] = ACTIONS(930), - [anon_sym_and] = ACTIONS(930), - [anon_sym_as] = ACTIONS(930), - [anon_sym_with] = ACTIONS(930), - [anon_sym_do] = ACTIONS(930), - [anon_sym_while] = ACTIONS(930), - [anon_sym_until] = ACTIONS(930), - [anon_sym_repeat] = ACTIONS(930), - [anon_sym_when] = ACTIONS(930), - [anon_sym_if] = ACTIONS(930), - [anon_sym_unless] = ACTIONS(930), - [anon_sym_always] = ACTIONS(930), - [anon_sym_thereis] = ACTIONS(930), - [anon_sym_never] = ACTIONS(930), - [anon_sym_else] = ACTIONS(930), - [anon_sym_finally] = ACTIONS(930), - [anon_sym_return] = ACTIONS(930), - [anon_sym_initially] = ACTIONS(930), + [sym_fancy_literal] = ACTIONS(838), + [anon_sym_cl] = ACTIONS(859), + [anon_sym_EQ] = ACTIONS(863), + [aux_sym_accumulation_verb_token1] = ACTIONS(865), + [anon_sym_for] = ACTIONS(865), + [anon_sym_and] = ACTIONS(865), + [anon_sym_as] = ACTIONS(865), + [anon_sym_with] = ACTIONS(865), + [anon_sym_do] = ACTIONS(865), + [anon_sym_while] = ACTIONS(865), + [anon_sym_until] = ACTIONS(865), + [anon_sym_repeat] = ACTIONS(865), + [anon_sym_when] = ACTIONS(865), + [anon_sym_if] = ACTIONS(865), + [anon_sym_unless] = ACTIONS(865), + [anon_sym_always] = ACTIONS(865), + [anon_sym_thereis] = ACTIONS(865), + [anon_sym_never] = ACTIONS(865), + [anon_sym_else] = ACTIONS(865), + [anon_sym_finally] = ACTIONS(865), + [anon_sym_return] = ACTIONS(865), + [anon_sym_initially] = ACTIONS(865), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(933), + [sym_self_referential_reader_macro] = ACTIONS(868), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), [anon_sym_POUNDc] = ACTIONS(129), }, [27] = { - [sym__gap] = STATE(990), - [sym_dis_expr] = STATE(990), - [sym__form] = STATE(2261), - [sym_num_lit] = STATE(2261), - [sym_kwd_lit] = STATE(2261), - [sym_str_lit] = STATE(2261), - [sym_char_lit] = STATE(2261), - [sym_sym_lit] = STATE(2497), + [sym__gap] = STATE(908), + [sym_dis_expr] = STATE(908), + [sym__form] = STATE(994), + [sym_num_lit] = STATE(994), + [sym_kwd_lit] = STATE(994), + [sym_str_lit] = STATE(994), + [sym_char_lit] = STATE(994), + [sym_sym_lit] = STATE(1186), [sym__metadata_lit] = STATE(2901), [sym_meta_lit] = STATE(2858), [sym_old_meta_lit] = STATE(2859), - [sym_list_lit] = STATE(2261), - [sym__bare_list_lit] = STATE(2648), - [sym_vec_lit] = STATE(2261), - [sym_set_lit] = STATE(2261), - [sym__bare_set_lit] = STATE(2625), - [sym_read_cond_lit] = STATE(2261), - [sym_splicing_read_cond_lit] = STATE(2261), - [sym_var_quoting_lit] = STATE(2261), - [sym_quoting_lit] = STATE(2261), - [sym_syn_quoting_lit] = STATE(2261), - [sym_unquote_splicing_lit] = STATE(2261), - [sym_unquoting_lit] = STATE(2261), - [sym_defun] = STATE(2648), - [sym_loop_macro] = STATE(2648), - [sym_path_lit] = STATE(2261), - [sym_package_lit] = STATE(2261), - [sym_include_reader_macro] = STATE(2261), - [sym_complex_num_lit] = STATE(2261), - [aux_sym_dis_expr_repeat1] = STATE(990), - [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(131), - [sym_comment] = ACTIONS(131), - [anon_sym_POUND_] = ACTIONS(135), - [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(935), - [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(937), - [anon_sym_COLON_COLON] = ACTIONS(77), - [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(935), - [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(145), - [anon_sym_POUND_CARET] = ACTIONS(149), - [anon_sym_LPAREN] = ACTIONS(153), - [anon_sym_RPAREN] = ACTIONS(157), - [anon_sym_POUND0A] = ACTIONS(98), - [anon_sym_POUND0a] = ACTIONS(98), - [anon_sym_POUND_QMARK] = ACTIONS(100), - [anon_sym_POUND_QMARK_AT] = ACTIONS(102), - [anon_sym_POUND_SQUOTE] = ACTIONS(104), - [anon_sym_SQUOTE] = ACTIONS(106), - [anon_sym_BQUOTE] = ACTIONS(108), - [anon_sym_COMMA_AT] = ACTIONS(110), - [anon_sym_COMMA] = ACTIONS(112), + [sym_list_lit] = STATE(994), + [sym__bare_list_lit] = STATE(1187), + [sym_vec_lit] = STATE(994), + [sym_set_lit] = STATE(994), + [sym__bare_set_lit] = STATE(1191), + [sym_read_cond_lit] = STATE(994), + [sym_splicing_read_cond_lit] = STATE(994), + [sym_var_quoting_lit] = STATE(994), + [sym_quoting_lit] = STATE(994), + [sym_syn_quoting_lit] = STATE(994), + [sym_unquote_splicing_lit] = STATE(994), + [sym_unquoting_lit] = STATE(994), + [sym_defun] = STATE(1187), + [sym_loop_macro] = STATE(1187), + [sym_path_lit] = STATE(994), + [sym_package_lit] = STATE(994), + [sym_include_reader_macro] = STATE(994), + [sym_complex_num_lit] = STATE(994), + [aux_sym_dis_expr_repeat1] = STATE(908), + [aux_sym_list_lit_repeat1] = STATE(2827), + [aux_sym_do_clause_repeat1] = STATE(27), + [sym__ws] = ACTIONS(870), + [sym_comment] = ACTIONS(870), + [anon_sym_POUND_] = ACTIONS(873), + [anon_sym_POUND] = ACTIONS(876), + [anon_sym_DOT] = ACTIONS(879), + [aux_sym_num_lit_token1] = ACTIONS(882), + [anon_sym_COLON] = ACTIONS(885), + [anon_sym_COLON_COLON] = ACTIONS(888), + [anon_sym_DQUOTE] = ACTIONS(891), + [sym_nil_lit] = ACTIONS(879), + [aux_sym_sym_lit_token1] = ACTIONS(894), + [anon_sym_CARET] = ACTIONS(897), + [anon_sym_POUND_CARET] = ACTIONS(900), + [anon_sym_LPAREN] = ACTIONS(903), + [anon_sym_RPAREN] = ACTIONS(906), + [anon_sym_POUND0A] = ACTIONS(908), + [anon_sym_POUND0a] = ACTIONS(908), + [anon_sym_POUND_QMARK] = ACTIONS(911), + [anon_sym_POUND_QMARK_AT] = ACTIONS(914), + [anon_sym_POUND_SQUOTE] = ACTIONS(917), + [anon_sym_SQUOTE] = ACTIONS(920), + [anon_sym_BQUOTE] = ACTIONS(923), + [anon_sym_COMMA_AT] = ACTIONS(926), + [anon_sym_COMMA] = ACTIONS(929), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(935), - [anon_sym_cl] = ACTIONS(941), - [anon_sym_EQ] = ACTIONS(945), - [aux_sym_accumulation_verb_token1] = ACTIONS(166), - [anon_sym_for] = ACTIONS(166), - [anon_sym_and] = ACTIONS(166), - [anon_sym_as] = ACTIONS(166), - [anon_sym_with] = ACTIONS(166), - [anon_sym_do] = ACTIONS(166), - [anon_sym_while] = ACTIONS(166), - [anon_sym_until] = ACTIONS(166), - [anon_sym_repeat] = ACTIONS(166), - [anon_sym_when] = ACTIONS(166), - [anon_sym_if] = ACTIONS(166), - [anon_sym_unless] = ACTIONS(166), - [anon_sym_always] = ACTIONS(166), - [anon_sym_thereis] = ACTIONS(166), - [anon_sym_never] = ACTIONS(166), - [anon_sym_else] = ACTIONS(166), - [anon_sym_finally] = ACTIONS(166), - [anon_sym_return] = ACTIONS(166), - [anon_sym_initially] = ACTIONS(166), - [anon_sym_POUNDP] = ACTIONS(123), - [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(947), - [anon_sym_POUND_PLUS] = ACTIONS(127), - [anon_sym_POUND_DASH] = ACTIONS(127), - [anon_sym_POUNDC] = ACTIONS(129), - [anon_sym_POUNDc] = ACTIONS(129), + [sym_fancy_literal] = ACTIONS(879), + [anon_sym_cl] = ACTIONS(932), + [aux_sym_accumulation_verb_token1] = ACTIONS(935), + [anon_sym_for] = ACTIONS(935), + [anon_sym_and] = ACTIONS(935), + [anon_sym_as] = ACTIONS(935), + [anon_sym_with] = ACTIONS(935), + [anon_sym_do] = ACTIONS(935), + [anon_sym_while] = ACTIONS(935), + [anon_sym_until] = ACTIONS(935), + [anon_sym_repeat] = ACTIONS(935), + [anon_sym_when] = ACTIONS(935), + [anon_sym_if] = ACTIONS(935), + [anon_sym_unless] = ACTIONS(935), + [anon_sym_always] = ACTIONS(935), + [anon_sym_thereis] = ACTIONS(935), + [anon_sym_never] = ACTIONS(935), + [anon_sym_else] = ACTIONS(935), + [anon_sym_finally] = ACTIONS(935), + [anon_sym_return] = ACTIONS(935), + [anon_sym_initially] = ACTIONS(935), + [anon_sym_POUNDP] = ACTIONS(937), + [anon_sym_POUNDp] = ACTIONS(937), + [sym_self_referential_reader_macro] = ACTIONS(940), + [anon_sym_POUND_PLUS] = ACTIONS(943), + [anon_sym_POUND_DASH] = ACTIONS(943), + [anon_sym_POUNDC] = ACTIONS(946), + [anon_sym_POUNDc] = ACTIONS(946), }, [28] = { - [sym__gap] = STATE(20), - [sym_dis_expr] = STATE(20), + [sym__gap] = STATE(36), + [sym_dis_expr] = STATE(36), [sym__form] = STATE(2256), [sym_num_lit] = STATE(2256), [sym_kwd_lit] = STATE(2256), @@ -17073,11 +17073,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_package_lit] = STATE(2256), [sym_include_reader_macro] = STATE(2256), [sym_complex_num_lit] = STATE(2256), - [aux_sym_dis_expr_repeat1] = STATE(20), + [aux_sym_dis_expr_repeat1] = STATE(36), [aux_sym_list_lit_repeat1] = STATE(2834), [sym__ws] = ACTIONS(949), [sym_comment] = ACTIONS(949), - [anon_sym_POUND_] = ACTIONS(797), + [anon_sym_POUND_] = ACTIONS(732), [anon_sym_POUND] = ACTIONS(67), [anon_sym_DOT] = ACTIONS(953), [aux_sym_num_lit_token1] = ACTIONS(71), @@ -17086,10 +17086,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(79), [sym_nil_lit] = ACTIONS(953), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(807), - [anon_sym_POUND_CARET] = ACTIONS(811), - [anon_sym_LPAREN] = ACTIONS(815), - [anon_sym_RPAREN] = ACTIONS(819), + [anon_sym_CARET] = ACTIONS(742), + [anon_sym_POUND_CARET] = ACTIONS(746), + [anon_sym_LPAREN] = ACTIONS(750), + [anon_sym_RPAREN] = ACTIONS(754), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -17103,25 +17103,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_fancy_literal] = ACTIONS(953), [anon_sym_cl] = ACTIONS(959), [anon_sym_EQ] = ACTIONS(963), - [aux_sym_accumulation_verb_token1] = ACTIONS(828), - [anon_sym_for] = ACTIONS(828), - [anon_sym_and] = ACTIONS(828), - [anon_sym_as] = ACTIONS(828), - [anon_sym_with] = ACTIONS(828), - [anon_sym_do] = ACTIONS(828), - [anon_sym_while] = ACTIONS(828), - [anon_sym_until] = ACTIONS(828), - [anon_sym_repeat] = ACTIONS(828), - [anon_sym_when] = ACTIONS(828), - [anon_sym_if] = ACTIONS(828), - [anon_sym_unless] = ACTIONS(828), - [anon_sym_always] = ACTIONS(828), - [anon_sym_thereis] = ACTIONS(828), - [anon_sym_never] = ACTIONS(828), - [anon_sym_else] = ACTIONS(828), - [anon_sym_finally] = ACTIONS(828), - [anon_sym_return] = ACTIONS(828), - [anon_sym_initially] = ACTIONS(828), + [aux_sym_accumulation_verb_token1] = ACTIONS(763), + [anon_sym_for] = ACTIONS(763), + [anon_sym_and] = ACTIONS(763), + [anon_sym_as] = ACTIONS(763), + [anon_sym_with] = ACTIONS(763), + [anon_sym_do] = ACTIONS(763), + [anon_sym_while] = ACTIONS(763), + [anon_sym_until] = ACTIONS(763), + [anon_sym_repeat] = ACTIONS(763), + [anon_sym_when] = ACTIONS(763), + [anon_sym_if] = ACTIONS(763), + [anon_sym_unless] = ACTIONS(763), + [anon_sym_always] = ACTIONS(763), + [anon_sym_thereis] = ACTIONS(763), + [anon_sym_never] = ACTIONS(763), + [anon_sym_else] = ACTIONS(763), + [anon_sym_finally] = ACTIONS(763), + [anon_sym_return] = ACTIONS(763), + [anon_sym_initially] = ACTIONS(763), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), [sym_self_referential_reader_macro] = ACTIONS(965), @@ -17252,27 +17252,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(1007), [sym_comment] = ACTIONS(1007), [anon_sym_POUND_] = ACTIONS(1010), - [anon_sym_POUND] = ACTIONS(177), + [anon_sym_POUND] = ACTIONS(137), [anon_sym_DOT] = ACTIONS(1013), - [aux_sym_num_lit_token1] = ACTIONS(181), + [aux_sym_num_lit_token1] = ACTIONS(141), [anon_sym_COLON] = ACTIONS(1015), - [anon_sym_COLON_COLON] = ACTIONS(186), - [anon_sym_DQUOTE] = ACTIONS(188), + [anon_sym_COLON_COLON] = ACTIONS(146), + [anon_sym_DQUOTE] = ACTIONS(148), [sym_nil_lit] = ACTIONS(1013), - [aux_sym_sym_lit_token1] = ACTIONS(190), + [aux_sym_sym_lit_token1] = ACTIONS(150), [anon_sym_CARET] = ACTIONS(1018), [anon_sym_POUND_CARET] = ACTIONS(1021), [anon_sym_LPAREN] = ACTIONS(1024), [anon_sym_RPAREN] = ACTIONS(1027), - [anon_sym_POUND0A] = ACTIONS(203), - [anon_sym_POUND0a] = ACTIONS(203), - [anon_sym_POUND_QMARK] = ACTIONS(205), - [anon_sym_POUND_QMARK_AT] = ACTIONS(207), - [anon_sym_POUND_SQUOTE] = ACTIONS(209), - [anon_sym_SQUOTE] = ACTIONS(211), - [anon_sym_BQUOTE] = ACTIONS(213), - [anon_sym_COMMA_AT] = ACTIONS(215), - [anon_sym_COMMA] = ACTIONS(217), + [anon_sym_POUND0A] = ACTIONS(163), + [anon_sym_POUND0a] = ACTIONS(163), + [anon_sym_POUND_QMARK] = ACTIONS(165), + [anon_sym_POUND_QMARK_AT] = ACTIONS(167), + [anon_sym_POUND_SQUOTE] = ACTIONS(169), + [anon_sym_SQUOTE] = ACTIONS(171), + [anon_sym_BQUOTE] = ACTIONS(173), + [anon_sym_COMMA_AT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(177), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(1013), [anon_sym_cl] = ACTIONS(1029), @@ -17296,13 +17296,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_finally] = ACTIONS(1034), [anon_sym_return] = ACTIONS(1034), [anon_sym_initially] = ACTIONS(1034), - [anon_sym_POUNDP] = ACTIONS(226), - [anon_sym_POUNDp] = ACTIONS(226), + [anon_sym_POUNDP] = ACTIONS(186), + [anon_sym_POUNDp] = ACTIONS(186), [sym_self_referential_reader_macro] = ACTIONS(1036), - [anon_sym_POUND_PLUS] = ACTIONS(230), - [anon_sym_POUND_DASH] = ACTIONS(230), - [anon_sym_POUNDC] = ACTIONS(232), - [anon_sym_POUNDc] = ACTIONS(232), + [anon_sym_POUND_PLUS] = ACTIONS(190), + [anon_sym_POUND_DASH] = ACTIONS(190), + [anon_sym_POUNDC] = ACTIONS(192), + [anon_sym_POUNDc] = ACTIONS(192), }, [31] = { [sym__gap] = STATE(17), @@ -17399,12 +17399,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_kwd_lit] = STATE(994), [sym_str_lit] = STATE(994), [sym_char_lit] = STATE(994), - [sym_sym_lit] = STATE(1189), + [sym_sym_lit] = STATE(1186), [sym__metadata_lit] = STATE(2901), [sym_meta_lit] = STATE(2858), [sym_old_meta_lit] = STATE(2859), [sym_list_lit] = STATE(994), - [sym__bare_list_lit] = STATE(1190), + [sym__bare_list_lit] = STATE(1187), [sym_vec_lit] = STATE(994), [sym_set_lit] = STATE(994), [sym__bare_set_lit] = STATE(1191), @@ -17415,41 +17415,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_syn_quoting_lit] = STATE(994), [sym_unquote_splicing_lit] = STATE(994), [sym_unquoting_lit] = STATE(994), - [sym_defun] = STATE(1190), - [sym_loop_macro] = STATE(1190), + [sym_defun] = STATE(1187), + [sym_loop_macro] = STATE(1187), [sym_path_lit] = STATE(994), [sym_package_lit] = STATE(994), [sym_include_reader_macro] = STATE(994), [sym_complex_num_lit] = STATE(994), [aux_sym_dis_expr_repeat1] = STATE(908), [aux_sym_list_lit_repeat1] = STATE(2827), - [aux_sym_do_clause_repeat1] = STATE(16), + [aux_sym_do_clause_repeat1] = STATE(27), [sym__ws] = ACTIONS(1078), [sym_comment] = ACTIONS(1078), [anon_sym_POUND_] = ACTIONS(1078), - [anon_sym_POUND] = ACTIONS(724), - [anon_sym_DOT] = ACTIONS(726), - [aux_sym_num_lit_token1] = ACTIONS(728), + [anon_sym_POUND] = ACTIONS(636), + [anon_sym_DOT] = ACTIONS(638), + [aux_sym_num_lit_token1] = ACTIONS(640), [anon_sym_COLON] = ACTIONS(1080), - [anon_sym_COLON_COLON] = ACTIONS(732), - [anon_sym_DQUOTE] = ACTIONS(734), - [sym_nil_lit] = ACTIONS(726), - [aux_sym_sym_lit_token1] = ACTIONS(736), + [anon_sym_COLON_COLON] = ACTIONS(644), + [anon_sym_DQUOTE] = ACTIONS(646), + [sym_nil_lit] = ACTIONS(638), + [aux_sym_sym_lit_token1] = ACTIONS(648), [anon_sym_CARET] = ACTIONS(1078), [anon_sym_POUND_CARET] = ACTIONS(1078), [anon_sym_LPAREN] = ACTIONS(1078), [anon_sym_RPAREN] = ACTIONS(1078), - [anon_sym_POUND0A] = ACTIONS(738), - [anon_sym_POUND0a] = ACTIONS(738), - [anon_sym_POUND_QMARK] = ACTIONS(740), - [anon_sym_POUND_QMARK_AT] = ACTIONS(742), - [anon_sym_POUND_SQUOTE] = ACTIONS(744), - [anon_sym_SQUOTE] = ACTIONS(746), - [anon_sym_BQUOTE] = ACTIONS(748), - [anon_sym_COMMA_AT] = ACTIONS(750), - [anon_sym_COMMA] = ACTIONS(752), + [anon_sym_POUND0A] = ACTIONS(650), + [anon_sym_POUND0a] = ACTIONS(650), + [anon_sym_POUND_QMARK] = ACTIONS(652), + [anon_sym_POUND_QMARK_AT] = ACTIONS(654), + [anon_sym_POUND_SQUOTE] = ACTIONS(656), + [anon_sym_SQUOTE] = ACTIONS(658), + [anon_sym_BQUOTE] = ACTIONS(660), + [anon_sym_COMMA_AT] = ACTIONS(662), + [anon_sym_COMMA] = ACTIONS(664), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(726), + [sym_fancy_literal] = ACTIONS(638), [anon_sym_cl] = ACTIONS(1080), [aux_sym_accumulation_verb_token1] = ACTIONS(1080), [anon_sym_for] = ACTIONS(1080), @@ -17470,13 +17470,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_finally] = ACTIONS(1080), [anon_sym_return] = ACTIONS(1080), [anon_sym_initially] = ACTIONS(1080), - [anon_sym_POUNDP] = ACTIONS(754), - [anon_sym_POUNDp] = ACTIONS(754), - [sym_self_referential_reader_macro] = ACTIONS(756), - [anon_sym_POUND_PLUS] = ACTIONS(758), - [anon_sym_POUND_DASH] = ACTIONS(758), - [anon_sym_POUNDC] = ACTIONS(760), - [anon_sym_POUNDc] = ACTIONS(760), + [anon_sym_POUNDP] = ACTIONS(666), + [anon_sym_POUNDp] = ACTIONS(666), + [sym_self_referential_reader_macro] = ACTIONS(668), + [anon_sym_POUND_PLUS] = ACTIONS(670), + [anon_sym_POUND_DASH] = ACTIONS(670), + [anon_sym_POUNDC] = ACTIONS(672), + [anon_sym_POUNDc] = ACTIONS(672), }, [33] = { [sym__gap] = STATE(6), @@ -17512,58 +17512,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_list_lit_repeat1] = STATE(2804), [sym__ws] = ACTIONS(1082), [sym_comment] = ACTIONS(1082), - [anon_sym_POUND_] = ACTIONS(836), - [anon_sym_POUND] = ACTIONS(177), + [anon_sym_POUND_] = ACTIONS(771), + [anon_sym_POUND] = ACTIONS(137), [anon_sym_DOT] = ACTIONS(1085), - [aux_sym_num_lit_token1] = ACTIONS(181), + [aux_sym_num_lit_token1] = ACTIONS(141), [anon_sym_COLON] = ACTIONS(1087), - [anon_sym_COLON_COLON] = ACTIONS(186), - [anon_sym_DQUOTE] = ACTIONS(188), + [anon_sym_COLON_COLON] = ACTIONS(146), + [anon_sym_DQUOTE] = ACTIONS(148), [sym_nil_lit] = ACTIONS(1085), - [aux_sym_sym_lit_token1] = ACTIONS(190), - [anon_sym_CARET] = ACTIONS(844), - [anon_sym_POUND_CARET] = ACTIONS(847), - [anon_sym_LPAREN] = ACTIONS(850), - [anon_sym_RPAREN] = ACTIONS(853), - [anon_sym_POUND0A] = ACTIONS(203), - [anon_sym_POUND0a] = ACTIONS(203), - [anon_sym_POUND_QMARK] = ACTIONS(205), - [anon_sym_POUND_QMARK_AT] = ACTIONS(207), - [anon_sym_POUND_SQUOTE] = ACTIONS(209), - [anon_sym_SQUOTE] = ACTIONS(211), - [anon_sym_BQUOTE] = ACTIONS(213), - [anon_sym_COMMA_AT] = ACTIONS(215), - [anon_sym_COMMA] = ACTIONS(217), + [aux_sym_sym_lit_token1] = ACTIONS(150), + [anon_sym_CARET] = ACTIONS(779), + [anon_sym_POUND_CARET] = ACTIONS(782), + [anon_sym_LPAREN] = ACTIONS(785), + [anon_sym_RPAREN] = ACTIONS(788), + [anon_sym_POUND0A] = ACTIONS(163), + [anon_sym_POUND0a] = ACTIONS(163), + [anon_sym_POUND_QMARK] = ACTIONS(165), + [anon_sym_POUND_QMARK_AT] = ACTIONS(167), + [anon_sym_POUND_SQUOTE] = ACTIONS(169), + [anon_sym_SQUOTE] = ACTIONS(171), + [anon_sym_BQUOTE] = ACTIONS(173), + [anon_sym_COMMA_AT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(177), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(1085), [anon_sym_cl] = ACTIONS(1090), [anon_sym_EQ] = ACTIONS(1093), - [aux_sym_accumulation_verb_token1] = ACTIONS(860), - [anon_sym_for] = ACTIONS(860), - [anon_sym_and] = ACTIONS(860), - [anon_sym_as] = ACTIONS(860), - [anon_sym_with] = ACTIONS(860), - [anon_sym_do] = ACTIONS(860), - [anon_sym_while] = ACTIONS(860), - [anon_sym_until] = ACTIONS(860), - [anon_sym_repeat] = ACTIONS(860), - [anon_sym_when] = ACTIONS(860), - [anon_sym_if] = ACTIONS(860), - [anon_sym_unless] = ACTIONS(860), - [anon_sym_always] = ACTIONS(860), - [anon_sym_thereis] = ACTIONS(860), - [anon_sym_never] = ACTIONS(860), - [anon_sym_else] = ACTIONS(860), - [anon_sym_finally] = ACTIONS(860), - [anon_sym_return] = ACTIONS(860), - [anon_sym_initially] = ACTIONS(860), - [anon_sym_POUNDP] = ACTIONS(226), - [anon_sym_POUNDp] = ACTIONS(226), + [aux_sym_accumulation_verb_token1] = ACTIONS(795), + [anon_sym_for] = ACTIONS(795), + [anon_sym_and] = ACTIONS(795), + [anon_sym_as] = ACTIONS(795), + [anon_sym_with] = ACTIONS(795), + [anon_sym_do] = ACTIONS(795), + [anon_sym_while] = ACTIONS(795), + [anon_sym_until] = ACTIONS(795), + [anon_sym_repeat] = ACTIONS(795), + [anon_sym_when] = ACTIONS(795), + [anon_sym_if] = ACTIONS(795), + [anon_sym_unless] = ACTIONS(795), + [anon_sym_always] = ACTIONS(795), + [anon_sym_thereis] = ACTIONS(795), + [anon_sym_never] = ACTIONS(795), + [anon_sym_else] = ACTIONS(795), + [anon_sym_finally] = ACTIONS(795), + [anon_sym_return] = ACTIONS(795), + [anon_sym_initially] = ACTIONS(795), + [anon_sym_POUNDP] = ACTIONS(186), + [anon_sym_POUNDp] = ACTIONS(186), [sym_self_referential_reader_macro] = ACTIONS(1095), - [anon_sym_POUND_PLUS] = ACTIONS(230), - [anon_sym_POUND_DASH] = ACTIONS(230), - [anon_sym_POUNDC] = ACTIONS(232), - [anon_sym_POUNDc] = ACTIONS(232), + [anon_sym_POUND_PLUS] = ACTIONS(190), + [anon_sym_POUND_DASH] = ACTIONS(190), + [anon_sym_POUNDC] = ACTIONS(192), + [anon_sym_POUNDc] = ACTIONS(192), }, [34] = { [sym__gap] = STATE(990), @@ -17684,21 +17684,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2153), [aux_sym_dis_expr_repeat1] = STATE(990), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(682), - [sym_comment] = ACTIONS(682), - [anon_sym_POUND_] = ACTIONS(686), + [sym__ws] = ACTIONS(1111), + [sym_comment] = ACTIONS(1111), + [anon_sym_POUND_] = ACTIONS(1115), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(1111), + [anon_sym_DOT] = ACTIONS(1119), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1113), + [anon_sym_COLON] = ACTIONS(1121), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(1111), + [sym_nil_lit] = ACTIONS(1119), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(696), - [anon_sym_POUND_CARET] = ACTIONS(700), - [anon_sym_LPAREN] = ACTIONS(704), - [anon_sym_RPAREN] = ACTIONS(708), + [anon_sym_CARET] = ACTIONS(1125), + [anon_sym_POUND_CARET] = ACTIONS(1129), + [anon_sym_LPAREN] = ACTIONS(1133), + [anon_sym_RPAREN] = ACTIONS(1137), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -17709,31 +17709,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(1111), - [anon_sym_cl] = ACTIONS(1117), - [anon_sym_EQ] = ACTIONS(1121), - [aux_sym_accumulation_verb_token1] = ACTIONS(717), - [anon_sym_for] = ACTIONS(717), - [anon_sym_and] = ACTIONS(717), - [anon_sym_as] = ACTIONS(717), - [anon_sym_with] = ACTIONS(717), - [anon_sym_do] = ACTIONS(717), - [anon_sym_while] = ACTIONS(717), - [anon_sym_until] = ACTIONS(717), - [anon_sym_repeat] = ACTIONS(717), - [anon_sym_when] = ACTIONS(717), - [anon_sym_if] = ACTIONS(717), - [anon_sym_unless] = ACTIONS(717), - [anon_sym_always] = ACTIONS(717), - [anon_sym_thereis] = ACTIONS(717), - [anon_sym_never] = ACTIONS(717), - [anon_sym_else] = ACTIONS(717), - [anon_sym_finally] = ACTIONS(717), - [anon_sym_return] = ACTIONS(717), - [anon_sym_initially] = ACTIONS(717), + [sym_fancy_literal] = ACTIONS(1119), + [anon_sym_cl] = ACTIONS(1140), + [anon_sym_EQ] = ACTIONS(1144), + [aux_sym_accumulation_verb_token1] = ACTIONS(1146), + [anon_sym_for] = ACTIONS(1146), + [anon_sym_and] = ACTIONS(1146), + [anon_sym_as] = ACTIONS(1146), + [anon_sym_with] = ACTIONS(1146), + [anon_sym_do] = ACTIONS(1146), + [anon_sym_while] = ACTIONS(1146), + [anon_sym_until] = ACTIONS(1146), + [anon_sym_repeat] = ACTIONS(1146), + [anon_sym_when] = ACTIONS(1146), + [anon_sym_if] = ACTIONS(1146), + [anon_sym_unless] = ACTIONS(1146), + [anon_sym_always] = ACTIONS(1146), + [anon_sym_thereis] = ACTIONS(1146), + [anon_sym_never] = ACTIONS(1146), + [anon_sym_else] = ACTIONS(1146), + [anon_sym_finally] = ACTIONS(1146), + [anon_sym_return] = ACTIONS(1146), + [anon_sym_initially] = ACTIONS(1146), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(1123), + [sym_self_referential_reader_macro] = ACTIONS(1149), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -17742,50 +17742,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [36] = { [sym__gap] = STATE(990), [sym_dis_expr] = STATE(990), - [sym__form] = STATE(2123), - [sym_num_lit] = STATE(2123), - [sym_kwd_lit] = STATE(2123), - [sym_str_lit] = STATE(2123), - [sym_char_lit] = STATE(2123), + [sym__form] = STATE(2134), + [sym_num_lit] = STATE(2134), + [sym_kwd_lit] = STATE(2134), + [sym_str_lit] = STATE(2134), + [sym_char_lit] = STATE(2134), [sym_sym_lit] = STATE(2497), [sym__metadata_lit] = STATE(2901), [sym_meta_lit] = STATE(2858), [sym_old_meta_lit] = STATE(2859), - [sym_list_lit] = STATE(2123), + [sym_list_lit] = STATE(2134), [sym__bare_list_lit] = STATE(2648), - [sym_vec_lit] = STATE(2123), - [sym_set_lit] = STATE(2123), + [sym_vec_lit] = STATE(2134), + [sym_set_lit] = STATE(2134), [sym__bare_set_lit] = STATE(2625), - [sym_read_cond_lit] = STATE(2123), - [sym_splicing_read_cond_lit] = STATE(2123), - [sym_var_quoting_lit] = STATE(2123), - [sym_quoting_lit] = STATE(2123), - [sym_syn_quoting_lit] = STATE(2123), - [sym_unquote_splicing_lit] = STATE(2123), - [sym_unquoting_lit] = STATE(2123), + [sym_read_cond_lit] = STATE(2134), + [sym_splicing_read_cond_lit] = STATE(2134), + [sym_var_quoting_lit] = STATE(2134), + [sym_quoting_lit] = STATE(2134), + [sym_syn_quoting_lit] = STATE(2134), + [sym_unquote_splicing_lit] = STATE(2134), + [sym_unquoting_lit] = STATE(2134), [sym_defun] = STATE(2648), [sym_loop_macro] = STATE(2648), - [sym_path_lit] = STATE(2123), - [sym_package_lit] = STATE(2123), - [sym_include_reader_macro] = STATE(2123), - [sym_complex_num_lit] = STATE(2123), + [sym_path_lit] = STATE(2134), + [sym_package_lit] = STATE(2134), + [sym_include_reader_macro] = STATE(2134), + [sym_complex_num_lit] = STATE(2134), [aux_sym_dis_expr_repeat1] = STATE(990), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(1125), - [sym_comment] = ACTIONS(1125), - [anon_sym_POUND_] = ACTIONS(1129), + [sym__ws] = ACTIONS(1111), + [sym_comment] = ACTIONS(1111), + [anon_sym_POUND_] = ACTIONS(1115), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(1133), + [anon_sym_DOT] = ACTIONS(1151), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1135), + [anon_sym_COLON] = ACTIONS(1153), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(1133), + [sym_nil_lit] = ACTIONS(1151), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_POUND_CARET] = ACTIONS(1143), - [anon_sym_LPAREN] = ACTIONS(1147), - [anon_sym_RPAREN] = ACTIONS(1151), + [anon_sym_CARET] = ACTIONS(1125), + [anon_sym_POUND_CARET] = ACTIONS(1129), + [anon_sym_LPAREN] = ACTIONS(1133), + [anon_sym_RPAREN] = ACTIONS(1137), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -17796,28 +17796,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(1133), - [anon_sym_cl] = ACTIONS(1154), - [anon_sym_EQ] = ACTIONS(1158), - [aux_sym_accumulation_verb_token1] = ACTIONS(1160), - [anon_sym_for] = ACTIONS(1160), - [anon_sym_and] = ACTIONS(1160), - [anon_sym_as] = ACTIONS(1160), - [anon_sym_with] = ACTIONS(1160), - [anon_sym_do] = ACTIONS(1160), - [anon_sym_while] = ACTIONS(1160), - [anon_sym_until] = ACTIONS(1160), - [anon_sym_repeat] = ACTIONS(1160), - [anon_sym_when] = ACTIONS(1160), - [anon_sym_if] = ACTIONS(1160), - [anon_sym_unless] = ACTIONS(1160), - [anon_sym_always] = ACTIONS(1160), - [anon_sym_thereis] = ACTIONS(1160), - [anon_sym_never] = ACTIONS(1160), - [anon_sym_else] = ACTIONS(1160), - [anon_sym_finally] = ACTIONS(1160), - [anon_sym_return] = ACTIONS(1160), - [anon_sym_initially] = ACTIONS(1160), + [sym_fancy_literal] = ACTIONS(1151), + [anon_sym_cl] = ACTIONS(1157), + [anon_sym_EQ] = ACTIONS(1161), + [aux_sym_accumulation_verb_token1] = ACTIONS(1146), + [anon_sym_for] = ACTIONS(1146), + [anon_sym_and] = ACTIONS(1146), + [anon_sym_as] = ACTIONS(1146), + [anon_sym_with] = ACTIONS(1146), + [anon_sym_do] = ACTIONS(1146), + [anon_sym_while] = ACTIONS(1146), + [anon_sym_until] = ACTIONS(1146), + [anon_sym_repeat] = ACTIONS(1146), + [anon_sym_when] = ACTIONS(1146), + [anon_sym_if] = ACTIONS(1146), + [anon_sym_unless] = ACTIONS(1146), + [anon_sym_always] = ACTIONS(1146), + [anon_sym_thereis] = ACTIONS(1146), + [anon_sym_never] = ACTIONS(1146), + [anon_sym_else] = ACTIONS(1146), + [anon_sym_finally] = ACTIONS(1146), + [anon_sym_return] = ACTIONS(1146), + [anon_sym_initially] = ACTIONS(1146), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), [sym_self_referential_reader_macro] = ACTIONS(1163), @@ -17834,12 +17834,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_kwd_lit] = STATE(994), [sym_str_lit] = STATE(994), [sym_char_lit] = STATE(994), - [sym_sym_lit] = STATE(1189), + [sym_sym_lit] = STATE(1186), [sym__metadata_lit] = STATE(2901), [sym_meta_lit] = STATE(2858), [sym_old_meta_lit] = STATE(2859), [sym_list_lit] = STATE(994), - [sym__bare_list_lit] = STATE(1190), + [sym__bare_list_lit] = STATE(1187), [sym_vec_lit] = STATE(994), [sym_set_lit] = STATE(994), [sym__bare_set_lit] = STATE(1191), @@ -17850,41 +17850,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_syn_quoting_lit] = STATE(994), [sym_unquote_splicing_lit] = STATE(994), [sym_unquoting_lit] = STATE(994), - [sym_defun] = STATE(1190), - [sym_loop_macro] = STATE(1190), + [sym_defun] = STATE(1187), + [sym_loop_macro] = STATE(1187), [sym_path_lit] = STATE(994), [sym_package_lit] = STATE(994), [sym_include_reader_macro] = STATE(994), [sym_complex_num_lit] = STATE(994), [aux_sym_dis_expr_repeat1] = STATE(908), [aux_sym_list_lit_repeat1] = STATE(2827), - [aux_sym_do_clause_repeat1] = STATE(16), + [aux_sym_do_clause_repeat1] = STATE(27), [sym__ws] = ACTIONS(1165), [sym_comment] = ACTIONS(1165), [anon_sym_POUND_] = ACTIONS(1165), - [anon_sym_POUND] = ACTIONS(724), - [anon_sym_DOT] = ACTIONS(726), - [aux_sym_num_lit_token1] = ACTIONS(728), + [anon_sym_POUND] = ACTIONS(636), + [anon_sym_DOT] = ACTIONS(638), + [aux_sym_num_lit_token1] = ACTIONS(640), [anon_sym_COLON] = ACTIONS(1167), - [anon_sym_COLON_COLON] = ACTIONS(732), - [anon_sym_DQUOTE] = ACTIONS(734), - [sym_nil_lit] = ACTIONS(726), - [aux_sym_sym_lit_token1] = ACTIONS(736), + [anon_sym_COLON_COLON] = ACTIONS(644), + [anon_sym_DQUOTE] = ACTIONS(646), + [sym_nil_lit] = ACTIONS(638), + [aux_sym_sym_lit_token1] = ACTIONS(648), [anon_sym_CARET] = ACTIONS(1165), [anon_sym_POUND_CARET] = ACTIONS(1165), [anon_sym_LPAREN] = ACTIONS(1165), [anon_sym_RPAREN] = ACTIONS(1165), - [anon_sym_POUND0A] = ACTIONS(738), - [anon_sym_POUND0a] = ACTIONS(738), - [anon_sym_POUND_QMARK] = ACTIONS(740), - [anon_sym_POUND_QMARK_AT] = ACTIONS(742), - [anon_sym_POUND_SQUOTE] = ACTIONS(744), - [anon_sym_SQUOTE] = ACTIONS(746), - [anon_sym_BQUOTE] = ACTIONS(748), - [anon_sym_COMMA_AT] = ACTIONS(750), - [anon_sym_COMMA] = ACTIONS(752), + [anon_sym_POUND0A] = ACTIONS(650), + [anon_sym_POUND0a] = ACTIONS(650), + [anon_sym_POUND_QMARK] = ACTIONS(652), + [anon_sym_POUND_QMARK_AT] = ACTIONS(654), + [anon_sym_POUND_SQUOTE] = ACTIONS(656), + [anon_sym_SQUOTE] = ACTIONS(658), + [anon_sym_BQUOTE] = ACTIONS(660), + [anon_sym_COMMA_AT] = ACTIONS(662), + [anon_sym_COMMA] = ACTIONS(664), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(726), + [sym_fancy_literal] = ACTIONS(638), [anon_sym_cl] = ACTIONS(1167), [aux_sym_accumulation_verb_token1] = ACTIONS(1167), [anon_sym_for] = ACTIONS(1167), @@ -17905,13 +17905,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_finally] = ACTIONS(1167), [anon_sym_return] = ACTIONS(1167), [anon_sym_initially] = ACTIONS(1167), - [anon_sym_POUNDP] = ACTIONS(754), - [anon_sym_POUNDp] = ACTIONS(754), - [sym_self_referential_reader_macro] = ACTIONS(756), - [anon_sym_POUND_PLUS] = ACTIONS(758), - [anon_sym_POUND_DASH] = ACTIONS(758), - [anon_sym_POUNDC] = ACTIONS(760), - [anon_sym_POUNDc] = ACTIONS(760), + [anon_sym_POUNDP] = ACTIONS(666), + [anon_sym_POUNDp] = ACTIONS(666), + [sym_self_referential_reader_macro] = ACTIONS(668), + [anon_sym_POUND_PLUS] = ACTIONS(670), + [anon_sym_POUND_DASH] = ACTIONS(670), + [anon_sym_POUNDC] = ACTIONS(672), + [anon_sym_POUNDc] = ACTIONS(672), }, [38] = { [sym__gap] = STATE(25), @@ -17948,27 +17948,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__ws] = ACTIONS(1169), [sym_comment] = ACTIONS(1169), [anon_sym_POUND_] = ACTIONS(1172), - [anon_sym_POUND] = ACTIONS(177), + [anon_sym_POUND] = ACTIONS(137), [anon_sym_DOT] = ACTIONS(1175), - [aux_sym_num_lit_token1] = ACTIONS(181), + [aux_sym_num_lit_token1] = ACTIONS(141), [anon_sym_COLON] = ACTIONS(1177), - [anon_sym_COLON_COLON] = ACTIONS(186), - [anon_sym_DQUOTE] = ACTIONS(188), + [anon_sym_COLON_COLON] = ACTIONS(146), + [anon_sym_DQUOTE] = ACTIONS(148), [sym_nil_lit] = ACTIONS(1175), - [aux_sym_sym_lit_token1] = ACTIONS(190), + [aux_sym_sym_lit_token1] = ACTIONS(150), [anon_sym_CARET] = ACTIONS(1180), [anon_sym_POUND_CARET] = ACTIONS(1183), [anon_sym_LPAREN] = ACTIONS(1186), [anon_sym_RPAREN] = ACTIONS(1189), - [anon_sym_POUND0A] = ACTIONS(203), - [anon_sym_POUND0a] = ACTIONS(203), - [anon_sym_POUND_QMARK] = ACTIONS(205), - [anon_sym_POUND_QMARK_AT] = ACTIONS(207), - [anon_sym_POUND_SQUOTE] = ACTIONS(209), - [anon_sym_SQUOTE] = ACTIONS(211), - [anon_sym_BQUOTE] = ACTIONS(213), - [anon_sym_COMMA_AT] = ACTIONS(215), - [anon_sym_COMMA] = ACTIONS(217), + [anon_sym_POUND0A] = ACTIONS(163), + [anon_sym_POUND0a] = ACTIONS(163), + [anon_sym_POUND_QMARK] = ACTIONS(165), + [anon_sym_POUND_QMARK_AT] = ACTIONS(167), + [anon_sym_POUND_SQUOTE] = ACTIONS(169), + [anon_sym_SQUOTE] = ACTIONS(171), + [anon_sym_BQUOTE] = ACTIONS(173), + [anon_sym_COMMA_AT] = ACTIONS(175), + [anon_sym_COMMA] = ACTIONS(177), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(1175), [anon_sym_cl] = ACTIONS(1191), @@ -17992,13 +17992,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_finally] = ACTIONS(1196), [anon_sym_return] = ACTIONS(1196), [anon_sym_initially] = ACTIONS(1196), - [anon_sym_POUNDP] = ACTIONS(226), - [anon_sym_POUNDp] = ACTIONS(226), + [anon_sym_POUNDP] = ACTIONS(186), + [anon_sym_POUNDp] = ACTIONS(186), [sym_self_referential_reader_macro] = ACTIONS(1198), - [anon_sym_POUND_PLUS] = ACTIONS(230), - [anon_sym_POUND_DASH] = ACTIONS(230), - [anon_sym_POUNDC] = ACTIONS(232), - [anon_sym_POUNDc] = ACTIONS(232), + [anon_sym_POUND_PLUS] = ACTIONS(190), + [anon_sym_POUND_DASH] = ACTIONS(190), + [anon_sym_POUNDC] = ACTIONS(192), + [anon_sym_POUNDc] = ACTIONS(192), }, [39] = { [sym__gap] = STATE(990), @@ -18088,8 +18088,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDc] = ACTIONS(129), }, [40] = { - [sym__gap] = STATE(36), - [sym_dis_expr] = STATE(36), + [sym__gap] = STATE(21), + [sym_dis_expr] = STATE(21), [sym__form] = STATE(2196), [sym_num_lit] = STATE(2196), [sym_kwd_lit] = STATE(2196), @@ -18117,7 +18117,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_package_lit] = STATE(2196), [sym_include_reader_macro] = STATE(2196), [sym_complex_num_lit] = STATE(2196), - [aux_sym_dis_expr_repeat1] = STATE(36), + [aux_sym_dis_expr_repeat1] = STATE(21), [aux_sym_list_lit_repeat1] = STATE(2834), [sym__ws] = ACTIONS(1240), [sym_comment] = ACTIONS(1240), @@ -18348,36 +18348,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDc] = ACTIONS(129), }, [43] = { - [sym__gap] = STATE(995), - [sym_dis_expr] = STATE(995), - [sym__form] = STATE(2343), - [sym_num_lit] = STATE(2343), - [sym_kwd_lit] = STATE(2343), - [sym_str_lit] = STATE(2343), - [sym_char_lit] = STATE(2343), + [sym__gap] = STATE(61), + [sym_dis_expr] = STATE(61), + [sym__form] = STATE(2311), + [sym_num_lit] = STATE(2311), + [sym_kwd_lit] = STATE(2311), + [sym_str_lit] = STATE(2311), + [sym_char_lit] = STATE(2311), [sym_sym_lit] = STATE(2497), [sym__metadata_lit] = STATE(2901), [sym_meta_lit] = STATE(2858), [sym_old_meta_lit] = STATE(2859), - [sym_list_lit] = STATE(2343), + [sym_list_lit] = STATE(2311), [sym__bare_list_lit] = STATE(2648), - [sym_vec_lit] = STATE(2343), - [sym_set_lit] = STATE(2343), + [sym_vec_lit] = STATE(2311), + [sym_set_lit] = STATE(2311), [sym__bare_set_lit] = STATE(2625), - [sym_read_cond_lit] = STATE(2343), - [sym_splicing_read_cond_lit] = STATE(2343), - [sym_var_quoting_lit] = STATE(2343), - [sym_quoting_lit] = STATE(2343), - [sym_syn_quoting_lit] = STATE(2343), - [sym_unquote_splicing_lit] = STATE(2343), - [sym_unquoting_lit] = STATE(2343), + [sym_read_cond_lit] = STATE(2311), + [sym_splicing_read_cond_lit] = STATE(2311), + [sym_var_quoting_lit] = STATE(2311), + [sym_quoting_lit] = STATE(2311), + [sym_syn_quoting_lit] = STATE(2311), + [sym_unquote_splicing_lit] = STATE(2311), + [sym_unquoting_lit] = STATE(2311), [sym_defun] = STATE(2648), [sym_loop_macro] = STATE(2648), - [sym_path_lit] = STATE(2343), - [sym_package_lit] = STATE(2343), - [sym_include_reader_macro] = STATE(2343), - [sym_complex_num_lit] = STATE(2343), - [aux_sym_dis_expr_repeat1] = STATE(995), + [sym_path_lit] = STATE(2311), + [sym_package_lit] = STATE(2311), + [sym_include_reader_macro] = STATE(2311), + [sym_complex_num_lit] = STATE(2311), + [aux_sym_dis_expr_repeat1] = STATE(61), [aux_sym_list_lit_repeat1] = STATE(2834), [sym__ws] = ACTIONS(1349), [sym_comment] = ACTIONS(1349), @@ -19327,19 +19327,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_list_lit_repeat1] = STATE(2834), [sym__ws] = ACTIONS(1580), [sym_comment] = ACTIONS(1580), - [anon_sym_POUND_] = ACTIONS(1583), + [anon_sym_POUND_] = ACTIONS(1352), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(1586), + [anon_sym_DOT] = ACTIONS(1583), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1588), + [anon_sym_COLON] = ACTIONS(1357), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(1586), + [sym_nil_lit] = ACTIONS(1583), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(1591), - [anon_sym_POUND_CARET] = ACTIONS(1594), - [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_RPAREN] = ACTIONS(1600), + [anon_sym_CARET] = ACTIONS(1360), + [anon_sym_POUND_CARET] = ACTIONS(1363), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_RPAREN] = ACTIONS(1369), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -19350,30 +19350,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(1586), - [anon_sym_cl] = ACTIONS(1602), - [aux_sym_accumulation_verb_token1] = ACTIONS(1605), - [anon_sym_for] = ACTIONS(1605), - [anon_sym_and] = ACTIONS(1605), - [anon_sym_as] = ACTIONS(1605), - [anon_sym_with] = ACTIONS(1605), - [anon_sym_do] = ACTIONS(1605), - [anon_sym_while] = ACTIONS(1605), - [anon_sym_until] = ACTIONS(1605), - [anon_sym_repeat] = ACTIONS(1605), - [anon_sym_when] = ACTIONS(1605), - [anon_sym_if] = ACTIONS(1605), - [anon_sym_unless] = ACTIONS(1605), - [anon_sym_always] = ACTIONS(1605), - [anon_sym_thereis] = ACTIONS(1605), - [anon_sym_never] = ACTIONS(1605), - [anon_sym_else] = ACTIONS(1605), - [anon_sym_finally] = ACTIONS(1605), - [anon_sym_return] = ACTIONS(1605), - [anon_sym_initially] = ACTIONS(1605), + [sym_fancy_literal] = ACTIONS(1583), + [anon_sym_cl] = ACTIONS(1371), + [aux_sym_accumulation_verb_token1] = ACTIONS(1374), + [anon_sym_for] = ACTIONS(1374), + [anon_sym_and] = ACTIONS(1374), + [anon_sym_as] = ACTIONS(1374), + [anon_sym_with] = ACTIONS(1374), + [anon_sym_do] = ACTIONS(1374), + [anon_sym_while] = ACTIONS(1374), + [anon_sym_until] = ACTIONS(1374), + [anon_sym_repeat] = ACTIONS(1374), + [anon_sym_when] = ACTIONS(1374), + [anon_sym_if] = ACTIONS(1374), + [anon_sym_unless] = ACTIONS(1374), + [anon_sym_always] = ACTIONS(1374), + [anon_sym_thereis] = ACTIONS(1374), + [anon_sym_never] = ACTIONS(1374), + [anon_sym_else] = ACTIONS(1374), + [anon_sym_finally] = ACTIONS(1374), + [anon_sym_return] = ACTIONS(1374), + [anon_sym_initially] = ACTIONS(1374), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(1607), + [sym_self_referential_reader_macro] = ACTIONS(1585), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -19411,21 +19411,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2089), [aux_sym_dis_expr_repeat1] = STATE(181), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(1609), - [sym_comment] = ACTIONS(1609), - [anon_sym_POUND_] = ACTIONS(1583), + [sym__ws] = ACTIONS(1587), + [sym_comment] = ACTIONS(1587), + [anon_sym_POUND_] = ACTIONS(1352), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(1612), + [anon_sym_DOT] = ACTIONS(1590), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1588), + [anon_sym_COLON] = ACTIONS(1357), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(1612), + [sym_nil_lit] = ACTIONS(1590), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(1591), - [anon_sym_POUND_CARET] = ACTIONS(1594), - [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_RPAREN] = ACTIONS(1600), + [anon_sym_CARET] = ACTIONS(1360), + [anon_sym_POUND_CARET] = ACTIONS(1363), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_RPAREN] = ACTIONS(1369), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -19436,30 +19436,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(1612), - [anon_sym_cl] = ACTIONS(1602), - [aux_sym_accumulation_verb_token1] = ACTIONS(1605), - [anon_sym_for] = ACTIONS(1605), - [anon_sym_and] = ACTIONS(1605), - [anon_sym_as] = ACTIONS(1605), - [anon_sym_with] = ACTIONS(1605), - [anon_sym_do] = ACTIONS(1605), - [anon_sym_while] = ACTIONS(1605), - [anon_sym_until] = ACTIONS(1605), - [anon_sym_repeat] = ACTIONS(1605), - [anon_sym_when] = ACTIONS(1605), - [anon_sym_if] = ACTIONS(1605), - [anon_sym_unless] = ACTIONS(1605), - [anon_sym_always] = ACTIONS(1605), - [anon_sym_thereis] = ACTIONS(1605), - [anon_sym_never] = ACTIONS(1605), - [anon_sym_else] = ACTIONS(1605), - [anon_sym_finally] = ACTIONS(1605), - [anon_sym_return] = ACTIONS(1605), - [anon_sym_initially] = ACTIONS(1605), + [sym_fancy_literal] = ACTIONS(1590), + [anon_sym_cl] = ACTIONS(1371), + [aux_sym_accumulation_verb_token1] = ACTIONS(1374), + [anon_sym_for] = ACTIONS(1374), + [anon_sym_and] = ACTIONS(1374), + [anon_sym_as] = ACTIONS(1374), + [anon_sym_with] = ACTIONS(1374), + [anon_sym_do] = ACTIONS(1374), + [anon_sym_while] = ACTIONS(1374), + [anon_sym_until] = ACTIONS(1374), + [anon_sym_repeat] = ACTIONS(1374), + [anon_sym_when] = ACTIONS(1374), + [anon_sym_if] = ACTIONS(1374), + [anon_sym_unless] = ACTIONS(1374), + [anon_sym_always] = ACTIONS(1374), + [anon_sym_thereis] = ACTIONS(1374), + [anon_sym_never] = ACTIONS(1374), + [anon_sym_else] = ACTIONS(1374), + [anon_sym_finally] = ACTIONS(1374), + [anon_sym_return] = ACTIONS(1374), + [anon_sym_initially] = ACTIONS(1374), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(1614), + [sym_self_referential_reader_macro] = ACTIONS(1592), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -19498,58 +19498,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(2698), [sym_complex_num_lit] = STATE(2698), [aux_sym_dis_expr_repeat1] = STATE(275), - [aux_sym_list_lit_repeat1] = STATE(2821), + [aux_sym_list_lit_repeat1] = STATE(2840), [aux_sym_for_clause_repeat1] = STATE(1264), - [sym__ws] = ACTIONS(1616), - [sym_comment] = ACTIONS(1616), - [anon_sym_POUND_] = ACTIONS(1618), - [anon_sym_POUND] = ACTIONS(1620), - [anon_sym_DOT] = ACTIONS(1622), - [aux_sym_num_lit_token1] = ACTIONS(1624), - [anon_sym_COLON] = ACTIONS(1626), - [anon_sym_COLON_COLON] = ACTIONS(1628), - [anon_sym_DQUOTE] = ACTIONS(1630), - [sym_nil_lit] = ACTIONS(1622), - [aux_sym_sym_lit_token1] = ACTIONS(1632), + [sym__ws] = ACTIONS(1594), + [sym_comment] = ACTIONS(1594), + [anon_sym_POUND_] = ACTIONS(1596), + [anon_sym_POUND] = ACTIONS(1598), + [anon_sym_DOT] = ACTIONS(1600), + [aux_sym_num_lit_token1] = ACTIONS(1602), + [anon_sym_COLON] = ACTIONS(1604), + [anon_sym_COLON_COLON] = ACTIONS(1606), + [anon_sym_DQUOTE] = ACTIONS(1608), + [sym_nil_lit] = ACTIONS(1600), + [aux_sym_sym_lit_token1] = ACTIONS(1610), [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), - [anon_sym_LPAREN] = ACTIONS(1634), - [anon_sym_POUND0A] = ACTIONS(1636), - [anon_sym_POUND0a] = ACTIONS(1636), - [anon_sym_POUND_QMARK] = ACTIONS(1638), - [anon_sym_POUND_QMARK_AT] = ACTIONS(1640), - [anon_sym_POUND_SQUOTE] = ACTIONS(1642), - [anon_sym_SQUOTE] = ACTIONS(1644), - [anon_sym_BQUOTE] = ACTIONS(1646), - [anon_sym_COMMA_AT] = ACTIONS(1648), - [anon_sym_COMMA] = ACTIONS(1650), + [anon_sym_LPAREN] = ACTIONS(1612), + [anon_sym_POUND0A] = ACTIONS(1614), + [anon_sym_POUND0a] = ACTIONS(1614), + [anon_sym_POUND_QMARK] = ACTIONS(1616), + [anon_sym_POUND_QMARK_AT] = ACTIONS(1618), + [anon_sym_POUND_SQUOTE] = ACTIONS(1620), + [anon_sym_SQUOTE] = ACTIONS(1622), + [anon_sym_BQUOTE] = ACTIONS(1624), + [anon_sym_COMMA_AT] = ACTIONS(1626), + [anon_sym_COMMA] = ACTIONS(1628), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(1622), - [anon_sym_cl] = ACTIONS(1652), - [anon_sym_in] = ACTIONS(1654), - [anon_sym_across] = ACTIONS(1654), - [anon_sym_being] = ACTIONS(1654), - [anon_sym_using] = ACTIONS(1654), - [aux_sym_for_clause_word_token1] = ACTIONS(1656), - [anon_sym_below] = ACTIONS(1654), - [anon_sym_above] = ACTIONS(1654), - [anon_sym_from] = ACTIONS(1654), - [anon_sym_to] = ACTIONS(1654), - [anon_sym_upto] = ACTIONS(1654), - [anon_sym_upfrom] = ACTIONS(1654), - [anon_sym_downto] = ACTIONS(1654), - [anon_sym_downfrom] = ACTIONS(1654), - [anon_sym_on] = ACTIONS(1654), - [anon_sym_by] = ACTIONS(1654), - [anon_sym_then] = ACTIONS(1654), - [anon_sym_EQ] = ACTIONS(1654), - [anon_sym_POUNDP] = ACTIONS(1658), - [anon_sym_POUNDp] = ACTIONS(1658), - [sym_self_referential_reader_macro] = ACTIONS(1660), - [anon_sym_POUND_PLUS] = ACTIONS(1662), - [anon_sym_POUND_DASH] = ACTIONS(1662), - [anon_sym_POUNDC] = ACTIONS(1664), - [anon_sym_POUNDc] = ACTIONS(1664), + [sym_fancy_literal] = ACTIONS(1600), + [anon_sym_cl] = ACTIONS(1630), + [anon_sym_in] = ACTIONS(1632), + [anon_sym_across] = ACTIONS(1632), + [anon_sym_being] = ACTIONS(1632), + [anon_sym_using] = ACTIONS(1632), + [aux_sym_for_clause_word_token1] = ACTIONS(1634), + [anon_sym_below] = ACTIONS(1632), + [anon_sym_above] = ACTIONS(1632), + [anon_sym_from] = ACTIONS(1632), + [anon_sym_to] = ACTIONS(1632), + [anon_sym_upto] = ACTIONS(1632), + [anon_sym_upfrom] = ACTIONS(1632), + [anon_sym_downto] = ACTIONS(1632), + [anon_sym_downfrom] = ACTIONS(1632), + [anon_sym_on] = ACTIONS(1632), + [anon_sym_by] = ACTIONS(1632), + [anon_sym_then] = ACTIONS(1632), + [anon_sym_EQ] = ACTIONS(1632), + [anon_sym_POUNDP] = ACTIONS(1636), + [anon_sym_POUNDp] = ACTIONS(1636), + [sym_self_referential_reader_macro] = ACTIONS(1638), + [anon_sym_POUND_PLUS] = ACTIONS(1640), + [anon_sym_POUND_DASH] = ACTIONS(1640), + [anon_sym_POUNDC] = ACTIONS(1642), + [anon_sym_POUNDc] = ACTIONS(1642), }, [57] = { [sym__gap] = STATE(995), @@ -19587,12 +19587,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(1436), [anon_sym_POUND_] = ACTIONS(1439), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(1666), + [anon_sym_DOT] = ACTIONS(1644), [aux_sym_num_lit_token1] = ACTIONS(71), [anon_sym_COLON] = ACTIONS(1444), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(1666), + [sym_nil_lit] = ACTIONS(1644), [aux_sym_sym_lit_token1] = ACTIONS(81), [anon_sym_CARET] = ACTIONS(1447), [anon_sym_POUND_CARET] = ACTIONS(1450), @@ -19608,7 +19608,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(1666), + [sym_fancy_literal] = ACTIONS(1644), [anon_sym_cl] = ACTIONS(1458), [aux_sym_accumulation_verb_token1] = ACTIONS(1461), [anon_sym_for] = ACTIONS(1461), @@ -19631,7 +19631,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_initially] = ACTIONS(1461), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(1668), + [sym_self_referential_reader_macro] = ACTIONS(1646), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -19669,21 +19669,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2402), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(1349), - [sym_comment] = ACTIONS(1349), - [anon_sym_POUND_] = ACTIONS(1352), + [sym__ws] = ACTIONS(1648), + [sym_comment] = ACTIONS(1648), + [anon_sym_POUND_] = ACTIONS(1651), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(1670), + [anon_sym_DOT] = ACTIONS(1654), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1357), + [anon_sym_COLON] = ACTIONS(1656), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(1670), + [sym_nil_lit] = ACTIONS(1654), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(1360), - [anon_sym_POUND_CARET] = ACTIONS(1363), - [anon_sym_LPAREN] = ACTIONS(1366), - [anon_sym_RPAREN] = ACTIONS(1369), + [anon_sym_CARET] = ACTIONS(1659), + [anon_sym_POUND_CARET] = ACTIONS(1662), + [anon_sym_LPAREN] = ACTIONS(1665), + [anon_sym_RPAREN] = ACTIONS(1668), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -19694,30 +19694,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(1670), - [anon_sym_cl] = ACTIONS(1371), - [aux_sym_accumulation_verb_token1] = ACTIONS(1374), - [anon_sym_for] = ACTIONS(1374), - [anon_sym_and] = ACTIONS(1374), - [anon_sym_as] = ACTIONS(1374), - [anon_sym_with] = ACTIONS(1374), - [anon_sym_do] = ACTIONS(1374), - [anon_sym_while] = ACTIONS(1374), - [anon_sym_until] = ACTIONS(1374), - [anon_sym_repeat] = ACTIONS(1374), - [anon_sym_when] = ACTIONS(1374), - [anon_sym_if] = ACTIONS(1374), - [anon_sym_unless] = ACTIONS(1374), - [anon_sym_always] = ACTIONS(1374), - [anon_sym_thereis] = ACTIONS(1374), - [anon_sym_never] = ACTIONS(1374), - [anon_sym_else] = ACTIONS(1374), - [anon_sym_finally] = ACTIONS(1374), - [anon_sym_return] = ACTIONS(1374), - [anon_sym_initially] = ACTIONS(1374), + [sym_fancy_literal] = ACTIONS(1654), + [anon_sym_cl] = ACTIONS(1670), + [aux_sym_accumulation_verb_token1] = ACTIONS(1673), + [anon_sym_for] = ACTIONS(1673), + [anon_sym_and] = ACTIONS(1673), + [anon_sym_as] = ACTIONS(1673), + [anon_sym_with] = ACTIONS(1673), + [anon_sym_do] = ACTIONS(1673), + [anon_sym_while] = ACTIONS(1673), + [anon_sym_until] = ACTIONS(1673), + [anon_sym_repeat] = ACTIONS(1673), + [anon_sym_when] = ACTIONS(1673), + [anon_sym_if] = ACTIONS(1673), + [anon_sym_unless] = ACTIONS(1673), + [anon_sym_always] = ACTIONS(1673), + [anon_sym_thereis] = ACTIONS(1673), + [anon_sym_never] = ACTIONS(1673), + [anon_sym_else] = ACTIONS(1673), + [anon_sym_finally] = ACTIONS(1673), + [anon_sym_return] = ACTIONS(1673), + [anon_sym_initially] = ACTIONS(1673), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(1672), + [sym_self_referential_reader_macro] = ACTIONS(1675), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -19755,21 +19755,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2393), [aux_sym_dis_expr_repeat1] = STATE(89), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(1674), - [sym_comment] = ACTIONS(1674), - [anon_sym_POUND_] = ACTIONS(1677), + [sym__ws] = ACTIONS(1677), + [sym_comment] = ACTIONS(1677), + [anon_sym_POUND_] = ACTIONS(1680), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(1680), + [anon_sym_DOT] = ACTIONS(1683), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1682), + [anon_sym_COLON] = ACTIONS(1685), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(1680), + [sym_nil_lit] = ACTIONS(1683), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(1685), - [anon_sym_POUND_CARET] = ACTIONS(1688), - [anon_sym_LPAREN] = ACTIONS(1691), - [anon_sym_RPAREN] = ACTIONS(1694), + [anon_sym_CARET] = ACTIONS(1688), + [anon_sym_POUND_CARET] = ACTIONS(1691), + [anon_sym_LPAREN] = ACTIONS(1694), + [anon_sym_RPAREN] = ACTIONS(1697), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -19780,30 +19780,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(1680), - [anon_sym_cl] = ACTIONS(1696), - [aux_sym_accumulation_verb_token1] = ACTIONS(1699), - [anon_sym_for] = ACTIONS(1699), - [anon_sym_and] = ACTIONS(1699), - [anon_sym_as] = ACTIONS(1699), - [anon_sym_with] = ACTIONS(1699), - [anon_sym_do] = ACTIONS(1699), - [anon_sym_while] = ACTIONS(1699), - [anon_sym_until] = ACTIONS(1699), - [anon_sym_repeat] = ACTIONS(1699), - [anon_sym_when] = ACTIONS(1699), - [anon_sym_if] = ACTIONS(1699), - [anon_sym_unless] = ACTIONS(1699), - [anon_sym_always] = ACTIONS(1699), - [anon_sym_thereis] = ACTIONS(1699), - [anon_sym_never] = ACTIONS(1699), - [anon_sym_else] = ACTIONS(1699), - [anon_sym_finally] = ACTIONS(1699), - [anon_sym_return] = ACTIONS(1699), - [anon_sym_initially] = ACTIONS(1699), + [sym_fancy_literal] = ACTIONS(1683), + [anon_sym_cl] = ACTIONS(1699), + [aux_sym_accumulation_verb_token1] = ACTIONS(1702), + [anon_sym_for] = ACTIONS(1702), + [anon_sym_and] = ACTIONS(1702), + [anon_sym_as] = ACTIONS(1702), + [anon_sym_with] = ACTIONS(1702), + [anon_sym_do] = ACTIONS(1702), + [anon_sym_while] = ACTIONS(1702), + [anon_sym_until] = ACTIONS(1702), + [anon_sym_repeat] = ACTIONS(1702), + [anon_sym_when] = ACTIONS(1702), + [anon_sym_if] = ACTIONS(1702), + [anon_sym_unless] = ACTIONS(1702), + [anon_sym_always] = ACTIONS(1702), + [anon_sym_thereis] = ACTIONS(1702), + [anon_sym_never] = ACTIONS(1702), + [anon_sym_else] = ACTIONS(1702), + [anon_sym_finally] = ACTIONS(1702), + [anon_sym_return] = ACTIONS(1702), + [anon_sym_initially] = ACTIONS(1702), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(1701), + [sym_self_referential_reader_macro] = ACTIONS(1704), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -19842,58 +19842,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(2697), [sym_complex_num_lit] = STATE(2697), [aux_sym_dis_expr_repeat1] = STATE(274), - [aux_sym_list_lit_repeat1] = STATE(2821), + [aux_sym_list_lit_repeat1] = STATE(2840), [aux_sym_for_clause_repeat1] = STATE(1265), - [sym__ws] = ACTIONS(1703), - [sym_comment] = ACTIONS(1703), - [anon_sym_POUND_] = ACTIONS(1618), - [anon_sym_POUND] = ACTIONS(1620), - [anon_sym_DOT] = ACTIONS(1705), - [aux_sym_num_lit_token1] = ACTIONS(1624), - [anon_sym_COLON] = ACTIONS(1626), - [anon_sym_COLON_COLON] = ACTIONS(1628), - [anon_sym_DQUOTE] = ACTIONS(1630), - [sym_nil_lit] = ACTIONS(1705), - [aux_sym_sym_lit_token1] = ACTIONS(1632), + [sym__ws] = ACTIONS(1706), + [sym_comment] = ACTIONS(1706), + [anon_sym_POUND_] = ACTIONS(1596), + [anon_sym_POUND] = ACTIONS(1598), + [anon_sym_DOT] = ACTIONS(1708), + [aux_sym_num_lit_token1] = ACTIONS(1602), + [anon_sym_COLON] = ACTIONS(1604), + [anon_sym_COLON_COLON] = ACTIONS(1606), + [anon_sym_DQUOTE] = ACTIONS(1608), + [sym_nil_lit] = ACTIONS(1708), + [aux_sym_sym_lit_token1] = ACTIONS(1610), [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), - [anon_sym_LPAREN] = ACTIONS(1634), - [anon_sym_POUND0A] = ACTIONS(1636), - [anon_sym_POUND0a] = ACTIONS(1636), - [anon_sym_POUND_QMARK] = ACTIONS(1638), - [anon_sym_POUND_QMARK_AT] = ACTIONS(1640), - [anon_sym_POUND_SQUOTE] = ACTIONS(1642), - [anon_sym_SQUOTE] = ACTIONS(1644), - [anon_sym_BQUOTE] = ACTIONS(1646), - [anon_sym_COMMA_AT] = ACTIONS(1648), - [anon_sym_COMMA] = ACTIONS(1650), + [anon_sym_LPAREN] = ACTIONS(1612), + [anon_sym_POUND0A] = ACTIONS(1614), + [anon_sym_POUND0a] = ACTIONS(1614), + [anon_sym_POUND_QMARK] = ACTIONS(1616), + [anon_sym_POUND_QMARK_AT] = ACTIONS(1618), + [anon_sym_POUND_SQUOTE] = ACTIONS(1620), + [anon_sym_SQUOTE] = ACTIONS(1622), + [anon_sym_BQUOTE] = ACTIONS(1624), + [anon_sym_COMMA_AT] = ACTIONS(1626), + [anon_sym_COMMA] = ACTIONS(1628), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(1705), - [anon_sym_cl] = ACTIONS(1652), - [anon_sym_in] = ACTIONS(1654), - [anon_sym_across] = ACTIONS(1654), - [anon_sym_being] = ACTIONS(1654), - [anon_sym_using] = ACTIONS(1654), - [aux_sym_for_clause_word_token1] = ACTIONS(1656), - [anon_sym_below] = ACTIONS(1654), - [anon_sym_above] = ACTIONS(1654), - [anon_sym_from] = ACTIONS(1654), - [anon_sym_to] = ACTIONS(1654), - [anon_sym_upto] = ACTIONS(1654), - [anon_sym_upfrom] = ACTIONS(1654), - [anon_sym_downto] = ACTIONS(1654), - [anon_sym_downfrom] = ACTIONS(1654), - [anon_sym_on] = ACTIONS(1654), - [anon_sym_by] = ACTIONS(1654), - [anon_sym_then] = ACTIONS(1654), - [anon_sym_EQ] = ACTIONS(1654), - [anon_sym_POUNDP] = ACTIONS(1658), - [anon_sym_POUNDp] = ACTIONS(1658), - [sym_self_referential_reader_macro] = ACTIONS(1707), - [anon_sym_POUND_PLUS] = ACTIONS(1662), - [anon_sym_POUND_DASH] = ACTIONS(1662), - [anon_sym_POUNDC] = ACTIONS(1664), - [anon_sym_POUNDc] = ACTIONS(1664), + [sym_fancy_literal] = ACTIONS(1708), + [anon_sym_cl] = ACTIONS(1630), + [anon_sym_in] = ACTIONS(1632), + [anon_sym_across] = ACTIONS(1632), + [anon_sym_being] = ACTIONS(1632), + [anon_sym_using] = ACTIONS(1632), + [aux_sym_for_clause_word_token1] = ACTIONS(1634), + [anon_sym_below] = ACTIONS(1632), + [anon_sym_above] = ACTIONS(1632), + [anon_sym_from] = ACTIONS(1632), + [anon_sym_to] = ACTIONS(1632), + [anon_sym_upto] = ACTIONS(1632), + [anon_sym_upfrom] = ACTIONS(1632), + [anon_sym_downto] = ACTIONS(1632), + [anon_sym_downfrom] = ACTIONS(1632), + [anon_sym_on] = ACTIONS(1632), + [anon_sym_by] = ACTIONS(1632), + [anon_sym_then] = ACTIONS(1632), + [anon_sym_EQ] = ACTIONS(1632), + [anon_sym_POUNDP] = ACTIONS(1636), + [anon_sym_POUNDp] = ACTIONS(1636), + [sym_self_referential_reader_macro] = ACTIONS(1710), + [anon_sym_POUND_PLUS] = ACTIONS(1640), + [anon_sym_POUND_DASH] = ACTIONS(1640), + [anon_sym_POUNDC] = ACTIONS(1642), + [anon_sym_POUNDc] = ACTIONS(1642), }, [61] = { [sym__gap] = STATE(995), @@ -19927,21 +19927,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2080), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(1709), - [sym_comment] = ACTIONS(1709), - [anon_sym_POUND_] = ACTIONS(1712), + [sym__ws] = ACTIONS(1712), + [sym_comment] = ACTIONS(1712), + [anon_sym_POUND_] = ACTIONS(1715), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(1715), + [anon_sym_DOT] = ACTIONS(1718), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1717), + [anon_sym_COLON] = ACTIONS(1720), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(1715), + [sym_nil_lit] = ACTIONS(1718), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(1720), - [anon_sym_POUND_CARET] = ACTIONS(1723), - [anon_sym_LPAREN] = ACTIONS(1726), - [anon_sym_RPAREN] = ACTIONS(1729), + [anon_sym_CARET] = ACTIONS(1723), + [anon_sym_POUND_CARET] = ACTIONS(1726), + [anon_sym_LPAREN] = ACTIONS(1729), + [anon_sym_RPAREN] = ACTIONS(1732), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -19952,30 +19952,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(1715), - [anon_sym_cl] = ACTIONS(1731), - [aux_sym_accumulation_verb_token1] = ACTIONS(1734), - [anon_sym_for] = ACTIONS(1734), - [anon_sym_and] = ACTIONS(1734), - [anon_sym_as] = ACTIONS(1734), - [anon_sym_with] = ACTIONS(1734), - [anon_sym_do] = ACTIONS(1734), - [anon_sym_while] = ACTIONS(1734), - [anon_sym_until] = ACTIONS(1734), - [anon_sym_repeat] = ACTIONS(1734), - [anon_sym_when] = ACTIONS(1734), - [anon_sym_if] = ACTIONS(1734), - [anon_sym_unless] = ACTIONS(1734), - [anon_sym_always] = ACTIONS(1734), - [anon_sym_thereis] = ACTIONS(1734), - [anon_sym_never] = ACTIONS(1734), - [anon_sym_else] = ACTIONS(1734), - [anon_sym_finally] = ACTIONS(1734), - [anon_sym_return] = ACTIONS(1734), - [anon_sym_initially] = ACTIONS(1734), + [sym_fancy_literal] = ACTIONS(1718), + [anon_sym_cl] = ACTIONS(1734), + [aux_sym_accumulation_verb_token1] = ACTIONS(1737), + [anon_sym_for] = ACTIONS(1737), + [anon_sym_and] = ACTIONS(1737), + [anon_sym_as] = ACTIONS(1737), + [anon_sym_with] = ACTIONS(1737), + [anon_sym_do] = ACTIONS(1737), + [anon_sym_while] = ACTIONS(1737), + [anon_sym_until] = ACTIONS(1737), + [anon_sym_repeat] = ACTIONS(1737), + [anon_sym_when] = ACTIONS(1737), + [anon_sym_if] = ACTIONS(1737), + [anon_sym_unless] = ACTIONS(1737), + [anon_sym_always] = ACTIONS(1737), + [anon_sym_thereis] = ACTIONS(1737), + [anon_sym_never] = ACTIONS(1737), + [anon_sym_else] = ACTIONS(1737), + [anon_sym_finally] = ACTIONS(1737), + [anon_sym_return] = ACTIONS(1737), + [anon_sym_initially] = ACTIONS(1737), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(1736), + [sym_self_referential_reader_macro] = ACTIONS(1739), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -20013,21 +20013,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2391), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(1738), - [sym_comment] = ACTIONS(1738), - [anon_sym_POUND_] = ACTIONS(1677), + [sym__ws] = ACTIONS(1741), + [sym_comment] = ACTIONS(1741), + [anon_sym_POUND_] = ACTIONS(1680), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(1741), + [anon_sym_DOT] = ACTIONS(1744), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1682), + [anon_sym_COLON] = ACTIONS(1685), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(1741), + [sym_nil_lit] = ACTIONS(1744), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(1685), - [anon_sym_POUND_CARET] = ACTIONS(1688), - [anon_sym_LPAREN] = ACTIONS(1691), - [anon_sym_RPAREN] = ACTIONS(1694), + [anon_sym_CARET] = ACTIONS(1688), + [anon_sym_POUND_CARET] = ACTIONS(1691), + [anon_sym_LPAREN] = ACTIONS(1694), + [anon_sym_RPAREN] = ACTIONS(1697), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -20038,30 +20038,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(1741), - [anon_sym_cl] = ACTIONS(1696), - [aux_sym_accumulation_verb_token1] = ACTIONS(1699), - [anon_sym_for] = ACTIONS(1699), - [anon_sym_and] = ACTIONS(1699), - [anon_sym_as] = ACTIONS(1699), - [anon_sym_with] = ACTIONS(1699), - [anon_sym_do] = ACTIONS(1699), - [anon_sym_while] = ACTIONS(1699), - [anon_sym_until] = ACTIONS(1699), - [anon_sym_repeat] = ACTIONS(1699), - [anon_sym_when] = ACTIONS(1699), - [anon_sym_if] = ACTIONS(1699), - [anon_sym_unless] = ACTIONS(1699), - [anon_sym_always] = ACTIONS(1699), - [anon_sym_thereis] = ACTIONS(1699), - [anon_sym_never] = ACTIONS(1699), - [anon_sym_else] = ACTIONS(1699), - [anon_sym_finally] = ACTIONS(1699), - [anon_sym_return] = ACTIONS(1699), - [anon_sym_initially] = ACTIONS(1699), + [sym_fancy_literal] = ACTIONS(1744), + [anon_sym_cl] = ACTIONS(1699), + [aux_sym_accumulation_verb_token1] = ACTIONS(1702), + [anon_sym_for] = ACTIONS(1702), + [anon_sym_and] = ACTIONS(1702), + [anon_sym_as] = ACTIONS(1702), + [anon_sym_with] = ACTIONS(1702), + [anon_sym_do] = ACTIONS(1702), + [anon_sym_while] = ACTIONS(1702), + [anon_sym_until] = ACTIONS(1702), + [anon_sym_repeat] = ACTIONS(1702), + [anon_sym_when] = ACTIONS(1702), + [anon_sym_if] = ACTIONS(1702), + [anon_sym_unless] = ACTIONS(1702), + [anon_sym_always] = ACTIONS(1702), + [anon_sym_thereis] = ACTIONS(1702), + [anon_sym_never] = ACTIONS(1702), + [anon_sym_else] = ACTIONS(1702), + [anon_sym_finally] = ACTIONS(1702), + [anon_sym_return] = ACTIONS(1702), + [anon_sym_initially] = ACTIONS(1702), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(1743), + [sym_self_referential_reader_macro] = ACTIONS(1746), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -20099,21 +20099,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2075), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(1745), - [sym_comment] = ACTIONS(1745), - [anon_sym_POUND_] = ACTIONS(1748), + [sym__ws] = ACTIONS(1748), + [sym_comment] = ACTIONS(1748), + [anon_sym_POUND_] = ACTIONS(1751), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(1751), + [anon_sym_DOT] = ACTIONS(1754), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1753), + [anon_sym_COLON] = ACTIONS(1756), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(1751), + [sym_nil_lit] = ACTIONS(1754), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(1756), - [anon_sym_POUND_CARET] = ACTIONS(1759), - [anon_sym_LPAREN] = ACTIONS(1762), - [anon_sym_RPAREN] = ACTIONS(1765), + [anon_sym_CARET] = ACTIONS(1759), + [anon_sym_POUND_CARET] = ACTIONS(1762), + [anon_sym_LPAREN] = ACTIONS(1765), + [anon_sym_RPAREN] = ACTIONS(1768), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -20124,30 +20124,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(1751), - [anon_sym_cl] = ACTIONS(1767), - [aux_sym_accumulation_verb_token1] = ACTIONS(1770), - [anon_sym_for] = ACTIONS(1770), - [anon_sym_and] = ACTIONS(1770), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_with] = ACTIONS(1770), - [anon_sym_do] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1770), - [anon_sym_until] = ACTIONS(1770), - [anon_sym_repeat] = ACTIONS(1770), - [anon_sym_when] = ACTIONS(1770), - [anon_sym_if] = ACTIONS(1770), - [anon_sym_unless] = ACTIONS(1770), - [anon_sym_always] = ACTIONS(1770), - [anon_sym_thereis] = ACTIONS(1770), - [anon_sym_never] = ACTIONS(1770), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_finally] = ACTIONS(1770), - [anon_sym_return] = ACTIONS(1770), - [anon_sym_initially] = ACTIONS(1770), + [sym_fancy_literal] = ACTIONS(1754), + [anon_sym_cl] = ACTIONS(1770), + [aux_sym_accumulation_verb_token1] = ACTIONS(1773), + [anon_sym_for] = ACTIONS(1773), + [anon_sym_and] = ACTIONS(1773), + [anon_sym_as] = ACTIONS(1773), + [anon_sym_with] = ACTIONS(1773), + [anon_sym_do] = ACTIONS(1773), + [anon_sym_while] = ACTIONS(1773), + [anon_sym_until] = ACTIONS(1773), + [anon_sym_repeat] = ACTIONS(1773), + [anon_sym_when] = ACTIONS(1773), + [anon_sym_if] = ACTIONS(1773), + [anon_sym_unless] = ACTIONS(1773), + [anon_sym_always] = ACTIONS(1773), + [anon_sym_thereis] = ACTIONS(1773), + [anon_sym_never] = ACTIONS(1773), + [anon_sym_else] = ACTIONS(1773), + [anon_sym_finally] = ACTIONS(1773), + [anon_sym_return] = ACTIONS(1773), + [anon_sym_initially] = ACTIONS(1773), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(1772), + [sym_self_referential_reader_macro] = ACTIONS(1775), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -20185,21 +20185,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2388), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(1738), - [sym_comment] = ACTIONS(1738), - [anon_sym_POUND_] = ACTIONS(1677), + [sym__ws] = ACTIONS(1741), + [sym_comment] = ACTIONS(1741), + [anon_sym_POUND_] = ACTIONS(1680), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(1774), + [anon_sym_DOT] = ACTIONS(1777), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1682), + [anon_sym_COLON] = ACTIONS(1685), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(1774), + [sym_nil_lit] = ACTIONS(1777), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(1685), - [anon_sym_POUND_CARET] = ACTIONS(1688), - [anon_sym_LPAREN] = ACTIONS(1691), - [anon_sym_RPAREN] = ACTIONS(1694), + [anon_sym_CARET] = ACTIONS(1688), + [anon_sym_POUND_CARET] = ACTIONS(1691), + [anon_sym_LPAREN] = ACTIONS(1694), + [anon_sym_RPAREN] = ACTIONS(1697), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -20210,30 +20210,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(1774), - [anon_sym_cl] = ACTIONS(1696), - [aux_sym_accumulation_verb_token1] = ACTIONS(1699), - [anon_sym_for] = ACTIONS(1699), - [anon_sym_and] = ACTIONS(1699), - [anon_sym_as] = ACTIONS(1699), - [anon_sym_with] = ACTIONS(1699), - [anon_sym_do] = ACTIONS(1699), - [anon_sym_while] = ACTIONS(1699), - [anon_sym_until] = ACTIONS(1699), - [anon_sym_repeat] = ACTIONS(1699), - [anon_sym_when] = ACTIONS(1699), - [anon_sym_if] = ACTIONS(1699), - [anon_sym_unless] = ACTIONS(1699), - [anon_sym_always] = ACTIONS(1699), - [anon_sym_thereis] = ACTIONS(1699), - [anon_sym_never] = ACTIONS(1699), - [anon_sym_else] = ACTIONS(1699), - [anon_sym_finally] = ACTIONS(1699), - [anon_sym_return] = ACTIONS(1699), - [anon_sym_initially] = ACTIONS(1699), + [sym_fancy_literal] = ACTIONS(1777), + [anon_sym_cl] = ACTIONS(1699), + [aux_sym_accumulation_verb_token1] = ACTIONS(1702), + [anon_sym_for] = ACTIONS(1702), + [anon_sym_and] = ACTIONS(1702), + [anon_sym_as] = ACTIONS(1702), + [anon_sym_with] = ACTIONS(1702), + [anon_sym_do] = ACTIONS(1702), + [anon_sym_while] = ACTIONS(1702), + [anon_sym_until] = ACTIONS(1702), + [anon_sym_repeat] = ACTIONS(1702), + [anon_sym_when] = ACTIONS(1702), + [anon_sym_if] = ACTIONS(1702), + [anon_sym_unless] = ACTIONS(1702), + [anon_sym_always] = ACTIONS(1702), + [anon_sym_thereis] = ACTIONS(1702), + [anon_sym_never] = ACTIONS(1702), + [anon_sym_else] = ACTIONS(1702), + [anon_sym_finally] = ACTIONS(1702), + [anon_sym_return] = ACTIONS(1702), + [anon_sym_initially] = ACTIONS(1702), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(1776), + [sym_self_referential_reader_macro] = ACTIONS(1779), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -20275,12 +20275,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(1436), [anon_sym_POUND_] = ACTIONS(1439), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(1781), [aux_sym_num_lit_token1] = ACTIONS(71), [anon_sym_COLON] = ACTIONS(1444), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(1778), + [sym_nil_lit] = ACTIONS(1781), [aux_sym_sym_lit_token1] = ACTIONS(81), [anon_sym_CARET] = ACTIONS(1447), [anon_sym_POUND_CARET] = ACTIONS(1450), @@ -20296,7 +20296,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(1778), + [sym_fancy_literal] = ACTIONS(1781), [anon_sym_cl] = ACTIONS(1458), [aux_sym_accumulation_verb_token1] = ACTIONS(1461), [anon_sym_for] = ACTIONS(1461), @@ -20319,7 +20319,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_initially] = ACTIONS(1461), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(1780), + [sym_self_referential_reader_macro] = ACTIONS(1783), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -20357,21 +20357,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2071), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(1782), - [sym_comment] = ACTIONS(1782), - [anon_sym_POUND_] = ACTIONS(1785), + [sym__ws] = ACTIONS(1785), + [sym_comment] = ACTIONS(1785), + [anon_sym_POUND_] = ACTIONS(1788), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(1788), + [anon_sym_DOT] = ACTIONS(1791), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1790), + [anon_sym_COLON] = ACTIONS(1793), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(1788), + [sym_nil_lit] = ACTIONS(1791), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(1793), - [anon_sym_POUND_CARET] = ACTIONS(1796), - [anon_sym_LPAREN] = ACTIONS(1799), - [anon_sym_RPAREN] = ACTIONS(1802), + [anon_sym_CARET] = ACTIONS(1796), + [anon_sym_POUND_CARET] = ACTIONS(1799), + [anon_sym_LPAREN] = ACTIONS(1802), + [anon_sym_RPAREN] = ACTIONS(1805), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -20382,30 +20382,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(1788), - [anon_sym_cl] = ACTIONS(1804), - [aux_sym_accumulation_verb_token1] = ACTIONS(1807), - [anon_sym_for] = ACTIONS(1807), - [anon_sym_and] = ACTIONS(1807), - [anon_sym_as] = ACTIONS(1807), - [anon_sym_with] = ACTIONS(1807), - [anon_sym_do] = ACTIONS(1807), - [anon_sym_while] = ACTIONS(1807), - [anon_sym_until] = ACTIONS(1807), - [anon_sym_repeat] = ACTIONS(1807), - [anon_sym_when] = ACTIONS(1807), - [anon_sym_if] = ACTIONS(1807), - [anon_sym_unless] = ACTIONS(1807), - [anon_sym_always] = ACTIONS(1807), - [anon_sym_thereis] = ACTIONS(1807), - [anon_sym_never] = ACTIONS(1807), - [anon_sym_else] = ACTIONS(1807), - [anon_sym_finally] = ACTIONS(1807), - [anon_sym_return] = ACTIONS(1807), - [anon_sym_initially] = ACTIONS(1807), + [sym_fancy_literal] = ACTIONS(1791), + [anon_sym_cl] = ACTIONS(1807), + [aux_sym_accumulation_verb_token1] = ACTIONS(1810), + [anon_sym_for] = ACTIONS(1810), + [anon_sym_and] = ACTIONS(1810), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_with] = ACTIONS(1810), + [anon_sym_do] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_until] = ACTIONS(1810), + [anon_sym_repeat] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_unless] = ACTIONS(1810), + [anon_sym_always] = ACTIONS(1810), + [anon_sym_thereis] = ACTIONS(1810), + [anon_sym_never] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_finally] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_initially] = ACTIONS(1810), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(1809), + [sym_self_referential_reader_macro] = ACTIONS(1812), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -20443,21 +20443,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2502), [aux_sym_dis_expr_repeat1] = STATE(76), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(1811), - [sym_comment] = ACTIONS(1811), - [anon_sym_POUND_] = ACTIONS(1814), + [sym__ws] = ACTIONS(1814), + [sym_comment] = ACTIONS(1814), + [anon_sym_POUND_] = ACTIONS(1817), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(1817), + [anon_sym_DOT] = ACTIONS(1820), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1819), + [anon_sym_COLON] = ACTIONS(1822), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(1817), + [sym_nil_lit] = ACTIONS(1820), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(260), - [anon_sym_POUND_CARET] = ACTIONS(263), - [anon_sym_LPAREN] = ACTIONS(1822), - [anon_sym_RPAREN] = ACTIONS(269), + [anon_sym_CARET] = ACTIONS(251), + [anon_sym_POUND_CARET] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(1825), + [anon_sym_RPAREN] = ACTIONS(260), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -20468,30 +20468,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(1817), - [anon_sym_cl] = ACTIONS(1825), - [aux_sym_accumulation_verb_token1] = ACTIONS(276), - [anon_sym_for] = ACTIONS(276), - [anon_sym_and] = ACTIONS(276), - [anon_sym_as] = ACTIONS(276), - [anon_sym_with] = ACTIONS(276), - [anon_sym_do] = ACTIONS(276), - [anon_sym_while] = ACTIONS(276), - [anon_sym_until] = ACTIONS(276), - [anon_sym_repeat] = ACTIONS(276), - [anon_sym_when] = ACTIONS(276), - [anon_sym_if] = ACTIONS(276), - [anon_sym_unless] = ACTIONS(276), - [anon_sym_always] = ACTIONS(276), - [anon_sym_thereis] = ACTIONS(276), - [anon_sym_never] = ACTIONS(276), - [anon_sym_else] = ACTIONS(276), - [anon_sym_finally] = ACTIONS(276), - [anon_sym_return] = ACTIONS(276), - [anon_sym_initially] = ACTIONS(276), + [sym_fancy_literal] = ACTIONS(1820), + [anon_sym_cl] = ACTIONS(1828), + [aux_sym_accumulation_verb_token1] = ACTIONS(267), + [anon_sym_for] = ACTIONS(267), + [anon_sym_and] = ACTIONS(267), + [anon_sym_as] = ACTIONS(267), + [anon_sym_with] = ACTIONS(267), + [anon_sym_do] = ACTIONS(267), + [anon_sym_while] = ACTIONS(267), + [anon_sym_until] = ACTIONS(267), + [anon_sym_repeat] = ACTIONS(267), + [anon_sym_when] = ACTIONS(267), + [anon_sym_if] = ACTIONS(267), + [anon_sym_unless] = ACTIONS(267), + [anon_sym_always] = ACTIONS(267), + [anon_sym_thereis] = ACTIONS(267), + [anon_sym_never] = ACTIONS(267), + [anon_sym_else] = ACTIONS(267), + [anon_sym_finally] = ACTIONS(267), + [anon_sym_return] = ACTIONS(267), + [anon_sym_initially] = ACTIONS(267), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(1828), + [sym_self_referential_reader_macro] = ACTIONS(1831), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -20529,16 +20529,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2358), [aux_sym_dis_expr_repeat1] = STATE(71), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(1830), - [sym_comment] = ACTIONS(1830), + [sym__ws] = ACTIONS(1833), + [sym_comment] = ACTIONS(1833), [anon_sym_POUND_] = ACTIONS(1439), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(1833), + [anon_sym_DOT] = ACTIONS(1836), [aux_sym_num_lit_token1] = ACTIONS(71), [anon_sym_COLON] = ACTIONS(1444), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(1833), + [sym_nil_lit] = ACTIONS(1836), [aux_sym_sym_lit_token1] = ACTIONS(81), [anon_sym_CARET] = ACTIONS(1447), [anon_sym_POUND_CARET] = ACTIONS(1450), @@ -20554,7 +20554,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(1833), + [sym_fancy_literal] = ACTIONS(1836), [anon_sym_cl] = ACTIONS(1458), [aux_sym_accumulation_verb_token1] = ACTIONS(1461), [anon_sym_for] = ACTIONS(1461), @@ -20577,7 +20577,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_initially] = ACTIONS(1461), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(1835), + [sym_self_referential_reader_macro] = ACTIONS(1838), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -20616,58 +20616,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(2744), [sym_complex_num_lit] = STATE(2744), [aux_sym_dis_expr_repeat1] = STATE(273), - [aux_sym_list_lit_repeat1] = STATE(2821), + [aux_sym_list_lit_repeat1] = STATE(2840), [aux_sym_for_clause_repeat1] = STATE(1255), - [sym__ws] = ACTIONS(1837), - [sym_comment] = ACTIONS(1837), - [anon_sym_POUND_] = ACTIONS(1618), - [anon_sym_POUND] = ACTIONS(1620), - [anon_sym_DOT] = ACTIONS(1839), - [aux_sym_num_lit_token1] = ACTIONS(1624), - [anon_sym_COLON] = ACTIONS(1626), - [anon_sym_COLON_COLON] = ACTIONS(1628), - [anon_sym_DQUOTE] = ACTIONS(1630), - [sym_nil_lit] = ACTIONS(1839), - [aux_sym_sym_lit_token1] = ACTIONS(1632), + [sym__ws] = ACTIONS(1840), + [sym_comment] = ACTIONS(1840), + [anon_sym_POUND_] = ACTIONS(1596), + [anon_sym_POUND] = ACTIONS(1598), + [anon_sym_DOT] = ACTIONS(1842), + [aux_sym_num_lit_token1] = ACTIONS(1602), + [anon_sym_COLON] = ACTIONS(1604), + [anon_sym_COLON_COLON] = ACTIONS(1606), + [anon_sym_DQUOTE] = ACTIONS(1608), + [sym_nil_lit] = ACTIONS(1842), + [aux_sym_sym_lit_token1] = ACTIONS(1610), [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), - [anon_sym_LPAREN] = ACTIONS(1634), - [anon_sym_POUND0A] = ACTIONS(1636), - [anon_sym_POUND0a] = ACTIONS(1636), - [anon_sym_POUND_QMARK] = ACTIONS(1638), - [anon_sym_POUND_QMARK_AT] = ACTIONS(1640), - [anon_sym_POUND_SQUOTE] = ACTIONS(1642), - [anon_sym_SQUOTE] = ACTIONS(1644), - [anon_sym_BQUOTE] = ACTIONS(1646), - [anon_sym_COMMA_AT] = ACTIONS(1648), - [anon_sym_COMMA] = ACTIONS(1650), + [anon_sym_LPAREN] = ACTIONS(1612), + [anon_sym_POUND0A] = ACTIONS(1614), + [anon_sym_POUND0a] = ACTIONS(1614), + [anon_sym_POUND_QMARK] = ACTIONS(1616), + [anon_sym_POUND_QMARK_AT] = ACTIONS(1618), + [anon_sym_POUND_SQUOTE] = ACTIONS(1620), + [anon_sym_SQUOTE] = ACTIONS(1622), + [anon_sym_BQUOTE] = ACTIONS(1624), + [anon_sym_COMMA_AT] = ACTIONS(1626), + [anon_sym_COMMA] = ACTIONS(1628), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(1839), - [anon_sym_cl] = ACTIONS(1652), - [anon_sym_in] = ACTIONS(1654), - [anon_sym_across] = ACTIONS(1654), - [anon_sym_being] = ACTIONS(1654), - [anon_sym_using] = ACTIONS(1654), - [aux_sym_for_clause_word_token1] = ACTIONS(1656), - [anon_sym_below] = ACTIONS(1654), - [anon_sym_above] = ACTIONS(1654), - [anon_sym_from] = ACTIONS(1654), - [anon_sym_to] = ACTIONS(1654), - [anon_sym_upto] = ACTIONS(1654), - [anon_sym_upfrom] = ACTIONS(1654), - [anon_sym_downto] = ACTIONS(1654), - [anon_sym_downfrom] = ACTIONS(1654), - [anon_sym_on] = ACTIONS(1654), - [anon_sym_by] = ACTIONS(1654), - [anon_sym_then] = ACTIONS(1654), - [anon_sym_EQ] = ACTIONS(1654), - [anon_sym_POUNDP] = ACTIONS(1658), - [anon_sym_POUNDp] = ACTIONS(1658), - [sym_self_referential_reader_macro] = ACTIONS(1841), - [anon_sym_POUND_PLUS] = ACTIONS(1662), - [anon_sym_POUND_DASH] = ACTIONS(1662), - [anon_sym_POUNDC] = ACTIONS(1664), - [anon_sym_POUNDc] = ACTIONS(1664), + [sym_fancy_literal] = ACTIONS(1842), + [anon_sym_cl] = ACTIONS(1630), + [anon_sym_in] = ACTIONS(1632), + [anon_sym_across] = ACTIONS(1632), + [anon_sym_being] = ACTIONS(1632), + [anon_sym_using] = ACTIONS(1632), + [aux_sym_for_clause_word_token1] = ACTIONS(1634), + [anon_sym_below] = ACTIONS(1632), + [anon_sym_above] = ACTIONS(1632), + [anon_sym_from] = ACTIONS(1632), + [anon_sym_to] = ACTIONS(1632), + [anon_sym_upto] = ACTIONS(1632), + [anon_sym_upfrom] = ACTIONS(1632), + [anon_sym_downto] = ACTIONS(1632), + [anon_sym_downfrom] = ACTIONS(1632), + [anon_sym_on] = ACTIONS(1632), + [anon_sym_by] = ACTIONS(1632), + [anon_sym_then] = ACTIONS(1632), + [anon_sym_EQ] = ACTIONS(1632), + [anon_sym_POUNDP] = ACTIONS(1636), + [anon_sym_POUNDp] = ACTIONS(1636), + [sym_self_referential_reader_macro] = ACTIONS(1844), + [anon_sym_POUND_PLUS] = ACTIONS(1640), + [anon_sym_POUND_DASH] = ACTIONS(1640), + [anon_sym_POUNDC] = ACTIONS(1642), + [anon_sym_POUNDc] = ACTIONS(1642), }, [70] = { [sym__gap] = STATE(123), @@ -20701,21 +20701,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2527), [aux_sym_dis_expr_repeat1] = STATE(123), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(1843), - [sym_comment] = ACTIONS(1843), - [anon_sym_POUND_] = ACTIONS(1814), + [sym__ws] = ACTIONS(1846), + [sym_comment] = ACTIONS(1846), + [anon_sym_POUND_] = ACTIONS(1817), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(1846), + [anon_sym_DOT] = ACTIONS(1849), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1819), + [anon_sym_COLON] = ACTIONS(1822), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(1846), + [sym_nil_lit] = ACTIONS(1849), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(260), - [anon_sym_POUND_CARET] = ACTIONS(263), - [anon_sym_LPAREN] = ACTIONS(1822), - [anon_sym_RPAREN] = ACTIONS(269), + [anon_sym_CARET] = ACTIONS(251), + [anon_sym_POUND_CARET] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(1825), + [anon_sym_RPAREN] = ACTIONS(260), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -20726,30 +20726,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(1846), - [anon_sym_cl] = ACTIONS(1825), - [aux_sym_accumulation_verb_token1] = ACTIONS(276), - [anon_sym_for] = ACTIONS(276), - [anon_sym_and] = ACTIONS(276), - [anon_sym_as] = ACTIONS(276), - [anon_sym_with] = ACTIONS(276), - [anon_sym_do] = ACTIONS(276), - [anon_sym_while] = ACTIONS(276), - [anon_sym_until] = ACTIONS(276), - [anon_sym_repeat] = ACTIONS(276), - [anon_sym_when] = ACTIONS(276), - [anon_sym_if] = ACTIONS(276), - [anon_sym_unless] = ACTIONS(276), - [anon_sym_always] = ACTIONS(276), - [anon_sym_thereis] = ACTIONS(276), - [anon_sym_never] = ACTIONS(276), - [anon_sym_else] = ACTIONS(276), - [anon_sym_finally] = ACTIONS(276), - [anon_sym_return] = ACTIONS(276), - [anon_sym_initially] = ACTIONS(276), + [sym_fancy_literal] = ACTIONS(1849), + [anon_sym_cl] = ACTIONS(1828), + [aux_sym_accumulation_verb_token1] = ACTIONS(267), + [anon_sym_for] = ACTIONS(267), + [anon_sym_and] = ACTIONS(267), + [anon_sym_as] = ACTIONS(267), + [anon_sym_with] = ACTIONS(267), + [anon_sym_do] = ACTIONS(267), + [anon_sym_while] = ACTIONS(267), + [anon_sym_until] = ACTIONS(267), + [anon_sym_repeat] = ACTIONS(267), + [anon_sym_when] = ACTIONS(267), + [anon_sym_if] = ACTIONS(267), + [anon_sym_unless] = ACTIONS(267), + [anon_sym_always] = ACTIONS(267), + [anon_sym_thereis] = ACTIONS(267), + [anon_sym_never] = ACTIONS(267), + [anon_sym_else] = ACTIONS(267), + [anon_sym_finally] = ACTIONS(267), + [anon_sym_return] = ACTIONS(267), + [anon_sym_initially] = ACTIONS(267), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(1848), + [sym_self_referential_reader_macro] = ACTIONS(1851), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -20787,21 +20787,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2065), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(1782), - [sym_comment] = ACTIONS(1782), - [anon_sym_POUND_] = ACTIONS(1785), + [sym__ws] = ACTIONS(1785), + [sym_comment] = ACTIONS(1785), + [anon_sym_POUND_] = ACTIONS(1788), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(1850), + [anon_sym_DOT] = ACTIONS(1853), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1790), + [anon_sym_COLON] = ACTIONS(1793), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(1850), + [sym_nil_lit] = ACTIONS(1853), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(1793), - [anon_sym_POUND_CARET] = ACTIONS(1796), - [anon_sym_LPAREN] = ACTIONS(1799), - [anon_sym_RPAREN] = ACTIONS(1802), + [anon_sym_CARET] = ACTIONS(1796), + [anon_sym_POUND_CARET] = ACTIONS(1799), + [anon_sym_LPAREN] = ACTIONS(1802), + [anon_sym_RPAREN] = ACTIONS(1805), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -20812,30 +20812,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(1850), - [anon_sym_cl] = ACTIONS(1804), - [aux_sym_accumulation_verb_token1] = ACTIONS(1807), - [anon_sym_for] = ACTIONS(1807), - [anon_sym_and] = ACTIONS(1807), - [anon_sym_as] = ACTIONS(1807), - [anon_sym_with] = ACTIONS(1807), - [anon_sym_do] = ACTIONS(1807), - [anon_sym_while] = ACTIONS(1807), - [anon_sym_until] = ACTIONS(1807), - [anon_sym_repeat] = ACTIONS(1807), - [anon_sym_when] = ACTIONS(1807), - [anon_sym_if] = ACTIONS(1807), - [anon_sym_unless] = ACTIONS(1807), - [anon_sym_always] = ACTIONS(1807), - [anon_sym_thereis] = ACTIONS(1807), - [anon_sym_never] = ACTIONS(1807), - [anon_sym_else] = ACTIONS(1807), - [anon_sym_finally] = ACTIONS(1807), - [anon_sym_return] = ACTIONS(1807), - [anon_sym_initially] = ACTIONS(1807), + [sym_fancy_literal] = ACTIONS(1853), + [anon_sym_cl] = ACTIONS(1807), + [aux_sym_accumulation_verb_token1] = ACTIONS(1810), + [anon_sym_for] = ACTIONS(1810), + [anon_sym_and] = ACTIONS(1810), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_with] = ACTIONS(1810), + [anon_sym_do] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_until] = ACTIONS(1810), + [anon_sym_repeat] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_unless] = ACTIONS(1810), + [anon_sym_always] = ACTIONS(1810), + [anon_sym_thereis] = ACTIONS(1810), + [anon_sym_never] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_finally] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_initially] = ACTIONS(1810), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(1852), + [sym_self_referential_reader_macro] = ACTIONS(1855), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -20873,21 +20873,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2405), [aux_sym_dis_expr_repeat1] = STATE(129), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(1854), - [sym_comment] = ACTIONS(1854), - [anon_sym_POUND_] = ACTIONS(1857), + [sym__ws] = ACTIONS(1857), + [sym_comment] = ACTIONS(1857), + [anon_sym_POUND_] = ACTIONS(1860), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(1860), + [anon_sym_DOT] = ACTIONS(1863), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1862), + [anon_sym_COLON] = ACTIONS(1865), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(1860), + [sym_nil_lit] = ACTIONS(1863), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(1865), - [anon_sym_POUND_CARET] = ACTIONS(1868), - [anon_sym_LPAREN] = ACTIONS(1871), - [anon_sym_RPAREN] = ACTIONS(1874), + [anon_sym_CARET] = ACTIONS(1868), + [anon_sym_POUND_CARET] = ACTIONS(1871), + [anon_sym_LPAREN] = ACTIONS(1874), + [anon_sym_RPAREN] = ACTIONS(1877), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -20898,30 +20898,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(1860), - [anon_sym_cl] = ACTIONS(1876), - [aux_sym_accumulation_verb_token1] = ACTIONS(1879), - [anon_sym_for] = ACTIONS(1879), - [anon_sym_and] = ACTIONS(1879), - [anon_sym_as] = ACTIONS(1879), - [anon_sym_with] = ACTIONS(1879), - [anon_sym_do] = ACTIONS(1879), - [anon_sym_while] = ACTIONS(1879), - [anon_sym_until] = ACTIONS(1879), - [anon_sym_repeat] = ACTIONS(1879), - [anon_sym_when] = ACTIONS(1879), - [anon_sym_if] = ACTIONS(1879), - [anon_sym_unless] = ACTIONS(1879), - [anon_sym_always] = ACTIONS(1879), - [anon_sym_thereis] = ACTIONS(1879), - [anon_sym_never] = ACTIONS(1879), - [anon_sym_else] = ACTIONS(1879), - [anon_sym_finally] = ACTIONS(1879), - [anon_sym_return] = ACTIONS(1879), - [anon_sym_initially] = ACTIONS(1879), + [sym_fancy_literal] = ACTIONS(1863), + [anon_sym_cl] = ACTIONS(1879), + [aux_sym_accumulation_verb_token1] = ACTIONS(1882), + [anon_sym_for] = ACTIONS(1882), + [anon_sym_and] = ACTIONS(1882), + [anon_sym_as] = ACTIONS(1882), + [anon_sym_with] = ACTIONS(1882), + [anon_sym_do] = ACTIONS(1882), + [anon_sym_while] = ACTIONS(1882), + [anon_sym_until] = ACTIONS(1882), + [anon_sym_repeat] = ACTIONS(1882), + [anon_sym_when] = ACTIONS(1882), + [anon_sym_if] = ACTIONS(1882), + [anon_sym_unless] = ACTIONS(1882), + [anon_sym_always] = ACTIONS(1882), + [anon_sym_thereis] = ACTIONS(1882), + [anon_sym_never] = ACTIONS(1882), + [anon_sym_else] = ACTIONS(1882), + [anon_sym_finally] = ACTIONS(1882), + [anon_sym_return] = ACTIONS(1882), + [anon_sym_initially] = ACTIONS(1882), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(1881), + [sym_self_referential_reader_macro] = ACTIONS(1884), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -20959,16 +20959,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2347), [aux_sym_dis_expr_repeat1] = STATE(66), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(1883), - [sym_comment] = ACTIONS(1883), + [sym__ws] = ACTIONS(1886), + [sym_comment] = ACTIONS(1886), [anon_sym_POUND_] = ACTIONS(1439), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(1886), + [anon_sym_DOT] = ACTIONS(1889), [aux_sym_num_lit_token1] = ACTIONS(71), [anon_sym_COLON] = ACTIONS(1444), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(1886), + [sym_nil_lit] = ACTIONS(1889), [aux_sym_sym_lit_token1] = ACTIONS(81), [anon_sym_CARET] = ACTIONS(1447), [anon_sym_POUND_CARET] = ACTIONS(1450), @@ -20984,7 +20984,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(1886), + [sym_fancy_literal] = ACTIONS(1889), [anon_sym_cl] = ACTIONS(1458), [aux_sym_accumulation_verb_token1] = ACTIONS(1461), [anon_sym_for] = ACTIONS(1461), @@ -21007,7 +21007,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_initially] = ACTIONS(1461), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(1888), + [sym_self_referential_reader_macro] = ACTIONS(1891), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -21049,12 +21049,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(1436), [anon_sym_POUND_] = ACTIONS(1439), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(1890), + [anon_sym_DOT] = ACTIONS(1893), [aux_sym_num_lit_token1] = ACTIONS(71), [anon_sym_COLON] = ACTIONS(1444), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(1890), + [sym_nil_lit] = ACTIONS(1893), [aux_sym_sym_lit_token1] = ACTIONS(81), [anon_sym_CARET] = ACTIONS(1447), [anon_sym_POUND_CARET] = ACTIONS(1450), @@ -21070,7 +21070,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(1890), + [sym_fancy_literal] = ACTIONS(1893), [anon_sym_cl] = ACTIONS(1458), [aux_sym_accumulation_verb_token1] = ACTIONS(1461), [anon_sym_for] = ACTIONS(1461), @@ -21093,7 +21093,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_initially] = ACTIONS(1461), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(1892), + [sym_self_referential_reader_macro] = ACTIONS(1895), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -21102,50 +21102,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [75] = { [sym__gap] = STATE(995), [sym_dis_expr] = STATE(995), - [sym__form] = STATE(2379), - [sym_num_lit] = STATE(2379), - [sym_kwd_lit] = STATE(2379), - [sym_str_lit] = STATE(2379), - [sym_char_lit] = STATE(2379), + [sym__form] = STATE(2343), + [sym_num_lit] = STATE(2343), + [sym_kwd_lit] = STATE(2343), + [sym_str_lit] = STATE(2343), + [sym_char_lit] = STATE(2343), [sym_sym_lit] = STATE(2497), [sym__metadata_lit] = STATE(2901), [sym_meta_lit] = STATE(2858), [sym_old_meta_lit] = STATE(2859), - [sym_list_lit] = STATE(2379), + [sym_list_lit] = STATE(2343), [sym__bare_list_lit] = STATE(2648), - [sym_vec_lit] = STATE(2379), - [sym_set_lit] = STATE(2379), + [sym_vec_lit] = STATE(2343), + [sym_set_lit] = STATE(2343), [sym__bare_set_lit] = STATE(2625), - [sym_read_cond_lit] = STATE(2379), - [sym_splicing_read_cond_lit] = STATE(2379), - [sym_var_quoting_lit] = STATE(2379), - [sym_quoting_lit] = STATE(2379), - [sym_syn_quoting_lit] = STATE(2379), - [sym_unquote_splicing_lit] = STATE(2379), - [sym_unquoting_lit] = STATE(2379), + [sym_read_cond_lit] = STATE(2343), + [sym_splicing_read_cond_lit] = STATE(2343), + [sym_var_quoting_lit] = STATE(2343), + [sym_quoting_lit] = STATE(2343), + [sym_syn_quoting_lit] = STATE(2343), + [sym_unquote_splicing_lit] = STATE(2343), + [sym_unquoting_lit] = STATE(2343), [sym_defun] = STATE(2648), [sym_loop_macro] = STATE(2648), - [sym_path_lit] = STATE(2379), - [sym_package_lit] = STATE(2379), - [sym_include_reader_macro] = STATE(2379), - [sym_complex_num_lit] = STATE(2379), + [sym_path_lit] = STATE(2343), + [sym_package_lit] = STATE(2343), + [sym_include_reader_macro] = STATE(2343), + [sym_complex_num_lit] = STATE(2343), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(1894), - [sym_comment] = ACTIONS(1894), - [anon_sym_POUND_] = ACTIONS(1897), + [sym__ws] = ACTIONS(1648), + [sym_comment] = ACTIONS(1648), + [anon_sym_POUND_] = ACTIONS(1651), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(1900), + [anon_sym_DOT] = ACTIONS(1897), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1902), + [anon_sym_COLON] = ACTIONS(1656), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(1900), + [sym_nil_lit] = ACTIONS(1897), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(1905), - [anon_sym_POUND_CARET] = ACTIONS(1908), - [anon_sym_LPAREN] = ACTIONS(1911), - [anon_sym_RPAREN] = ACTIONS(1914), + [anon_sym_CARET] = ACTIONS(1659), + [anon_sym_POUND_CARET] = ACTIONS(1662), + [anon_sym_LPAREN] = ACTIONS(1665), + [anon_sym_RPAREN] = ACTIONS(1668), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -21156,30 +21156,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(1900), - [anon_sym_cl] = ACTIONS(1916), - [aux_sym_accumulation_verb_token1] = ACTIONS(1919), - [anon_sym_for] = ACTIONS(1919), - [anon_sym_and] = ACTIONS(1919), - [anon_sym_as] = ACTIONS(1919), - [anon_sym_with] = ACTIONS(1919), - [anon_sym_do] = ACTIONS(1919), - [anon_sym_while] = ACTIONS(1919), - [anon_sym_until] = ACTIONS(1919), - [anon_sym_repeat] = ACTIONS(1919), - [anon_sym_when] = ACTIONS(1919), - [anon_sym_if] = ACTIONS(1919), - [anon_sym_unless] = ACTIONS(1919), - [anon_sym_always] = ACTIONS(1919), - [anon_sym_thereis] = ACTIONS(1919), - [anon_sym_never] = ACTIONS(1919), - [anon_sym_else] = ACTIONS(1919), - [anon_sym_finally] = ACTIONS(1919), - [anon_sym_return] = ACTIONS(1919), - [anon_sym_initially] = ACTIONS(1919), + [sym_fancy_literal] = ACTIONS(1897), + [anon_sym_cl] = ACTIONS(1670), + [aux_sym_accumulation_verb_token1] = ACTIONS(1673), + [anon_sym_for] = ACTIONS(1673), + [anon_sym_and] = ACTIONS(1673), + [anon_sym_as] = ACTIONS(1673), + [anon_sym_with] = ACTIONS(1673), + [anon_sym_do] = ACTIONS(1673), + [anon_sym_while] = ACTIONS(1673), + [anon_sym_until] = ACTIONS(1673), + [anon_sym_repeat] = ACTIONS(1673), + [anon_sym_when] = ACTIONS(1673), + [anon_sym_if] = ACTIONS(1673), + [anon_sym_unless] = ACTIONS(1673), + [anon_sym_always] = ACTIONS(1673), + [anon_sym_thereis] = ACTIONS(1673), + [anon_sym_never] = ACTIONS(1673), + [anon_sym_else] = ACTIONS(1673), + [anon_sym_finally] = ACTIONS(1673), + [anon_sym_return] = ACTIONS(1673), + [anon_sym_initially] = ACTIONS(1673), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(1921), + [sym_self_referential_reader_macro] = ACTIONS(1899), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -21217,21 +21217,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2403), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(1923), - [sym_comment] = ACTIONS(1923), - [anon_sym_POUND_] = ACTIONS(1857), + [sym__ws] = ACTIONS(1901), + [sym_comment] = ACTIONS(1901), + [anon_sym_POUND_] = ACTIONS(1860), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(1926), + [anon_sym_DOT] = ACTIONS(1904), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1862), + [anon_sym_COLON] = ACTIONS(1865), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(1926), + [sym_nil_lit] = ACTIONS(1904), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(1865), - [anon_sym_POUND_CARET] = ACTIONS(1868), - [anon_sym_LPAREN] = ACTIONS(1871), - [anon_sym_RPAREN] = ACTIONS(1874), + [anon_sym_CARET] = ACTIONS(1868), + [anon_sym_POUND_CARET] = ACTIONS(1871), + [anon_sym_LPAREN] = ACTIONS(1874), + [anon_sym_RPAREN] = ACTIONS(1877), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -21242,30 +21242,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(1926), - [anon_sym_cl] = ACTIONS(1876), - [aux_sym_accumulation_verb_token1] = ACTIONS(1879), - [anon_sym_for] = ACTIONS(1879), - [anon_sym_and] = ACTIONS(1879), - [anon_sym_as] = ACTIONS(1879), - [anon_sym_with] = ACTIONS(1879), - [anon_sym_do] = ACTIONS(1879), - [anon_sym_while] = ACTIONS(1879), - [anon_sym_until] = ACTIONS(1879), - [anon_sym_repeat] = ACTIONS(1879), - [anon_sym_when] = ACTIONS(1879), - [anon_sym_if] = ACTIONS(1879), - [anon_sym_unless] = ACTIONS(1879), - [anon_sym_always] = ACTIONS(1879), - [anon_sym_thereis] = ACTIONS(1879), - [anon_sym_never] = ACTIONS(1879), - [anon_sym_else] = ACTIONS(1879), - [anon_sym_finally] = ACTIONS(1879), - [anon_sym_return] = ACTIONS(1879), - [anon_sym_initially] = ACTIONS(1879), + [sym_fancy_literal] = ACTIONS(1904), + [anon_sym_cl] = ACTIONS(1879), + [aux_sym_accumulation_verb_token1] = ACTIONS(1882), + [anon_sym_for] = ACTIONS(1882), + [anon_sym_and] = ACTIONS(1882), + [anon_sym_as] = ACTIONS(1882), + [anon_sym_with] = ACTIONS(1882), + [anon_sym_do] = ACTIONS(1882), + [anon_sym_while] = ACTIONS(1882), + [anon_sym_until] = ACTIONS(1882), + [anon_sym_repeat] = ACTIONS(1882), + [anon_sym_when] = ACTIONS(1882), + [anon_sym_if] = ACTIONS(1882), + [anon_sym_unless] = ACTIONS(1882), + [anon_sym_always] = ACTIONS(1882), + [anon_sym_thereis] = ACTIONS(1882), + [anon_sym_never] = ACTIONS(1882), + [anon_sym_else] = ACTIONS(1882), + [anon_sym_finally] = ACTIONS(1882), + [anon_sym_return] = ACTIONS(1882), + [anon_sym_initially] = ACTIONS(1882), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(1928), + [sym_self_referential_reader_macro] = ACTIONS(1906), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -21303,21 +21303,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2335), [aux_sym_dis_expr_repeat1] = STATE(63), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(1930), - [sym_comment] = ACTIONS(1930), - [anon_sym_POUND_] = ACTIONS(1677), + [sym__ws] = ACTIONS(1908), + [sym_comment] = ACTIONS(1908), + [anon_sym_POUND_] = ACTIONS(1680), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(1933), + [anon_sym_DOT] = ACTIONS(1911), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1682), + [anon_sym_COLON] = ACTIONS(1685), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(1933), + [sym_nil_lit] = ACTIONS(1911), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(1685), - [anon_sym_POUND_CARET] = ACTIONS(1688), - [anon_sym_LPAREN] = ACTIONS(1691), - [anon_sym_RPAREN] = ACTIONS(1694), + [anon_sym_CARET] = ACTIONS(1688), + [anon_sym_POUND_CARET] = ACTIONS(1691), + [anon_sym_LPAREN] = ACTIONS(1694), + [anon_sym_RPAREN] = ACTIONS(1697), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -21328,30 +21328,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(1933), - [anon_sym_cl] = ACTIONS(1696), - [aux_sym_accumulation_verb_token1] = ACTIONS(1699), - [anon_sym_for] = ACTIONS(1699), - [anon_sym_and] = ACTIONS(1699), - [anon_sym_as] = ACTIONS(1699), - [anon_sym_with] = ACTIONS(1699), - [anon_sym_do] = ACTIONS(1699), - [anon_sym_while] = ACTIONS(1699), - [anon_sym_until] = ACTIONS(1699), - [anon_sym_repeat] = ACTIONS(1699), - [anon_sym_when] = ACTIONS(1699), - [anon_sym_if] = ACTIONS(1699), - [anon_sym_unless] = ACTIONS(1699), - [anon_sym_always] = ACTIONS(1699), - [anon_sym_thereis] = ACTIONS(1699), - [anon_sym_never] = ACTIONS(1699), - [anon_sym_else] = ACTIONS(1699), - [anon_sym_finally] = ACTIONS(1699), - [anon_sym_return] = ACTIONS(1699), - [anon_sym_initially] = ACTIONS(1699), + [sym_fancy_literal] = ACTIONS(1911), + [anon_sym_cl] = ACTIONS(1699), + [aux_sym_accumulation_verb_token1] = ACTIONS(1702), + [anon_sym_for] = ACTIONS(1702), + [anon_sym_and] = ACTIONS(1702), + [anon_sym_as] = ACTIONS(1702), + [anon_sym_with] = ACTIONS(1702), + [anon_sym_do] = ACTIONS(1702), + [anon_sym_while] = ACTIONS(1702), + [anon_sym_until] = ACTIONS(1702), + [anon_sym_repeat] = ACTIONS(1702), + [anon_sym_when] = ACTIONS(1702), + [anon_sym_if] = ACTIONS(1702), + [anon_sym_unless] = ACTIONS(1702), + [anon_sym_always] = ACTIONS(1702), + [anon_sym_thereis] = ACTIONS(1702), + [anon_sym_never] = ACTIONS(1702), + [anon_sym_else] = ACTIONS(1702), + [anon_sym_finally] = ACTIONS(1702), + [anon_sym_return] = ACTIONS(1702), + [anon_sym_initially] = ACTIONS(1702), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(1935), + [sym_self_referential_reader_macro] = ACTIONS(1913), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -21389,21 +21389,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2401), [aux_sym_dis_expr_repeat1] = STATE(135), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(1937), - [sym_comment] = ACTIONS(1937), - [anon_sym_POUND_] = ACTIONS(1940), + [sym__ws] = ACTIONS(1915), + [sym_comment] = ACTIONS(1915), + [anon_sym_POUND_] = ACTIONS(1918), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(1943), + [anon_sym_DOT] = ACTIONS(1921), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1945), + [anon_sym_COLON] = ACTIONS(1923), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(1943), + [sym_nil_lit] = ACTIONS(1921), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(1948), - [anon_sym_POUND_CARET] = ACTIONS(1951), - [anon_sym_LPAREN] = ACTIONS(1954), - [anon_sym_RPAREN] = ACTIONS(1957), + [anon_sym_CARET] = ACTIONS(1926), + [anon_sym_POUND_CARET] = ACTIONS(1929), + [anon_sym_LPAREN] = ACTIONS(1932), + [anon_sym_RPAREN] = ACTIONS(1935), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -21414,30 +21414,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(1943), - [anon_sym_cl] = ACTIONS(1959), - [aux_sym_accumulation_verb_token1] = ACTIONS(1962), - [anon_sym_for] = ACTIONS(1962), - [anon_sym_and] = ACTIONS(1962), - [anon_sym_as] = ACTIONS(1962), - [anon_sym_with] = ACTIONS(1962), - [anon_sym_do] = ACTIONS(1962), - [anon_sym_while] = ACTIONS(1962), - [anon_sym_until] = ACTIONS(1962), - [anon_sym_repeat] = ACTIONS(1962), - [anon_sym_when] = ACTIONS(1962), - [anon_sym_if] = ACTIONS(1962), - [anon_sym_unless] = ACTIONS(1962), - [anon_sym_always] = ACTIONS(1962), - [anon_sym_thereis] = ACTIONS(1962), - [anon_sym_never] = ACTIONS(1962), - [anon_sym_else] = ACTIONS(1962), - [anon_sym_finally] = ACTIONS(1962), - [anon_sym_return] = ACTIONS(1962), - [anon_sym_initially] = ACTIONS(1962), + [sym_fancy_literal] = ACTIONS(1921), + [anon_sym_cl] = ACTIONS(1937), + [aux_sym_accumulation_verb_token1] = ACTIONS(1940), + [anon_sym_for] = ACTIONS(1940), + [anon_sym_and] = ACTIONS(1940), + [anon_sym_as] = ACTIONS(1940), + [anon_sym_with] = ACTIONS(1940), + [anon_sym_do] = ACTIONS(1940), + [anon_sym_while] = ACTIONS(1940), + [anon_sym_until] = ACTIONS(1940), + [anon_sym_repeat] = ACTIONS(1940), + [anon_sym_when] = ACTIONS(1940), + [anon_sym_if] = ACTIONS(1940), + [anon_sym_unless] = ACTIONS(1940), + [anon_sym_always] = ACTIONS(1940), + [anon_sym_thereis] = ACTIONS(1940), + [anon_sym_never] = ACTIONS(1940), + [anon_sym_else] = ACTIONS(1940), + [anon_sym_finally] = ACTIONS(1940), + [anon_sym_return] = ACTIONS(1940), + [anon_sym_initially] = ACTIONS(1940), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(1964), + [sym_self_referential_reader_macro] = ACTIONS(1942), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -21475,21 +21475,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2334), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(1738), - [sym_comment] = ACTIONS(1738), - [anon_sym_POUND_] = ACTIONS(1677), + [sym__ws] = ACTIONS(1741), + [sym_comment] = ACTIONS(1741), + [anon_sym_POUND_] = ACTIONS(1680), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(1966), + [anon_sym_DOT] = ACTIONS(1944), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1682), + [anon_sym_COLON] = ACTIONS(1685), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(1966), + [sym_nil_lit] = ACTIONS(1944), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(1685), - [anon_sym_POUND_CARET] = ACTIONS(1688), - [anon_sym_LPAREN] = ACTIONS(1691), - [anon_sym_RPAREN] = ACTIONS(1694), + [anon_sym_CARET] = ACTIONS(1688), + [anon_sym_POUND_CARET] = ACTIONS(1691), + [anon_sym_LPAREN] = ACTIONS(1694), + [anon_sym_RPAREN] = ACTIONS(1697), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -21500,30 +21500,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(1966), - [anon_sym_cl] = ACTIONS(1696), - [aux_sym_accumulation_verb_token1] = ACTIONS(1699), - [anon_sym_for] = ACTIONS(1699), - [anon_sym_and] = ACTIONS(1699), - [anon_sym_as] = ACTIONS(1699), - [anon_sym_with] = ACTIONS(1699), - [anon_sym_do] = ACTIONS(1699), - [anon_sym_while] = ACTIONS(1699), - [anon_sym_until] = ACTIONS(1699), - [anon_sym_repeat] = ACTIONS(1699), - [anon_sym_when] = ACTIONS(1699), - [anon_sym_if] = ACTIONS(1699), - [anon_sym_unless] = ACTIONS(1699), - [anon_sym_always] = ACTIONS(1699), - [anon_sym_thereis] = ACTIONS(1699), - [anon_sym_never] = ACTIONS(1699), - [anon_sym_else] = ACTIONS(1699), - [anon_sym_finally] = ACTIONS(1699), - [anon_sym_return] = ACTIONS(1699), - [anon_sym_initially] = ACTIONS(1699), + [sym_fancy_literal] = ACTIONS(1944), + [anon_sym_cl] = ACTIONS(1699), + [aux_sym_accumulation_verb_token1] = ACTIONS(1702), + [anon_sym_for] = ACTIONS(1702), + [anon_sym_and] = ACTIONS(1702), + [anon_sym_as] = ACTIONS(1702), + [anon_sym_with] = ACTIONS(1702), + [anon_sym_do] = ACTIONS(1702), + [anon_sym_while] = ACTIONS(1702), + [anon_sym_until] = ACTIONS(1702), + [anon_sym_repeat] = ACTIONS(1702), + [anon_sym_when] = ACTIONS(1702), + [anon_sym_if] = ACTIONS(1702), + [anon_sym_unless] = ACTIONS(1702), + [anon_sym_always] = ACTIONS(1702), + [anon_sym_thereis] = ACTIONS(1702), + [anon_sym_never] = ACTIONS(1702), + [anon_sym_else] = ACTIONS(1702), + [anon_sym_finally] = ACTIONS(1702), + [anon_sym_return] = ACTIONS(1702), + [anon_sym_initially] = ACTIONS(1702), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(1968), + [sym_self_referential_reader_macro] = ACTIONS(1946), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -21561,21 +21561,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2064), [aux_sym_dis_expr_repeat1] = STATE(193), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(1970), - [sym_comment] = ACTIONS(1970), - [anon_sym_POUND_] = ACTIONS(1785), + [sym__ws] = ACTIONS(1948), + [sym_comment] = ACTIONS(1948), + [anon_sym_POUND_] = ACTIONS(1788), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(1973), + [anon_sym_DOT] = ACTIONS(1951), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1790), + [anon_sym_COLON] = ACTIONS(1793), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(1973), + [sym_nil_lit] = ACTIONS(1951), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(1793), - [anon_sym_POUND_CARET] = ACTIONS(1796), - [anon_sym_LPAREN] = ACTIONS(1799), - [anon_sym_RPAREN] = ACTIONS(1802), + [anon_sym_CARET] = ACTIONS(1796), + [anon_sym_POUND_CARET] = ACTIONS(1799), + [anon_sym_LPAREN] = ACTIONS(1802), + [anon_sym_RPAREN] = ACTIONS(1805), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -21586,30 +21586,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(1973), - [anon_sym_cl] = ACTIONS(1804), - [aux_sym_accumulation_verb_token1] = ACTIONS(1807), - [anon_sym_for] = ACTIONS(1807), - [anon_sym_and] = ACTIONS(1807), - [anon_sym_as] = ACTIONS(1807), - [anon_sym_with] = ACTIONS(1807), - [anon_sym_do] = ACTIONS(1807), - [anon_sym_while] = ACTIONS(1807), - [anon_sym_until] = ACTIONS(1807), - [anon_sym_repeat] = ACTIONS(1807), - [anon_sym_when] = ACTIONS(1807), - [anon_sym_if] = ACTIONS(1807), - [anon_sym_unless] = ACTIONS(1807), - [anon_sym_always] = ACTIONS(1807), - [anon_sym_thereis] = ACTIONS(1807), - [anon_sym_never] = ACTIONS(1807), - [anon_sym_else] = ACTIONS(1807), - [anon_sym_finally] = ACTIONS(1807), - [anon_sym_return] = ACTIONS(1807), - [anon_sym_initially] = ACTIONS(1807), + [sym_fancy_literal] = ACTIONS(1951), + [anon_sym_cl] = ACTIONS(1807), + [aux_sym_accumulation_verb_token1] = ACTIONS(1810), + [anon_sym_for] = ACTIONS(1810), + [anon_sym_and] = ACTIONS(1810), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_with] = ACTIONS(1810), + [anon_sym_do] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_until] = ACTIONS(1810), + [anon_sym_repeat] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_unless] = ACTIONS(1810), + [anon_sym_always] = ACTIONS(1810), + [anon_sym_thereis] = ACTIONS(1810), + [anon_sym_never] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_finally] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_initially] = ACTIONS(1810), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(1975), + [sym_self_referential_reader_macro] = ACTIONS(1953), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -21647,21 +21647,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2326), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(1738), - [sym_comment] = ACTIONS(1738), - [anon_sym_POUND_] = ACTIONS(1677), + [sym__ws] = ACTIONS(1741), + [sym_comment] = ACTIONS(1741), + [anon_sym_POUND_] = ACTIONS(1680), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(1977), + [anon_sym_DOT] = ACTIONS(1955), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1682), + [anon_sym_COLON] = ACTIONS(1685), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(1977), + [sym_nil_lit] = ACTIONS(1955), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(1685), - [anon_sym_POUND_CARET] = ACTIONS(1688), - [anon_sym_LPAREN] = ACTIONS(1691), - [anon_sym_RPAREN] = ACTIONS(1694), + [anon_sym_CARET] = ACTIONS(1688), + [anon_sym_POUND_CARET] = ACTIONS(1691), + [anon_sym_LPAREN] = ACTIONS(1694), + [anon_sym_RPAREN] = ACTIONS(1697), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -21672,38 +21672,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(1977), - [anon_sym_cl] = ACTIONS(1696), - [aux_sym_accumulation_verb_token1] = ACTIONS(1699), - [anon_sym_for] = ACTIONS(1699), - [anon_sym_and] = ACTIONS(1699), - [anon_sym_as] = ACTIONS(1699), - [anon_sym_with] = ACTIONS(1699), - [anon_sym_do] = ACTIONS(1699), - [anon_sym_while] = ACTIONS(1699), - [anon_sym_until] = ACTIONS(1699), - [anon_sym_repeat] = ACTIONS(1699), - [anon_sym_when] = ACTIONS(1699), - [anon_sym_if] = ACTIONS(1699), - [anon_sym_unless] = ACTIONS(1699), - [anon_sym_always] = ACTIONS(1699), - [anon_sym_thereis] = ACTIONS(1699), - [anon_sym_never] = ACTIONS(1699), - [anon_sym_else] = ACTIONS(1699), - [anon_sym_finally] = ACTIONS(1699), - [anon_sym_return] = ACTIONS(1699), - [anon_sym_initially] = ACTIONS(1699), + [sym_fancy_literal] = ACTIONS(1955), + [anon_sym_cl] = ACTIONS(1699), + [aux_sym_accumulation_verb_token1] = ACTIONS(1702), + [anon_sym_for] = ACTIONS(1702), + [anon_sym_and] = ACTIONS(1702), + [anon_sym_as] = ACTIONS(1702), + [anon_sym_with] = ACTIONS(1702), + [anon_sym_do] = ACTIONS(1702), + [anon_sym_while] = ACTIONS(1702), + [anon_sym_until] = ACTIONS(1702), + [anon_sym_repeat] = ACTIONS(1702), + [anon_sym_when] = ACTIONS(1702), + [anon_sym_if] = ACTIONS(1702), + [anon_sym_unless] = ACTIONS(1702), + [anon_sym_always] = ACTIONS(1702), + [anon_sym_thereis] = ACTIONS(1702), + [anon_sym_never] = ACTIONS(1702), + [anon_sym_else] = ACTIONS(1702), + [anon_sym_finally] = ACTIONS(1702), + [anon_sym_return] = ACTIONS(1702), + [anon_sym_initially] = ACTIONS(1702), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(1979), + [sym_self_referential_reader_macro] = ACTIONS(1957), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), [anon_sym_POUNDc] = ACTIONS(129), }, [82] = { - [sym__gap] = STATE(148), - [sym_dis_expr] = STATE(148), + [sym__gap] = STATE(144), + [sym_dis_expr] = STATE(144), [sym__form] = STATE(2395), [sym_num_lit] = STATE(2395), [sym_kwd_lit] = STATE(2395), @@ -21731,23 +21731,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_package_lit] = STATE(2395), [sym_include_reader_macro] = STATE(2395), [sym_complex_num_lit] = STATE(2395), - [aux_sym_dis_expr_repeat1] = STATE(148), + [aux_sym_dis_expr_repeat1] = STATE(144), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(1981), - [sym_comment] = ACTIONS(1981), - [anon_sym_POUND_] = ACTIONS(1857), + [sym__ws] = ACTIONS(1959), + [sym_comment] = ACTIONS(1959), + [anon_sym_POUND_] = ACTIONS(1860), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(1984), + [anon_sym_DOT] = ACTIONS(1962), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1862), + [anon_sym_COLON] = ACTIONS(1865), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(1984), + [sym_nil_lit] = ACTIONS(1962), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(1865), - [anon_sym_POUND_CARET] = ACTIONS(1868), - [anon_sym_LPAREN] = ACTIONS(1871), - [anon_sym_RPAREN] = ACTIONS(1874), + [anon_sym_CARET] = ACTIONS(1868), + [anon_sym_POUND_CARET] = ACTIONS(1871), + [anon_sym_LPAREN] = ACTIONS(1874), + [anon_sym_RPAREN] = ACTIONS(1877), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -21758,82 +21758,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(1984), - [anon_sym_cl] = ACTIONS(1876), - [aux_sym_accumulation_verb_token1] = ACTIONS(1879), - [anon_sym_for] = ACTIONS(1879), - [anon_sym_and] = ACTIONS(1879), - [anon_sym_as] = ACTIONS(1879), - [anon_sym_with] = ACTIONS(1879), - [anon_sym_do] = ACTIONS(1879), - [anon_sym_while] = ACTIONS(1879), - [anon_sym_until] = ACTIONS(1879), - [anon_sym_repeat] = ACTIONS(1879), - [anon_sym_when] = ACTIONS(1879), - [anon_sym_if] = ACTIONS(1879), - [anon_sym_unless] = ACTIONS(1879), - [anon_sym_always] = ACTIONS(1879), - [anon_sym_thereis] = ACTIONS(1879), - [anon_sym_never] = ACTIONS(1879), - [anon_sym_else] = ACTIONS(1879), - [anon_sym_finally] = ACTIONS(1879), - [anon_sym_return] = ACTIONS(1879), - [anon_sym_initially] = ACTIONS(1879), + [sym_fancy_literal] = ACTIONS(1962), + [anon_sym_cl] = ACTIONS(1879), + [aux_sym_accumulation_verb_token1] = ACTIONS(1882), + [anon_sym_for] = ACTIONS(1882), + [anon_sym_and] = ACTIONS(1882), + [anon_sym_as] = ACTIONS(1882), + [anon_sym_with] = ACTIONS(1882), + [anon_sym_do] = ACTIONS(1882), + [anon_sym_while] = ACTIONS(1882), + [anon_sym_until] = ACTIONS(1882), + [anon_sym_repeat] = ACTIONS(1882), + [anon_sym_when] = ACTIONS(1882), + [anon_sym_if] = ACTIONS(1882), + [anon_sym_unless] = ACTIONS(1882), + [anon_sym_always] = ACTIONS(1882), + [anon_sym_thereis] = ACTIONS(1882), + [anon_sym_never] = ACTIONS(1882), + [anon_sym_else] = ACTIONS(1882), + [anon_sym_finally] = ACTIONS(1882), + [anon_sym_return] = ACTIONS(1882), + [anon_sym_initially] = ACTIONS(1882), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(1986), + [sym_self_referential_reader_macro] = ACTIONS(1964), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), [anon_sym_POUNDc] = ACTIONS(129), }, [83] = { - [sym__gap] = STATE(61), - [sym_dis_expr] = STATE(61), - [sym__form] = STATE(2311), - [sym_num_lit] = STATE(2311), - [sym_kwd_lit] = STATE(2311), - [sym_str_lit] = STATE(2311), - [sym_char_lit] = STATE(2311), + [sym__gap] = STATE(119), + [sym_dis_expr] = STATE(119), + [sym__form] = STATE(2124), + [sym_num_lit] = STATE(2124), + [sym_kwd_lit] = STATE(2124), + [sym_str_lit] = STATE(2124), + [sym_char_lit] = STATE(2124), [sym_sym_lit] = STATE(2497), [sym__metadata_lit] = STATE(2901), [sym_meta_lit] = STATE(2858), [sym_old_meta_lit] = STATE(2859), - [sym_list_lit] = STATE(2311), + [sym_list_lit] = STATE(2124), [sym__bare_list_lit] = STATE(2648), - [sym_vec_lit] = STATE(2311), - [sym_set_lit] = STATE(2311), + [sym_vec_lit] = STATE(2124), + [sym_set_lit] = STATE(2124), [sym__bare_set_lit] = STATE(2625), - [sym_read_cond_lit] = STATE(2311), - [sym_splicing_read_cond_lit] = STATE(2311), - [sym_var_quoting_lit] = STATE(2311), - [sym_quoting_lit] = STATE(2311), - [sym_syn_quoting_lit] = STATE(2311), - [sym_unquote_splicing_lit] = STATE(2311), - [sym_unquoting_lit] = STATE(2311), + [sym_read_cond_lit] = STATE(2124), + [sym_splicing_read_cond_lit] = STATE(2124), + [sym_var_quoting_lit] = STATE(2124), + [sym_quoting_lit] = STATE(2124), + [sym_syn_quoting_lit] = STATE(2124), + [sym_unquote_splicing_lit] = STATE(2124), + [sym_unquoting_lit] = STATE(2124), [sym_defun] = STATE(2648), [sym_loop_macro] = STATE(2648), - [sym_path_lit] = STATE(2311), - [sym_package_lit] = STATE(2311), - [sym_include_reader_macro] = STATE(2311), - [sym_complex_num_lit] = STATE(2311), - [aux_sym_dis_expr_repeat1] = STATE(61), + [sym_path_lit] = STATE(2124), + [sym_package_lit] = STATE(2124), + [sym_include_reader_macro] = STATE(2124), + [sym_complex_num_lit] = STATE(2124), + [aux_sym_dis_expr_repeat1] = STATE(119), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(1988), - [sym_comment] = ACTIONS(1988), - [anon_sym_POUND_] = ACTIONS(1583), + [sym__ws] = ACTIONS(1966), + [sym_comment] = ACTIONS(1966), + [anon_sym_POUND_] = ACTIONS(1969), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(1991), + [anon_sym_DOT] = ACTIONS(1972), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1588), + [anon_sym_COLON] = ACTIONS(1974), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(1991), + [sym_nil_lit] = ACTIONS(1972), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(1591), - [anon_sym_POUND_CARET] = ACTIONS(1594), - [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_RPAREN] = ACTIONS(1600), + [anon_sym_CARET] = ACTIONS(1977), + [anon_sym_POUND_CARET] = ACTIONS(1980), + [anon_sym_LPAREN] = ACTIONS(1983), + [anon_sym_RPAREN] = ACTIONS(1986), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -21844,27 +21844,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(1991), - [anon_sym_cl] = ACTIONS(1602), - [aux_sym_accumulation_verb_token1] = ACTIONS(1605), - [anon_sym_for] = ACTIONS(1605), - [anon_sym_and] = ACTIONS(1605), - [anon_sym_as] = ACTIONS(1605), - [anon_sym_with] = ACTIONS(1605), - [anon_sym_do] = ACTIONS(1605), - [anon_sym_while] = ACTIONS(1605), - [anon_sym_until] = ACTIONS(1605), - [anon_sym_repeat] = ACTIONS(1605), - [anon_sym_when] = ACTIONS(1605), - [anon_sym_if] = ACTIONS(1605), - [anon_sym_unless] = ACTIONS(1605), - [anon_sym_always] = ACTIONS(1605), - [anon_sym_thereis] = ACTIONS(1605), - [anon_sym_never] = ACTIONS(1605), - [anon_sym_else] = ACTIONS(1605), - [anon_sym_finally] = ACTIONS(1605), - [anon_sym_return] = ACTIONS(1605), - [anon_sym_initially] = ACTIONS(1605), + [sym_fancy_literal] = ACTIONS(1972), + [anon_sym_cl] = ACTIONS(1988), + [aux_sym_accumulation_verb_token1] = ACTIONS(1991), + [anon_sym_for] = ACTIONS(1991), + [anon_sym_and] = ACTIONS(1991), + [anon_sym_as] = ACTIONS(1991), + [anon_sym_with] = ACTIONS(1991), + [anon_sym_do] = ACTIONS(1991), + [anon_sym_while] = ACTIONS(1991), + [anon_sym_until] = ACTIONS(1991), + [anon_sym_repeat] = ACTIONS(1991), + [anon_sym_when] = ACTIONS(1991), + [anon_sym_if] = ACTIONS(1991), + [anon_sym_unless] = ACTIONS(1991), + [anon_sym_always] = ACTIONS(1991), + [anon_sym_thereis] = ACTIONS(1991), + [anon_sym_never] = ACTIONS(1991), + [anon_sym_else] = ACTIONS(1991), + [anon_sym_finally] = ACTIONS(1991), + [anon_sym_return] = ACTIONS(1991), + [anon_sym_initially] = ACTIONS(1991), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), [sym_self_referential_reader_macro] = ACTIONS(1993), @@ -21907,19 +21907,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_list_lit_repeat1] = STATE(2834), [sym__ws] = ACTIONS(1580), [sym_comment] = ACTIONS(1580), - [anon_sym_POUND_] = ACTIONS(1583), + [anon_sym_POUND_] = ACTIONS(1352), [anon_sym_POUND] = ACTIONS(67), [anon_sym_DOT] = ACTIONS(1995), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1588), + [anon_sym_COLON] = ACTIONS(1357), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), [sym_nil_lit] = ACTIONS(1995), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(1591), - [anon_sym_POUND_CARET] = ACTIONS(1594), - [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_RPAREN] = ACTIONS(1600), + [anon_sym_CARET] = ACTIONS(1360), + [anon_sym_POUND_CARET] = ACTIONS(1363), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_RPAREN] = ACTIONS(1369), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -21931,26 +21931,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(1995), - [anon_sym_cl] = ACTIONS(1602), - [aux_sym_accumulation_verb_token1] = ACTIONS(1605), - [anon_sym_for] = ACTIONS(1605), - [anon_sym_and] = ACTIONS(1605), - [anon_sym_as] = ACTIONS(1605), - [anon_sym_with] = ACTIONS(1605), - [anon_sym_do] = ACTIONS(1605), - [anon_sym_while] = ACTIONS(1605), - [anon_sym_until] = ACTIONS(1605), - [anon_sym_repeat] = ACTIONS(1605), - [anon_sym_when] = ACTIONS(1605), - [anon_sym_if] = ACTIONS(1605), - [anon_sym_unless] = ACTIONS(1605), - [anon_sym_always] = ACTIONS(1605), - [anon_sym_thereis] = ACTIONS(1605), - [anon_sym_never] = ACTIONS(1605), - [anon_sym_else] = ACTIONS(1605), - [anon_sym_finally] = ACTIONS(1605), - [anon_sym_return] = ACTIONS(1605), - [anon_sym_initially] = ACTIONS(1605), + [anon_sym_cl] = ACTIONS(1371), + [aux_sym_accumulation_verb_token1] = ACTIONS(1374), + [anon_sym_for] = ACTIONS(1374), + [anon_sym_and] = ACTIONS(1374), + [anon_sym_as] = ACTIONS(1374), + [anon_sym_with] = ACTIONS(1374), + [anon_sym_do] = ACTIONS(1374), + [anon_sym_while] = ACTIONS(1374), + [anon_sym_until] = ACTIONS(1374), + [anon_sym_repeat] = ACTIONS(1374), + [anon_sym_when] = ACTIONS(1374), + [anon_sym_if] = ACTIONS(1374), + [anon_sym_unless] = ACTIONS(1374), + [anon_sym_always] = ACTIONS(1374), + [anon_sym_thereis] = ACTIONS(1374), + [anon_sym_never] = ACTIONS(1374), + [anon_sym_else] = ACTIONS(1374), + [anon_sym_finally] = ACTIONS(1374), + [anon_sym_return] = ACTIONS(1374), + [anon_sym_initially] = ACTIONS(1374), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), [sym_self_referential_reader_macro] = ACTIONS(1997), @@ -21993,19 +21993,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_list_lit_repeat1] = STATE(2834), [sym__ws] = ACTIONS(1580), [sym_comment] = ACTIONS(1580), - [anon_sym_POUND_] = ACTIONS(1583), + [anon_sym_POUND_] = ACTIONS(1352), [anon_sym_POUND] = ACTIONS(67), [anon_sym_DOT] = ACTIONS(1999), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1588), + [anon_sym_COLON] = ACTIONS(1357), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), [sym_nil_lit] = ACTIONS(1999), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(1591), - [anon_sym_POUND_CARET] = ACTIONS(1594), - [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_RPAREN] = ACTIONS(1600), + [anon_sym_CARET] = ACTIONS(1360), + [anon_sym_POUND_CARET] = ACTIONS(1363), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_RPAREN] = ACTIONS(1369), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -22017,26 +22017,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(1999), - [anon_sym_cl] = ACTIONS(1602), - [aux_sym_accumulation_verb_token1] = ACTIONS(1605), - [anon_sym_for] = ACTIONS(1605), - [anon_sym_and] = ACTIONS(1605), - [anon_sym_as] = ACTIONS(1605), - [anon_sym_with] = ACTIONS(1605), - [anon_sym_do] = ACTIONS(1605), - [anon_sym_while] = ACTIONS(1605), - [anon_sym_until] = ACTIONS(1605), - [anon_sym_repeat] = ACTIONS(1605), - [anon_sym_when] = ACTIONS(1605), - [anon_sym_if] = ACTIONS(1605), - [anon_sym_unless] = ACTIONS(1605), - [anon_sym_always] = ACTIONS(1605), - [anon_sym_thereis] = ACTIONS(1605), - [anon_sym_never] = ACTIONS(1605), - [anon_sym_else] = ACTIONS(1605), - [anon_sym_finally] = ACTIONS(1605), - [anon_sym_return] = ACTIONS(1605), - [anon_sym_initially] = ACTIONS(1605), + [anon_sym_cl] = ACTIONS(1371), + [aux_sym_accumulation_verb_token1] = ACTIONS(1374), + [anon_sym_for] = ACTIONS(1374), + [anon_sym_and] = ACTIONS(1374), + [anon_sym_as] = ACTIONS(1374), + [anon_sym_with] = ACTIONS(1374), + [anon_sym_do] = ACTIONS(1374), + [anon_sym_while] = ACTIONS(1374), + [anon_sym_until] = ACTIONS(1374), + [anon_sym_repeat] = ACTIONS(1374), + [anon_sym_when] = ACTIONS(1374), + [anon_sym_if] = ACTIONS(1374), + [anon_sym_unless] = ACTIONS(1374), + [anon_sym_always] = ACTIONS(1374), + [anon_sym_thereis] = ACTIONS(1374), + [anon_sym_never] = ACTIONS(1374), + [anon_sym_else] = ACTIONS(1374), + [anon_sym_finally] = ACTIONS(1374), + [anon_sym_return] = ACTIONS(1374), + [anon_sym_initially] = ACTIONS(1374), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), [sym_self_referential_reader_macro] = ACTIONS(2001), @@ -22335,21 +22335,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2057), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(1745), - [sym_comment] = ACTIONS(1745), - [anon_sym_POUND_] = ACTIONS(1748), + [sym__ws] = ACTIONS(1748), + [sym_comment] = ACTIONS(1748), + [anon_sym_POUND_] = ACTIONS(1751), [anon_sym_POUND] = ACTIONS(67), [anon_sym_DOT] = ACTIONS(2068), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1753), + [anon_sym_COLON] = ACTIONS(1756), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), [sym_nil_lit] = ACTIONS(2068), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(1756), - [anon_sym_POUND_CARET] = ACTIONS(1759), - [anon_sym_LPAREN] = ACTIONS(1762), - [anon_sym_RPAREN] = ACTIONS(1765), + [anon_sym_CARET] = ACTIONS(1759), + [anon_sym_POUND_CARET] = ACTIONS(1762), + [anon_sym_LPAREN] = ACTIONS(1765), + [anon_sym_RPAREN] = ACTIONS(1768), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -22361,26 +22361,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(2068), - [anon_sym_cl] = ACTIONS(1767), - [aux_sym_accumulation_verb_token1] = ACTIONS(1770), - [anon_sym_for] = ACTIONS(1770), - [anon_sym_and] = ACTIONS(1770), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_with] = ACTIONS(1770), - [anon_sym_do] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1770), - [anon_sym_until] = ACTIONS(1770), - [anon_sym_repeat] = ACTIONS(1770), - [anon_sym_when] = ACTIONS(1770), - [anon_sym_if] = ACTIONS(1770), - [anon_sym_unless] = ACTIONS(1770), - [anon_sym_always] = ACTIONS(1770), - [anon_sym_thereis] = ACTIONS(1770), - [anon_sym_never] = ACTIONS(1770), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_finally] = ACTIONS(1770), - [anon_sym_return] = ACTIONS(1770), - [anon_sym_initially] = ACTIONS(1770), + [anon_sym_cl] = ACTIONS(1770), + [aux_sym_accumulation_verb_token1] = ACTIONS(1773), + [anon_sym_for] = ACTIONS(1773), + [anon_sym_and] = ACTIONS(1773), + [anon_sym_as] = ACTIONS(1773), + [anon_sym_with] = ACTIONS(1773), + [anon_sym_do] = ACTIONS(1773), + [anon_sym_while] = ACTIONS(1773), + [anon_sym_until] = ACTIONS(1773), + [anon_sym_repeat] = ACTIONS(1773), + [anon_sym_when] = ACTIONS(1773), + [anon_sym_if] = ACTIONS(1773), + [anon_sym_unless] = ACTIONS(1773), + [anon_sym_always] = ACTIONS(1773), + [anon_sym_thereis] = ACTIONS(1773), + [anon_sym_never] = ACTIONS(1773), + [anon_sym_else] = ACTIONS(1773), + [anon_sym_finally] = ACTIONS(1773), + [anon_sym_return] = ACTIONS(1773), + [anon_sym_initially] = ACTIONS(1773), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), [sym_self_referential_reader_macro] = ACTIONS(2070), @@ -22390,8 +22390,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDc] = ACTIONS(129), }, [90] = { - [sym__gap] = STATE(154), - [sym_dis_expr] = STATE(154), + [sym__gap] = STATE(153), + [sym_dis_expr] = STATE(153), [sym__form] = STATE(2390), [sym_num_lit] = STATE(2390), [sym_kwd_lit] = STATE(2390), @@ -22419,7 +22419,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_package_lit] = STATE(2390), [sym_include_reader_macro] = STATE(2390), [sym_complex_num_lit] = STATE(2390), - [aux_sym_dis_expr_repeat1] = STATE(154), + [aux_sym_dis_expr_repeat1] = STATE(153), [aux_sym_list_lit_repeat1] = STATE(2834), [sym__ws] = ACTIONS(2072), [sym_comment] = ACTIONS(2072), @@ -22432,10 +22432,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(79), [sym_nil_lit] = ACTIONS(2078), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(481), - [anon_sym_POUND_CARET] = ACTIONS(484), + [anon_sym_CARET] = ACTIONS(472), + [anon_sym_POUND_CARET] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(2083), - [anon_sym_RPAREN] = ACTIONS(490), + [anon_sym_RPAREN] = ACTIONS(481), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -22448,25 +22448,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(2078), [anon_sym_cl] = ACTIONS(2086), - [aux_sym_accumulation_verb_token1] = ACTIONS(497), - [anon_sym_for] = ACTIONS(497), - [anon_sym_and] = ACTIONS(497), - [anon_sym_as] = ACTIONS(497), - [anon_sym_with] = ACTIONS(497), - [anon_sym_do] = ACTIONS(497), - [anon_sym_while] = ACTIONS(497), - [anon_sym_until] = ACTIONS(497), - [anon_sym_repeat] = ACTIONS(497), - [anon_sym_when] = ACTIONS(497), - [anon_sym_if] = ACTIONS(497), - [anon_sym_unless] = ACTIONS(497), - [anon_sym_always] = ACTIONS(497), - [anon_sym_thereis] = ACTIONS(497), - [anon_sym_never] = ACTIONS(497), - [anon_sym_else] = ACTIONS(497), - [anon_sym_finally] = ACTIONS(497), - [anon_sym_return] = ACTIONS(497), - [anon_sym_initially] = ACTIONS(497), + [aux_sym_accumulation_verb_token1] = ACTIONS(488), + [anon_sym_for] = ACTIONS(488), + [anon_sym_and] = ACTIONS(488), + [anon_sym_as] = ACTIONS(488), + [anon_sym_with] = ACTIONS(488), + [anon_sym_do] = ACTIONS(488), + [anon_sym_while] = ACTIONS(488), + [anon_sym_until] = ACTIONS(488), + [anon_sym_repeat] = ACTIONS(488), + [anon_sym_when] = ACTIONS(488), + [anon_sym_if] = ACTIONS(488), + [anon_sym_unless] = ACTIONS(488), + [anon_sym_always] = ACTIONS(488), + [anon_sym_thereis] = ACTIONS(488), + [anon_sym_never] = ACTIONS(488), + [anon_sym_else] = ACTIONS(488), + [anon_sym_finally] = ACTIONS(488), + [anon_sym_return] = ACTIONS(488), + [anon_sym_initially] = ACTIONS(488), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), [sym_self_referential_reader_macro] = ACTIONS(2089), @@ -22507,21 +22507,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2053), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(1782), - [sym_comment] = ACTIONS(1782), - [anon_sym_POUND_] = ACTIONS(1785), + [sym__ws] = ACTIONS(1785), + [sym_comment] = ACTIONS(1785), + [anon_sym_POUND_] = ACTIONS(1788), [anon_sym_POUND] = ACTIONS(67), [anon_sym_DOT] = ACTIONS(2091), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1790), + [anon_sym_COLON] = ACTIONS(1793), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), [sym_nil_lit] = ACTIONS(2091), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(1793), - [anon_sym_POUND_CARET] = ACTIONS(1796), - [anon_sym_LPAREN] = ACTIONS(1799), - [anon_sym_RPAREN] = ACTIONS(1802), + [anon_sym_CARET] = ACTIONS(1796), + [anon_sym_POUND_CARET] = ACTIONS(1799), + [anon_sym_LPAREN] = ACTIONS(1802), + [anon_sym_RPAREN] = ACTIONS(1805), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -22533,26 +22533,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(2091), - [anon_sym_cl] = ACTIONS(1804), - [aux_sym_accumulation_verb_token1] = ACTIONS(1807), - [anon_sym_for] = ACTIONS(1807), - [anon_sym_and] = ACTIONS(1807), - [anon_sym_as] = ACTIONS(1807), - [anon_sym_with] = ACTIONS(1807), - [anon_sym_do] = ACTIONS(1807), - [anon_sym_while] = ACTIONS(1807), - [anon_sym_until] = ACTIONS(1807), - [anon_sym_repeat] = ACTIONS(1807), - [anon_sym_when] = ACTIONS(1807), - [anon_sym_if] = ACTIONS(1807), - [anon_sym_unless] = ACTIONS(1807), - [anon_sym_always] = ACTIONS(1807), - [anon_sym_thereis] = ACTIONS(1807), - [anon_sym_never] = ACTIONS(1807), - [anon_sym_else] = ACTIONS(1807), - [anon_sym_finally] = ACTIONS(1807), - [anon_sym_return] = ACTIONS(1807), - [anon_sym_initially] = ACTIONS(1807), + [anon_sym_cl] = ACTIONS(1807), + [aux_sym_accumulation_verb_token1] = ACTIONS(1810), + [anon_sym_for] = ACTIONS(1810), + [anon_sym_and] = ACTIONS(1810), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_with] = ACTIONS(1810), + [anon_sym_do] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_until] = ACTIONS(1810), + [anon_sym_repeat] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_unless] = ACTIONS(1810), + [anon_sym_always] = ACTIONS(1810), + [anon_sym_thereis] = ACTIONS(1810), + [anon_sym_never] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_finally] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_initially] = ACTIONS(1810), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), [sym_self_referential_reader_macro] = ACTIONS(2093), @@ -22593,21 +22593,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2051), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(1782), - [sym_comment] = ACTIONS(1782), - [anon_sym_POUND_] = ACTIONS(1785), + [sym__ws] = ACTIONS(1785), + [sym_comment] = ACTIONS(1785), + [anon_sym_POUND_] = ACTIONS(1788), [anon_sym_POUND] = ACTIONS(67), [anon_sym_DOT] = ACTIONS(2095), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1790), + [anon_sym_COLON] = ACTIONS(1793), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), [sym_nil_lit] = ACTIONS(2095), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(1793), - [anon_sym_POUND_CARET] = ACTIONS(1796), - [anon_sym_LPAREN] = ACTIONS(1799), - [anon_sym_RPAREN] = ACTIONS(1802), + [anon_sym_CARET] = ACTIONS(1796), + [anon_sym_POUND_CARET] = ACTIONS(1799), + [anon_sym_LPAREN] = ACTIONS(1802), + [anon_sym_RPAREN] = ACTIONS(1805), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -22619,26 +22619,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(2095), - [anon_sym_cl] = ACTIONS(1804), - [aux_sym_accumulation_verb_token1] = ACTIONS(1807), - [anon_sym_for] = ACTIONS(1807), - [anon_sym_and] = ACTIONS(1807), - [anon_sym_as] = ACTIONS(1807), - [anon_sym_with] = ACTIONS(1807), - [anon_sym_do] = ACTIONS(1807), - [anon_sym_while] = ACTIONS(1807), - [anon_sym_until] = ACTIONS(1807), - [anon_sym_repeat] = ACTIONS(1807), - [anon_sym_when] = ACTIONS(1807), - [anon_sym_if] = ACTIONS(1807), - [anon_sym_unless] = ACTIONS(1807), - [anon_sym_always] = ACTIONS(1807), - [anon_sym_thereis] = ACTIONS(1807), - [anon_sym_never] = ACTIONS(1807), - [anon_sym_else] = ACTIONS(1807), - [anon_sym_finally] = ACTIONS(1807), - [anon_sym_return] = ACTIONS(1807), - [anon_sym_initially] = ACTIONS(1807), + [anon_sym_cl] = ACTIONS(1807), + [aux_sym_accumulation_verb_token1] = ACTIONS(1810), + [anon_sym_for] = ACTIONS(1810), + [anon_sym_and] = ACTIONS(1810), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_with] = ACTIONS(1810), + [anon_sym_do] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_until] = ACTIONS(1810), + [anon_sym_repeat] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_unless] = ACTIONS(1810), + [anon_sym_always] = ACTIONS(1810), + [anon_sym_thereis] = ACTIONS(1810), + [anon_sym_never] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_finally] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_initially] = ACTIONS(1810), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), [sym_self_referential_reader_macro] = ACTIONS(2097), @@ -22734,8 +22734,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDc] = ACTIONS(129), }, [94] = { - [sym__gap] = STATE(277), - [sym_dis_expr] = STATE(277), + [sym__gap] = STATE(276), + [sym_dis_expr] = STATE(276), [sym__form] = STATE(2685), [sym_num_lit] = STATE(2685), [sym_kwd_lit] = STATE(2685), @@ -22765,59 +22765,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_package_lit] = STATE(2685), [sym_include_reader_macro] = STATE(2685), [sym_complex_num_lit] = STATE(2685), - [aux_sym_dis_expr_repeat1] = STATE(277), - [aux_sym_list_lit_repeat1] = STATE(2821), + [aux_sym_dis_expr_repeat1] = STATE(276), + [aux_sym_list_lit_repeat1] = STATE(2840), [aux_sym_for_clause_repeat1] = STATE(1266), [sym__ws] = ACTIONS(2106), [sym_comment] = ACTIONS(2106), - [anon_sym_POUND_] = ACTIONS(1618), - [anon_sym_POUND] = ACTIONS(1620), + [anon_sym_POUND_] = ACTIONS(1596), + [anon_sym_POUND] = ACTIONS(1598), [anon_sym_DOT] = ACTIONS(2108), - [aux_sym_num_lit_token1] = ACTIONS(1624), - [anon_sym_COLON] = ACTIONS(1626), - [anon_sym_COLON_COLON] = ACTIONS(1628), - [anon_sym_DQUOTE] = ACTIONS(1630), + [aux_sym_num_lit_token1] = ACTIONS(1602), + [anon_sym_COLON] = ACTIONS(1604), + [anon_sym_COLON_COLON] = ACTIONS(1606), + [anon_sym_DQUOTE] = ACTIONS(1608), [sym_nil_lit] = ACTIONS(2108), - [aux_sym_sym_lit_token1] = ACTIONS(1632), + [aux_sym_sym_lit_token1] = ACTIONS(1610), [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), - [anon_sym_LPAREN] = ACTIONS(1634), - [anon_sym_POUND0A] = ACTIONS(1636), - [anon_sym_POUND0a] = ACTIONS(1636), - [anon_sym_POUND_QMARK] = ACTIONS(1638), - [anon_sym_POUND_QMARK_AT] = ACTIONS(1640), - [anon_sym_POUND_SQUOTE] = ACTIONS(1642), - [anon_sym_SQUOTE] = ACTIONS(1644), - [anon_sym_BQUOTE] = ACTIONS(1646), - [anon_sym_COMMA_AT] = ACTIONS(1648), - [anon_sym_COMMA] = ACTIONS(1650), + [anon_sym_LPAREN] = ACTIONS(1612), + [anon_sym_POUND0A] = ACTIONS(1614), + [anon_sym_POUND0a] = ACTIONS(1614), + [anon_sym_POUND_QMARK] = ACTIONS(1616), + [anon_sym_POUND_QMARK_AT] = ACTIONS(1618), + [anon_sym_POUND_SQUOTE] = ACTIONS(1620), + [anon_sym_SQUOTE] = ACTIONS(1622), + [anon_sym_BQUOTE] = ACTIONS(1624), + [anon_sym_COMMA_AT] = ACTIONS(1626), + [anon_sym_COMMA] = ACTIONS(1628), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(2108), - [anon_sym_cl] = ACTIONS(1652), - [anon_sym_in] = ACTIONS(1654), - [anon_sym_across] = ACTIONS(1654), - [anon_sym_being] = ACTIONS(1654), - [anon_sym_using] = ACTIONS(1654), - [aux_sym_for_clause_word_token1] = ACTIONS(1656), - [anon_sym_below] = ACTIONS(1654), - [anon_sym_above] = ACTIONS(1654), - [anon_sym_from] = ACTIONS(1654), - [anon_sym_to] = ACTIONS(1654), - [anon_sym_upto] = ACTIONS(1654), - [anon_sym_upfrom] = ACTIONS(1654), - [anon_sym_downto] = ACTIONS(1654), - [anon_sym_downfrom] = ACTIONS(1654), - [anon_sym_on] = ACTIONS(1654), - [anon_sym_by] = ACTIONS(1654), - [anon_sym_then] = ACTIONS(1654), - [anon_sym_EQ] = ACTIONS(1654), - [anon_sym_POUNDP] = ACTIONS(1658), - [anon_sym_POUNDp] = ACTIONS(1658), + [anon_sym_cl] = ACTIONS(1630), + [anon_sym_in] = ACTIONS(1632), + [anon_sym_across] = ACTIONS(1632), + [anon_sym_being] = ACTIONS(1632), + [anon_sym_using] = ACTIONS(1632), + [aux_sym_for_clause_word_token1] = ACTIONS(1634), + [anon_sym_below] = ACTIONS(1632), + [anon_sym_above] = ACTIONS(1632), + [anon_sym_from] = ACTIONS(1632), + [anon_sym_to] = ACTIONS(1632), + [anon_sym_upto] = ACTIONS(1632), + [anon_sym_upfrom] = ACTIONS(1632), + [anon_sym_downto] = ACTIONS(1632), + [anon_sym_downfrom] = ACTIONS(1632), + [anon_sym_on] = ACTIONS(1632), + [anon_sym_by] = ACTIONS(1632), + [anon_sym_then] = ACTIONS(1632), + [anon_sym_EQ] = ACTIONS(1632), + [anon_sym_POUNDP] = ACTIONS(1636), + [anon_sym_POUNDp] = ACTIONS(1636), [sym_self_referential_reader_macro] = ACTIONS(2110), - [anon_sym_POUND_PLUS] = ACTIONS(1662), - [anon_sym_POUND_DASH] = ACTIONS(1662), - [anon_sym_POUNDC] = ACTIONS(1664), - [anon_sym_POUNDc] = ACTIONS(1664), + [anon_sym_POUND_PLUS] = ACTIONS(1640), + [anon_sym_POUND_DASH] = ACTIONS(1640), + [anon_sym_POUNDC] = ACTIONS(1642), + [anon_sym_POUNDc] = ACTIONS(1642), }, [95] = { [sym__gap] = STATE(995), @@ -23464,10 +23464,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(79), [sym_nil_lit] = ACTIONS(2224), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(481), - [anon_sym_POUND_CARET] = ACTIONS(484), + [anon_sym_CARET] = ACTIONS(472), + [anon_sym_POUND_CARET] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(2083), - [anon_sym_RPAREN] = ACTIONS(490), + [anon_sym_RPAREN] = ACTIONS(481), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -23480,25 +23480,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(2224), [anon_sym_cl] = ACTIONS(2086), - [aux_sym_accumulation_verb_token1] = ACTIONS(497), - [anon_sym_for] = ACTIONS(497), - [anon_sym_and] = ACTIONS(497), - [anon_sym_as] = ACTIONS(497), - [anon_sym_with] = ACTIONS(497), - [anon_sym_do] = ACTIONS(497), - [anon_sym_while] = ACTIONS(497), - [anon_sym_until] = ACTIONS(497), - [anon_sym_repeat] = ACTIONS(497), - [anon_sym_when] = ACTIONS(497), - [anon_sym_if] = ACTIONS(497), - [anon_sym_unless] = ACTIONS(497), - [anon_sym_always] = ACTIONS(497), - [anon_sym_thereis] = ACTIONS(497), - [anon_sym_never] = ACTIONS(497), - [anon_sym_else] = ACTIONS(497), - [anon_sym_finally] = ACTIONS(497), - [anon_sym_return] = ACTIONS(497), - [anon_sym_initially] = ACTIONS(497), + [aux_sym_accumulation_verb_token1] = ACTIONS(488), + [anon_sym_for] = ACTIONS(488), + [anon_sym_and] = ACTIONS(488), + [anon_sym_as] = ACTIONS(488), + [anon_sym_with] = ACTIONS(488), + [anon_sym_do] = ACTIONS(488), + [anon_sym_while] = ACTIONS(488), + [anon_sym_until] = ACTIONS(488), + [anon_sym_repeat] = ACTIONS(488), + [anon_sym_when] = ACTIONS(488), + [anon_sym_if] = ACTIONS(488), + [anon_sym_unless] = ACTIONS(488), + [anon_sym_always] = ACTIONS(488), + [anon_sym_thereis] = ACTIONS(488), + [anon_sym_never] = ACTIONS(488), + [anon_sym_else] = ACTIONS(488), + [anon_sym_finally] = ACTIONS(488), + [anon_sym_return] = ACTIONS(488), + [anon_sym_initially] = ACTIONS(488), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), [sym_self_referential_reader_macro] = ACTIONS(2226), @@ -23541,19 +23541,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_list_lit_repeat1] = STATE(2834), [sym__ws] = ACTIONS(2228), [sym_comment] = ACTIONS(2228), - [anon_sym_POUND_] = ACTIONS(1785), + [anon_sym_POUND_] = ACTIONS(1788), [anon_sym_POUND] = ACTIONS(67), [anon_sym_DOT] = ACTIONS(2231), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1790), + [anon_sym_COLON] = ACTIONS(1793), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), [sym_nil_lit] = ACTIONS(2231), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(1793), - [anon_sym_POUND_CARET] = ACTIONS(1796), - [anon_sym_LPAREN] = ACTIONS(1799), - [anon_sym_RPAREN] = ACTIONS(1802), + [anon_sym_CARET] = ACTIONS(1796), + [anon_sym_POUND_CARET] = ACTIONS(1799), + [anon_sym_LPAREN] = ACTIONS(1802), + [anon_sym_RPAREN] = ACTIONS(1805), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -23565,26 +23565,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(2231), - [anon_sym_cl] = ACTIONS(1804), - [aux_sym_accumulation_verb_token1] = ACTIONS(1807), - [anon_sym_for] = ACTIONS(1807), - [anon_sym_and] = ACTIONS(1807), - [anon_sym_as] = ACTIONS(1807), - [anon_sym_with] = ACTIONS(1807), - [anon_sym_do] = ACTIONS(1807), - [anon_sym_while] = ACTIONS(1807), - [anon_sym_until] = ACTIONS(1807), - [anon_sym_repeat] = ACTIONS(1807), - [anon_sym_when] = ACTIONS(1807), - [anon_sym_if] = ACTIONS(1807), - [anon_sym_unless] = ACTIONS(1807), - [anon_sym_always] = ACTIONS(1807), - [anon_sym_thereis] = ACTIONS(1807), - [anon_sym_never] = ACTIONS(1807), - [anon_sym_else] = ACTIONS(1807), - [anon_sym_finally] = ACTIONS(1807), - [anon_sym_return] = ACTIONS(1807), - [anon_sym_initially] = ACTIONS(1807), + [anon_sym_cl] = ACTIONS(1807), + [aux_sym_accumulation_verb_token1] = ACTIONS(1810), + [anon_sym_for] = ACTIONS(1810), + [anon_sym_and] = ACTIONS(1810), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_with] = ACTIONS(1810), + [anon_sym_do] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_until] = ACTIONS(1810), + [anon_sym_repeat] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_unless] = ACTIONS(1810), + [anon_sym_always] = ACTIONS(1810), + [anon_sym_thereis] = ACTIONS(1810), + [anon_sym_never] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_finally] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_initially] = ACTIONS(1810), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), [sym_self_referential_reader_macro] = ACTIONS(2233), @@ -23680,8 +23680,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDc] = ACTIONS(129), }, [105] = { - [sym__gap] = STATE(164), - [sym_dis_expr] = STATE(164), + [sym__gap] = STATE(163), + [sym_dis_expr] = STATE(163), [sym__form] = STATE(2107), [sym_num_lit] = STATE(2107), [sym_kwd_lit] = STATE(2107), @@ -23709,7 +23709,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_package_lit] = STATE(2107), [sym_include_reader_macro] = STATE(2107), [sym_complex_num_lit] = STATE(2107), - [aux_sym_dis_expr_repeat1] = STATE(164), + [aux_sym_dis_expr_repeat1] = STATE(163), [aux_sym_list_lit_repeat1] = STATE(2834), [sym__ws] = ACTIONS(2264), [sym_comment] = ACTIONS(2264), @@ -24368,8 +24368,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDc] = ACTIONS(129), }, [113] = { - [sym__gap] = STATE(152), - [sym_dis_expr] = STATE(152), + [sym__gap] = STATE(151), + [sym_dis_expr] = STATE(151), [sym__form] = STATE(2112), [sym_num_lit] = STATE(2112), [sym_kwd_lit] = STATE(2112), @@ -24397,7 +24397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_package_lit] = STATE(2112), [sym_include_reader_macro] = STATE(2112), [sym_complex_num_lit] = STATE(2112), - [aux_sym_dis_expr_repeat1] = STATE(152), + [aux_sym_dis_expr_repeat1] = STATE(151), [aux_sym_list_lit_repeat1] = STATE(2834), [sym__ws] = ACTIONS(2405), [sym_comment] = ACTIONS(2405), @@ -25175,19 +25175,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_list_lit_repeat1] = STATE(2834), [sym__ws] = ACTIONS(2550), [sym_comment] = ACTIONS(2550), - [anon_sym_POUND_] = ACTIONS(1857), + [anon_sym_POUND_] = ACTIONS(1860), [anon_sym_POUND] = ACTIONS(67), [anon_sym_DOT] = ACTIONS(2553), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1862), + [anon_sym_COLON] = ACTIONS(1865), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), [sym_nil_lit] = ACTIONS(2553), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(1865), - [anon_sym_POUND_CARET] = ACTIONS(1868), - [anon_sym_LPAREN] = ACTIONS(1871), - [anon_sym_RPAREN] = ACTIONS(1874), + [anon_sym_CARET] = ACTIONS(1868), + [anon_sym_POUND_CARET] = ACTIONS(1871), + [anon_sym_LPAREN] = ACTIONS(1874), + [anon_sym_RPAREN] = ACTIONS(1877), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -25199,26 +25199,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(2553), - [anon_sym_cl] = ACTIONS(1876), - [aux_sym_accumulation_verb_token1] = ACTIONS(1879), - [anon_sym_for] = ACTIONS(1879), - [anon_sym_and] = ACTIONS(1879), - [anon_sym_as] = ACTIONS(1879), - [anon_sym_with] = ACTIONS(1879), - [anon_sym_do] = ACTIONS(1879), - [anon_sym_while] = ACTIONS(1879), - [anon_sym_until] = ACTIONS(1879), - [anon_sym_repeat] = ACTIONS(1879), - [anon_sym_when] = ACTIONS(1879), - [anon_sym_if] = ACTIONS(1879), - [anon_sym_unless] = ACTIONS(1879), - [anon_sym_always] = ACTIONS(1879), - [anon_sym_thereis] = ACTIONS(1879), - [anon_sym_never] = ACTIONS(1879), - [anon_sym_else] = ACTIONS(1879), - [anon_sym_finally] = ACTIONS(1879), - [anon_sym_return] = ACTIONS(1879), - [anon_sym_initially] = ACTIONS(1879), + [anon_sym_cl] = ACTIONS(1879), + [aux_sym_accumulation_verb_token1] = ACTIONS(1882), + [anon_sym_for] = ACTIONS(1882), + [anon_sym_and] = ACTIONS(1882), + [anon_sym_as] = ACTIONS(1882), + [anon_sym_with] = ACTIONS(1882), + [anon_sym_do] = ACTIONS(1882), + [anon_sym_while] = ACTIONS(1882), + [anon_sym_until] = ACTIONS(1882), + [anon_sym_repeat] = ACTIONS(1882), + [anon_sym_when] = ACTIONS(1882), + [anon_sym_if] = ACTIONS(1882), + [anon_sym_unless] = ACTIONS(1882), + [anon_sym_always] = ACTIONS(1882), + [anon_sym_thereis] = ACTIONS(1882), + [anon_sym_never] = ACTIONS(1882), + [anon_sym_else] = ACTIONS(1882), + [anon_sym_finally] = ACTIONS(1882), + [anon_sym_return] = ACTIONS(1882), + [anon_sym_initially] = ACTIONS(1882), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), [sym_self_referential_reader_macro] = ACTIONS(2555), @@ -25259,21 +25259,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2353), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(1923), - [sym_comment] = ACTIONS(1923), - [anon_sym_POUND_] = ACTIONS(1857), + [sym__ws] = ACTIONS(1901), + [sym_comment] = ACTIONS(1901), + [anon_sym_POUND_] = ACTIONS(1860), [anon_sym_POUND] = ACTIONS(67), [anon_sym_DOT] = ACTIONS(2557), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1862), + [anon_sym_COLON] = ACTIONS(1865), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), [sym_nil_lit] = ACTIONS(2557), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(1865), - [anon_sym_POUND_CARET] = ACTIONS(1868), - [anon_sym_LPAREN] = ACTIONS(1871), - [anon_sym_RPAREN] = ACTIONS(1874), + [anon_sym_CARET] = ACTIONS(1868), + [anon_sym_POUND_CARET] = ACTIONS(1871), + [anon_sym_LPAREN] = ACTIONS(1874), + [anon_sym_RPAREN] = ACTIONS(1877), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -25285,26 +25285,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(2557), - [anon_sym_cl] = ACTIONS(1876), - [aux_sym_accumulation_verb_token1] = ACTIONS(1879), - [anon_sym_for] = ACTIONS(1879), - [anon_sym_and] = ACTIONS(1879), - [anon_sym_as] = ACTIONS(1879), - [anon_sym_with] = ACTIONS(1879), - [anon_sym_do] = ACTIONS(1879), - [anon_sym_while] = ACTIONS(1879), - [anon_sym_until] = ACTIONS(1879), - [anon_sym_repeat] = ACTIONS(1879), - [anon_sym_when] = ACTIONS(1879), - [anon_sym_if] = ACTIONS(1879), - [anon_sym_unless] = ACTIONS(1879), - [anon_sym_always] = ACTIONS(1879), - [anon_sym_thereis] = ACTIONS(1879), - [anon_sym_never] = ACTIONS(1879), - [anon_sym_else] = ACTIONS(1879), - [anon_sym_finally] = ACTIONS(1879), - [anon_sym_return] = ACTIONS(1879), - [anon_sym_initially] = ACTIONS(1879), + [anon_sym_cl] = ACTIONS(1879), + [aux_sym_accumulation_verb_token1] = ACTIONS(1882), + [anon_sym_for] = ACTIONS(1882), + [anon_sym_and] = ACTIONS(1882), + [anon_sym_as] = ACTIONS(1882), + [anon_sym_with] = ACTIONS(1882), + [anon_sym_do] = ACTIONS(1882), + [anon_sym_while] = ACTIONS(1882), + [anon_sym_until] = ACTIONS(1882), + [anon_sym_repeat] = ACTIONS(1882), + [anon_sym_when] = ACTIONS(1882), + [anon_sym_if] = ACTIONS(1882), + [anon_sym_unless] = ACTIONS(1882), + [anon_sym_always] = ACTIONS(1882), + [anon_sym_thereis] = ACTIONS(1882), + [anon_sym_never] = ACTIONS(1882), + [anon_sym_else] = ACTIONS(1882), + [anon_sym_finally] = ACTIONS(1882), + [anon_sym_return] = ACTIONS(1882), + [anon_sym_initially] = ACTIONS(1882), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), [sym_self_referential_reader_macro] = ACTIONS(2559), @@ -25314,8 +25314,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDc] = ACTIONS(129), }, [124] = { - [sym__gap] = STATE(224), - [sym_dis_expr] = STATE(224), + [sym__gap] = STATE(222), + [sym_dis_expr] = STATE(222), [sym__form] = STATE(2351), [sym_num_lit] = STATE(2351), [sym_kwd_lit] = STATE(2351), @@ -25343,23 +25343,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_package_lit] = STATE(2351), [sym_include_reader_macro] = STATE(2351), [sym_complex_num_lit] = STATE(2351), - [aux_sym_dis_expr_repeat1] = STATE(224), + [aux_sym_dis_expr_repeat1] = STATE(222), [aux_sym_list_lit_repeat1] = STATE(2834), [sym__ws] = ACTIONS(2561), [sym_comment] = ACTIONS(2561), - [anon_sym_POUND_] = ACTIONS(1940), + [anon_sym_POUND_] = ACTIONS(1918), [anon_sym_POUND] = ACTIONS(67), [anon_sym_DOT] = ACTIONS(2564), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1945), + [anon_sym_COLON] = ACTIONS(1923), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), [sym_nil_lit] = ACTIONS(2564), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(1948), - [anon_sym_POUND_CARET] = ACTIONS(1951), - [anon_sym_LPAREN] = ACTIONS(1954), - [anon_sym_RPAREN] = ACTIONS(1957), + [anon_sym_CARET] = ACTIONS(1926), + [anon_sym_POUND_CARET] = ACTIONS(1929), + [anon_sym_LPAREN] = ACTIONS(1932), + [anon_sym_RPAREN] = ACTIONS(1935), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -25371,26 +25371,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(2564), - [anon_sym_cl] = ACTIONS(1959), - [aux_sym_accumulation_verb_token1] = ACTIONS(1962), - [anon_sym_for] = ACTIONS(1962), - [anon_sym_and] = ACTIONS(1962), - [anon_sym_as] = ACTIONS(1962), - [anon_sym_with] = ACTIONS(1962), - [anon_sym_do] = ACTIONS(1962), - [anon_sym_while] = ACTIONS(1962), - [anon_sym_until] = ACTIONS(1962), - [anon_sym_repeat] = ACTIONS(1962), - [anon_sym_when] = ACTIONS(1962), - [anon_sym_if] = ACTIONS(1962), - [anon_sym_unless] = ACTIONS(1962), - [anon_sym_always] = ACTIONS(1962), - [anon_sym_thereis] = ACTIONS(1962), - [anon_sym_never] = ACTIONS(1962), - [anon_sym_else] = ACTIONS(1962), - [anon_sym_finally] = ACTIONS(1962), - [anon_sym_return] = ACTIONS(1962), - [anon_sym_initially] = ACTIONS(1962), + [anon_sym_cl] = ACTIONS(1937), + [aux_sym_accumulation_verb_token1] = ACTIONS(1940), + [anon_sym_for] = ACTIONS(1940), + [anon_sym_and] = ACTIONS(1940), + [anon_sym_as] = ACTIONS(1940), + [anon_sym_with] = ACTIONS(1940), + [anon_sym_do] = ACTIONS(1940), + [anon_sym_while] = ACTIONS(1940), + [anon_sym_until] = ACTIONS(1940), + [anon_sym_repeat] = ACTIONS(1940), + [anon_sym_when] = ACTIONS(1940), + [anon_sym_if] = ACTIONS(1940), + [anon_sym_unless] = ACTIONS(1940), + [anon_sym_always] = ACTIONS(1940), + [anon_sym_thereis] = ACTIONS(1940), + [anon_sym_never] = ACTIONS(1940), + [anon_sym_else] = ACTIONS(1940), + [anon_sym_finally] = ACTIONS(1940), + [anon_sym_return] = ACTIONS(1940), + [anon_sym_initially] = ACTIONS(1940), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), [sym_self_referential_reader_macro] = ACTIONS(2566), @@ -25605,19 +25605,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_list_lit_repeat1] = STATE(2834), [sym__ws] = ACTIONS(2582), [sym_comment] = ACTIONS(2582), - [anon_sym_POUND_] = ACTIONS(1857), + [anon_sym_POUND_] = ACTIONS(1860), [anon_sym_POUND] = ACTIONS(67), [anon_sym_DOT] = ACTIONS(2585), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1862), + [anon_sym_COLON] = ACTIONS(1865), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), [sym_nil_lit] = ACTIONS(2585), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(1865), - [anon_sym_POUND_CARET] = ACTIONS(1868), - [anon_sym_LPAREN] = ACTIONS(1871), - [anon_sym_RPAREN] = ACTIONS(1874), + [anon_sym_CARET] = ACTIONS(1868), + [anon_sym_POUND_CARET] = ACTIONS(1871), + [anon_sym_LPAREN] = ACTIONS(1874), + [anon_sym_RPAREN] = ACTIONS(1877), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -25629,26 +25629,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(2585), - [anon_sym_cl] = ACTIONS(1876), - [aux_sym_accumulation_verb_token1] = ACTIONS(1879), - [anon_sym_for] = ACTIONS(1879), - [anon_sym_and] = ACTIONS(1879), - [anon_sym_as] = ACTIONS(1879), - [anon_sym_with] = ACTIONS(1879), - [anon_sym_do] = ACTIONS(1879), - [anon_sym_while] = ACTIONS(1879), - [anon_sym_until] = ACTIONS(1879), - [anon_sym_repeat] = ACTIONS(1879), - [anon_sym_when] = ACTIONS(1879), - [anon_sym_if] = ACTIONS(1879), - [anon_sym_unless] = ACTIONS(1879), - [anon_sym_always] = ACTIONS(1879), - [anon_sym_thereis] = ACTIONS(1879), - [anon_sym_never] = ACTIONS(1879), - [anon_sym_else] = ACTIONS(1879), - [anon_sym_finally] = ACTIONS(1879), - [anon_sym_return] = ACTIONS(1879), - [anon_sym_initially] = ACTIONS(1879), + [anon_sym_cl] = ACTIONS(1879), + [aux_sym_accumulation_verb_token1] = ACTIONS(1882), + [anon_sym_for] = ACTIONS(1882), + [anon_sym_and] = ACTIONS(1882), + [anon_sym_as] = ACTIONS(1882), + [anon_sym_with] = ACTIONS(1882), + [anon_sym_do] = ACTIONS(1882), + [anon_sym_while] = ACTIONS(1882), + [anon_sym_until] = ACTIONS(1882), + [anon_sym_repeat] = ACTIONS(1882), + [anon_sym_when] = ACTIONS(1882), + [anon_sym_if] = ACTIONS(1882), + [anon_sym_unless] = ACTIONS(1882), + [anon_sym_always] = ACTIONS(1882), + [anon_sym_thereis] = ACTIONS(1882), + [anon_sym_never] = ACTIONS(1882), + [anon_sym_else] = ACTIONS(1882), + [anon_sym_finally] = ACTIONS(1882), + [anon_sym_return] = ACTIONS(1882), + [anon_sym_initially] = ACTIONS(1882), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), [sym_self_referential_reader_macro] = ACTIONS(2587), @@ -26346,8 +26346,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDc] = ACTIONS(129), }, [136] = { - [sym__gap] = STATE(222), - [sym_dis_expr] = STATE(222), + [sym__gap] = STATE(256), + [sym_dis_expr] = STATE(256), [sym__form] = STATE(2296), [sym_num_lit] = STATE(2296), [sym_kwd_lit] = STATE(2296), @@ -26375,7 +26375,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_package_lit] = STATE(2296), [sym_include_reader_macro] = STATE(2296), [sym_complex_num_lit] = STATE(2296), - [aux_sym_dis_expr_repeat1] = STATE(222), + [aux_sym_dis_expr_repeat1] = STATE(256), [aux_sym_list_lit_repeat1] = STATE(2834), [sym__ws] = ACTIONS(2708), [sym_comment] = ACTIONS(2708), @@ -26690,350 +26690,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDc] = ACTIONS(129), }, [140] = { - [sym__gap] = STATE(119), - [sym_dis_expr] = STATE(119), - [sym__form] = STATE(2124), - [sym_num_lit] = STATE(2124), - [sym_kwd_lit] = STATE(2124), - [sym_str_lit] = STATE(2124), - [sym_char_lit] = STATE(2124), - [sym_sym_lit] = STATE(2497), - [sym__metadata_lit] = STATE(2901), - [sym_meta_lit] = STATE(2858), - [sym_old_meta_lit] = STATE(2859), - [sym_list_lit] = STATE(2124), - [sym__bare_list_lit] = STATE(2648), - [sym_vec_lit] = STATE(2124), - [sym_set_lit] = STATE(2124), - [sym__bare_set_lit] = STATE(2625), - [sym_read_cond_lit] = STATE(2124), - [sym_splicing_read_cond_lit] = STATE(2124), - [sym_var_quoting_lit] = STATE(2124), - [sym_quoting_lit] = STATE(2124), - [sym_syn_quoting_lit] = STATE(2124), - [sym_unquote_splicing_lit] = STATE(2124), - [sym_unquoting_lit] = STATE(2124), - [sym_defun] = STATE(2648), - [sym_loop_macro] = STATE(2648), - [sym_path_lit] = STATE(2124), - [sym_package_lit] = STATE(2124), - [sym_include_reader_macro] = STATE(2124), - [sym_complex_num_lit] = STATE(2124), - [aux_sym_dis_expr_repeat1] = STATE(119), - [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(2790), - [sym_comment] = ACTIONS(2790), - [anon_sym_POUND_] = ACTIONS(2793), - [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(2796), - [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(2798), - [anon_sym_COLON_COLON] = ACTIONS(77), - [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(2796), - [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(2801), - [anon_sym_POUND_CARET] = ACTIONS(2804), - [anon_sym_LPAREN] = ACTIONS(2807), - [anon_sym_RPAREN] = ACTIONS(2810), - [anon_sym_POUND0A] = ACTIONS(98), - [anon_sym_POUND0a] = ACTIONS(98), - [anon_sym_POUND_QMARK] = ACTIONS(100), - [anon_sym_POUND_QMARK_AT] = ACTIONS(102), - [anon_sym_POUND_SQUOTE] = ACTIONS(104), - [anon_sym_SQUOTE] = ACTIONS(106), - [anon_sym_BQUOTE] = ACTIONS(108), - [anon_sym_COMMA_AT] = ACTIONS(110), - [anon_sym_COMMA] = ACTIONS(112), - [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(2796), - [anon_sym_cl] = ACTIONS(2812), - [aux_sym_accumulation_verb_token1] = ACTIONS(2815), - [anon_sym_for] = ACTIONS(2815), - [anon_sym_and] = ACTIONS(2815), - [anon_sym_as] = ACTIONS(2815), - [anon_sym_with] = ACTIONS(2815), - [anon_sym_do] = ACTIONS(2815), - [anon_sym_while] = ACTIONS(2815), - [anon_sym_until] = ACTIONS(2815), - [anon_sym_repeat] = ACTIONS(2815), - [anon_sym_when] = ACTIONS(2815), - [anon_sym_if] = ACTIONS(2815), - [anon_sym_unless] = ACTIONS(2815), - [anon_sym_always] = ACTIONS(2815), - [anon_sym_thereis] = ACTIONS(2815), - [anon_sym_never] = ACTIONS(2815), - [anon_sym_else] = ACTIONS(2815), - [anon_sym_finally] = ACTIONS(2815), - [anon_sym_return] = ACTIONS(2815), - [anon_sym_initially] = ACTIONS(2815), - [anon_sym_POUNDP] = ACTIONS(123), - [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(2817), - [anon_sym_POUND_PLUS] = ACTIONS(127), - [anon_sym_POUND_DASH] = ACTIONS(127), - [anon_sym_POUNDC] = ACTIONS(129), - [anon_sym_POUNDc] = ACTIONS(129), - }, - [141] = { - [sym__gap] = STATE(58), - [sym_dis_expr] = STATE(58), - [sym__form] = STATE(2270), - [sym_num_lit] = STATE(2270), - [sym_kwd_lit] = STATE(2270), - [sym_str_lit] = STATE(2270), - [sym_char_lit] = STATE(2270), - [sym_sym_lit] = STATE(2497), - [sym__metadata_lit] = STATE(2901), - [sym_meta_lit] = STATE(2858), - [sym_old_meta_lit] = STATE(2859), - [sym_list_lit] = STATE(2270), - [sym__bare_list_lit] = STATE(2648), - [sym_vec_lit] = STATE(2270), - [sym_set_lit] = STATE(2270), - [sym__bare_set_lit] = STATE(2625), - [sym_read_cond_lit] = STATE(2270), - [sym_splicing_read_cond_lit] = STATE(2270), - [sym_var_quoting_lit] = STATE(2270), - [sym_quoting_lit] = STATE(2270), - [sym_syn_quoting_lit] = STATE(2270), - [sym_unquote_splicing_lit] = STATE(2270), - [sym_unquoting_lit] = STATE(2270), - [sym_defun] = STATE(2648), - [sym_loop_macro] = STATE(2648), - [sym_path_lit] = STATE(2270), - [sym_package_lit] = STATE(2270), - [sym_include_reader_macro] = STATE(2270), - [sym_complex_num_lit] = STATE(2270), - [aux_sym_dis_expr_repeat1] = STATE(58), - [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(2819), - [sym_comment] = ACTIONS(2819), - [anon_sym_POUND_] = ACTIONS(2822), - [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(2825), - [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(2827), - [anon_sym_COLON_COLON] = ACTIONS(77), - [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(2825), - [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(2830), - [anon_sym_POUND_CARET] = ACTIONS(2833), - [anon_sym_LPAREN] = ACTIONS(2836), - [anon_sym_RPAREN] = ACTIONS(2839), - [anon_sym_POUND0A] = ACTIONS(98), - [anon_sym_POUND0a] = ACTIONS(98), - [anon_sym_POUND_QMARK] = ACTIONS(100), - [anon_sym_POUND_QMARK_AT] = ACTIONS(102), - [anon_sym_POUND_SQUOTE] = ACTIONS(104), - [anon_sym_SQUOTE] = ACTIONS(106), - [anon_sym_BQUOTE] = ACTIONS(108), - [anon_sym_COMMA_AT] = ACTIONS(110), - [anon_sym_COMMA] = ACTIONS(112), - [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(2825), - [anon_sym_cl] = ACTIONS(2841), - [aux_sym_accumulation_verb_token1] = ACTIONS(2844), - [anon_sym_for] = ACTIONS(2844), - [anon_sym_and] = ACTIONS(2844), - [anon_sym_as] = ACTIONS(2844), - [anon_sym_with] = ACTIONS(2844), - [anon_sym_do] = ACTIONS(2844), - [anon_sym_while] = ACTIONS(2844), - [anon_sym_until] = ACTIONS(2844), - [anon_sym_repeat] = ACTIONS(2844), - [anon_sym_when] = ACTIONS(2844), - [anon_sym_if] = ACTIONS(2844), - [anon_sym_unless] = ACTIONS(2844), - [anon_sym_always] = ACTIONS(2844), - [anon_sym_thereis] = ACTIONS(2844), - [anon_sym_never] = ACTIONS(2844), - [anon_sym_else] = ACTIONS(2844), - [anon_sym_finally] = ACTIONS(2844), - [anon_sym_return] = ACTIONS(2844), - [anon_sym_initially] = ACTIONS(2844), - [anon_sym_POUNDP] = ACTIONS(123), - [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(2846), - [anon_sym_POUND_PLUS] = ACTIONS(127), - [anon_sym_POUND_DASH] = ACTIONS(127), - [anon_sym_POUNDC] = ACTIONS(129), - [anon_sym_POUNDc] = ACTIONS(129), - }, - [142] = { - [sym__gap] = STATE(995), - [sym_dis_expr] = STATE(995), - [sym__form] = STATE(2275), - [sym_num_lit] = STATE(2275), - [sym_kwd_lit] = STATE(2275), - [sym_str_lit] = STATE(2275), - [sym_char_lit] = STATE(2275), - [sym_sym_lit] = STATE(2497), - [sym__metadata_lit] = STATE(2901), - [sym_meta_lit] = STATE(2858), - [sym_old_meta_lit] = STATE(2859), - [sym_list_lit] = STATE(2275), - [sym__bare_list_lit] = STATE(2648), - [sym_vec_lit] = STATE(2275), - [sym_set_lit] = STATE(2275), - [sym__bare_set_lit] = STATE(2625), - [sym_read_cond_lit] = STATE(2275), - [sym_splicing_read_cond_lit] = STATE(2275), - [sym_var_quoting_lit] = STATE(2275), - [sym_quoting_lit] = STATE(2275), - [sym_syn_quoting_lit] = STATE(2275), - [sym_unquote_splicing_lit] = STATE(2275), - [sym_unquoting_lit] = STATE(2275), - [sym_defun] = STATE(2648), - [sym_loop_macro] = STATE(2648), - [sym_path_lit] = STATE(2275), - [sym_package_lit] = STATE(2275), - [sym_include_reader_macro] = STATE(2275), - [sym_complex_num_lit] = STATE(2275), - [aux_sym_dis_expr_repeat1] = STATE(995), - [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(2848), - [sym_comment] = ACTIONS(2848), - [anon_sym_POUND_] = ACTIONS(2822), - [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(2851), - [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(2827), - [anon_sym_COLON_COLON] = ACTIONS(77), - [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(2851), - [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(2830), - [anon_sym_POUND_CARET] = ACTIONS(2833), - [anon_sym_LPAREN] = ACTIONS(2836), - [anon_sym_RPAREN] = ACTIONS(2839), - [anon_sym_POUND0A] = ACTIONS(98), - [anon_sym_POUND0a] = ACTIONS(98), - [anon_sym_POUND_QMARK] = ACTIONS(100), - [anon_sym_POUND_QMARK_AT] = ACTIONS(102), - [anon_sym_POUND_SQUOTE] = ACTIONS(104), - [anon_sym_SQUOTE] = ACTIONS(106), - [anon_sym_BQUOTE] = ACTIONS(108), - [anon_sym_COMMA_AT] = ACTIONS(110), - [anon_sym_COMMA] = ACTIONS(112), - [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(2851), - [anon_sym_cl] = ACTIONS(2841), - [aux_sym_accumulation_verb_token1] = ACTIONS(2844), - [anon_sym_for] = ACTIONS(2844), - [anon_sym_and] = ACTIONS(2844), - [anon_sym_as] = ACTIONS(2844), - [anon_sym_with] = ACTIONS(2844), - [anon_sym_do] = ACTIONS(2844), - [anon_sym_while] = ACTIONS(2844), - [anon_sym_until] = ACTIONS(2844), - [anon_sym_repeat] = ACTIONS(2844), - [anon_sym_when] = ACTIONS(2844), - [anon_sym_if] = ACTIONS(2844), - [anon_sym_unless] = ACTIONS(2844), - [anon_sym_always] = ACTIONS(2844), - [anon_sym_thereis] = ACTIONS(2844), - [anon_sym_never] = ACTIONS(2844), - [anon_sym_else] = ACTIONS(2844), - [anon_sym_finally] = ACTIONS(2844), - [anon_sym_return] = ACTIONS(2844), - [anon_sym_initially] = ACTIONS(2844), - [anon_sym_POUNDP] = ACTIONS(123), - [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(2853), - [anon_sym_POUND_PLUS] = ACTIONS(127), - [anon_sym_POUND_DASH] = ACTIONS(127), - [anon_sym_POUNDC] = ACTIONS(129), - [anon_sym_POUNDc] = ACTIONS(129), - }, - [143] = { - [sym__gap] = STATE(995), - [sym_dis_expr] = STATE(995), - [sym__form] = STATE(2281), - [sym_num_lit] = STATE(2281), - [sym_kwd_lit] = STATE(2281), - [sym_str_lit] = STATE(2281), - [sym_char_lit] = STATE(2281), - [sym_sym_lit] = STATE(2497), - [sym__metadata_lit] = STATE(2901), - [sym_meta_lit] = STATE(2858), - [sym_old_meta_lit] = STATE(2859), - [sym_list_lit] = STATE(2281), - [sym__bare_list_lit] = STATE(2648), - [sym_vec_lit] = STATE(2281), - [sym_set_lit] = STATE(2281), - [sym__bare_set_lit] = STATE(2625), - [sym_read_cond_lit] = STATE(2281), - [sym_splicing_read_cond_lit] = STATE(2281), - [sym_var_quoting_lit] = STATE(2281), - [sym_quoting_lit] = STATE(2281), - [sym_syn_quoting_lit] = STATE(2281), - [sym_unquote_splicing_lit] = STATE(2281), - [sym_unquoting_lit] = STATE(2281), - [sym_defun] = STATE(2648), - [sym_loop_macro] = STATE(2648), - [sym_path_lit] = STATE(2281), - [sym_package_lit] = STATE(2281), - [sym_include_reader_macro] = STATE(2281), - [sym_complex_num_lit] = STATE(2281), - [aux_sym_dis_expr_repeat1] = STATE(995), - [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(2855), - [sym_comment] = ACTIONS(2855), - [anon_sym_POUND_] = ACTIONS(2858), - [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(2861), - [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(2863), - [anon_sym_COLON_COLON] = ACTIONS(77), - [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(2861), - [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(2866), - [anon_sym_POUND_CARET] = ACTIONS(2869), - [anon_sym_LPAREN] = ACTIONS(2872), - [anon_sym_RPAREN] = ACTIONS(2875), - [anon_sym_POUND0A] = ACTIONS(98), - [anon_sym_POUND0a] = ACTIONS(98), - [anon_sym_POUND_QMARK] = ACTIONS(100), - [anon_sym_POUND_QMARK_AT] = ACTIONS(102), - [anon_sym_POUND_SQUOTE] = ACTIONS(104), - [anon_sym_SQUOTE] = ACTIONS(106), - [anon_sym_BQUOTE] = ACTIONS(108), - [anon_sym_COMMA_AT] = ACTIONS(110), - [anon_sym_COMMA] = ACTIONS(112), - [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(2861), - [anon_sym_cl] = ACTIONS(2877), - [aux_sym_accumulation_verb_token1] = ACTIONS(2880), - [anon_sym_for] = ACTIONS(2880), - [anon_sym_and] = ACTIONS(2880), - [anon_sym_as] = ACTIONS(2880), - [anon_sym_with] = ACTIONS(2880), - [anon_sym_do] = ACTIONS(2880), - [anon_sym_while] = ACTIONS(2880), - [anon_sym_until] = ACTIONS(2880), - [anon_sym_repeat] = ACTIONS(2880), - [anon_sym_when] = ACTIONS(2880), - [anon_sym_if] = ACTIONS(2880), - [anon_sym_unless] = ACTIONS(2880), - [anon_sym_always] = ACTIONS(2880), - [anon_sym_thereis] = ACTIONS(2880), - [anon_sym_never] = ACTIONS(2880), - [anon_sym_else] = ACTIONS(2880), - [anon_sym_finally] = ACTIONS(2880), - [anon_sym_return] = ACTIONS(2880), - [anon_sym_initially] = ACTIONS(2880), - [anon_sym_POUNDP] = ACTIONS(123), - [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(2882), - [anon_sym_POUND_PLUS] = ACTIONS(127), - [anon_sym_POUND_DASH] = ACTIONS(127), - [anon_sym_POUNDC] = ACTIONS(129), - [anon_sym_POUNDc] = ACTIONS(129), - }, - [144] = { [sym__gap] = STATE(257), [sym_dis_expr] = STATE(257), [sym__form] = STATE(2294), @@ -27065,16 +26721,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2294), [aux_sym_dis_expr_repeat1] = STATE(257), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(2884), - [sym_comment] = ACTIONS(2884), + [sym__ws] = ACTIONS(2790), + [sym_comment] = ACTIONS(2790), [anon_sym_POUND_] = ACTIONS(2621), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(2887), + [anon_sym_DOT] = ACTIONS(2793), [aux_sym_num_lit_token1] = ACTIONS(71), [anon_sym_COLON] = ACTIONS(2626), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(2887), + [sym_nil_lit] = ACTIONS(2793), [aux_sym_sym_lit_token1] = ACTIONS(81), [anon_sym_CARET] = ACTIONS(2629), [anon_sym_POUND_CARET] = ACTIONS(2632), @@ -27090,7 +26746,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(2887), + [sym_fancy_literal] = ACTIONS(2793), [anon_sym_cl] = ACTIONS(2640), [aux_sym_accumulation_verb_token1] = ACTIONS(2643), [anon_sym_for] = ACTIONS(2643), @@ -27113,7 +26769,351 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_initially] = ACTIONS(2643), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(2889), + [sym_self_referential_reader_macro] = ACTIONS(2795), + [anon_sym_POUND_PLUS] = ACTIONS(127), + [anon_sym_POUND_DASH] = ACTIONS(127), + [anon_sym_POUNDC] = ACTIONS(129), + [anon_sym_POUNDc] = ACTIONS(129), + }, + [141] = { + [sym__gap] = STATE(58), + [sym_dis_expr] = STATE(58), + [sym__form] = STATE(2270), + [sym_num_lit] = STATE(2270), + [sym_kwd_lit] = STATE(2270), + [sym_str_lit] = STATE(2270), + [sym_char_lit] = STATE(2270), + [sym_sym_lit] = STATE(2497), + [sym__metadata_lit] = STATE(2901), + [sym_meta_lit] = STATE(2858), + [sym_old_meta_lit] = STATE(2859), + [sym_list_lit] = STATE(2270), + [sym__bare_list_lit] = STATE(2648), + [sym_vec_lit] = STATE(2270), + [sym_set_lit] = STATE(2270), + [sym__bare_set_lit] = STATE(2625), + [sym_read_cond_lit] = STATE(2270), + [sym_splicing_read_cond_lit] = STATE(2270), + [sym_var_quoting_lit] = STATE(2270), + [sym_quoting_lit] = STATE(2270), + [sym_syn_quoting_lit] = STATE(2270), + [sym_unquote_splicing_lit] = STATE(2270), + [sym_unquoting_lit] = STATE(2270), + [sym_defun] = STATE(2648), + [sym_loop_macro] = STATE(2648), + [sym_path_lit] = STATE(2270), + [sym_package_lit] = STATE(2270), + [sym_include_reader_macro] = STATE(2270), + [sym_complex_num_lit] = STATE(2270), + [aux_sym_dis_expr_repeat1] = STATE(58), + [aux_sym_list_lit_repeat1] = STATE(2834), + [sym__ws] = ACTIONS(2797), + [sym_comment] = ACTIONS(2797), + [anon_sym_POUND_] = ACTIONS(2800), + [anon_sym_POUND] = ACTIONS(67), + [anon_sym_DOT] = ACTIONS(2803), + [aux_sym_num_lit_token1] = ACTIONS(71), + [anon_sym_COLON] = ACTIONS(2805), + [anon_sym_COLON_COLON] = ACTIONS(77), + [anon_sym_DQUOTE] = ACTIONS(79), + [sym_nil_lit] = ACTIONS(2803), + [aux_sym_sym_lit_token1] = ACTIONS(81), + [anon_sym_CARET] = ACTIONS(2808), + [anon_sym_POUND_CARET] = ACTIONS(2811), + [anon_sym_LPAREN] = ACTIONS(2814), + [anon_sym_RPAREN] = ACTIONS(2817), + [anon_sym_POUND0A] = ACTIONS(98), + [anon_sym_POUND0a] = ACTIONS(98), + [anon_sym_POUND_QMARK] = ACTIONS(100), + [anon_sym_POUND_QMARK_AT] = ACTIONS(102), + [anon_sym_POUND_SQUOTE] = ACTIONS(104), + [anon_sym_SQUOTE] = ACTIONS(106), + [anon_sym_BQUOTE] = ACTIONS(108), + [anon_sym_COMMA_AT] = ACTIONS(110), + [anon_sym_COMMA] = ACTIONS(112), + [sym_block_comment] = ACTIONS(47), + [sym_fancy_literal] = ACTIONS(2803), + [anon_sym_cl] = ACTIONS(2819), + [aux_sym_accumulation_verb_token1] = ACTIONS(2822), + [anon_sym_for] = ACTIONS(2822), + [anon_sym_and] = ACTIONS(2822), + [anon_sym_as] = ACTIONS(2822), + [anon_sym_with] = ACTIONS(2822), + [anon_sym_do] = ACTIONS(2822), + [anon_sym_while] = ACTIONS(2822), + [anon_sym_until] = ACTIONS(2822), + [anon_sym_repeat] = ACTIONS(2822), + [anon_sym_when] = ACTIONS(2822), + [anon_sym_if] = ACTIONS(2822), + [anon_sym_unless] = ACTIONS(2822), + [anon_sym_always] = ACTIONS(2822), + [anon_sym_thereis] = ACTIONS(2822), + [anon_sym_never] = ACTIONS(2822), + [anon_sym_else] = ACTIONS(2822), + [anon_sym_finally] = ACTIONS(2822), + [anon_sym_return] = ACTIONS(2822), + [anon_sym_initially] = ACTIONS(2822), + [anon_sym_POUNDP] = ACTIONS(123), + [anon_sym_POUNDp] = ACTIONS(123), + [sym_self_referential_reader_macro] = ACTIONS(2824), + [anon_sym_POUND_PLUS] = ACTIONS(127), + [anon_sym_POUND_DASH] = ACTIONS(127), + [anon_sym_POUNDC] = ACTIONS(129), + [anon_sym_POUNDc] = ACTIONS(129), + }, + [142] = { + [sym__gap] = STATE(995), + [sym_dis_expr] = STATE(995), + [sym__form] = STATE(2275), + [sym_num_lit] = STATE(2275), + [sym_kwd_lit] = STATE(2275), + [sym_str_lit] = STATE(2275), + [sym_char_lit] = STATE(2275), + [sym_sym_lit] = STATE(2497), + [sym__metadata_lit] = STATE(2901), + [sym_meta_lit] = STATE(2858), + [sym_old_meta_lit] = STATE(2859), + [sym_list_lit] = STATE(2275), + [sym__bare_list_lit] = STATE(2648), + [sym_vec_lit] = STATE(2275), + [sym_set_lit] = STATE(2275), + [sym__bare_set_lit] = STATE(2625), + [sym_read_cond_lit] = STATE(2275), + [sym_splicing_read_cond_lit] = STATE(2275), + [sym_var_quoting_lit] = STATE(2275), + [sym_quoting_lit] = STATE(2275), + [sym_syn_quoting_lit] = STATE(2275), + [sym_unquote_splicing_lit] = STATE(2275), + [sym_unquoting_lit] = STATE(2275), + [sym_defun] = STATE(2648), + [sym_loop_macro] = STATE(2648), + [sym_path_lit] = STATE(2275), + [sym_package_lit] = STATE(2275), + [sym_include_reader_macro] = STATE(2275), + [sym_complex_num_lit] = STATE(2275), + [aux_sym_dis_expr_repeat1] = STATE(995), + [aux_sym_list_lit_repeat1] = STATE(2834), + [sym__ws] = ACTIONS(2826), + [sym_comment] = ACTIONS(2826), + [anon_sym_POUND_] = ACTIONS(2800), + [anon_sym_POUND] = ACTIONS(67), + [anon_sym_DOT] = ACTIONS(2829), + [aux_sym_num_lit_token1] = ACTIONS(71), + [anon_sym_COLON] = ACTIONS(2805), + [anon_sym_COLON_COLON] = ACTIONS(77), + [anon_sym_DQUOTE] = ACTIONS(79), + [sym_nil_lit] = ACTIONS(2829), + [aux_sym_sym_lit_token1] = ACTIONS(81), + [anon_sym_CARET] = ACTIONS(2808), + [anon_sym_POUND_CARET] = ACTIONS(2811), + [anon_sym_LPAREN] = ACTIONS(2814), + [anon_sym_RPAREN] = ACTIONS(2817), + [anon_sym_POUND0A] = ACTIONS(98), + [anon_sym_POUND0a] = ACTIONS(98), + [anon_sym_POUND_QMARK] = ACTIONS(100), + [anon_sym_POUND_QMARK_AT] = ACTIONS(102), + [anon_sym_POUND_SQUOTE] = ACTIONS(104), + [anon_sym_SQUOTE] = ACTIONS(106), + [anon_sym_BQUOTE] = ACTIONS(108), + [anon_sym_COMMA_AT] = ACTIONS(110), + [anon_sym_COMMA] = ACTIONS(112), + [sym_block_comment] = ACTIONS(47), + [sym_fancy_literal] = ACTIONS(2829), + [anon_sym_cl] = ACTIONS(2819), + [aux_sym_accumulation_verb_token1] = ACTIONS(2822), + [anon_sym_for] = ACTIONS(2822), + [anon_sym_and] = ACTIONS(2822), + [anon_sym_as] = ACTIONS(2822), + [anon_sym_with] = ACTIONS(2822), + [anon_sym_do] = ACTIONS(2822), + [anon_sym_while] = ACTIONS(2822), + [anon_sym_until] = ACTIONS(2822), + [anon_sym_repeat] = ACTIONS(2822), + [anon_sym_when] = ACTIONS(2822), + [anon_sym_if] = ACTIONS(2822), + [anon_sym_unless] = ACTIONS(2822), + [anon_sym_always] = ACTIONS(2822), + [anon_sym_thereis] = ACTIONS(2822), + [anon_sym_never] = ACTIONS(2822), + [anon_sym_else] = ACTIONS(2822), + [anon_sym_finally] = ACTIONS(2822), + [anon_sym_return] = ACTIONS(2822), + [anon_sym_initially] = ACTIONS(2822), + [anon_sym_POUNDP] = ACTIONS(123), + [anon_sym_POUNDp] = ACTIONS(123), + [sym_self_referential_reader_macro] = ACTIONS(2831), + [anon_sym_POUND_PLUS] = ACTIONS(127), + [anon_sym_POUND_DASH] = ACTIONS(127), + [anon_sym_POUNDC] = ACTIONS(129), + [anon_sym_POUNDc] = ACTIONS(129), + }, + [143] = { + [sym__gap] = STATE(995), + [sym_dis_expr] = STATE(995), + [sym__form] = STATE(2281), + [sym_num_lit] = STATE(2281), + [sym_kwd_lit] = STATE(2281), + [sym_str_lit] = STATE(2281), + [sym_char_lit] = STATE(2281), + [sym_sym_lit] = STATE(2497), + [sym__metadata_lit] = STATE(2901), + [sym_meta_lit] = STATE(2858), + [sym_old_meta_lit] = STATE(2859), + [sym_list_lit] = STATE(2281), + [sym__bare_list_lit] = STATE(2648), + [sym_vec_lit] = STATE(2281), + [sym_set_lit] = STATE(2281), + [sym__bare_set_lit] = STATE(2625), + [sym_read_cond_lit] = STATE(2281), + [sym_splicing_read_cond_lit] = STATE(2281), + [sym_var_quoting_lit] = STATE(2281), + [sym_quoting_lit] = STATE(2281), + [sym_syn_quoting_lit] = STATE(2281), + [sym_unquote_splicing_lit] = STATE(2281), + [sym_unquoting_lit] = STATE(2281), + [sym_defun] = STATE(2648), + [sym_loop_macro] = STATE(2648), + [sym_path_lit] = STATE(2281), + [sym_package_lit] = STATE(2281), + [sym_include_reader_macro] = STATE(2281), + [sym_complex_num_lit] = STATE(2281), + [aux_sym_dis_expr_repeat1] = STATE(995), + [aux_sym_list_lit_repeat1] = STATE(2834), + [sym__ws] = ACTIONS(2833), + [sym_comment] = ACTIONS(2833), + [anon_sym_POUND_] = ACTIONS(2836), + [anon_sym_POUND] = ACTIONS(67), + [anon_sym_DOT] = ACTIONS(2839), + [aux_sym_num_lit_token1] = ACTIONS(71), + [anon_sym_COLON] = ACTIONS(2841), + [anon_sym_COLON_COLON] = ACTIONS(77), + [anon_sym_DQUOTE] = ACTIONS(79), + [sym_nil_lit] = ACTIONS(2839), + [aux_sym_sym_lit_token1] = ACTIONS(81), + [anon_sym_CARET] = ACTIONS(2844), + [anon_sym_POUND_CARET] = ACTIONS(2847), + [anon_sym_LPAREN] = ACTIONS(2850), + [anon_sym_RPAREN] = ACTIONS(2853), + [anon_sym_POUND0A] = ACTIONS(98), + [anon_sym_POUND0a] = ACTIONS(98), + [anon_sym_POUND_QMARK] = ACTIONS(100), + [anon_sym_POUND_QMARK_AT] = ACTIONS(102), + [anon_sym_POUND_SQUOTE] = ACTIONS(104), + [anon_sym_SQUOTE] = ACTIONS(106), + [anon_sym_BQUOTE] = ACTIONS(108), + [anon_sym_COMMA_AT] = ACTIONS(110), + [anon_sym_COMMA] = ACTIONS(112), + [sym_block_comment] = ACTIONS(47), + [sym_fancy_literal] = ACTIONS(2839), + [anon_sym_cl] = ACTIONS(2855), + [aux_sym_accumulation_verb_token1] = ACTIONS(2858), + [anon_sym_for] = ACTIONS(2858), + [anon_sym_and] = ACTIONS(2858), + [anon_sym_as] = ACTIONS(2858), + [anon_sym_with] = ACTIONS(2858), + [anon_sym_do] = ACTIONS(2858), + [anon_sym_while] = ACTIONS(2858), + [anon_sym_until] = ACTIONS(2858), + [anon_sym_repeat] = ACTIONS(2858), + [anon_sym_when] = ACTIONS(2858), + [anon_sym_if] = ACTIONS(2858), + [anon_sym_unless] = ACTIONS(2858), + [anon_sym_always] = ACTIONS(2858), + [anon_sym_thereis] = ACTIONS(2858), + [anon_sym_never] = ACTIONS(2858), + [anon_sym_else] = ACTIONS(2858), + [anon_sym_finally] = ACTIONS(2858), + [anon_sym_return] = ACTIONS(2858), + [anon_sym_initially] = ACTIONS(2858), + [anon_sym_POUNDP] = ACTIONS(123), + [anon_sym_POUNDp] = ACTIONS(123), + [sym_self_referential_reader_macro] = ACTIONS(2860), + [anon_sym_POUND_PLUS] = ACTIONS(127), + [anon_sym_POUND_DASH] = ACTIONS(127), + [anon_sym_POUNDC] = ACTIONS(129), + [anon_sym_POUNDc] = ACTIONS(129), + }, + [144] = { + [sym__gap] = STATE(995), + [sym_dis_expr] = STATE(995), + [sym__form] = STATE(2292), + [sym_num_lit] = STATE(2292), + [sym_kwd_lit] = STATE(2292), + [sym_str_lit] = STATE(2292), + [sym_char_lit] = STATE(2292), + [sym_sym_lit] = STATE(2497), + [sym__metadata_lit] = STATE(2901), + [sym_meta_lit] = STATE(2858), + [sym_old_meta_lit] = STATE(2859), + [sym_list_lit] = STATE(2292), + [sym__bare_list_lit] = STATE(2648), + [sym_vec_lit] = STATE(2292), + [sym_set_lit] = STATE(2292), + [sym__bare_set_lit] = STATE(2625), + [sym_read_cond_lit] = STATE(2292), + [sym_splicing_read_cond_lit] = STATE(2292), + [sym_var_quoting_lit] = STATE(2292), + [sym_quoting_lit] = STATE(2292), + [sym_syn_quoting_lit] = STATE(2292), + [sym_unquote_splicing_lit] = STATE(2292), + [sym_unquoting_lit] = STATE(2292), + [sym_defun] = STATE(2648), + [sym_loop_macro] = STATE(2648), + [sym_path_lit] = STATE(2292), + [sym_package_lit] = STATE(2292), + [sym_include_reader_macro] = STATE(2292), + [sym_complex_num_lit] = STATE(2292), + [aux_sym_dis_expr_repeat1] = STATE(995), + [aux_sym_list_lit_repeat1] = STATE(2834), + [sym__ws] = ACTIONS(2618), + [sym_comment] = ACTIONS(2618), + [anon_sym_POUND_] = ACTIONS(2621), + [anon_sym_POUND] = ACTIONS(67), + [anon_sym_DOT] = ACTIONS(2862), + [aux_sym_num_lit_token1] = ACTIONS(71), + [anon_sym_COLON] = ACTIONS(2626), + [anon_sym_COLON_COLON] = ACTIONS(77), + [anon_sym_DQUOTE] = ACTIONS(79), + [sym_nil_lit] = ACTIONS(2862), + [aux_sym_sym_lit_token1] = ACTIONS(81), + [anon_sym_CARET] = ACTIONS(2629), + [anon_sym_POUND_CARET] = ACTIONS(2632), + [anon_sym_LPAREN] = ACTIONS(2635), + [anon_sym_RPAREN] = ACTIONS(2638), + [anon_sym_POUND0A] = ACTIONS(98), + [anon_sym_POUND0a] = ACTIONS(98), + [anon_sym_POUND_QMARK] = ACTIONS(100), + [anon_sym_POUND_QMARK_AT] = ACTIONS(102), + [anon_sym_POUND_SQUOTE] = ACTIONS(104), + [anon_sym_SQUOTE] = ACTIONS(106), + [anon_sym_BQUOTE] = ACTIONS(108), + [anon_sym_COMMA_AT] = ACTIONS(110), + [anon_sym_COMMA] = ACTIONS(112), + [sym_block_comment] = ACTIONS(47), + [sym_fancy_literal] = ACTIONS(2862), + [anon_sym_cl] = ACTIONS(2640), + [aux_sym_accumulation_verb_token1] = ACTIONS(2643), + [anon_sym_for] = ACTIONS(2643), + [anon_sym_and] = ACTIONS(2643), + [anon_sym_as] = ACTIONS(2643), + [anon_sym_with] = ACTIONS(2643), + [anon_sym_do] = ACTIONS(2643), + [anon_sym_while] = ACTIONS(2643), + [anon_sym_until] = ACTIONS(2643), + [anon_sym_repeat] = ACTIONS(2643), + [anon_sym_when] = ACTIONS(2643), + [anon_sym_if] = ACTIONS(2643), + [anon_sym_unless] = ACTIONS(2643), + [anon_sym_always] = ACTIONS(2643), + [anon_sym_thereis] = ACTIONS(2643), + [anon_sym_never] = ACTIONS(2643), + [anon_sym_else] = ACTIONS(2643), + [anon_sym_finally] = ACTIONS(2643), + [anon_sym_return] = ACTIONS(2643), + [anon_sym_initially] = ACTIONS(2643), + [anon_sym_POUNDP] = ACTIONS(123), + [anon_sym_POUNDp] = ACTIONS(123), + [sym_self_referential_reader_macro] = ACTIONS(2864), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -27151,21 +27151,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2339), [aux_sym_dis_expr_repeat1] = STATE(62), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(2891), - [sym_comment] = ACTIONS(2891), - [anon_sym_POUND_] = ACTIONS(2858), + [sym__ws] = ACTIONS(2866), + [sym_comment] = ACTIONS(2866), + [anon_sym_POUND_] = ACTIONS(2836), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(2894), + [anon_sym_DOT] = ACTIONS(2869), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(2863), + [anon_sym_COLON] = ACTIONS(2841), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(2894), + [sym_nil_lit] = ACTIONS(2869), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(2866), - [anon_sym_POUND_CARET] = ACTIONS(2869), - [anon_sym_LPAREN] = ACTIONS(2872), - [anon_sym_RPAREN] = ACTIONS(2875), + [anon_sym_CARET] = ACTIONS(2844), + [anon_sym_POUND_CARET] = ACTIONS(2847), + [anon_sym_LPAREN] = ACTIONS(2850), + [anon_sym_RPAREN] = ACTIONS(2853), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -27176,30 +27176,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(2894), - [anon_sym_cl] = ACTIONS(2877), - [aux_sym_accumulation_verb_token1] = ACTIONS(2880), - [anon_sym_for] = ACTIONS(2880), - [anon_sym_and] = ACTIONS(2880), - [anon_sym_as] = ACTIONS(2880), - [anon_sym_with] = ACTIONS(2880), - [anon_sym_do] = ACTIONS(2880), - [anon_sym_while] = ACTIONS(2880), - [anon_sym_until] = ACTIONS(2880), - [anon_sym_repeat] = ACTIONS(2880), - [anon_sym_when] = ACTIONS(2880), - [anon_sym_if] = ACTIONS(2880), - [anon_sym_unless] = ACTIONS(2880), - [anon_sym_always] = ACTIONS(2880), - [anon_sym_thereis] = ACTIONS(2880), - [anon_sym_never] = ACTIONS(2880), - [anon_sym_else] = ACTIONS(2880), - [anon_sym_finally] = ACTIONS(2880), - [anon_sym_return] = ACTIONS(2880), - [anon_sym_initially] = ACTIONS(2880), + [sym_fancy_literal] = ACTIONS(2869), + [anon_sym_cl] = ACTIONS(2855), + [aux_sym_accumulation_verb_token1] = ACTIONS(2858), + [anon_sym_for] = ACTIONS(2858), + [anon_sym_and] = ACTIONS(2858), + [anon_sym_as] = ACTIONS(2858), + [anon_sym_with] = ACTIONS(2858), + [anon_sym_do] = ACTIONS(2858), + [anon_sym_while] = ACTIONS(2858), + [anon_sym_until] = ACTIONS(2858), + [anon_sym_repeat] = ACTIONS(2858), + [anon_sym_when] = ACTIONS(2858), + [anon_sym_if] = ACTIONS(2858), + [anon_sym_unless] = ACTIONS(2858), + [anon_sym_always] = ACTIONS(2858), + [anon_sym_thereis] = ACTIONS(2858), + [anon_sym_never] = ACTIONS(2858), + [anon_sym_else] = ACTIONS(2858), + [anon_sym_finally] = ACTIONS(2858), + [anon_sym_return] = ACTIONS(2858), + [anon_sym_initially] = ACTIONS(2858), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(2896), + [sym_self_referential_reader_macro] = ACTIONS(2871), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -27237,21 +27237,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2349), [aux_sym_dis_expr_repeat1] = STATE(64), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(2898), - [sym_comment] = ACTIONS(2898), - [anon_sym_POUND_] = ACTIONS(2858), + [sym__ws] = ACTIONS(2873), + [sym_comment] = ACTIONS(2873), + [anon_sym_POUND_] = ACTIONS(2836), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(2901), + [anon_sym_DOT] = ACTIONS(2876), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(2863), + [anon_sym_COLON] = ACTIONS(2841), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(2901), + [sym_nil_lit] = ACTIONS(2876), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(2866), - [anon_sym_POUND_CARET] = ACTIONS(2869), - [anon_sym_LPAREN] = ACTIONS(2872), - [anon_sym_RPAREN] = ACTIONS(2875), + [anon_sym_CARET] = ACTIONS(2844), + [anon_sym_POUND_CARET] = ACTIONS(2847), + [anon_sym_LPAREN] = ACTIONS(2850), + [anon_sym_RPAREN] = ACTIONS(2853), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -27262,30 +27262,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(2901), - [anon_sym_cl] = ACTIONS(2877), - [aux_sym_accumulation_verb_token1] = ACTIONS(2880), - [anon_sym_for] = ACTIONS(2880), - [anon_sym_and] = ACTIONS(2880), - [anon_sym_as] = ACTIONS(2880), - [anon_sym_with] = ACTIONS(2880), - [anon_sym_do] = ACTIONS(2880), - [anon_sym_while] = ACTIONS(2880), - [anon_sym_until] = ACTIONS(2880), - [anon_sym_repeat] = ACTIONS(2880), - [anon_sym_when] = ACTIONS(2880), - [anon_sym_if] = ACTIONS(2880), - [anon_sym_unless] = ACTIONS(2880), - [anon_sym_always] = ACTIONS(2880), - [anon_sym_thereis] = ACTIONS(2880), - [anon_sym_never] = ACTIONS(2880), - [anon_sym_else] = ACTIONS(2880), - [anon_sym_finally] = ACTIONS(2880), - [anon_sym_return] = ACTIONS(2880), - [anon_sym_initially] = ACTIONS(2880), + [sym_fancy_literal] = ACTIONS(2876), + [anon_sym_cl] = ACTIONS(2855), + [aux_sym_accumulation_verb_token1] = ACTIONS(2858), + [anon_sym_for] = ACTIONS(2858), + [anon_sym_and] = ACTIONS(2858), + [anon_sym_as] = ACTIONS(2858), + [anon_sym_with] = ACTIONS(2858), + [anon_sym_do] = ACTIONS(2858), + [anon_sym_while] = ACTIONS(2858), + [anon_sym_until] = ACTIONS(2858), + [anon_sym_repeat] = ACTIONS(2858), + [anon_sym_when] = ACTIONS(2858), + [anon_sym_if] = ACTIONS(2858), + [anon_sym_unless] = ACTIONS(2858), + [anon_sym_always] = ACTIONS(2858), + [anon_sym_thereis] = ACTIONS(2858), + [anon_sym_never] = ACTIONS(2858), + [anon_sym_else] = ACTIONS(2858), + [anon_sym_finally] = ACTIONS(2858), + [anon_sym_return] = ACTIONS(2858), + [anon_sym_initially] = ACTIONS(2858), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(2903), + [sym_self_referential_reader_macro] = ACTIONS(2878), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -27323,21 +27323,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2377), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(2855), - [sym_comment] = ACTIONS(2855), - [anon_sym_POUND_] = ACTIONS(2858), + [sym__ws] = ACTIONS(2833), + [sym_comment] = ACTIONS(2833), + [anon_sym_POUND_] = ACTIONS(2836), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(2905), + [anon_sym_DOT] = ACTIONS(2880), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(2863), + [anon_sym_COLON] = ACTIONS(2841), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(2905), + [sym_nil_lit] = ACTIONS(2880), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(2866), - [anon_sym_POUND_CARET] = ACTIONS(2869), - [anon_sym_LPAREN] = ACTIONS(2872), - [anon_sym_RPAREN] = ACTIONS(2875), + [anon_sym_CARET] = ACTIONS(2844), + [anon_sym_POUND_CARET] = ACTIONS(2847), + [anon_sym_LPAREN] = ACTIONS(2850), + [anon_sym_RPAREN] = ACTIONS(2853), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -27348,82 +27348,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(2905), - [anon_sym_cl] = ACTIONS(2877), - [aux_sym_accumulation_verb_token1] = ACTIONS(2880), - [anon_sym_for] = ACTIONS(2880), - [anon_sym_and] = ACTIONS(2880), - [anon_sym_as] = ACTIONS(2880), - [anon_sym_with] = ACTIONS(2880), - [anon_sym_do] = ACTIONS(2880), - [anon_sym_while] = ACTIONS(2880), - [anon_sym_until] = ACTIONS(2880), - [anon_sym_repeat] = ACTIONS(2880), - [anon_sym_when] = ACTIONS(2880), - [anon_sym_if] = ACTIONS(2880), - [anon_sym_unless] = ACTIONS(2880), - [anon_sym_always] = ACTIONS(2880), - [anon_sym_thereis] = ACTIONS(2880), - [anon_sym_never] = ACTIONS(2880), - [anon_sym_else] = ACTIONS(2880), - [anon_sym_finally] = ACTIONS(2880), - [anon_sym_return] = ACTIONS(2880), - [anon_sym_initially] = ACTIONS(2880), + [sym_fancy_literal] = ACTIONS(2880), + [anon_sym_cl] = ACTIONS(2855), + [aux_sym_accumulation_verb_token1] = ACTIONS(2858), + [anon_sym_for] = ACTIONS(2858), + [anon_sym_and] = ACTIONS(2858), + [anon_sym_as] = ACTIONS(2858), + [anon_sym_with] = ACTIONS(2858), + [anon_sym_do] = ACTIONS(2858), + [anon_sym_while] = ACTIONS(2858), + [anon_sym_until] = ACTIONS(2858), + [anon_sym_repeat] = ACTIONS(2858), + [anon_sym_when] = ACTIONS(2858), + [anon_sym_if] = ACTIONS(2858), + [anon_sym_unless] = ACTIONS(2858), + [anon_sym_always] = ACTIONS(2858), + [anon_sym_thereis] = ACTIONS(2858), + [anon_sym_never] = ACTIONS(2858), + [anon_sym_else] = ACTIONS(2858), + [anon_sym_finally] = ACTIONS(2858), + [anon_sym_return] = ACTIONS(2858), + [anon_sym_initially] = ACTIONS(2858), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(2907), + [sym_self_referential_reader_macro] = ACTIONS(2882), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), [anon_sym_POUNDc] = ACTIONS(129), }, [148] = { - [sym__gap] = STATE(995), - [sym_dis_expr] = STATE(995), - [sym__form] = STATE(2292), - [sym_num_lit] = STATE(2292), - [sym_kwd_lit] = STATE(2292), - [sym_str_lit] = STATE(2292), - [sym_char_lit] = STATE(2292), + [sym__gap] = STATE(263), + [sym_dis_expr] = STATE(263), + [sym__form] = STATE(2290), + [sym_num_lit] = STATE(2290), + [sym_kwd_lit] = STATE(2290), + [sym_str_lit] = STATE(2290), + [sym_char_lit] = STATE(2290), [sym_sym_lit] = STATE(2497), [sym__metadata_lit] = STATE(2901), [sym_meta_lit] = STATE(2858), [sym_old_meta_lit] = STATE(2859), - [sym_list_lit] = STATE(2292), + [sym_list_lit] = STATE(2290), [sym__bare_list_lit] = STATE(2648), - [sym_vec_lit] = STATE(2292), - [sym_set_lit] = STATE(2292), + [sym_vec_lit] = STATE(2290), + [sym_set_lit] = STATE(2290), [sym__bare_set_lit] = STATE(2625), - [sym_read_cond_lit] = STATE(2292), - [sym_splicing_read_cond_lit] = STATE(2292), - [sym_var_quoting_lit] = STATE(2292), - [sym_quoting_lit] = STATE(2292), - [sym_syn_quoting_lit] = STATE(2292), - [sym_unquote_splicing_lit] = STATE(2292), - [sym_unquoting_lit] = STATE(2292), + [sym_read_cond_lit] = STATE(2290), + [sym_splicing_read_cond_lit] = STATE(2290), + [sym_var_quoting_lit] = STATE(2290), + [sym_quoting_lit] = STATE(2290), + [sym_syn_quoting_lit] = STATE(2290), + [sym_unquote_splicing_lit] = STATE(2290), + [sym_unquoting_lit] = STATE(2290), [sym_defun] = STATE(2648), [sym_loop_macro] = STATE(2648), - [sym_path_lit] = STATE(2292), - [sym_package_lit] = STATE(2292), - [sym_include_reader_macro] = STATE(2292), - [sym_complex_num_lit] = STATE(2292), - [aux_sym_dis_expr_repeat1] = STATE(995), + [sym_path_lit] = STATE(2290), + [sym_package_lit] = STATE(2290), + [sym_include_reader_macro] = STATE(2290), + [sym_complex_num_lit] = STATE(2290), + [aux_sym_dis_expr_repeat1] = STATE(263), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(2618), - [sym_comment] = ACTIONS(2618), - [anon_sym_POUND_] = ACTIONS(2621), + [sym__ws] = ACTIONS(2884), + [sym_comment] = ACTIONS(2884), + [anon_sym_POUND_] = ACTIONS(2887), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(2909), + [anon_sym_DOT] = ACTIONS(2890), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(2626), + [anon_sym_COLON] = ACTIONS(2892), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(2909), + [sym_nil_lit] = ACTIONS(2890), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(2629), - [anon_sym_POUND_CARET] = ACTIONS(2632), - [anon_sym_LPAREN] = ACTIONS(2635), - [anon_sym_RPAREN] = ACTIONS(2638), + [anon_sym_CARET] = ACTIONS(2895), + [anon_sym_POUND_CARET] = ACTIONS(2898), + [anon_sym_LPAREN] = ACTIONS(2901), + [anon_sym_RPAREN] = ACTIONS(2904), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -27434,27 +27434,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(2909), - [anon_sym_cl] = ACTIONS(2640), - [aux_sym_accumulation_verb_token1] = ACTIONS(2643), - [anon_sym_for] = ACTIONS(2643), - [anon_sym_and] = ACTIONS(2643), - [anon_sym_as] = ACTIONS(2643), - [anon_sym_with] = ACTIONS(2643), - [anon_sym_do] = ACTIONS(2643), - [anon_sym_while] = ACTIONS(2643), - [anon_sym_until] = ACTIONS(2643), - [anon_sym_repeat] = ACTIONS(2643), - [anon_sym_when] = ACTIONS(2643), - [anon_sym_if] = ACTIONS(2643), - [anon_sym_unless] = ACTIONS(2643), - [anon_sym_always] = ACTIONS(2643), - [anon_sym_thereis] = ACTIONS(2643), - [anon_sym_never] = ACTIONS(2643), - [anon_sym_else] = ACTIONS(2643), - [anon_sym_finally] = ACTIONS(2643), - [anon_sym_return] = ACTIONS(2643), - [anon_sym_initially] = ACTIONS(2643), + [sym_fancy_literal] = ACTIONS(2890), + [anon_sym_cl] = ACTIONS(2906), + [aux_sym_accumulation_verb_token1] = ACTIONS(2909), + [anon_sym_for] = ACTIONS(2909), + [anon_sym_and] = ACTIONS(2909), + [anon_sym_as] = ACTIONS(2909), + [anon_sym_with] = ACTIONS(2909), + [anon_sym_do] = ACTIONS(2909), + [anon_sym_while] = ACTIONS(2909), + [anon_sym_until] = ACTIONS(2909), + [anon_sym_repeat] = ACTIONS(2909), + [anon_sym_when] = ACTIONS(2909), + [anon_sym_if] = ACTIONS(2909), + [anon_sym_unless] = ACTIONS(2909), + [anon_sym_always] = ACTIONS(2909), + [anon_sym_thereis] = ACTIONS(2909), + [anon_sym_never] = ACTIONS(2909), + [anon_sym_else] = ACTIONS(2909), + [anon_sym_finally] = ACTIONS(2909), + [anon_sym_return] = ACTIONS(2909), + [anon_sym_initially] = ACTIONS(2909), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), [sym_self_referential_reader_macro] = ACTIONS(2911), @@ -27495,21 +27495,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2385), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(2848), - [sym_comment] = ACTIONS(2848), - [anon_sym_POUND_] = ACTIONS(2822), + [sym__ws] = ACTIONS(2826), + [sym_comment] = ACTIONS(2826), + [anon_sym_POUND_] = ACTIONS(2800), [anon_sym_POUND] = ACTIONS(67), [anon_sym_DOT] = ACTIONS(2913), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(2827), + [anon_sym_COLON] = ACTIONS(2805), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), [sym_nil_lit] = ACTIONS(2913), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(2830), - [anon_sym_POUND_CARET] = ACTIONS(2833), - [anon_sym_LPAREN] = ACTIONS(2836), - [anon_sym_RPAREN] = ACTIONS(2839), + [anon_sym_CARET] = ACTIONS(2808), + [anon_sym_POUND_CARET] = ACTIONS(2811), + [anon_sym_LPAREN] = ACTIONS(2814), + [anon_sym_RPAREN] = ACTIONS(2817), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -27521,26 +27521,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(2913), - [anon_sym_cl] = ACTIONS(2841), - [aux_sym_accumulation_verb_token1] = ACTIONS(2844), - [anon_sym_for] = ACTIONS(2844), - [anon_sym_and] = ACTIONS(2844), - [anon_sym_as] = ACTIONS(2844), - [anon_sym_with] = ACTIONS(2844), - [anon_sym_do] = ACTIONS(2844), - [anon_sym_while] = ACTIONS(2844), - [anon_sym_until] = ACTIONS(2844), - [anon_sym_repeat] = ACTIONS(2844), - [anon_sym_when] = ACTIONS(2844), - [anon_sym_if] = ACTIONS(2844), - [anon_sym_unless] = ACTIONS(2844), - [anon_sym_always] = ACTIONS(2844), - [anon_sym_thereis] = ACTIONS(2844), - [anon_sym_never] = ACTIONS(2844), - [anon_sym_else] = ACTIONS(2844), - [anon_sym_finally] = ACTIONS(2844), - [anon_sym_return] = ACTIONS(2844), - [anon_sym_initially] = ACTIONS(2844), + [anon_sym_cl] = ACTIONS(2819), + [aux_sym_accumulation_verb_token1] = ACTIONS(2822), + [anon_sym_for] = ACTIONS(2822), + [anon_sym_and] = ACTIONS(2822), + [anon_sym_as] = ACTIONS(2822), + [anon_sym_with] = ACTIONS(2822), + [anon_sym_do] = ACTIONS(2822), + [anon_sym_while] = ACTIONS(2822), + [anon_sym_until] = ACTIONS(2822), + [anon_sym_repeat] = ACTIONS(2822), + [anon_sym_when] = ACTIONS(2822), + [anon_sym_if] = ACTIONS(2822), + [anon_sym_unless] = ACTIONS(2822), + [anon_sym_always] = ACTIONS(2822), + [anon_sym_thereis] = ACTIONS(2822), + [anon_sym_never] = ACTIONS(2822), + [anon_sym_else] = ACTIONS(2822), + [anon_sym_finally] = ACTIONS(2822), + [anon_sym_return] = ACTIONS(2822), + [anon_sym_initially] = ACTIONS(2822), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), [sym_self_referential_reader_macro] = ACTIONS(2915), @@ -27636,92 +27636,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDc] = ACTIONS(129), }, [151] = { - [sym__gap] = STATE(263), - [sym_dis_expr] = STATE(263), - [sym__form] = STATE(2290), - [sym_num_lit] = STATE(2290), - [sym_kwd_lit] = STATE(2290), - [sym_str_lit] = STATE(2290), - [sym_char_lit] = STATE(2290), - [sym_sym_lit] = STATE(2497), - [sym__metadata_lit] = STATE(2901), - [sym_meta_lit] = STATE(2858), - [sym_old_meta_lit] = STATE(2859), - [sym_list_lit] = STATE(2290), - [sym__bare_list_lit] = STATE(2648), - [sym_vec_lit] = STATE(2290), - [sym_set_lit] = STATE(2290), - [sym__bare_set_lit] = STATE(2625), - [sym_read_cond_lit] = STATE(2290), - [sym_splicing_read_cond_lit] = STATE(2290), - [sym_var_quoting_lit] = STATE(2290), - [sym_quoting_lit] = STATE(2290), - [sym_syn_quoting_lit] = STATE(2290), - [sym_unquote_splicing_lit] = STATE(2290), - [sym_unquoting_lit] = STATE(2290), - [sym_defun] = STATE(2648), - [sym_loop_macro] = STATE(2648), - [sym_path_lit] = STATE(2290), - [sym_package_lit] = STATE(2290), - [sym_include_reader_macro] = STATE(2290), - [sym_complex_num_lit] = STATE(2290), - [aux_sym_dis_expr_repeat1] = STATE(263), - [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(2924), - [sym_comment] = ACTIONS(2924), - [anon_sym_POUND_] = ACTIONS(2927), - [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(2930), - [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(2932), - [anon_sym_COLON_COLON] = ACTIONS(77), - [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(2930), - [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(2935), - [anon_sym_POUND_CARET] = ACTIONS(2938), - [anon_sym_LPAREN] = ACTIONS(2941), - [anon_sym_RPAREN] = ACTIONS(2944), - [anon_sym_POUND0A] = ACTIONS(98), - [anon_sym_POUND0a] = ACTIONS(98), - [anon_sym_POUND_QMARK] = ACTIONS(100), - [anon_sym_POUND_QMARK_AT] = ACTIONS(102), - [anon_sym_POUND_SQUOTE] = ACTIONS(104), - [anon_sym_SQUOTE] = ACTIONS(106), - [anon_sym_BQUOTE] = ACTIONS(108), - [anon_sym_COMMA_AT] = ACTIONS(110), - [anon_sym_COMMA] = ACTIONS(112), - [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(2930), - [anon_sym_cl] = ACTIONS(2946), - [aux_sym_accumulation_verb_token1] = ACTIONS(2949), - [anon_sym_for] = ACTIONS(2949), - [anon_sym_and] = ACTIONS(2949), - [anon_sym_as] = ACTIONS(2949), - [anon_sym_with] = ACTIONS(2949), - [anon_sym_do] = ACTIONS(2949), - [anon_sym_while] = ACTIONS(2949), - [anon_sym_until] = ACTIONS(2949), - [anon_sym_repeat] = ACTIONS(2949), - [anon_sym_when] = ACTIONS(2949), - [anon_sym_if] = ACTIONS(2949), - [anon_sym_unless] = ACTIONS(2949), - [anon_sym_always] = ACTIONS(2949), - [anon_sym_thereis] = ACTIONS(2949), - [anon_sym_never] = ACTIONS(2949), - [anon_sym_else] = ACTIONS(2949), - [anon_sym_finally] = ACTIONS(2949), - [anon_sym_return] = ACTIONS(2949), - [anon_sym_initially] = ACTIONS(2949), - [anon_sym_POUNDP] = ACTIONS(123), - [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(2951), - [anon_sym_POUND_PLUS] = ACTIONS(127), - [anon_sym_POUND_DASH] = ACTIONS(127), - [anon_sym_POUNDC] = ACTIONS(129), - [anon_sym_POUNDc] = ACTIONS(129), - }, - [152] = { [sym__gap] = STATE(995), [sym_dis_expr] = STATE(995), [sym__form] = STATE(2110), @@ -27753,16 +27667,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2110), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(2953), - [sym_comment] = ACTIONS(2953), + [sym__ws] = ACTIONS(2924), + [sym_comment] = ACTIONS(2924), [anon_sym_POUND_] = ACTIONS(2267), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(2956), + [anon_sym_DOT] = ACTIONS(2927), [aux_sym_num_lit_token1] = ACTIONS(71), [anon_sym_COLON] = ACTIONS(2272), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(2956), + [sym_nil_lit] = ACTIONS(2927), [aux_sym_sym_lit_token1] = ACTIONS(81), [anon_sym_CARET] = ACTIONS(2275), [anon_sym_POUND_CARET] = ACTIONS(2278), @@ -27778,7 +27692,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(2956), + [sym_fancy_literal] = ACTIONS(2927), [anon_sym_cl] = ACTIONS(2286), [aux_sym_accumulation_verb_token1] = ACTIONS(2289), [anon_sym_for] = ACTIONS(2289), @@ -27801,13 +27715,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_initially] = ACTIONS(2289), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(2958), + [sym_self_referential_reader_macro] = ACTIONS(2929), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), [anon_sym_POUNDc] = ACTIONS(129), }, - [153] = { + [152] = { [sym__gap] = STATE(267), [sym_dis_expr] = STATE(267), [sym__form] = STATE(2284), @@ -27839,21 +27753,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2284), [aux_sym_dis_expr_repeat1] = STATE(267), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(2960), - [sym_comment] = ACTIONS(2960), - [anon_sym_POUND_] = ACTIONS(2963), + [sym__ws] = ACTIONS(2931), + [sym_comment] = ACTIONS(2931), + [anon_sym_POUND_] = ACTIONS(2934), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(2966), + [anon_sym_DOT] = ACTIONS(2937), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(2968), + [anon_sym_COLON] = ACTIONS(2939), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(2966), + [sym_nil_lit] = ACTIONS(2937), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(2971), - [anon_sym_POUND_CARET] = ACTIONS(2974), - [anon_sym_LPAREN] = ACTIONS(2977), - [anon_sym_RPAREN] = ACTIONS(2980), + [anon_sym_CARET] = ACTIONS(2942), + [anon_sym_POUND_CARET] = ACTIONS(2945), + [anon_sym_LPAREN] = ACTIONS(2948), + [anon_sym_RPAREN] = ACTIONS(2951), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -27864,36 +27778,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(2966), - [anon_sym_cl] = ACTIONS(2982), - [aux_sym_accumulation_verb_token1] = ACTIONS(2985), - [anon_sym_for] = ACTIONS(2985), - [anon_sym_and] = ACTIONS(2985), - [anon_sym_as] = ACTIONS(2985), - [anon_sym_with] = ACTIONS(2985), - [anon_sym_do] = ACTIONS(2985), - [anon_sym_while] = ACTIONS(2985), - [anon_sym_until] = ACTIONS(2985), - [anon_sym_repeat] = ACTIONS(2985), - [anon_sym_when] = ACTIONS(2985), - [anon_sym_if] = ACTIONS(2985), - [anon_sym_unless] = ACTIONS(2985), - [anon_sym_always] = ACTIONS(2985), - [anon_sym_thereis] = ACTIONS(2985), - [anon_sym_never] = ACTIONS(2985), - [anon_sym_else] = ACTIONS(2985), - [anon_sym_finally] = ACTIONS(2985), - [anon_sym_return] = ACTIONS(2985), - [anon_sym_initially] = ACTIONS(2985), + [sym_fancy_literal] = ACTIONS(2937), + [anon_sym_cl] = ACTIONS(2953), + [aux_sym_accumulation_verb_token1] = ACTIONS(2956), + [anon_sym_for] = ACTIONS(2956), + [anon_sym_and] = ACTIONS(2956), + [anon_sym_as] = ACTIONS(2956), + [anon_sym_with] = ACTIONS(2956), + [anon_sym_do] = ACTIONS(2956), + [anon_sym_while] = ACTIONS(2956), + [anon_sym_until] = ACTIONS(2956), + [anon_sym_repeat] = ACTIONS(2956), + [anon_sym_when] = ACTIONS(2956), + [anon_sym_if] = ACTIONS(2956), + [anon_sym_unless] = ACTIONS(2956), + [anon_sym_always] = ACTIONS(2956), + [anon_sym_thereis] = ACTIONS(2956), + [anon_sym_never] = ACTIONS(2956), + [anon_sym_else] = ACTIONS(2956), + [anon_sym_finally] = ACTIONS(2956), + [anon_sym_return] = ACTIONS(2956), + [anon_sym_initially] = ACTIONS(2956), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(2987), + [sym_self_referential_reader_macro] = ACTIONS(2958), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), [anon_sym_POUNDc] = ACTIONS(129), }, - [154] = { + [153] = { [sym__gap] = STATE(995), [sym_dis_expr] = STATE(995), [sym__form] = STATE(2282), @@ -27925,21 +27839,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2282), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(2989), - [sym_comment] = ACTIONS(2989), - [anon_sym_POUND_] = ACTIONS(2963), + [sym__ws] = ACTIONS(2960), + [sym_comment] = ACTIONS(2960), + [anon_sym_POUND_] = ACTIONS(2934), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(2992), + [anon_sym_DOT] = ACTIONS(2963), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(2968), + [anon_sym_COLON] = ACTIONS(2939), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(2992), + [sym_nil_lit] = ACTIONS(2963), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(2971), - [anon_sym_POUND_CARET] = ACTIONS(2974), - [anon_sym_LPAREN] = ACTIONS(2977), - [anon_sym_RPAREN] = ACTIONS(2980), + [anon_sym_CARET] = ACTIONS(2942), + [anon_sym_POUND_CARET] = ACTIONS(2945), + [anon_sym_LPAREN] = ACTIONS(2948), + [anon_sym_RPAREN] = ACTIONS(2951), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -27950,36 +27864,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(2992), - [anon_sym_cl] = ACTIONS(2982), - [aux_sym_accumulation_verb_token1] = ACTIONS(2985), - [anon_sym_for] = ACTIONS(2985), - [anon_sym_and] = ACTIONS(2985), - [anon_sym_as] = ACTIONS(2985), - [anon_sym_with] = ACTIONS(2985), - [anon_sym_do] = ACTIONS(2985), - [anon_sym_while] = ACTIONS(2985), - [anon_sym_until] = ACTIONS(2985), - [anon_sym_repeat] = ACTIONS(2985), - [anon_sym_when] = ACTIONS(2985), - [anon_sym_if] = ACTIONS(2985), - [anon_sym_unless] = ACTIONS(2985), - [anon_sym_always] = ACTIONS(2985), - [anon_sym_thereis] = ACTIONS(2985), - [anon_sym_never] = ACTIONS(2985), - [anon_sym_else] = ACTIONS(2985), - [anon_sym_finally] = ACTIONS(2985), - [anon_sym_return] = ACTIONS(2985), - [anon_sym_initially] = ACTIONS(2985), + [sym_fancy_literal] = ACTIONS(2963), + [anon_sym_cl] = ACTIONS(2953), + [aux_sym_accumulation_verb_token1] = ACTIONS(2956), + [anon_sym_for] = ACTIONS(2956), + [anon_sym_and] = ACTIONS(2956), + [anon_sym_as] = ACTIONS(2956), + [anon_sym_with] = ACTIONS(2956), + [anon_sym_do] = ACTIONS(2956), + [anon_sym_while] = ACTIONS(2956), + [anon_sym_until] = ACTIONS(2956), + [anon_sym_repeat] = ACTIONS(2956), + [anon_sym_when] = ACTIONS(2956), + [anon_sym_if] = ACTIONS(2956), + [anon_sym_unless] = ACTIONS(2956), + [anon_sym_always] = ACTIONS(2956), + [anon_sym_thereis] = ACTIONS(2956), + [anon_sym_never] = ACTIONS(2956), + [anon_sym_else] = ACTIONS(2956), + [anon_sym_finally] = ACTIONS(2956), + [anon_sym_return] = ACTIONS(2956), + [anon_sym_initially] = ACTIONS(2956), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(2994), + [sym_self_referential_reader_macro] = ACTIONS(2965), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), [anon_sym_POUNDc] = ACTIONS(129), }, - [155] = { + [154] = { [sym__gap] = STATE(266), [sym_dis_expr] = STATE(266), [sym__form] = STATE(2280), @@ -28011,6 +27925,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2280), [aux_sym_dis_expr_repeat1] = STATE(266), [aux_sym_list_lit_repeat1] = STATE(2834), + [sym__ws] = ACTIONS(2967), + [sym_comment] = ACTIONS(2967), + [anon_sym_POUND_] = ACTIONS(2970), + [anon_sym_POUND] = ACTIONS(67), + [anon_sym_DOT] = ACTIONS(2973), + [aux_sym_num_lit_token1] = ACTIONS(71), + [anon_sym_COLON] = ACTIONS(2975), + [anon_sym_COLON_COLON] = ACTIONS(77), + [anon_sym_DQUOTE] = ACTIONS(79), + [sym_nil_lit] = ACTIONS(2973), + [aux_sym_sym_lit_token1] = ACTIONS(81), + [anon_sym_CARET] = ACTIONS(2978), + [anon_sym_POUND_CARET] = ACTIONS(2981), + [anon_sym_LPAREN] = ACTIONS(2984), + [anon_sym_RPAREN] = ACTIONS(2987), + [anon_sym_POUND0A] = ACTIONS(98), + [anon_sym_POUND0a] = ACTIONS(98), + [anon_sym_POUND_QMARK] = ACTIONS(100), + [anon_sym_POUND_QMARK_AT] = ACTIONS(102), + [anon_sym_POUND_SQUOTE] = ACTIONS(104), + [anon_sym_SQUOTE] = ACTIONS(106), + [anon_sym_BQUOTE] = ACTIONS(108), + [anon_sym_COMMA_AT] = ACTIONS(110), + [anon_sym_COMMA] = ACTIONS(112), + [sym_block_comment] = ACTIONS(47), + [sym_fancy_literal] = ACTIONS(2973), + [anon_sym_cl] = ACTIONS(2989), + [aux_sym_accumulation_verb_token1] = ACTIONS(2992), + [anon_sym_for] = ACTIONS(2992), + [anon_sym_and] = ACTIONS(2992), + [anon_sym_as] = ACTIONS(2992), + [anon_sym_with] = ACTIONS(2992), + [anon_sym_do] = ACTIONS(2992), + [anon_sym_while] = ACTIONS(2992), + [anon_sym_until] = ACTIONS(2992), + [anon_sym_repeat] = ACTIONS(2992), + [anon_sym_when] = ACTIONS(2992), + [anon_sym_if] = ACTIONS(2992), + [anon_sym_unless] = ACTIONS(2992), + [anon_sym_always] = ACTIONS(2992), + [anon_sym_thereis] = ACTIONS(2992), + [anon_sym_never] = ACTIONS(2992), + [anon_sym_else] = ACTIONS(2992), + [anon_sym_finally] = ACTIONS(2992), + [anon_sym_return] = ACTIONS(2992), + [anon_sym_initially] = ACTIONS(2992), + [anon_sym_POUNDP] = ACTIONS(123), + [anon_sym_POUNDp] = ACTIONS(123), + [sym_self_referential_reader_macro] = ACTIONS(2994), + [anon_sym_POUND_PLUS] = ACTIONS(127), + [anon_sym_POUND_DASH] = ACTIONS(127), + [anon_sym_POUNDC] = ACTIONS(129), + [anon_sym_POUNDc] = ACTIONS(129), + }, + [155] = { + [sym__gap] = STATE(995), + [sym_dis_expr] = STATE(995), + [sym__form] = STATE(2323), + [sym_num_lit] = STATE(2323), + [sym_kwd_lit] = STATE(2323), + [sym_str_lit] = STATE(2323), + [sym_char_lit] = STATE(2323), + [sym_sym_lit] = STATE(2497), + [sym__metadata_lit] = STATE(2901), + [sym_meta_lit] = STATE(2858), + [sym_old_meta_lit] = STATE(2859), + [sym_list_lit] = STATE(2323), + [sym__bare_list_lit] = STATE(2648), + [sym_vec_lit] = STATE(2323), + [sym_set_lit] = STATE(2323), + [sym__bare_set_lit] = STATE(2625), + [sym_read_cond_lit] = STATE(2323), + [sym_splicing_read_cond_lit] = STATE(2323), + [sym_var_quoting_lit] = STATE(2323), + [sym_quoting_lit] = STATE(2323), + [sym_syn_quoting_lit] = STATE(2323), + [sym_unquote_splicing_lit] = STATE(2323), + [sym_unquoting_lit] = STATE(2323), + [sym_defun] = STATE(2648), + [sym_loop_macro] = STATE(2648), + [sym_path_lit] = STATE(2323), + [sym_package_lit] = STATE(2323), + [sym_include_reader_macro] = STATE(2323), + [sym_complex_num_lit] = STATE(2323), + [aux_sym_dis_expr_repeat1] = STATE(995), + [aux_sym_list_lit_repeat1] = STATE(2834), [sym__ws] = ACTIONS(2996), [sym_comment] = ACTIONS(2996), [anon_sym_POUND_] = ACTIONS(2999), @@ -28238,92 +28238,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDc] = ACTIONS(129), }, [158] = { - [sym__gap] = STATE(995), - [sym_dis_expr] = STATE(995), - [sym__form] = STATE(2323), - [sym_num_lit] = STATE(2323), - [sym_kwd_lit] = STATE(2323), - [sym_str_lit] = STATE(2323), - [sym_char_lit] = STATE(2323), - [sym_sym_lit] = STATE(2497), - [sym__metadata_lit] = STATE(2901), - [sym_meta_lit] = STATE(2858), - [sym_old_meta_lit] = STATE(2859), - [sym_list_lit] = STATE(2323), - [sym__bare_list_lit] = STATE(2648), - [sym_vec_lit] = STATE(2323), - [sym_set_lit] = STATE(2323), - [sym__bare_set_lit] = STATE(2625), - [sym_read_cond_lit] = STATE(2323), - [sym_splicing_read_cond_lit] = STATE(2323), - [sym_var_quoting_lit] = STATE(2323), - [sym_quoting_lit] = STATE(2323), - [sym_syn_quoting_lit] = STATE(2323), - [sym_unquote_splicing_lit] = STATE(2323), - [sym_unquoting_lit] = STATE(2323), - [sym_defun] = STATE(2648), - [sym_loop_macro] = STATE(2648), - [sym_path_lit] = STATE(2323), - [sym_package_lit] = STATE(2323), - [sym_include_reader_macro] = STATE(2323), - [sym_complex_num_lit] = STATE(2323), - [aux_sym_dis_expr_repeat1] = STATE(995), - [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3036), - [sym_comment] = ACTIONS(3036), - [anon_sym_POUND_] = ACTIONS(3039), - [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3042), - [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3044), - [anon_sym_COLON_COLON] = ACTIONS(77), - [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3042), - [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3047), - [anon_sym_POUND_CARET] = ACTIONS(3050), - [anon_sym_LPAREN] = ACTIONS(3053), - [anon_sym_RPAREN] = ACTIONS(3056), - [anon_sym_POUND0A] = ACTIONS(98), - [anon_sym_POUND0a] = ACTIONS(98), - [anon_sym_POUND_QMARK] = ACTIONS(100), - [anon_sym_POUND_QMARK_AT] = ACTIONS(102), - [anon_sym_POUND_SQUOTE] = ACTIONS(104), - [anon_sym_SQUOTE] = ACTIONS(106), - [anon_sym_BQUOTE] = ACTIONS(108), - [anon_sym_COMMA_AT] = ACTIONS(110), - [anon_sym_COMMA] = ACTIONS(112), - [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3042), - [anon_sym_cl] = ACTIONS(3058), - [aux_sym_accumulation_verb_token1] = ACTIONS(3061), - [anon_sym_for] = ACTIONS(3061), - [anon_sym_and] = ACTIONS(3061), - [anon_sym_as] = ACTIONS(3061), - [anon_sym_with] = ACTIONS(3061), - [anon_sym_do] = ACTIONS(3061), - [anon_sym_while] = ACTIONS(3061), - [anon_sym_until] = ACTIONS(3061), - [anon_sym_repeat] = ACTIONS(3061), - [anon_sym_when] = ACTIONS(3061), - [anon_sym_if] = ACTIONS(3061), - [anon_sym_unless] = ACTIONS(3061), - [anon_sym_always] = ACTIONS(3061), - [anon_sym_thereis] = ACTIONS(3061), - [anon_sym_never] = ACTIONS(3061), - [anon_sym_else] = ACTIONS(3061), - [anon_sym_finally] = ACTIONS(3061), - [anon_sym_return] = ACTIONS(3061), - [anon_sym_initially] = ACTIONS(3061), - [anon_sym_POUNDP] = ACTIONS(123), - [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3063), - [anon_sym_POUND_PLUS] = ACTIONS(127), - [anon_sym_POUND_DASH] = ACTIONS(127), - [anon_sym_POUNDC] = ACTIONS(129), - [anon_sym_POUNDc] = ACTIONS(129), - }, - [159] = { [sym__gap] = STATE(259), [sym_dis_expr] = STATE(259), [sym__form] = STATE(2274), @@ -28355,21 +28269,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2274), [aux_sym_dis_expr_repeat1] = STATE(259), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3065), - [sym_comment] = ACTIONS(3065), - [anon_sym_POUND_] = ACTIONS(2963), + [sym__ws] = ACTIONS(3036), + [sym_comment] = ACTIONS(3036), + [anon_sym_POUND_] = ACTIONS(2934), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3068), + [anon_sym_DOT] = ACTIONS(3039), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(2968), + [anon_sym_COLON] = ACTIONS(2939), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3068), + [sym_nil_lit] = ACTIONS(3039), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(2971), - [anon_sym_POUND_CARET] = ACTIONS(2974), - [anon_sym_LPAREN] = ACTIONS(2977), - [anon_sym_RPAREN] = ACTIONS(2980), + [anon_sym_CARET] = ACTIONS(2942), + [anon_sym_POUND_CARET] = ACTIONS(2945), + [anon_sym_LPAREN] = ACTIONS(2948), + [anon_sym_RPAREN] = ACTIONS(2951), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -28380,82 +28294,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3068), - [anon_sym_cl] = ACTIONS(2982), - [aux_sym_accumulation_verb_token1] = ACTIONS(2985), - [anon_sym_for] = ACTIONS(2985), - [anon_sym_and] = ACTIONS(2985), - [anon_sym_as] = ACTIONS(2985), - [anon_sym_with] = ACTIONS(2985), - [anon_sym_do] = ACTIONS(2985), - [anon_sym_while] = ACTIONS(2985), - [anon_sym_until] = ACTIONS(2985), - [anon_sym_repeat] = ACTIONS(2985), - [anon_sym_when] = ACTIONS(2985), - [anon_sym_if] = ACTIONS(2985), - [anon_sym_unless] = ACTIONS(2985), - [anon_sym_always] = ACTIONS(2985), - [anon_sym_thereis] = ACTIONS(2985), - [anon_sym_never] = ACTIONS(2985), - [anon_sym_else] = ACTIONS(2985), - [anon_sym_finally] = ACTIONS(2985), - [anon_sym_return] = ACTIONS(2985), - [anon_sym_initially] = ACTIONS(2985), + [sym_fancy_literal] = ACTIONS(3039), + [anon_sym_cl] = ACTIONS(2953), + [aux_sym_accumulation_verb_token1] = ACTIONS(2956), + [anon_sym_for] = ACTIONS(2956), + [anon_sym_and] = ACTIONS(2956), + [anon_sym_as] = ACTIONS(2956), + [anon_sym_with] = ACTIONS(2956), + [anon_sym_do] = ACTIONS(2956), + [anon_sym_while] = ACTIONS(2956), + [anon_sym_until] = ACTIONS(2956), + [anon_sym_repeat] = ACTIONS(2956), + [anon_sym_when] = ACTIONS(2956), + [anon_sym_if] = ACTIONS(2956), + [anon_sym_unless] = ACTIONS(2956), + [anon_sym_always] = ACTIONS(2956), + [anon_sym_thereis] = ACTIONS(2956), + [anon_sym_never] = ACTIONS(2956), + [anon_sym_else] = ACTIONS(2956), + [anon_sym_finally] = ACTIONS(2956), + [anon_sym_return] = ACTIONS(2956), + [anon_sym_initially] = ACTIONS(2956), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3070), + [sym_self_referential_reader_macro] = ACTIONS(3041), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), [anon_sym_POUNDc] = ACTIONS(129), }, - [160] = { - [sym__gap] = STATE(43), - [sym_dis_expr] = STATE(43), - [sym__form] = STATE(2444), - [sym_num_lit] = STATE(2444), - [sym_kwd_lit] = STATE(2444), - [sym_str_lit] = STATE(2444), - [sym_char_lit] = STATE(2444), + [159] = { + [sym__gap] = STATE(253), + [sym_dis_expr] = STATE(253), + [sym__form] = STATE(2324), + [sym_num_lit] = STATE(2324), + [sym_kwd_lit] = STATE(2324), + [sym_str_lit] = STATE(2324), + [sym_char_lit] = STATE(2324), [sym_sym_lit] = STATE(2497), [sym__metadata_lit] = STATE(2901), [sym_meta_lit] = STATE(2858), [sym_old_meta_lit] = STATE(2859), - [sym_list_lit] = STATE(2444), + [sym_list_lit] = STATE(2324), [sym__bare_list_lit] = STATE(2648), - [sym_vec_lit] = STATE(2444), - [sym_set_lit] = STATE(2444), + [sym_vec_lit] = STATE(2324), + [sym_set_lit] = STATE(2324), [sym__bare_set_lit] = STATE(2625), - [sym_read_cond_lit] = STATE(2444), - [sym_splicing_read_cond_lit] = STATE(2444), - [sym_var_quoting_lit] = STATE(2444), - [sym_quoting_lit] = STATE(2444), - [sym_syn_quoting_lit] = STATE(2444), - [sym_unquote_splicing_lit] = STATE(2444), - [sym_unquoting_lit] = STATE(2444), + [sym_read_cond_lit] = STATE(2324), + [sym_splicing_read_cond_lit] = STATE(2324), + [sym_var_quoting_lit] = STATE(2324), + [sym_quoting_lit] = STATE(2324), + [sym_syn_quoting_lit] = STATE(2324), + [sym_unquote_splicing_lit] = STATE(2324), + [sym_unquoting_lit] = STATE(2324), [sym_defun] = STATE(2648), [sym_loop_macro] = STATE(2648), - [sym_path_lit] = STATE(2444), - [sym_package_lit] = STATE(2444), - [sym_include_reader_macro] = STATE(2444), - [sym_complex_num_lit] = STATE(2444), - [aux_sym_dis_expr_repeat1] = STATE(43), + [sym_path_lit] = STATE(2324), + [sym_package_lit] = STATE(2324), + [sym_include_reader_macro] = STATE(2324), + [sym_complex_num_lit] = STATE(2324), + [aux_sym_dis_expr_repeat1] = STATE(253), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3072), - [sym_comment] = ACTIONS(3072), - [anon_sym_POUND_] = ACTIONS(2822), + [sym__ws] = ACTIONS(3043), + [sym_comment] = ACTIONS(3043), + [anon_sym_POUND_] = ACTIONS(2999), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3075), + [anon_sym_DOT] = ACTIONS(3046), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(2827), + [anon_sym_COLON] = ACTIONS(3004), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3075), + [sym_nil_lit] = ACTIONS(3046), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(2830), - [anon_sym_POUND_CARET] = ACTIONS(2833), - [anon_sym_LPAREN] = ACTIONS(2836), - [anon_sym_RPAREN] = ACTIONS(2839), + [anon_sym_CARET] = ACTIONS(3007), + [anon_sym_POUND_CARET] = ACTIONS(3010), + [anon_sym_LPAREN] = ACTIONS(3013), + [anon_sym_RPAREN] = ACTIONS(3016), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -28466,82 +28380,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3075), - [anon_sym_cl] = ACTIONS(2841), - [aux_sym_accumulation_verb_token1] = ACTIONS(2844), - [anon_sym_for] = ACTIONS(2844), - [anon_sym_and] = ACTIONS(2844), - [anon_sym_as] = ACTIONS(2844), - [anon_sym_with] = ACTIONS(2844), - [anon_sym_do] = ACTIONS(2844), - [anon_sym_while] = ACTIONS(2844), - [anon_sym_until] = ACTIONS(2844), - [anon_sym_repeat] = ACTIONS(2844), - [anon_sym_when] = ACTIONS(2844), - [anon_sym_if] = ACTIONS(2844), - [anon_sym_unless] = ACTIONS(2844), - [anon_sym_always] = ACTIONS(2844), - [anon_sym_thereis] = ACTIONS(2844), - [anon_sym_never] = ACTIONS(2844), - [anon_sym_else] = ACTIONS(2844), - [anon_sym_finally] = ACTIONS(2844), - [anon_sym_return] = ACTIONS(2844), - [anon_sym_initially] = ACTIONS(2844), + [sym_fancy_literal] = ACTIONS(3046), + [anon_sym_cl] = ACTIONS(3018), + [aux_sym_accumulation_verb_token1] = ACTIONS(3021), + [anon_sym_for] = ACTIONS(3021), + [anon_sym_and] = ACTIONS(3021), + [anon_sym_as] = ACTIONS(3021), + [anon_sym_with] = ACTIONS(3021), + [anon_sym_do] = ACTIONS(3021), + [anon_sym_while] = ACTIONS(3021), + [anon_sym_until] = ACTIONS(3021), + [anon_sym_repeat] = ACTIONS(3021), + [anon_sym_when] = ACTIONS(3021), + [anon_sym_if] = ACTIONS(3021), + [anon_sym_unless] = ACTIONS(3021), + [anon_sym_always] = ACTIONS(3021), + [anon_sym_thereis] = ACTIONS(3021), + [anon_sym_never] = ACTIONS(3021), + [anon_sym_else] = ACTIONS(3021), + [anon_sym_finally] = ACTIONS(3021), + [anon_sym_return] = ACTIONS(3021), + [anon_sym_initially] = ACTIONS(3021), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3077), + [sym_self_referential_reader_macro] = ACTIONS(3048), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), [anon_sym_POUNDc] = ACTIONS(129), }, - [161] = { - [sym__gap] = STATE(253), - [sym_dis_expr] = STATE(253), - [sym__form] = STATE(2324), - [sym_num_lit] = STATE(2324), - [sym_kwd_lit] = STATE(2324), - [sym_str_lit] = STATE(2324), - [sym_char_lit] = STATE(2324), + [160] = { + [sym__gap] = STATE(995), + [sym_dis_expr] = STATE(995), + [sym__form] = STATE(2379), + [sym_num_lit] = STATE(2379), + [sym_kwd_lit] = STATE(2379), + [sym_str_lit] = STATE(2379), + [sym_char_lit] = STATE(2379), [sym_sym_lit] = STATE(2497), [sym__metadata_lit] = STATE(2901), [sym_meta_lit] = STATE(2858), [sym_old_meta_lit] = STATE(2859), - [sym_list_lit] = STATE(2324), + [sym_list_lit] = STATE(2379), [sym__bare_list_lit] = STATE(2648), - [sym_vec_lit] = STATE(2324), - [sym_set_lit] = STATE(2324), + [sym_vec_lit] = STATE(2379), + [sym_set_lit] = STATE(2379), [sym__bare_set_lit] = STATE(2625), - [sym_read_cond_lit] = STATE(2324), - [sym_splicing_read_cond_lit] = STATE(2324), - [sym_var_quoting_lit] = STATE(2324), - [sym_quoting_lit] = STATE(2324), - [sym_syn_quoting_lit] = STATE(2324), - [sym_unquote_splicing_lit] = STATE(2324), - [sym_unquoting_lit] = STATE(2324), + [sym_read_cond_lit] = STATE(2379), + [sym_splicing_read_cond_lit] = STATE(2379), + [sym_var_quoting_lit] = STATE(2379), + [sym_quoting_lit] = STATE(2379), + [sym_syn_quoting_lit] = STATE(2379), + [sym_unquote_splicing_lit] = STATE(2379), + [sym_unquoting_lit] = STATE(2379), [sym_defun] = STATE(2648), [sym_loop_macro] = STATE(2648), - [sym_path_lit] = STATE(2324), - [sym_package_lit] = STATE(2324), - [sym_include_reader_macro] = STATE(2324), - [sym_complex_num_lit] = STATE(2324), - [aux_sym_dis_expr_repeat1] = STATE(253), + [sym_path_lit] = STATE(2379), + [sym_package_lit] = STATE(2379), + [sym_include_reader_macro] = STATE(2379), + [sym_complex_num_lit] = STATE(2379), + [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3079), - [sym_comment] = ACTIONS(3079), - [anon_sym_POUND_] = ACTIONS(3039), + [sym__ws] = ACTIONS(3050), + [sym_comment] = ACTIONS(3050), + [anon_sym_POUND_] = ACTIONS(3053), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3082), + [anon_sym_DOT] = ACTIONS(3056), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3044), + [anon_sym_COLON] = ACTIONS(3058), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3082), + [sym_nil_lit] = ACTIONS(3056), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3047), - [anon_sym_POUND_CARET] = ACTIONS(3050), - [anon_sym_LPAREN] = ACTIONS(3053), - [anon_sym_RPAREN] = ACTIONS(3056), + [anon_sym_CARET] = ACTIONS(3061), + [anon_sym_POUND_CARET] = ACTIONS(3064), + [anon_sym_LPAREN] = ACTIONS(3067), + [anon_sym_RPAREN] = ACTIONS(3070), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -28552,38 +28466,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3082), - [anon_sym_cl] = ACTIONS(3058), - [aux_sym_accumulation_verb_token1] = ACTIONS(3061), - [anon_sym_for] = ACTIONS(3061), - [anon_sym_and] = ACTIONS(3061), - [anon_sym_as] = ACTIONS(3061), - [anon_sym_with] = ACTIONS(3061), - [anon_sym_do] = ACTIONS(3061), - [anon_sym_while] = ACTIONS(3061), - [anon_sym_until] = ACTIONS(3061), - [anon_sym_repeat] = ACTIONS(3061), - [anon_sym_when] = ACTIONS(3061), - [anon_sym_if] = ACTIONS(3061), - [anon_sym_unless] = ACTIONS(3061), - [anon_sym_always] = ACTIONS(3061), - [anon_sym_thereis] = ACTIONS(3061), - [anon_sym_never] = ACTIONS(3061), - [anon_sym_else] = ACTIONS(3061), - [anon_sym_finally] = ACTIONS(3061), - [anon_sym_return] = ACTIONS(3061), - [anon_sym_initially] = ACTIONS(3061), + [sym_fancy_literal] = ACTIONS(3056), + [anon_sym_cl] = ACTIONS(3072), + [aux_sym_accumulation_verb_token1] = ACTIONS(3075), + [anon_sym_for] = ACTIONS(3075), + [anon_sym_and] = ACTIONS(3075), + [anon_sym_as] = ACTIONS(3075), + [anon_sym_with] = ACTIONS(3075), + [anon_sym_do] = ACTIONS(3075), + [anon_sym_while] = ACTIONS(3075), + [anon_sym_until] = ACTIONS(3075), + [anon_sym_repeat] = ACTIONS(3075), + [anon_sym_when] = ACTIONS(3075), + [anon_sym_if] = ACTIONS(3075), + [anon_sym_unless] = ACTIONS(3075), + [anon_sym_always] = ACTIONS(3075), + [anon_sym_thereis] = ACTIONS(3075), + [anon_sym_never] = ACTIONS(3075), + [anon_sym_else] = ACTIONS(3075), + [anon_sym_finally] = ACTIONS(3075), + [anon_sym_return] = ACTIONS(3075), + [anon_sym_initially] = ACTIONS(3075), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3084), + [sym_self_referential_reader_macro] = ACTIONS(3077), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), [anon_sym_POUNDc] = ACTIONS(129), }, - [162] = { - [sym__gap] = STATE(158), - [sym_dis_expr] = STATE(158), + [161] = { + [sym__gap] = STATE(155), + [sym_dis_expr] = STATE(155), [sym__form] = STATE(2114), [sym_num_lit] = STATE(2114), [sym_kwd_lit] = STATE(2114), @@ -28611,18 +28525,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_package_lit] = STATE(2114), [sym_include_reader_macro] = STATE(2114), [sym_complex_num_lit] = STATE(2114), - [aux_sym_dis_expr_repeat1] = STATE(158), + [aux_sym_dis_expr_repeat1] = STATE(155), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3086), - [sym_comment] = ACTIONS(3086), + [sym__ws] = ACTIONS(3079), + [sym_comment] = ACTIONS(3079), [anon_sym_POUND_] = ACTIONS(2267), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3089), + [anon_sym_DOT] = ACTIONS(3082), [aux_sym_num_lit_token1] = ACTIONS(71), [anon_sym_COLON] = ACTIONS(2272), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3089), + [sym_nil_lit] = ACTIONS(3082), [aux_sym_sym_lit_token1] = ACTIONS(81), [anon_sym_CARET] = ACTIONS(2275), [anon_sym_POUND_CARET] = ACTIONS(2278), @@ -28638,7 +28552,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3089), + [sym_fancy_literal] = ACTIONS(3082), [anon_sym_cl] = ACTIONS(2286), [aux_sym_accumulation_verb_token1] = ACTIONS(2289), [anon_sym_for] = ACTIONS(2289), @@ -28661,13 +28575,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_initially] = ACTIONS(2289), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3091), + [sym_self_referential_reader_macro] = ACTIONS(3084), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), [anon_sym_POUNDc] = ACTIONS(129), }, - [163] = { + [162] = { [sym__gap] = STATE(236), [sym_dis_expr] = STATE(236), [sym__form] = STATE(2328), @@ -28699,21 +28613,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2328), [aux_sym_dis_expr_repeat1] = STATE(236), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3093), - [sym_comment] = ACTIONS(3093), - [anon_sym_POUND_] = ACTIONS(3039), + [sym__ws] = ACTIONS(3086), + [sym_comment] = ACTIONS(3086), + [anon_sym_POUND_] = ACTIONS(2999), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3096), + [anon_sym_DOT] = ACTIONS(3089), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3044), + [anon_sym_COLON] = ACTIONS(3004), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3096), + [sym_nil_lit] = ACTIONS(3089), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3047), - [anon_sym_POUND_CARET] = ACTIONS(3050), - [anon_sym_LPAREN] = ACTIONS(3053), - [anon_sym_RPAREN] = ACTIONS(3056), + [anon_sym_CARET] = ACTIONS(3007), + [anon_sym_POUND_CARET] = ACTIONS(3010), + [anon_sym_LPAREN] = ACTIONS(3013), + [anon_sym_RPAREN] = ACTIONS(3016), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -28724,36 +28638,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3096), - [anon_sym_cl] = ACTIONS(3058), - [aux_sym_accumulation_verb_token1] = ACTIONS(3061), - [anon_sym_for] = ACTIONS(3061), - [anon_sym_and] = ACTIONS(3061), - [anon_sym_as] = ACTIONS(3061), - [anon_sym_with] = ACTIONS(3061), - [anon_sym_do] = ACTIONS(3061), - [anon_sym_while] = ACTIONS(3061), - [anon_sym_until] = ACTIONS(3061), - [anon_sym_repeat] = ACTIONS(3061), - [anon_sym_when] = ACTIONS(3061), - [anon_sym_if] = ACTIONS(3061), - [anon_sym_unless] = ACTIONS(3061), - [anon_sym_always] = ACTIONS(3061), - [anon_sym_thereis] = ACTIONS(3061), - [anon_sym_never] = ACTIONS(3061), - [anon_sym_else] = ACTIONS(3061), - [anon_sym_finally] = ACTIONS(3061), - [anon_sym_return] = ACTIONS(3061), - [anon_sym_initially] = ACTIONS(3061), + [sym_fancy_literal] = ACTIONS(3089), + [anon_sym_cl] = ACTIONS(3018), + [aux_sym_accumulation_verb_token1] = ACTIONS(3021), + [anon_sym_for] = ACTIONS(3021), + [anon_sym_and] = ACTIONS(3021), + [anon_sym_as] = ACTIONS(3021), + [anon_sym_with] = ACTIONS(3021), + [anon_sym_do] = ACTIONS(3021), + [anon_sym_while] = ACTIONS(3021), + [anon_sym_until] = ACTIONS(3021), + [anon_sym_repeat] = ACTIONS(3021), + [anon_sym_when] = ACTIONS(3021), + [anon_sym_if] = ACTIONS(3021), + [anon_sym_unless] = ACTIONS(3021), + [anon_sym_always] = ACTIONS(3021), + [anon_sym_thereis] = ACTIONS(3021), + [anon_sym_never] = ACTIONS(3021), + [anon_sym_else] = ACTIONS(3021), + [anon_sym_finally] = ACTIONS(3021), + [anon_sym_return] = ACTIONS(3021), + [anon_sym_initially] = ACTIONS(3021), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3098), + [sym_self_referential_reader_macro] = ACTIONS(3091), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), [anon_sym_POUNDc] = ACTIONS(129), }, - [164] = { + [163] = { [sym__gap] = STATE(995), [sym_dis_expr] = STATE(995), [sym__form] = STATE(2375), @@ -28785,21 +28699,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2375), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3036), - [sym_comment] = ACTIONS(3036), - [anon_sym_POUND_] = ACTIONS(3039), + [sym__ws] = ACTIONS(2996), + [sym_comment] = ACTIONS(2996), + [anon_sym_POUND_] = ACTIONS(2999), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3100), + [anon_sym_DOT] = ACTIONS(3093), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3044), + [anon_sym_COLON] = ACTIONS(3004), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3100), + [sym_nil_lit] = ACTIONS(3093), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3047), - [anon_sym_POUND_CARET] = ACTIONS(3050), - [anon_sym_LPAREN] = ACTIONS(3053), - [anon_sym_RPAREN] = ACTIONS(3056), + [anon_sym_CARET] = ACTIONS(3007), + [anon_sym_POUND_CARET] = ACTIONS(3010), + [anon_sym_LPAREN] = ACTIONS(3013), + [anon_sym_RPAREN] = ACTIONS(3016), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -28810,36 +28724,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3100), - [anon_sym_cl] = ACTIONS(3058), - [aux_sym_accumulation_verb_token1] = ACTIONS(3061), - [anon_sym_for] = ACTIONS(3061), - [anon_sym_and] = ACTIONS(3061), - [anon_sym_as] = ACTIONS(3061), - [anon_sym_with] = ACTIONS(3061), - [anon_sym_do] = ACTIONS(3061), - [anon_sym_while] = ACTIONS(3061), - [anon_sym_until] = ACTIONS(3061), - [anon_sym_repeat] = ACTIONS(3061), - [anon_sym_when] = ACTIONS(3061), - [anon_sym_if] = ACTIONS(3061), - [anon_sym_unless] = ACTIONS(3061), - [anon_sym_always] = ACTIONS(3061), - [anon_sym_thereis] = ACTIONS(3061), - [anon_sym_never] = ACTIONS(3061), - [anon_sym_else] = ACTIONS(3061), - [anon_sym_finally] = ACTIONS(3061), - [anon_sym_return] = ACTIONS(3061), - [anon_sym_initially] = ACTIONS(3061), + [sym_fancy_literal] = ACTIONS(3093), + [anon_sym_cl] = ACTIONS(3018), + [aux_sym_accumulation_verb_token1] = ACTIONS(3021), + [anon_sym_for] = ACTIONS(3021), + [anon_sym_and] = ACTIONS(3021), + [anon_sym_as] = ACTIONS(3021), + [anon_sym_with] = ACTIONS(3021), + [anon_sym_do] = ACTIONS(3021), + [anon_sym_while] = ACTIONS(3021), + [anon_sym_until] = ACTIONS(3021), + [anon_sym_repeat] = ACTIONS(3021), + [anon_sym_when] = ACTIONS(3021), + [anon_sym_if] = ACTIONS(3021), + [anon_sym_unless] = ACTIONS(3021), + [anon_sym_always] = ACTIONS(3021), + [anon_sym_thereis] = ACTIONS(3021), + [anon_sym_never] = ACTIONS(3021), + [anon_sym_else] = ACTIONS(3021), + [anon_sym_finally] = ACTIONS(3021), + [anon_sym_return] = ACTIONS(3021), + [anon_sym_initially] = ACTIONS(3021), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3102), + [sym_self_referential_reader_macro] = ACTIONS(3095), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), [anon_sym_POUNDc] = ACTIONS(129), }, - [165] = { + [164] = { [sym__gap] = STATE(128), [sym_dis_expr] = STATE(128), [sym__form] = STATE(2117), @@ -28871,16 +28785,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2117), [aux_sym_dis_expr_repeat1] = STATE(128), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3104), - [sym_comment] = ACTIONS(3104), + [sym__ws] = ACTIONS(3097), + [sym_comment] = ACTIONS(3097), [anon_sym_POUND_] = ACTIONS(1410), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3107), + [anon_sym_DOT] = ACTIONS(3100), [aux_sym_num_lit_token1] = ACTIONS(71), [anon_sym_COLON] = ACTIONS(1415), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3107), + [sym_nil_lit] = ACTIONS(3100), [aux_sym_sym_lit_token1] = ACTIONS(81), [anon_sym_CARET] = ACTIONS(1418), [anon_sym_POUND_CARET] = ACTIONS(1421), @@ -28896,7 +28810,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3107), + [sym_fancy_literal] = ACTIONS(3100), [anon_sym_cl] = ACTIONS(1429), [aux_sym_accumulation_verb_token1] = ACTIONS(1432), [anon_sym_for] = ACTIONS(1432), @@ -28919,7 +28833,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_initially] = ACTIONS(1432), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3109), + [sym_self_referential_reader_macro] = ACTIONS(3102), + [anon_sym_POUND_PLUS] = ACTIONS(127), + [anon_sym_POUND_DASH] = ACTIONS(127), + [anon_sym_POUNDC] = ACTIONS(129), + [anon_sym_POUNDc] = ACTIONS(129), + }, + [165] = { + [sym__gap] = STATE(50), + [sym_dis_expr] = STATE(50), + [sym__form] = STATE(2429), + [sym_num_lit] = STATE(2429), + [sym_kwd_lit] = STATE(2429), + [sym_str_lit] = STATE(2429), + [sym_char_lit] = STATE(2429), + [sym_sym_lit] = STATE(2497), + [sym__metadata_lit] = STATE(2901), + [sym_meta_lit] = STATE(2858), + [sym_old_meta_lit] = STATE(2859), + [sym_list_lit] = STATE(2429), + [sym__bare_list_lit] = STATE(2648), + [sym_vec_lit] = STATE(2429), + [sym_set_lit] = STATE(2429), + [sym__bare_set_lit] = STATE(2625), + [sym_read_cond_lit] = STATE(2429), + [sym_splicing_read_cond_lit] = STATE(2429), + [sym_var_quoting_lit] = STATE(2429), + [sym_quoting_lit] = STATE(2429), + [sym_syn_quoting_lit] = STATE(2429), + [sym_unquote_splicing_lit] = STATE(2429), + [sym_unquoting_lit] = STATE(2429), + [sym_defun] = STATE(2648), + [sym_loop_macro] = STATE(2648), + [sym_path_lit] = STATE(2429), + [sym_package_lit] = STATE(2429), + [sym_include_reader_macro] = STATE(2429), + [sym_complex_num_lit] = STATE(2429), + [aux_sym_dis_expr_repeat1] = STATE(50), + [aux_sym_list_lit_repeat1] = STATE(2834), + [sym__ws] = ACTIONS(3104), + [sym_comment] = ACTIONS(3104), + [anon_sym_POUND_] = ACTIONS(3107), + [anon_sym_POUND] = ACTIONS(67), + [anon_sym_DOT] = ACTIONS(3110), + [aux_sym_num_lit_token1] = ACTIONS(71), + [anon_sym_COLON] = ACTIONS(3112), + [anon_sym_COLON_COLON] = ACTIONS(77), + [anon_sym_DQUOTE] = ACTIONS(79), + [sym_nil_lit] = ACTIONS(3110), + [aux_sym_sym_lit_token1] = ACTIONS(81), + [anon_sym_CARET] = ACTIONS(810), + [anon_sym_POUND_CARET] = ACTIONS(813), + [anon_sym_LPAREN] = ACTIONS(3115), + [anon_sym_RPAREN] = ACTIONS(819), + [anon_sym_POUND0A] = ACTIONS(98), + [anon_sym_POUND0a] = ACTIONS(98), + [anon_sym_POUND_QMARK] = ACTIONS(100), + [anon_sym_POUND_QMARK_AT] = ACTIONS(102), + [anon_sym_POUND_SQUOTE] = ACTIONS(104), + [anon_sym_SQUOTE] = ACTIONS(106), + [anon_sym_BQUOTE] = ACTIONS(108), + [anon_sym_COMMA_AT] = ACTIONS(110), + [anon_sym_COMMA] = ACTIONS(112), + [sym_block_comment] = ACTIONS(47), + [sym_fancy_literal] = ACTIONS(3110), + [anon_sym_cl] = ACTIONS(3118), + [aux_sym_accumulation_verb_token1] = ACTIONS(826), + [anon_sym_for] = ACTIONS(826), + [anon_sym_and] = ACTIONS(826), + [anon_sym_as] = ACTIONS(826), + [anon_sym_with] = ACTIONS(826), + [anon_sym_do] = ACTIONS(826), + [anon_sym_while] = ACTIONS(826), + [anon_sym_until] = ACTIONS(826), + [anon_sym_repeat] = ACTIONS(826), + [anon_sym_when] = ACTIONS(826), + [anon_sym_if] = ACTIONS(826), + [anon_sym_unless] = ACTIONS(826), + [anon_sym_always] = ACTIONS(826), + [anon_sym_thereis] = ACTIONS(826), + [anon_sym_never] = ACTIONS(826), + [anon_sym_else] = ACTIONS(826), + [anon_sym_finally] = ACTIONS(826), + [anon_sym_return] = ACTIONS(826), + [anon_sym_initially] = ACTIONS(826), + [anon_sym_POUNDP] = ACTIONS(123), + [anon_sym_POUNDp] = ACTIONS(123), + [sym_self_referential_reader_macro] = ACTIONS(3121), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -28957,21 +28957,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2446), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(2848), - [sym_comment] = ACTIONS(2848), - [anon_sym_POUND_] = ACTIONS(2822), + [sym__ws] = ACTIONS(2826), + [sym_comment] = ACTIONS(2826), + [anon_sym_POUND_] = ACTIONS(2800), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3111), + [anon_sym_DOT] = ACTIONS(3123), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(2827), + [anon_sym_COLON] = ACTIONS(2805), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3111), + [sym_nil_lit] = ACTIONS(3123), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(2830), - [anon_sym_POUND_CARET] = ACTIONS(2833), - [anon_sym_LPAREN] = ACTIONS(2836), - [anon_sym_RPAREN] = ACTIONS(2839), + [anon_sym_CARET] = ACTIONS(2808), + [anon_sym_POUND_CARET] = ACTIONS(2811), + [anon_sym_LPAREN] = ACTIONS(2814), + [anon_sym_RPAREN] = ACTIONS(2817), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -28982,30 +28982,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3111), - [anon_sym_cl] = ACTIONS(2841), - [aux_sym_accumulation_verb_token1] = ACTIONS(2844), - [anon_sym_for] = ACTIONS(2844), - [anon_sym_and] = ACTIONS(2844), - [anon_sym_as] = ACTIONS(2844), - [anon_sym_with] = ACTIONS(2844), - [anon_sym_do] = ACTIONS(2844), - [anon_sym_while] = ACTIONS(2844), - [anon_sym_until] = ACTIONS(2844), - [anon_sym_repeat] = ACTIONS(2844), - [anon_sym_when] = ACTIONS(2844), - [anon_sym_if] = ACTIONS(2844), - [anon_sym_unless] = ACTIONS(2844), - [anon_sym_always] = ACTIONS(2844), - [anon_sym_thereis] = ACTIONS(2844), - [anon_sym_never] = ACTIONS(2844), - [anon_sym_else] = ACTIONS(2844), - [anon_sym_finally] = ACTIONS(2844), - [anon_sym_return] = ACTIONS(2844), - [anon_sym_initially] = ACTIONS(2844), + [sym_fancy_literal] = ACTIONS(3123), + [anon_sym_cl] = ACTIONS(2819), + [aux_sym_accumulation_verb_token1] = ACTIONS(2822), + [anon_sym_for] = ACTIONS(2822), + [anon_sym_and] = ACTIONS(2822), + [anon_sym_as] = ACTIONS(2822), + [anon_sym_with] = ACTIONS(2822), + [anon_sym_do] = ACTIONS(2822), + [anon_sym_while] = ACTIONS(2822), + [anon_sym_until] = ACTIONS(2822), + [anon_sym_repeat] = ACTIONS(2822), + [anon_sym_when] = ACTIONS(2822), + [anon_sym_if] = ACTIONS(2822), + [anon_sym_unless] = ACTIONS(2822), + [anon_sym_always] = ACTIONS(2822), + [anon_sym_thereis] = ACTIONS(2822), + [anon_sym_never] = ACTIONS(2822), + [anon_sym_else] = ACTIONS(2822), + [anon_sym_finally] = ACTIONS(2822), + [anon_sym_return] = ACTIONS(2822), + [anon_sym_initially] = ACTIONS(2822), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3113), + [sym_self_referential_reader_macro] = ACTIONS(3125), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -29043,21 +29043,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2450), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(2855), - [sym_comment] = ACTIONS(2855), - [anon_sym_POUND_] = ACTIONS(2858), + [sym__ws] = ACTIONS(2833), + [sym_comment] = ACTIONS(2833), + [anon_sym_POUND_] = ACTIONS(2836), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3115), + [anon_sym_DOT] = ACTIONS(3127), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(2863), + [anon_sym_COLON] = ACTIONS(2841), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3115), + [sym_nil_lit] = ACTIONS(3127), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(2866), - [anon_sym_POUND_CARET] = ACTIONS(2869), - [anon_sym_LPAREN] = ACTIONS(2872), - [anon_sym_RPAREN] = ACTIONS(2875), + [anon_sym_CARET] = ACTIONS(2844), + [anon_sym_POUND_CARET] = ACTIONS(2847), + [anon_sym_LPAREN] = ACTIONS(2850), + [anon_sym_RPAREN] = ACTIONS(2853), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -29068,30 +29068,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3115), - [anon_sym_cl] = ACTIONS(2877), - [aux_sym_accumulation_verb_token1] = ACTIONS(2880), - [anon_sym_for] = ACTIONS(2880), - [anon_sym_and] = ACTIONS(2880), - [anon_sym_as] = ACTIONS(2880), - [anon_sym_with] = ACTIONS(2880), - [anon_sym_do] = ACTIONS(2880), - [anon_sym_while] = ACTIONS(2880), - [anon_sym_until] = ACTIONS(2880), - [anon_sym_repeat] = ACTIONS(2880), - [anon_sym_when] = ACTIONS(2880), - [anon_sym_if] = ACTIONS(2880), - [anon_sym_unless] = ACTIONS(2880), - [anon_sym_always] = ACTIONS(2880), - [anon_sym_thereis] = ACTIONS(2880), - [anon_sym_never] = ACTIONS(2880), - [anon_sym_else] = ACTIONS(2880), - [anon_sym_finally] = ACTIONS(2880), - [anon_sym_return] = ACTIONS(2880), - [anon_sym_initially] = ACTIONS(2880), + [sym_fancy_literal] = ACTIONS(3127), + [anon_sym_cl] = ACTIONS(2855), + [aux_sym_accumulation_verb_token1] = ACTIONS(2858), + [anon_sym_for] = ACTIONS(2858), + [anon_sym_and] = ACTIONS(2858), + [anon_sym_as] = ACTIONS(2858), + [anon_sym_with] = ACTIONS(2858), + [anon_sym_do] = ACTIONS(2858), + [anon_sym_while] = ACTIONS(2858), + [anon_sym_until] = ACTIONS(2858), + [anon_sym_repeat] = ACTIONS(2858), + [anon_sym_when] = ACTIONS(2858), + [anon_sym_if] = ACTIONS(2858), + [anon_sym_unless] = ACTIONS(2858), + [anon_sym_always] = ACTIONS(2858), + [anon_sym_thereis] = ACTIONS(2858), + [anon_sym_never] = ACTIONS(2858), + [anon_sym_else] = ACTIONS(2858), + [anon_sym_finally] = ACTIONS(2858), + [anon_sym_return] = ACTIONS(2858), + [anon_sym_initially] = ACTIONS(2858), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3117), + [sym_self_referential_reader_macro] = ACTIONS(3129), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -29129,21 +29129,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2457), [aux_sym_dis_expr_repeat1] = STATE(79), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3119), - [sym_comment] = ACTIONS(3119), - [anon_sym_POUND_] = ACTIONS(2858), + [sym__ws] = ACTIONS(3131), + [sym_comment] = ACTIONS(3131), + [anon_sym_POUND_] = ACTIONS(2836), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3122), + [anon_sym_DOT] = ACTIONS(3134), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(2863), + [anon_sym_COLON] = ACTIONS(2841), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3122), + [sym_nil_lit] = ACTIONS(3134), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(2866), - [anon_sym_POUND_CARET] = ACTIONS(2869), - [anon_sym_LPAREN] = ACTIONS(2872), - [anon_sym_RPAREN] = ACTIONS(2875), + [anon_sym_CARET] = ACTIONS(2844), + [anon_sym_POUND_CARET] = ACTIONS(2847), + [anon_sym_LPAREN] = ACTIONS(2850), + [anon_sym_RPAREN] = ACTIONS(2853), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -29154,82 +29154,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3122), - [anon_sym_cl] = ACTIONS(2877), - [aux_sym_accumulation_verb_token1] = ACTIONS(2880), - [anon_sym_for] = ACTIONS(2880), - [anon_sym_and] = ACTIONS(2880), - [anon_sym_as] = ACTIONS(2880), - [anon_sym_with] = ACTIONS(2880), - [anon_sym_do] = ACTIONS(2880), - [anon_sym_while] = ACTIONS(2880), - [anon_sym_until] = ACTIONS(2880), - [anon_sym_repeat] = ACTIONS(2880), - [anon_sym_when] = ACTIONS(2880), - [anon_sym_if] = ACTIONS(2880), - [anon_sym_unless] = ACTIONS(2880), - [anon_sym_always] = ACTIONS(2880), - [anon_sym_thereis] = ACTIONS(2880), - [anon_sym_never] = ACTIONS(2880), - [anon_sym_else] = ACTIONS(2880), - [anon_sym_finally] = ACTIONS(2880), - [anon_sym_return] = ACTIONS(2880), - [anon_sym_initially] = ACTIONS(2880), + [sym_fancy_literal] = ACTIONS(3134), + [anon_sym_cl] = ACTIONS(2855), + [aux_sym_accumulation_verb_token1] = ACTIONS(2858), + [anon_sym_for] = ACTIONS(2858), + [anon_sym_and] = ACTIONS(2858), + [anon_sym_as] = ACTIONS(2858), + [anon_sym_with] = ACTIONS(2858), + [anon_sym_do] = ACTIONS(2858), + [anon_sym_while] = ACTIONS(2858), + [anon_sym_until] = ACTIONS(2858), + [anon_sym_repeat] = ACTIONS(2858), + [anon_sym_when] = ACTIONS(2858), + [anon_sym_if] = ACTIONS(2858), + [anon_sym_unless] = ACTIONS(2858), + [anon_sym_always] = ACTIONS(2858), + [anon_sym_thereis] = ACTIONS(2858), + [anon_sym_never] = ACTIONS(2858), + [anon_sym_else] = ACTIONS(2858), + [anon_sym_finally] = ACTIONS(2858), + [anon_sym_return] = ACTIONS(2858), + [anon_sym_initially] = ACTIONS(2858), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3124), + [sym_self_referential_reader_macro] = ACTIONS(3136), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), [anon_sym_POUNDc] = ACTIONS(129), }, [169] = { - [sym__gap] = STATE(50), - [sym_dis_expr] = STATE(50), - [sym__form] = STATE(2429), - [sym_num_lit] = STATE(2429), - [sym_kwd_lit] = STATE(2429), - [sym_str_lit] = STATE(2429), - [sym_char_lit] = STATE(2429), + [sym__gap] = STATE(995), + [sym_dis_expr] = STATE(995), + [sym__form] = STATE(2414), + [sym_num_lit] = STATE(2414), + [sym_kwd_lit] = STATE(2414), + [sym_str_lit] = STATE(2414), + [sym_char_lit] = STATE(2414), [sym_sym_lit] = STATE(2497), [sym__metadata_lit] = STATE(2901), [sym_meta_lit] = STATE(2858), [sym_old_meta_lit] = STATE(2859), - [sym_list_lit] = STATE(2429), + [sym_list_lit] = STATE(2414), [sym__bare_list_lit] = STATE(2648), - [sym_vec_lit] = STATE(2429), - [sym_set_lit] = STATE(2429), + [sym_vec_lit] = STATE(2414), + [sym_set_lit] = STATE(2414), [sym__bare_set_lit] = STATE(2625), - [sym_read_cond_lit] = STATE(2429), - [sym_splicing_read_cond_lit] = STATE(2429), - [sym_var_quoting_lit] = STATE(2429), - [sym_quoting_lit] = STATE(2429), - [sym_syn_quoting_lit] = STATE(2429), - [sym_unquote_splicing_lit] = STATE(2429), - [sym_unquoting_lit] = STATE(2429), + [sym_read_cond_lit] = STATE(2414), + [sym_splicing_read_cond_lit] = STATE(2414), + [sym_var_quoting_lit] = STATE(2414), + [sym_quoting_lit] = STATE(2414), + [sym_syn_quoting_lit] = STATE(2414), + [sym_unquote_splicing_lit] = STATE(2414), + [sym_unquoting_lit] = STATE(2414), [sym_defun] = STATE(2648), [sym_loop_macro] = STATE(2648), - [sym_path_lit] = STATE(2429), - [sym_package_lit] = STATE(2429), - [sym_include_reader_macro] = STATE(2429), - [sym_complex_num_lit] = STATE(2429), - [aux_sym_dis_expr_repeat1] = STATE(50), + [sym_path_lit] = STATE(2414), + [sym_package_lit] = STATE(2414), + [sym_include_reader_macro] = STATE(2414), + [sym_complex_num_lit] = STATE(2414), + [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3126), - [sym_comment] = ACTIONS(3126), - [anon_sym_POUND_] = ACTIONS(3129), + [sym__ws] = ACTIONS(3050), + [sym_comment] = ACTIONS(3050), + [anon_sym_POUND_] = ACTIONS(3053), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3132), + [anon_sym_DOT] = ACTIONS(3138), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3134), + [anon_sym_COLON] = ACTIONS(3058), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3132), + [sym_nil_lit] = ACTIONS(3138), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(875), - [anon_sym_POUND_CARET] = ACTIONS(878), - [anon_sym_LPAREN] = ACTIONS(3137), - [anon_sym_RPAREN] = ACTIONS(884), + [anon_sym_CARET] = ACTIONS(3061), + [anon_sym_POUND_CARET] = ACTIONS(3064), + [anon_sym_LPAREN] = ACTIONS(3067), + [anon_sym_RPAREN] = ACTIONS(3070), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -29240,30 +29240,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3132), - [anon_sym_cl] = ACTIONS(3140), - [aux_sym_accumulation_verb_token1] = ACTIONS(891), - [anon_sym_for] = ACTIONS(891), - [anon_sym_and] = ACTIONS(891), - [anon_sym_as] = ACTIONS(891), - [anon_sym_with] = ACTIONS(891), - [anon_sym_do] = ACTIONS(891), - [anon_sym_while] = ACTIONS(891), - [anon_sym_until] = ACTIONS(891), - [anon_sym_repeat] = ACTIONS(891), - [anon_sym_when] = ACTIONS(891), - [anon_sym_if] = ACTIONS(891), - [anon_sym_unless] = ACTIONS(891), - [anon_sym_always] = ACTIONS(891), - [anon_sym_thereis] = ACTIONS(891), - [anon_sym_never] = ACTIONS(891), - [anon_sym_else] = ACTIONS(891), - [anon_sym_finally] = ACTIONS(891), - [anon_sym_return] = ACTIONS(891), - [anon_sym_initially] = ACTIONS(891), + [sym_fancy_literal] = ACTIONS(3138), + [anon_sym_cl] = ACTIONS(3072), + [aux_sym_accumulation_verb_token1] = ACTIONS(3075), + [anon_sym_for] = ACTIONS(3075), + [anon_sym_and] = ACTIONS(3075), + [anon_sym_as] = ACTIONS(3075), + [anon_sym_with] = ACTIONS(3075), + [anon_sym_do] = ACTIONS(3075), + [anon_sym_while] = ACTIONS(3075), + [anon_sym_until] = ACTIONS(3075), + [anon_sym_repeat] = ACTIONS(3075), + [anon_sym_when] = ACTIONS(3075), + [anon_sym_if] = ACTIONS(3075), + [anon_sym_unless] = ACTIONS(3075), + [anon_sym_always] = ACTIONS(3075), + [anon_sym_thereis] = ACTIONS(3075), + [anon_sym_never] = ACTIONS(3075), + [anon_sym_else] = ACTIONS(3075), + [anon_sym_finally] = ACTIONS(3075), + [anon_sym_return] = ACTIONS(3075), + [anon_sym_initially] = ACTIONS(3075), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3143), + [sym_self_referential_reader_macro] = ACTIONS(3140), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -29301,21 +29301,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2269), [aux_sym_dis_expr_repeat1] = STATE(250), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3145), - [sym_comment] = ACTIONS(3145), - [anon_sym_POUND_] = ACTIONS(2963), + [sym__ws] = ACTIONS(3142), + [sym_comment] = ACTIONS(3142), + [anon_sym_POUND_] = ACTIONS(2934), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3148), + [anon_sym_DOT] = ACTIONS(3145), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(2968), + [anon_sym_COLON] = ACTIONS(2939), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3148), + [sym_nil_lit] = ACTIONS(3145), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(2971), - [anon_sym_POUND_CARET] = ACTIONS(2974), - [anon_sym_LPAREN] = ACTIONS(2977), - [anon_sym_RPAREN] = ACTIONS(2980), + [anon_sym_CARET] = ACTIONS(2942), + [anon_sym_POUND_CARET] = ACTIONS(2945), + [anon_sym_LPAREN] = ACTIONS(2948), + [anon_sym_RPAREN] = ACTIONS(2951), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -29326,30 +29326,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3148), - [anon_sym_cl] = ACTIONS(2982), - [aux_sym_accumulation_verb_token1] = ACTIONS(2985), - [anon_sym_for] = ACTIONS(2985), - [anon_sym_and] = ACTIONS(2985), - [anon_sym_as] = ACTIONS(2985), - [anon_sym_with] = ACTIONS(2985), - [anon_sym_do] = ACTIONS(2985), - [anon_sym_while] = ACTIONS(2985), - [anon_sym_until] = ACTIONS(2985), - [anon_sym_repeat] = ACTIONS(2985), - [anon_sym_when] = ACTIONS(2985), - [anon_sym_if] = ACTIONS(2985), - [anon_sym_unless] = ACTIONS(2985), - [anon_sym_always] = ACTIONS(2985), - [anon_sym_thereis] = ACTIONS(2985), - [anon_sym_never] = ACTIONS(2985), - [anon_sym_else] = ACTIONS(2985), - [anon_sym_finally] = ACTIONS(2985), - [anon_sym_return] = ACTIONS(2985), - [anon_sym_initially] = ACTIONS(2985), + [sym_fancy_literal] = ACTIONS(3145), + [anon_sym_cl] = ACTIONS(2953), + [aux_sym_accumulation_verb_token1] = ACTIONS(2956), + [anon_sym_for] = ACTIONS(2956), + [anon_sym_and] = ACTIONS(2956), + [anon_sym_as] = ACTIONS(2956), + [anon_sym_with] = ACTIONS(2956), + [anon_sym_do] = ACTIONS(2956), + [anon_sym_while] = ACTIONS(2956), + [anon_sym_until] = ACTIONS(2956), + [anon_sym_repeat] = ACTIONS(2956), + [anon_sym_when] = ACTIONS(2956), + [anon_sym_if] = ACTIONS(2956), + [anon_sym_unless] = ACTIONS(2956), + [anon_sym_always] = ACTIONS(2956), + [anon_sym_thereis] = ACTIONS(2956), + [anon_sym_never] = ACTIONS(2956), + [anon_sym_else] = ACTIONS(2956), + [anon_sym_finally] = ACTIONS(2956), + [anon_sym_return] = ACTIONS(2956), + [anon_sym_initially] = ACTIONS(2956), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3150), + [sym_self_referential_reader_macro] = ACTIONS(3147), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -29387,21 +29387,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2267), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(2989), - [sym_comment] = ACTIONS(2989), - [anon_sym_POUND_] = ACTIONS(2963), + [sym__ws] = ACTIONS(2960), + [sym_comment] = ACTIONS(2960), + [anon_sym_POUND_] = ACTIONS(2934), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3152), + [anon_sym_DOT] = ACTIONS(3149), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(2968), + [anon_sym_COLON] = ACTIONS(2939), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3152), + [sym_nil_lit] = ACTIONS(3149), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(2971), - [anon_sym_POUND_CARET] = ACTIONS(2974), - [anon_sym_LPAREN] = ACTIONS(2977), - [anon_sym_RPAREN] = ACTIONS(2980), + [anon_sym_CARET] = ACTIONS(2942), + [anon_sym_POUND_CARET] = ACTIONS(2945), + [anon_sym_LPAREN] = ACTIONS(2948), + [anon_sym_RPAREN] = ACTIONS(2951), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -29412,30 +29412,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3152), - [anon_sym_cl] = ACTIONS(2982), - [aux_sym_accumulation_verb_token1] = ACTIONS(2985), - [anon_sym_for] = ACTIONS(2985), - [anon_sym_and] = ACTIONS(2985), - [anon_sym_as] = ACTIONS(2985), - [anon_sym_with] = ACTIONS(2985), - [anon_sym_do] = ACTIONS(2985), - [anon_sym_while] = ACTIONS(2985), - [anon_sym_until] = ACTIONS(2985), - [anon_sym_repeat] = ACTIONS(2985), - [anon_sym_when] = ACTIONS(2985), - [anon_sym_if] = ACTIONS(2985), - [anon_sym_unless] = ACTIONS(2985), - [anon_sym_always] = ACTIONS(2985), - [anon_sym_thereis] = ACTIONS(2985), - [anon_sym_never] = ACTIONS(2985), - [anon_sym_else] = ACTIONS(2985), - [anon_sym_finally] = ACTIONS(2985), - [anon_sym_return] = ACTIONS(2985), - [anon_sym_initially] = ACTIONS(2985), + [sym_fancy_literal] = ACTIONS(3149), + [anon_sym_cl] = ACTIONS(2953), + [aux_sym_accumulation_verb_token1] = ACTIONS(2956), + [anon_sym_for] = ACTIONS(2956), + [anon_sym_and] = ACTIONS(2956), + [anon_sym_as] = ACTIONS(2956), + [anon_sym_with] = ACTIONS(2956), + [anon_sym_do] = ACTIONS(2956), + [anon_sym_while] = ACTIONS(2956), + [anon_sym_until] = ACTIONS(2956), + [anon_sym_repeat] = ACTIONS(2956), + [anon_sym_when] = ACTIONS(2956), + [anon_sym_if] = ACTIONS(2956), + [anon_sym_unless] = ACTIONS(2956), + [anon_sym_always] = ACTIONS(2956), + [anon_sym_thereis] = ACTIONS(2956), + [anon_sym_never] = ACTIONS(2956), + [anon_sym_else] = ACTIONS(2956), + [anon_sym_finally] = ACTIONS(2956), + [anon_sym_return] = ACTIONS(2956), + [anon_sym_initially] = ACTIONS(2956), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3154), + [sym_self_referential_reader_macro] = ACTIONS(3151), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -29473,21 +29473,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2459), [aux_sym_dis_expr_repeat1] = STATE(81), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3156), - [sym_comment] = ACTIONS(3156), - [anon_sym_POUND_] = ACTIONS(2858), + [sym__ws] = ACTIONS(3153), + [sym_comment] = ACTIONS(3153), + [anon_sym_POUND_] = ACTIONS(2836), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3159), + [anon_sym_DOT] = ACTIONS(3156), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(2863), + [anon_sym_COLON] = ACTIONS(2841), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3159), + [sym_nil_lit] = ACTIONS(3156), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(2866), - [anon_sym_POUND_CARET] = ACTIONS(2869), - [anon_sym_LPAREN] = ACTIONS(2872), - [anon_sym_RPAREN] = ACTIONS(2875), + [anon_sym_CARET] = ACTIONS(2844), + [anon_sym_POUND_CARET] = ACTIONS(2847), + [anon_sym_LPAREN] = ACTIONS(2850), + [anon_sym_RPAREN] = ACTIONS(2853), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -29498,30 +29498,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3159), - [anon_sym_cl] = ACTIONS(2877), - [aux_sym_accumulation_verb_token1] = ACTIONS(2880), - [anon_sym_for] = ACTIONS(2880), - [anon_sym_and] = ACTIONS(2880), - [anon_sym_as] = ACTIONS(2880), - [anon_sym_with] = ACTIONS(2880), - [anon_sym_do] = ACTIONS(2880), - [anon_sym_while] = ACTIONS(2880), - [anon_sym_until] = ACTIONS(2880), - [anon_sym_repeat] = ACTIONS(2880), - [anon_sym_when] = ACTIONS(2880), - [anon_sym_if] = ACTIONS(2880), - [anon_sym_unless] = ACTIONS(2880), - [anon_sym_always] = ACTIONS(2880), - [anon_sym_thereis] = ACTIONS(2880), - [anon_sym_never] = ACTIONS(2880), - [anon_sym_else] = ACTIONS(2880), - [anon_sym_finally] = ACTIONS(2880), - [anon_sym_return] = ACTIONS(2880), - [anon_sym_initially] = ACTIONS(2880), + [sym_fancy_literal] = ACTIONS(3156), + [anon_sym_cl] = ACTIONS(2855), + [aux_sym_accumulation_verb_token1] = ACTIONS(2858), + [anon_sym_for] = ACTIONS(2858), + [anon_sym_and] = ACTIONS(2858), + [anon_sym_as] = ACTIONS(2858), + [anon_sym_with] = ACTIONS(2858), + [anon_sym_do] = ACTIONS(2858), + [anon_sym_while] = ACTIONS(2858), + [anon_sym_until] = ACTIONS(2858), + [anon_sym_repeat] = ACTIONS(2858), + [anon_sym_when] = ACTIONS(2858), + [anon_sym_if] = ACTIONS(2858), + [anon_sym_unless] = ACTIONS(2858), + [anon_sym_always] = ACTIONS(2858), + [anon_sym_thereis] = ACTIONS(2858), + [anon_sym_never] = ACTIONS(2858), + [anon_sym_else] = ACTIONS(2858), + [anon_sym_finally] = ACTIONS(2858), + [anon_sym_return] = ACTIONS(2858), + [anon_sym_initially] = ACTIONS(2858), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3161), + [sym_self_referential_reader_macro] = ACTIONS(3158), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -29559,21 +29559,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2460), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(2855), - [sym_comment] = ACTIONS(2855), - [anon_sym_POUND_] = ACTIONS(2858), + [sym__ws] = ACTIONS(2833), + [sym_comment] = ACTIONS(2833), + [anon_sym_POUND_] = ACTIONS(2836), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3163), + [anon_sym_DOT] = ACTIONS(3160), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(2863), + [anon_sym_COLON] = ACTIONS(2841), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3163), + [sym_nil_lit] = ACTIONS(3160), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(2866), - [anon_sym_POUND_CARET] = ACTIONS(2869), - [anon_sym_LPAREN] = ACTIONS(2872), - [anon_sym_RPAREN] = ACTIONS(2875), + [anon_sym_CARET] = ACTIONS(2844), + [anon_sym_POUND_CARET] = ACTIONS(2847), + [anon_sym_LPAREN] = ACTIONS(2850), + [anon_sym_RPAREN] = ACTIONS(2853), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -29584,30 +29584,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3163), - [anon_sym_cl] = ACTIONS(2877), - [aux_sym_accumulation_verb_token1] = ACTIONS(2880), - [anon_sym_for] = ACTIONS(2880), - [anon_sym_and] = ACTIONS(2880), - [anon_sym_as] = ACTIONS(2880), - [anon_sym_with] = ACTIONS(2880), - [anon_sym_do] = ACTIONS(2880), - [anon_sym_while] = ACTIONS(2880), - [anon_sym_until] = ACTIONS(2880), - [anon_sym_repeat] = ACTIONS(2880), - [anon_sym_when] = ACTIONS(2880), - [anon_sym_if] = ACTIONS(2880), - [anon_sym_unless] = ACTIONS(2880), - [anon_sym_always] = ACTIONS(2880), - [anon_sym_thereis] = ACTIONS(2880), - [anon_sym_never] = ACTIONS(2880), - [anon_sym_else] = ACTIONS(2880), - [anon_sym_finally] = ACTIONS(2880), - [anon_sym_return] = ACTIONS(2880), - [anon_sym_initially] = ACTIONS(2880), + [sym_fancy_literal] = ACTIONS(3160), + [anon_sym_cl] = ACTIONS(2855), + [aux_sym_accumulation_verb_token1] = ACTIONS(2858), + [anon_sym_for] = ACTIONS(2858), + [anon_sym_and] = ACTIONS(2858), + [anon_sym_as] = ACTIONS(2858), + [anon_sym_with] = ACTIONS(2858), + [anon_sym_do] = ACTIONS(2858), + [anon_sym_while] = ACTIONS(2858), + [anon_sym_until] = ACTIONS(2858), + [anon_sym_repeat] = ACTIONS(2858), + [anon_sym_when] = ACTIONS(2858), + [anon_sym_if] = ACTIONS(2858), + [anon_sym_unless] = ACTIONS(2858), + [anon_sym_always] = ACTIONS(2858), + [anon_sym_thereis] = ACTIONS(2858), + [anon_sym_never] = ACTIONS(2858), + [anon_sym_else] = ACTIONS(2858), + [anon_sym_finally] = ACTIONS(2858), + [anon_sym_return] = ACTIONS(2858), + [anon_sym_initially] = ACTIONS(2858), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3165), + [sym_self_referential_reader_macro] = ACTIONS(3162), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -29645,21 +29645,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2470), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(2848), - [sym_comment] = ACTIONS(2848), - [anon_sym_POUND_] = ACTIONS(2822), + [sym__ws] = ACTIONS(2826), + [sym_comment] = ACTIONS(2826), + [anon_sym_POUND_] = ACTIONS(2800), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3167), + [anon_sym_DOT] = ACTIONS(3164), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(2827), + [anon_sym_COLON] = ACTIONS(2805), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3167), + [sym_nil_lit] = ACTIONS(3164), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(2830), - [anon_sym_POUND_CARET] = ACTIONS(2833), - [anon_sym_LPAREN] = ACTIONS(2836), - [anon_sym_RPAREN] = ACTIONS(2839), + [anon_sym_CARET] = ACTIONS(2808), + [anon_sym_POUND_CARET] = ACTIONS(2811), + [anon_sym_LPAREN] = ACTIONS(2814), + [anon_sym_RPAREN] = ACTIONS(2817), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -29670,30 +29670,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3167), - [anon_sym_cl] = ACTIONS(2841), - [aux_sym_accumulation_verb_token1] = ACTIONS(2844), - [anon_sym_for] = ACTIONS(2844), - [anon_sym_and] = ACTIONS(2844), - [anon_sym_as] = ACTIONS(2844), - [anon_sym_with] = ACTIONS(2844), - [anon_sym_do] = ACTIONS(2844), - [anon_sym_while] = ACTIONS(2844), - [anon_sym_until] = ACTIONS(2844), - [anon_sym_repeat] = ACTIONS(2844), - [anon_sym_when] = ACTIONS(2844), - [anon_sym_if] = ACTIONS(2844), - [anon_sym_unless] = ACTIONS(2844), - [anon_sym_always] = ACTIONS(2844), - [anon_sym_thereis] = ACTIONS(2844), - [anon_sym_never] = ACTIONS(2844), - [anon_sym_else] = ACTIONS(2844), - [anon_sym_finally] = ACTIONS(2844), - [anon_sym_return] = ACTIONS(2844), - [anon_sym_initially] = ACTIONS(2844), + [sym_fancy_literal] = ACTIONS(3164), + [anon_sym_cl] = ACTIONS(2819), + [aux_sym_accumulation_verb_token1] = ACTIONS(2822), + [anon_sym_for] = ACTIONS(2822), + [anon_sym_and] = ACTIONS(2822), + [anon_sym_as] = ACTIONS(2822), + [anon_sym_with] = ACTIONS(2822), + [anon_sym_do] = ACTIONS(2822), + [anon_sym_while] = ACTIONS(2822), + [anon_sym_until] = ACTIONS(2822), + [anon_sym_repeat] = ACTIONS(2822), + [anon_sym_when] = ACTIONS(2822), + [anon_sym_if] = ACTIONS(2822), + [anon_sym_unless] = ACTIONS(2822), + [anon_sym_always] = ACTIONS(2822), + [anon_sym_thereis] = ACTIONS(2822), + [anon_sym_never] = ACTIONS(2822), + [anon_sym_else] = ACTIONS(2822), + [anon_sym_finally] = ACTIONS(2822), + [anon_sym_return] = ACTIONS(2822), + [anon_sym_initially] = ACTIONS(2822), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3169), + [sym_self_referential_reader_macro] = ACTIONS(3166), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -29731,21 +29731,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2265), [aux_sym_dis_expr_repeat1] = STATE(243), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3171), - [sym_comment] = ACTIONS(3171), - [anon_sym_POUND_] = ACTIONS(2999), + [sym__ws] = ACTIONS(3168), + [sym_comment] = ACTIONS(3168), + [anon_sym_POUND_] = ACTIONS(2970), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3174), + [anon_sym_DOT] = ACTIONS(3171), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3004), + [anon_sym_COLON] = ACTIONS(2975), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3174), + [sym_nil_lit] = ACTIONS(3171), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3007), - [anon_sym_POUND_CARET] = ACTIONS(3010), - [anon_sym_LPAREN] = ACTIONS(3013), - [anon_sym_RPAREN] = ACTIONS(3016), + [anon_sym_CARET] = ACTIONS(2978), + [anon_sym_POUND_CARET] = ACTIONS(2981), + [anon_sym_LPAREN] = ACTIONS(2984), + [anon_sym_RPAREN] = ACTIONS(2987), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -29756,30 +29756,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3174), - [anon_sym_cl] = ACTIONS(3018), - [aux_sym_accumulation_verb_token1] = ACTIONS(3021), - [anon_sym_for] = ACTIONS(3021), - [anon_sym_and] = ACTIONS(3021), - [anon_sym_as] = ACTIONS(3021), - [anon_sym_with] = ACTIONS(3021), - [anon_sym_do] = ACTIONS(3021), - [anon_sym_while] = ACTIONS(3021), - [anon_sym_until] = ACTIONS(3021), - [anon_sym_repeat] = ACTIONS(3021), - [anon_sym_when] = ACTIONS(3021), - [anon_sym_if] = ACTIONS(3021), - [anon_sym_unless] = ACTIONS(3021), - [anon_sym_always] = ACTIONS(3021), - [anon_sym_thereis] = ACTIONS(3021), - [anon_sym_never] = ACTIONS(3021), - [anon_sym_else] = ACTIONS(3021), - [anon_sym_finally] = ACTIONS(3021), - [anon_sym_return] = ACTIONS(3021), - [anon_sym_initially] = ACTIONS(3021), + [sym_fancy_literal] = ACTIONS(3171), + [anon_sym_cl] = ACTIONS(2989), + [aux_sym_accumulation_verb_token1] = ACTIONS(2992), + [anon_sym_for] = ACTIONS(2992), + [anon_sym_and] = ACTIONS(2992), + [anon_sym_as] = ACTIONS(2992), + [anon_sym_with] = ACTIONS(2992), + [anon_sym_do] = ACTIONS(2992), + [anon_sym_while] = ACTIONS(2992), + [anon_sym_until] = ACTIONS(2992), + [anon_sym_repeat] = ACTIONS(2992), + [anon_sym_when] = ACTIONS(2992), + [anon_sym_if] = ACTIONS(2992), + [anon_sym_unless] = ACTIONS(2992), + [anon_sym_always] = ACTIONS(2992), + [anon_sym_thereis] = ACTIONS(2992), + [anon_sym_never] = ACTIONS(2992), + [anon_sym_else] = ACTIONS(2992), + [anon_sym_finally] = ACTIONS(2992), + [anon_sym_return] = ACTIONS(2992), + [anon_sym_initially] = ACTIONS(2992), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3176), + [sym_self_referential_reader_macro] = ACTIONS(3173), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -29821,12 +29821,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(2032), [anon_sym_POUND_] = ACTIONS(2035), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3178), + [anon_sym_DOT] = ACTIONS(3175), [aux_sym_num_lit_token1] = ACTIONS(71), [anon_sym_COLON] = ACTIONS(2040), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3178), + [sym_nil_lit] = ACTIONS(3175), [aux_sym_sym_lit_token1] = ACTIONS(81), [anon_sym_CARET] = ACTIONS(2043), [anon_sym_POUND_CARET] = ACTIONS(2046), @@ -29842,7 +29842,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3178), + [sym_fancy_literal] = ACTIONS(3175), [anon_sym_cl] = ACTIONS(2054), [aux_sym_accumulation_verb_token1] = ACTIONS(2057), [anon_sym_for] = ACTIONS(2057), @@ -29865,7 +29865,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_initially] = ACTIONS(2057), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3180), + [sym_self_referential_reader_macro] = ACTIONS(3177), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -29903,16 +29903,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2478), [aux_sym_dis_expr_repeat1] = STATE(84), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3182), - [sym_comment] = ACTIONS(3182), + [sym__ws] = ACTIONS(3179), + [sym_comment] = ACTIONS(3179), [anon_sym_POUND_] = ACTIONS(2035), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3185), + [anon_sym_DOT] = ACTIONS(3182), [aux_sym_num_lit_token1] = ACTIONS(71), [anon_sym_COLON] = ACTIONS(2040), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3185), + [sym_nil_lit] = ACTIONS(3182), [aux_sym_sym_lit_token1] = ACTIONS(81), [anon_sym_CARET] = ACTIONS(2043), [anon_sym_POUND_CARET] = ACTIONS(2046), @@ -29928,7 +29928,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3185), + [sym_fancy_literal] = ACTIONS(3182), [anon_sym_cl] = ACTIONS(2054), [aux_sym_accumulation_verb_token1] = ACTIONS(2057), [anon_sym_for] = ACTIONS(2057), @@ -29951,7 +29951,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_initially] = ACTIONS(2057), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3187), + [sym_self_referential_reader_macro] = ACTIONS(3184), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -29993,12 +29993,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(1407), [anon_sym_POUND_] = ACTIONS(1410), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3189), + [anon_sym_DOT] = ACTIONS(3186), [aux_sym_num_lit_token1] = ACTIONS(71), [anon_sym_COLON] = ACTIONS(1415), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3189), + [sym_nil_lit] = ACTIONS(3186), [aux_sym_sym_lit_token1] = ACTIONS(81), [anon_sym_CARET] = ACTIONS(1418), [anon_sym_POUND_CARET] = ACTIONS(1421), @@ -30014,7 +30014,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3189), + [sym_fancy_literal] = ACTIONS(3186), [anon_sym_cl] = ACTIONS(1429), [aux_sym_accumulation_verb_token1] = ACTIONS(1432), [anon_sym_for] = ACTIONS(1432), @@ -30037,7 +30037,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_initially] = ACTIONS(1432), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3191), + [sym_self_referential_reader_macro] = ACTIONS(3188), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -30076,58 +30076,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(2687), [sym_complex_num_lit] = STATE(2687), [aux_sym_dis_expr_repeat1] = STATE(270), - [aux_sym_list_lit_repeat1] = STATE(2821), + [aux_sym_list_lit_repeat1] = STATE(2840), [aux_sym_for_clause_repeat1] = STATE(1279), - [sym__ws] = ACTIONS(3193), - [sym_comment] = ACTIONS(3193), - [anon_sym_POUND_] = ACTIONS(1618), - [anon_sym_POUND] = ACTIONS(1620), - [anon_sym_DOT] = ACTIONS(3195), - [aux_sym_num_lit_token1] = ACTIONS(1624), - [anon_sym_COLON] = ACTIONS(1626), - [anon_sym_COLON_COLON] = ACTIONS(1628), - [anon_sym_DQUOTE] = ACTIONS(1630), - [sym_nil_lit] = ACTIONS(3195), - [aux_sym_sym_lit_token1] = ACTIONS(1632), + [sym__ws] = ACTIONS(3190), + [sym_comment] = ACTIONS(3190), + [anon_sym_POUND_] = ACTIONS(1596), + [anon_sym_POUND] = ACTIONS(1598), + [anon_sym_DOT] = ACTIONS(3192), + [aux_sym_num_lit_token1] = ACTIONS(1602), + [anon_sym_COLON] = ACTIONS(1604), + [anon_sym_COLON_COLON] = ACTIONS(1606), + [anon_sym_DQUOTE] = ACTIONS(1608), + [sym_nil_lit] = ACTIONS(3192), + [aux_sym_sym_lit_token1] = ACTIONS(1610), [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), - [anon_sym_LPAREN] = ACTIONS(1634), - [anon_sym_POUND0A] = ACTIONS(1636), - [anon_sym_POUND0a] = ACTIONS(1636), - [anon_sym_POUND_QMARK] = ACTIONS(1638), - [anon_sym_POUND_QMARK_AT] = ACTIONS(1640), - [anon_sym_POUND_SQUOTE] = ACTIONS(1642), - [anon_sym_SQUOTE] = ACTIONS(1644), - [anon_sym_BQUOTE] = ACTIONS(1646), - [anon_sym_COMMA_AT] = ACTIONS(1648), - [anon_sym_COMMA] = ACTIONS(1650), + [anon_sym_LPAREN] = ACTIONS(1612), + [anon_sym_POUND0A] = ACTIONS(1614), + [anon_sym_POUND0a] = ACTIONS(1614), + [anon_sym_POUND_QMARK] = ACTIONS(1616), + [anon_sym_POUND_QMARK_AT] = ACTIONS(1618), + [anon_sym_POUND_SQUOTE] = ACTIONS(1620), + [anon_sym_SQUOTE] = ACTIONS(1622), + [anon_sym_BQUOTE] = ACTIONS(1624), + [anon_sym_COMMA_AT] = ACTIONS(1626), + [anon_sym_COMMA] = ACTIONS(1628), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3195), - [anon_sym_cl] = ACTIONS(1652), - [anon_sym_in] = ACTIONS(1654), - [anon_sym_across] = ACTIONS(1654), - [anon_sym_being] = ACTIONS(1654), - [anon_sym_using] = ACTIONS(1654), - [aux_sym_for_clause_word_token1] = ACTIONS(1656), - [anon_sym_below] = ACTIONS(1654), - [anon_sym_above] = ACTIONS(1654), - [anon_sym_from] = ACTIONS(1654), - [anon_sym_to] = ACTIONS(1654), - [anon_sym_upto] = ACTIONS(1654), - [anon_sym_upfrom] = ACTIONS(1654), - [anon_sym_downto] = ACTIONS(1654), - [anon_sym_downfrom] = ACTIONS(1654), - [anon_sym_on] = ACTIONS(1654), - [anon_sym_by] = ACTIONS(1654), - [anon_sym_then] = ACTIONS(1654), - [anon_sym_EQ] = ACTIONS(1654), - [anon_sym_POUNDP] = ACTIONS(1658), - [anon_sym_POUNDp] = ACTIONS(1658), - [sym_self_referential_reader_macro] = ACTIONS(3197), - [anon_sym_POUND_PLUS] = ACTIONS(1662), - [anon_sym_POUND_DASH] = ACTIONS(1662), - [anon_sym_POUNDC] = ACTIONS(1664), - [anon_sym_POUNDc] = ACTIONS(1664), + [sym_fancy_literal] = ACTIONS(3192), + [anon_sym_cl] = ACTIONS(1630), + [anon_sym_in] = ACTIONS(1632), + [anon_sym_across] = ACTIONS(1632), + [anon_sym_being] = ACTIONS(1632), + [anon_sym_using] = ACTIONS(1632), + [aux_sym_for_clause_word_token1] = ACTIONS(1634), + [anon_sym_below] = ACTIONS(1632), + [anon_sym_above] = ACTIONS(1632), + [anon_sym_from] = ACTIONS(1632), + [anon_sym_to] = ACTIONS(1632), + [anon_sym_upto] = ACTIONS(1632), + [anon_sym_upfrom] = ACTIONS(1632), + [anon_sym_downto] = ACTIONS(1632), + [anon_sym_downfrom] = ACTIONS(1632), + [anon_sym_on] = ACTIONS(1632), + [anon_sym_by] = ACTIONS(1632), + [anon_sym_then] = ACTIONS(1632), + [anon_sym_EQ] = ACTIONS(1632), + [anon_sym_POUNDP] = ACTIONS(1636), + [anon_sym_POUNDp] = ACTIONS(1636), + [sym_self_referential_reader_macro] = ACTIONS(3194), + [anon_sym_POUND_PLUS] = ACTIONS(1640), + [anon_sym_POUND_DASH] = ACTIONS(1640), + [anon_sym_POUNDC] = ACTIONS(1642), + [anon_sym_POUNDc] = ACTIONS(1642), }, [180] = { [sym__gap] = STATE(239), @@ -30161,21 +30161,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2259), [aux_sym_dis_expr_repeat1] = STATE(239), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3199), - [sym_comment] = ACTIONS(3199), - [anon_sym_POUND_] = ACTIONS(2963), + [sym__ws] = ACTIONS(3196), + [sym_comment] = ACTIONS(3196), + [anon_sym_POUND_] = ACTIONS(2934), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3202), + [anon_sym_DOT] = ACTIONS(3199), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(2968), + [anon_sym_COLON] = ACTIONS(2939), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3202), + [sym_nil_lit] = ACTIONS(3199), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(2971), - [anon_sym_POUND_CARET] = ACTIONS(2974), - [anon_sym_LPAREN] = ACTIONS(2977), - [anon_sym_RPAREN] = ACTIONS(2980), + [anon_sym_CARET] = ACTIONS(2942), + [anon_sym_POUND_CARET] = ACTIONS(2945), + [anon_sym_LPAREN] = ACTIONS(2948), + [anon_sym_RPAREN] = ACTIONS(2951), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -30186,30 +30186,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3202), - [anon_sym_cl] = ACTIONS(2982), - [aux_sym_accumulation_verb_token1] = ACTIONS(2985), - [anon_sym_for] = ACTIONS(2985), - [anon_sym_and] = ACTIONS(2985), - [anon_sym_as] = ACTIONS(2985), - [anon_sym_with] = ACTIONS(2985), - [anon_sym_do] = ACTIONS(2985), - [anon_sym_while] = ACTIONS(2985), - [anon_sym_until] = ACTIONS(2985), - [anon_sym_repeat] = ACTIONS(2985), - [anon_sym_when] = ACTIONS(2985), - [anon_sym_if] = ACTIONS(2985), - [anon_sym_unless] = ACTIONS(2985), - [anon_sym_always] = ACTIONS(2985), - [anon_sym_thereis] = ACTIONS(2985), - [anon_sym_never] = ACTIONS(2985), - [anon_sym_else] = ACTIONS(2985), - [anon_sym_finally] = ACTIONS(2985), - [anon_sym_return] = ACTIONS(2985), - [anon_sym_initially] = ACTIONS(2985), + [sym_fancy_literal] = ACTIONS(3199), + [anon_sym_cl] = ACTIONS(2953), + [aux_sym_accumulation_verb_token1] = ACTIONS(2956), + [anon_sym_for] = ACTIONS(2956), + [anon_sym_and] = ACTIONS(2956), + [anon_sym_as] = ACTIONS(2956), + [anon_sym_with] = ACTIONS(2956), + [anon_sym_do] = ACTIONS(2956), + [anon_sym_while] = ACTIONS(2956), + [anon_sym_until] = ACTIONS(2956), + [anon_sym_repeat] = ACTIONS(2956), + [anon_sym_when] = ACTIONS(2956), + [anon_sym_if] = ACTIONS(2956), + [anon_sym_unless] = ACTIONS(2956), + [anon_sym_always] = ACTIONS(2956), + [anon_sym_thereis] = ACTIONS(2956), + [anon_sym_never] = ACTIONS(2956), + [anon_sym_else] = ACTIONS(2956), + [anon_sym_finally] = ACTIONS(2956), + [anon_sym_return] = ACTIONS(2956), + [anon_sym_initially] = ACTIONS(2956), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3204), + [sym_self_referential_reader_macro] = ACTIONS(3201), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -30247,21 +30247,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2442), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(1709), - [sym_comment] = ACTIONS(1709), - [anon_sym_POUND_] = ACTIONS(1712), + [sym__ws] = ACTIONS(1712), + [sym_comment] = ACTIONS(1712), + [anon_sym_POUND_] = ACTIONS(1715), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3206), + [anon_sym_DOT] = ACTIONS(3203), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1717), + [anon_sym_COLON] = ACTIONS(1720), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3206), + [sym_nil_lit] = ACTIONS(3203), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(1720), - [anon_sym_POUND_CARET] = ACTIONS(1723), - [anon_sym_LPAREN] = ACTIONS(1726), - [anon_sym_RPAREN] = ACTIONS(1729), + [anon_sym_CARET] = ACTIONS(1723), + [anon_sym_POUND_CARET] = ACTIONS(1726), + [anon_sym_LPAREN] = ACTIONS(1729), + [anon_sym_RPAREN] = ACTIONS(1732), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -30272,30 +30272,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3206), - [anon_sym_cl] = ACTIONS(1731), - [aux_sym_accumulation_verb_token1] = ACTIONS(1734), - [anon_sym_for] = ACTIONS(1734), - [anon_sym_and] = ACTIONS(1734), - [anon_sym_as] = ACTIONS(1734), - [anon_sym_with] = ACTIONS(1734), - [anon_sym_do] = ACTIONS(1734), - [anon_sym_while] = ACTIONS(1734), - [anon_sym_until] = ACTIONS(1734), - [anon_sym_repeat] = ACTIONS(1734), - [anon_sym_when] = ACTIONS(1734), - [anon_sym_if] = ACTIONS(1734), - [anon_sym_unless] = ACTIONS(1734), - [anon_sym_always] = ACTIONS(1734), - [anon_sym_thereis] = ACTIONS(1734), - [anon_sym_never] = ACTIONS(1734), - [anon_sym_else] = ACTIONS(1734), - [anon_sym_finally] = ACTIONS(1734), - [anon_sym_return] = ACTIONS(1734), - [anon_sym_initially] = ACTIONS(1734), + [sym_fancy_literal] = ACTIONS(3203), + [anon_sym_cl] = ACTIONS(1734), + [aux_sym_accumulation_verb_token1] = ACTIONS(1737), + [anon_sym_for] = ACTIONS(1737), + [anon_sym_and] = ACTIONS(1737), + [anon_sym_as] = ACTIONS(1737), + [anon_sym_with] = ACTIONS(1737), + [anon_sym_do] = ACTIONS(1737), + [anon_sym_while] = ACTIONS(1737), + [anon_sym_until] = ACTIONS(1737), + [anon_sym_repeat] = ACTIONS(1737), + [anon_sym_when] = ACTIONS(1737), + [anon_sym_if] = ACTIONS(1737), + [anon_sym_unless] = ACTIONS(1737), + [anon_sym_always] = ACTIONS(1737), + [anon_sym_thereis] = ACTIONS(1737), + [anon_sym_never] = ACTIONS(1737), + [anon_sym_else] = ACTIONS(1737), + [anon_sym_finally] = ACTIONS(1737), + [anon_sym_return] = ACTIONS(1737), + [anon_sym_initially] = ACTIONS(1737), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3208), + [sym_self_referential_reader_macro] = ACTIONS(3205), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -30333,16 +30333,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2482), [aux_sym_dis_expr_repeat1] = STATE(85), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3210), - [sym_comment] = ACTIONS(3210), + [sym__ws] = ACTIONS(3207), + [sym_comment] = ACTIONS(3207), [anon_sym_POUND_] = ACTIONS(2035), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3213), + [anon_sym_DOT] = ACTIONS(3210), [aux_sym_num_lit_token1] = ACTIONS(71), [anon_sym_COLON] = ACTIONS(2040), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3213), + [sym_nil_lit] = ACTIONS(3210), [aux_sym_sym_lit_token1] = ACTIONS(81), [anon_sym_CARET] = ACTIONS(2043), [anon_sym_POUND_CARET] = ACTIONS(2046), @@ -30358,7 +30358,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3213), + [sym_fancy_literal] = ACTIONS(3210), [anon_sym_cl] = ACTIONS(2054), [aux_sym_accumulation_verb_token1] = ACTIONS(2057), [anon_sym_for] = ACTIONS(2057), @@ -30381,7 +30381,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_initially] = ACTIONS(2057), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3215), + [sym_self_referential_reader_macro] = ACTIONS(3212), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -30423,12 +30423,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(2032), [anon_sym_POUND_] = ACTIONS(2035), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3217), + [anon_sym_DOT] = ACTIONS(3214), [aux_sym_num_lit_token1] = ACTIONS(71), [anon_sym_COLON] = ACTIONS(2040), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3217), + [sym_nil_lit] = ACTIONS(3214), [aux_sym_sym_lit_token1] = ACTIONS(81), [anon_sym_CARET] = ACTIONS(2043), [anon_sym_POUND_CARET] = ACTIONS(2046), @@ -30444,7 +30444,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3217), + [sym_fancy_literal] = ACTIONS(3214), [anon_sym_cl] = ACTIONS(2054), [aux_sym_accumulation_verb_token1] = ACTIONS(2057), [anon_sym_for] = ACTIONS(2057), @@ -30467,7 +30467,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_initially] = ACTIONS(2057), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3219), + [sym_self_referential_reader_macro] = ACTIONS(3216), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -30509,12 +30509,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(2116), [anon_sym_POUND_] = ACTIONS(2119), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3221), + [anon_sym_DOT] = ACTIONS(3218), [aux_sym_num_lit_token1] = ACTIONS(71), [anon_sym_COLON] = ACTIONS(2124), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3221), + [sym_nil_lit] = ACTIONS(3218), [aux_sym_sym_lit_token1] = ACTIONS(81), [anon_sym_CARET] = ACTIONS(2127), [anon_sym_POUND_CARET] = ACTIONS(2130), @@ -30530,7 +30530,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3221), + [sym_fancy_literal] = ACTIONS(3218), [anon_sym_cl] = ACTIONS(2138), [aux_sym_accumulation_verb_token1] = ACTIONS(2141), [anon_sym_for] = ACTIONS(2141), @@ -30553,7 +30553,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_initially] = ACTIONS(2141), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3223), + [sym_self_referential_reader_macro] = ACTIONS(3220), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -30591,16 +30591,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2489), [aux_sym_dis_expr_repeat1] = STATE(86), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3225), - [sym_comment] = ACTIONS(3225), + [sym__ws] = ACTIONS(3222), + [sym_comment] = ACTIONS(3222), [anon_sym_POUND_] = ACTIONS(2148), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3228), + [anon_sym_DOT] = ACTIONS(3225), [aux_sym_num_lit_token1] = ACTIONS(71), [anon_sym_COLON] = ACTIONS(2153), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3228), + [sym_nil_lit] = ACTIONS(3225), [aux_sym_sym_lit_token1] = ACTIONS(81), [anon_sym_CARET] = ACTIONS(2156), [anon_sym_POUND_CARET] = ACTIONS(2159), @@ -30616,7 +30616,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3228), + [sym_fancy_literal] = ACTIONS(3225), [anon_sym_cl] = ACTIONS(2167), [aux_sym_accumulation_verb_token1] = ACTIONS(2170), [anon_sym_for] = ACTIONS(2170), @@ -30639,7 +30639,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_initially] = ACTIONS(2170), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3230), + [sym_self_referential_reader_macro] = ACTIONS(3227), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -30681,12 +30681,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(2174), [anon_sym_POUND_] = ACTIONS(2148), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3232), + [anon_sym_DOT] = ACTIONS(3229), [aux_sym_num_lit_token1] = ACTIONS(71), [anon_sym_COLON] = ACTIONS(2153), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3232), + [sym_nil_lit] = ACTIONS(3229), [aux_sym_sym_lit_token1] = ACTIONS(81), [anon_sym_CARET] = ACTIONS(2156), [anon_sym_POUND_CARET] = ACTIONS(2159), @@ -30702,7 +30702,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3232), + [sym_fancy_literal] = ACTIONS(3229), [anon_sym_cl] = ACTIONS(2167), [aux_sym_accumulation_verb_token1] = ACTIONS(2170), [anon_sym_for] = ACTIONS(2170), @@ -30725,7 +30725,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_initially] = ACTIONS(2170), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3234), + [sym_self_referential_reader_macro] = ACTIONS(3231), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -30767,12 +30767,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(2174), [anon_sym_POUND_] = ACTIONS(2148), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3236), + [anon_sym_DOT] = ACTIONS(3233), [aux_sym_num_lit_token1] = ACTIONS(71), [anon_sym_COLON] = ACTIONS(2153), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3236), + [sym_nil_lit] = ACTIONS(3233), [aux_sym_sym_lit_token1] = ACTIONS(81), [anon_sym_CARET] = ACTIONS(2156), [anon_sym_POUND_CARET] = ACTIONS(2159), @@ -30788,7 +30788,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3236), + [sym_fancy_literal] = ACTIONS(3233), [anon_sym_cl] = ACTIONS(2167), [aux_sym_accumulation_verb_token1] = ACTIONS(2170), [anon_sym_for] = ACTIONS(2170), @@ -30811,7 +30811,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_initially] = ACTIONS(2170), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3238), + [sym_self_referential_reader_macro] = ACTIONS(3235), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -30849,21 +30849,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2507), [aux_sym_dis_expr_repeat1] = STATE(87), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3240), - [sym_comment] = ACTIONS(3240), - [anon_sym_POUND_] = ACTIONS(3243), + [sym__ws] = ACTIONS(3237), + [sym_comment] = ACTIONS(3237), + [anon_sym_POUND_] = ACTIONS(3240), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3246), + [anon_sym_DOT] = ACTIONS(3243), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3248), + [anon_sym_COLON] = ACTIONS(3245), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3246), + [sym_nil_lit] = ACTIONS(3243), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3251), - [anon_sym_POUND_CARET] = ACTIONS(3254), - [anon_sym_LPAREN] = ACTIONS(3257), - [anon_sym_RPAREN] = ACTIONS(3260), + [anon_sym_CARET] = ACTIONS(3248), + [anon_sym_POUND_CARET] = ACTIONS(3251), + [anon_sym_LPAREN] = ACTIONS(3254), + [anon_sym_RPAREN] = ACTIONS(3257), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -30874,30 +30874,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3246), - [anon_sym_cl] = ACTIONS(3262), - [aux_sym_accumulation_verb_token1] = ACTIONS(3265), - [anon_sym_for] = ACTIONS(3265), - [anon_sym_and] = ACTIONS(3265), - [anon_sym_as] = ACTIONS(3265), - [anon_sym_with] = ACTIONS(3265), - [anon_sym_do] = ACTIONS(3265), - [anon_sym_while] = ACTIONS(3265), - [anon_sym_until] = ACTIONS(3265), - [anon_sym_repeat] = ACTIONS(3265), - [anon_sym_when] = ACTIONS(3265), - [anon_sym_if] = ACTIONS(3265), - [anon_sym_unless] = ACTIONS(3265), - [anon_sym_always] = ACTIONS(3265), - [anon_sym_thereis] = ACTIONS(3265), - [anon_sym_never] = ACTIONS(3265), - [anon_sym_else] = ACTIONS(3265), - [anon_sym_finally] = ACTIONS(3265), - [anon_sym_return] = ACTIONS(3265), - [anon_sym_initially] = ACTIONS(3265), + [sym_fancy_literal] = ACTIONS(3243), + [anon_sym_cl] = ACTIONS(3259), + [aux_sym_accumulation_verb_token1] = ACTIONS(3262), + [anon_sym_for] = ACTIONS(3262), + [anon_sym_and] = ACTIONS(3262), + [anon_sym_as] = ACTIONS(3262), + [anon_sym_with] = ACTIONS(3262), + [anon_sym_do] = ACTIONS(3262), + [anon_sym_while] = ACTIONS(3262), + [anon_sym_until] = ACTIONS(3262), + [anon_sym_repeat] = ACTIONS(3262), + [anon_sym_when] = ACTIONS(3262), + [anon_sym_if] = ACTIONS(3262), + [anon_sym_unless] = ACTIONS(3262), + [anon_sym_always] = ACTIONS(3262), + [anon_sym_thereis] = ACTIONS(3262), + [anon_sym_never] = ACTIONS(3262), + [anon_sym_else] = ACTIONS(3262), + [anon_sym_finally] = ACTIONS(3262), + [anon_sym_return] = ACTIONS(3262), + [anon_sym_initially] = ACTIONS(3262), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3267), + [sym_self_referential_reader_macro] = ACTIONS(3264), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -30935,21 +30935,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2508), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3269), - [sym_comment] = ACTIONS(3269), - [anon_sym_POUND_] = ACTIONS(3243), + [sym__ws] = ACTIONS(3266), + [sym_comment] = ACTIONS(3266), + [anon_sym_POUND_] = ACTIONS(3240), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3272), + [anon_sym_DOT] = ACTIONS(3269), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3248), + [anon_sym_COLON] = ACTIONS(3245), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3272), + [sym_nil_lit] = ACTIONS(3269), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3251), - [anon_sym_POUND_CARET] = ACTIONS(3254), - [anon_sym_LPAREN] = ACTIONS(3257), - [anon_sym_RPAREN] = ACTIONS(3260), + [anon_sym_CARET] = ACTIONS(3248), + [anon_sym_POUND_CARET] = ACTIONS(3251), + [anon_sym_LPAREN] = ACTIONS(3254), + [anon_sym_RPAREN] = ACTIONS(3257), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -30960,30 +30960,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3272), - [anon_sym_cl] = ACTIONS(3262), - [aux_sym_accumulation_verb_token1] = ACTIONS(3265), - [anon_sym_for] = ACTIONS(3265), - [anon_sym_and] = ACTIONS(3265), - [anon_sym_as] = ACTIONS(3265), - [anon_sym_with] = ACTIONS(3265), - [anon_sym_do] = ACTIONS(3265), - [anon_sym_while] = ACTIONS(3265), - [anon_sym_until] = ACTIONS(3265), - [anon_sym_repeat] = ACTIONS(3265), - [anon_sym_when] = ACTIONS(3265), - [anon_sym_if] = ACTIONS(3265), - [anon_sym_unless] = ACTIONS(3265), - [anon_sym_always] = ACTIONS(3265), - [anon_sym_thereis] = ACTIONS(3265), - [anon_sym_never] = ACTIONS(3265), - [anon_sym_else] = ACTIONS(3265), - [anon_sym_finally] = ACTIONS(3265), - [anon_sym_return] = ACTIONS(3265), - [anon_sym_initially] = ACTIONS(3265), + [sym_fancy_literal] = ACTIONS(3269), + [anon_sym_cl] = ACTIONS(3259), + [aux_sym_accumulation_verb_token1] = ACTIONS(3262), + [anon_sym_for] = ACTIONS(3262), + [anon_sym_and] = ACTIONS(3262), + [anon_sym_as] = ACTIONS(3262), + [anon_sym_with] = ACTIONS(3262), + [anon_sym_do] = ACTIONS(3262), + [anon_sym_while] = ACTIONS(3262), + [anon_sym_until] = ACTIONS(3262), + [anon_sym_repeat] = ACTIONS(3262), + [anon_sym_when] = ACTIONS(3262), + [anon_sym_if] = ACTIONS(3262), + [anon_sym_unless] = ACTIONS(3262), + [anon_sym_always] = ACTIONS(3262), + [anon_sym_thereis] = ACTIONS(3262), + [anon_sym_never] = ACTIONS(3262), + [anon_sym_else] = ACTIONS(3262), + [anon_sym_finally] = ACTIONS(3262), + [anon_sym_return] = ACTIONS(3262), + [anon_sym_initially] = ACTIONS(3262), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3274), + [sym_self_referential_reader_macro] = ACTIONS(3271), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -31021,21 +31021,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2512), [aux_sym_dis_expr_repeat1] = STATE(95), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3276), - [sym_comment] = ACTIONS(3276), - [anon_sym_POUND_] = ACTIONS(3243), + [sym__ws] = ACTIONS(3273), + [sym_comment] = ACTIONS(3273), + [anon_sym_POUND_] = ACTIONS(3240), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3279), + [anon_sym_DOT] = ACTIONS(3276), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3248), + [anon_sym_COLON] = ACTIONS(3245), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3279), + [sym_nil_lit] = ACTIONS(3276), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3251), - [anon_sym_POUND_CARET] = ACTIONS(3254), - [anon_sym_LPAREN] = ACTIONS(3257), - [anon_sym_RPAREN] = ACTIONS(3260), + [anon_sym_CARET] = ACTIONS(3248), + [anon_sym_POUND_CARET] = ACTIONS(3251), + [anon_sym_LPAREN] = ACTIONS(3254), + [anon_sym_RPAREN] = ACTIONS(3257), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -31046,30 +31046,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3279), - [anon_sym_cl] = ACTIONS(3262), - [aux_sym_accumulation_verb_token1] = ACTIONS(3265), - [anon_sym_for] = ACTIONS(3265), - [anon_sym_and] = ACTIONS(3265), - [anon_sym_as] = ACTIONS(3265), - [anon_sym_with] = ACTIONS(3265), - [anon_sym_do] = ACTIONS(3265), - [anon_sym_while] = ACTIONS(3265), - [anon_sym_until] = ACTIONS(3265), - [anon_sym_repeat] = ACTIONS(3265), - [anon_sym_when] = ACTIONS(3265), - [anon_sym_if] = ACTIONS(3265), - [anon_sym_unless] = ACTIONS(3265), - [anon_sym_always] = ACTIONS(3265), - [anon_sym_thereis] = ACTIONS(3265), - [anon_sym_never] = ACTIONS(3265), - [anon_sym_else] = ACTIONS(3265), - [anon_sym_finally] = ACTIONS(3265), - [anon_sym_return] = ACTIONS(3265), - [anon_sym_initially] = ACTIONS(3265), + [sym_fancy_literal] = ACTIONS(3276), + [anon_sym_cl] = ACTIONS(3259), + [aux_sym_accumulation_verb_token1] = ACTIONS(3262), + [anon_sym_for] = ACTIONS(3262), + [anon_sym_and] = ACTIONS(3262), + [anon_sym_as] = ACTIONS(3262), + [anon_sym_with] = ACTIONS(3262), + [anon_sym_do] = ACTIONS(3262), + [anon_sym_while] = ACTIONS(3262), + [anon_sym_until] = ACTIONS(3262), + [anon_sym_repeat] = ACTIONS(3262), + [anon_sym_when] = ACTIONS(3262), + [anon_sym_if] = ACTIONS(3262), + [anon_sym_unless] = ACTIONS(3262), + [anon_sym_always] = ACTIONS(3262), + [anon_sym_thereis] = ACTIONS(3262), + [anon_sym_never] = ACTIONS(3262), + [anon_sym_else] = ACTIONS(3262), + [anon_sym_finally] = ACTIONS(3262), + [anon_sym_return] = ACTIONS(3262), + [anon_sym_initially] = ACTIONS(3262), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3281), + [sym_self_referential_reader_macro] = ACTIONS(3278), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -31111,12 +31111,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(2003), [anon_sym_POUND_] = ACTIONS(2006), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3283), + [anon_sym_DOT] = ACTIONS(3280), [aux_sym_num_lit_token1] = ACTIONS(71), [anon_sym_COLON] = ACTIONS(2011), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3283), + [sym_nil_lit] = ACTIONS(3280), [aux_sym_sym_lit_token1] = ACTIONS(81), [anon_sym_CARET] = ACTIONS(2014), [anon_sym_POUND_CARET] = ACTIONS(2017), @@ -31132,7 +31132,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3283), + [sym_fancy_literal] = ACTIONS(3280), [anon_sym_cl] = ACTIONS(2025), [aux_sym_accumulation_verb_token1] = ACTIONS(2028), [anon_sym_for] = ACTIONS(2028), @@ -31155,7 +31155,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_initially] = ACTIONS(2028), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3285), + [sym_self_referential_reader_macro] = ACTIONS(3282), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -31193,20 +31193,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2254), [aux_sym_dis_expr_repeat1] = STATE(232), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3287), - [sym_comment] = ACTIONS(3287), - [anon_sym_POUND_] = ACTIONS(3290), + [sym__ws] = ACTIONS(3284), + [sym_comment] = ACTIONS(3284), + [anon_sym_POUND_] = ACTIONS(3287), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3293), + [anon_sym_DOT] = ACTIONS(3290), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3295), + [anon_sym_COLON] = ACTIONS(3292), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3293), + [sym_nil_lit] = ACTIONS(3290), [aux_sym_sym_lit_token1] = ACTIONS(81), [anon_sym_CARET] = ACTIONS(1018), [anon_sym_POUND_CARET] = ACTIONS(1021), - [anon_sym_LPAREN] = ACTIONS(3298), + [anon_sym_LPAREN] = ACTIONS(3295), [anon_sym_RPAREN] = ACTIONS(1027), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), @@ -31218,8 +31218,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3293), - [anon_sym_cl] = ACTIONS(3301), + [sym_fancy_literal] = ACTIONS(3290), + [anon_sym_cl] = ACTIONS(3298), [aux_sym_accumulation_verb_token1] = ACTIONS(1034), [anon_sym_for] = ACTIONS(1034), [anon_sym_and] = ACTIONS(1034), @@ -31241,7 +31241,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_initially] = ACTIONS(1034), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3304), + [sym_self_referential_reader_macro] = ACTIONS(3301), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -31279,21 +31279,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2451), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3306), - [sym_comment] = ACTIONS(3306), - [anon_sym_POUND_] = ACTIONS(3309), + [sym__ws] = ACTIONS(3303), + [sym_comment] = ACTIONS(3303), + [anon_sym_POUND_] = ACTIONS(3306), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3312), + [anon_sym_DOT] = ACTIONS(3309), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3314), + [anon_sym_COLON] = ACTIONS(3311), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3312), + [sym_nil_lit] = ACTIONS(3309), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3317), - [anon_sym_POUND_CARET] = ACTIONS(3320), - [anon_sym_LPAREN] = ACTIONS(3323), - [anon_sym_RPAREN] = ACTIONS(3326), + [anon_sym_CARET] = ACTIONS(3314), + [anon_sym_POUND_CARET] = ACTIONS(3317), + [anon_sym_LPAREN] = ACTIONS(3320), + [anon_sym_RPAREN] = ACTIONS(3323), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -31304,30 +31304,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3312), - [anon_sym_cl] = ACTIONS(3328), - [aux_sym_accumulation_verb_token1] = ACTIONS(3331), - [anon_sym_for] = ACTIONS(3331), - [anon_sym_and] = ACTIONS(3331), - [anon_sym_as] = ACTIONS(3331), - [anon_sym_with] = ACTIONS(3331), - [anon_sym_do] = ACTIONS(3331), - [anon_sym_while] = ACTIONS(3331), - [anon_sym_until] = ACTIONS(3331), - [anon_sym_repeat] = ACTIONS(3331), - [anon_sym_when] = ACTIONS(3331), - [anon_sym_if] = ACTIONS(3331), - [anon_sym_unless] = ACTIONS(3331), - [anon_sym_always] = ACTIONS(3331), - [anon_sym_thereis] = ACTIONS(3331), - [anon_sym_never] = ACTIONS(3331), - [anon_sym_else] = ACTIONS(3331), - [anon_sym_finally] = ACTIONS(3331), - [anon_sym_return] = ACTIONS(3331), - [anon_sym_initially] = ACTIONS(3331), + [sym_fancy_literal] = ACTIONS(3309), + [anon_sym_cl] = ACTIONS(3325), + [aux_sym_accumulation_verb_token1] = ACTIONS(3328), + [anon_sym_for] = ACTIONS(3328), + [anon_sym_and] = ACTIONS(3328), + [anon_sym_as] = ACTIONS(3328), + [anon_sym_with] = ACTIONS(3328), + [anon_sym_do] = ACTIONS(3328), + [anon_sym_while] = ACTIONS(3328), + [anon_sym_until] = ACTIONS(3328), + [anon_sym_repeat] = ACTIONS(3328), + [anon_sym_when] = ACTIONS(3328), + [anon_sym_if] = ACTIONS(3328), + [anon_sym_unless] = ACTIONS(3328), + [anon_sym_always] = ACTIONS(3328), + [anon_sym_thereis] = ACTIONS(3328), + [anon_sym_never] = ACTIONS(3328), + [anon_sym_else] = ACTIONS(3328), + [anon_sym_finally] = ACTIONS(3328), + [anon_sym_return] = ACTIONS(3328), + [anon_sym_initially] = ACTIONS(3328), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3333), + [sym_self_referential_reader_macro] = ACTIONS(3330), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -31365,21 +31365,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2247), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3335), - [sym_comment] = ACTIONS(3335), - [anon_sym_POUND_] = ACTIONS(3338), + [sym__ws] = ACTIONS(3332), + [sym_comment] = ACTIONS(3332), + [anon_sym_POUND_] = ACTIONS(3335), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3341), + [anon_sym_DOT] = ACTIONS(3338), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3343), + [anon_sym_COLON] = ACTIONS(3340), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3341), + [sym_nil_lit] = ACTIONS(3338), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3346), - [anon_sym_POUND_CARET] = ACTIONS(3349), - [anon_sym_LPAREN] = ACTIONS(3352), - [anon_sym_RPAREN] = ACTIONS(3355), + [anon_sym_CARET] = ACTIONS(3343), + [anon_sym_POUND_CARET] = ACTIONS(3346), + [anon_sym_LPAREN] = ACTIONS(3349), + [anon_sym_RPAREN] = ACTIONS(3352), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -31390,30 +31390,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3341), - [anon_sym_cl] = ACTIONS(3357), - [aux_sym_accumulation_verb_token1] = ACTIONS(3360), - [anon_sym_for] = ACTIONS(3360), - [anon_sym_and] = ACTIONS(3360), - [anon_sym_as] = ACTIONS(3360), - [anon_sym_with] = ACTIONS(3360), - [anon_sym_do] = ACTIONS(3360), - [anon_sym_while] = ACTIONS(3360), - [anon_sym_until] = ACTIONS(3360), - [anon_sym_repeat] = ACTIONS(3360), - [anon_sym_when] = ACTIONS(3360), - [anon_sym_if] = ACTIONS(3360), - [anon_sym_unless] = ACTIONS(3360), - [anon_sym_always] = ACTIONS(3360), - [anon_sym_thereis] = ACTIONS(3360), - [anon_sym_never] = ACTIONS(3360), - [anon_sym_else] = ACTIONS(3360), - [anon_sym_finally] = ACTIONS(3360), - [anon_sym_return] = ACTIONS(3360), - [anon_sym_initially] = ACTIONS(3360), + [sym_fancy_literal] = ACTIONS(3338), + [anon_sym_cl] = ACTIONS(3354), + [aux_sym_accumulation_verb_token1] = ACTIONS(3357), + [anon_sym_for] = ACTIONS(3357), + [anon_sym_and] = ACTIONS(3357), + [anon_sym_as] = ACTIONS(3357), + [anon_sym_with] = ACTIONS(3357), + [anon_sym_do] = ACTIONS(3357), + [anon_sym_while] = ACTIONS(3357), + [anon_sym_until] = ACTIONS(3357), + [anon_sym_repeat] = ACTIONS(3357), + [anon_sym_when] = ACTIONS(3357), + [anon_sym_if] = ACTIONS(3357), + [anon_sym_unless] = ACTIONS(3357), + [anon_sym_always] = ACTIONS(3357), + [anon_sym_thereis] = ACTIONS(3357), + [anon_sym_never] = ACTIONS(3357), + [anon_sym_else] = ACTIONS(3357), + [anon_sym_finally] = ACTIONS(3357), + [anon_sym_return] = ACTIONS(3357), + [anon_sym_initially] = ACTIONS(3357), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3362), + [sym_self_referential_reader_macro] = ACTIONS(3359), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -31451,21 +31451,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2518), [aux_sym_dis_expr_repeat1] = STATE(96), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3364), - [sym_comment] = ACTIONS(3364), - [anon_sym_POUND_] = ACTIONS(3367), + [sym__ws] = ACTIONS(3361), + [sym_comment] = ACTIONS(3361), + [anon_sym_POUND_] = ACTIONS(3364), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3370), + [anon_sym_DOT] = ACTIONS(3367), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3372), + [anon_sym_COLON] = ACTIONS(3369), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3370), + [sym_nil_lit] = ACTIONS(3367), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3375), - [anon_sym_POUND_CARET] = ACTIONS(3378), - [anon_sym_LPAREN] = ACTIONS(3381), - [anon_sym_RPAREN] = ACTIONS(3384), + [anon_sym_CARET] = ACTIONS(3372), + [anon_sym_POUND_CARET] = ACTIONS(3375), + [anon_sym_LPAREN] = ACTIONS(3378), + [anon_sym_RPAREN] = ACTIONS(3381), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -31476,30 +31476,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3370), - [anon_sym_cl] = ACTIONS(3386), - [aux_sym_accumulation_verb_token1] = ACTIONS(3389), - [anon_sym_for] = ACTIONS(3389), - [anon_sym_and] = ACTIONS(3389), - [anon_sym_as] = ACTIONS(3389), - [anon_sym_with] = ACTIONS(3389), - [anon_sym_do] = ACTIONS(3389), - [anon_sym_while] = ACTIONS(3389), - [anon_sym_until] = ACTIONS(3389), - [anon_sym_repeat] = ACTIONS(3389), - [anon_sym_when] = ACTIONS(3389), - [anon_sym_if] = ACTIONS(3389), - [anon_sym_unless] = ACTIONS(3389), - [anon_sym_always] = ACTIONS(3389), - [anon_sym_thereis] = ACTIONS(3389), - [anon_sym_never] = ACTIONS(3389), - [anon_sym_else] = ACTIONS(3389), - [anon_sym_finally] = ACTIONS(3389), - [anon_sym_return] = ACTIONS(3389), - [anon_sym_initially] = ACTIONS(3389), + [sym_fancy_literal] = ACTIONS(3367), + [anon_sym_cl] = ACTIONS(3383), + [aux_sym_accumulation_verb_token1] = ACTIONS(3386), + [anon_sym_for] = ACTIONS(3386), + [anon_sym_and] = ACTIONS(3386), + [anon_sym_as] = ACTIONS(3386), + [anon_sym_with] = ACTIONS(3386), + [anon_sym_do] = ACTIONS(3386), + [anon_sym_while] = ACTIONS(3386), + [anon_sym_until] = ACTIONS(3386), + [anon_sym_repeat] = ACTIONS(3386), + [anon_sym_when] = ACTIONS(3386), + [anon_sym_if] = ACTIONS(3386), + [anon_sym_unless] = ACTIONS(3386), + [anon_sym_always] = ACTIONS(3386), + [anon_sym_thereis] = ACTIONS(3386), + [anon_sym_never] = ACTIONS(3386), + [anon_sym_else] = ACTIONS(3386), + [anon_sym_finally] = ACTIONS(3386), + [anon_sym_return] = ACTIONS(3386), + [anon_sym_initially] = ACTIONS(3386), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3391), + [sym_self_referential_reader_macro] = ACTIONS(3388), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -31537,21 +31537,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2519), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3393), - [sym_comment] = ACTIONS(3393), - [anon_sym_POUND_] = ACTIONS(3367), + [sym__ws] = ACTIONS(3390), + [sym_comment] = ACTIONS(3390), + [anon_sym_POUND_] = ACTIONS(3364), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3396), + [anon_sym_DOT] = ACTIONS(3393), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3372), + [anon_sym_COLON] = ACTIONS(3369), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3396), + [sym_nil_lit] = ACTIONS(3393), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3375), - [anon_sym_POUND_CARET] = ACTIONS(3378), - [anon_sym_LPAREN] = ACTIONS(3381), - [anon_sym_RPAREN] = ACTIONS(3384), + [anon_sym_CARET] = ACTIONS(3372), + [anon_sym_POUND_CARET] = ACTIONS(3375), + [anon_sym_LPAREN] = ACTIONS(3378), + [anon_sym_RPAREN] = ACTIONS(3381), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -31562,30 +31562,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3396), - [anon_sym_cl] = ACTIONS(3386), - [aux_sym_accumulation_verb_token1] = ACTIONS(3389), - [anon_sym_for] = ACTIONS(3389), - [anon_sym_and] = ACTIONS(3389), - [anon_sym_as] = ACTIONS(3389), - [anon_sym_with] = ACTIONS(3389), - [anon_sym_do] = ACTIONS(3389), - [anon_sym_while] = ACTIONS(3389), - [anon_sym_until] = ACTIONS(3389), - [anon_sym_repeat] = ACTIONS(3389), - [anon_sym_when] = ACTIONS(3389), - [anon_sym_if] = ACTIONS(3389), - [anon_sym_unless] = ACTIONS(3389), - [anon_sym_always] = ACTIONS(3389), - [anon_sym_thereis] = ACTIONS(3389), - [anon_sym_never] = ACTIONS(3389), - [anon_sym_else] = ACTIONS(3389), - [anon_sym_finally] = ACTIONS(3389), - [anon_sym_return] = ACTIONS(3389), - [anon_sym_initially] = ACTIONS(3389), + [sym_fancy_literal] = ACTIONS(3393), + [anon_sym_cl] = ACTIONS(3383), + [aux_sym_accumulation_verb_token1] = ACTIONS(3386), + [anon_sym_for] = ACTIONS(3386), + [anon_sym_and] = ACTIONS(3386), + [anon_sym_as] = ACTIONS(3386), + [anon_sym_with] = ACTIONS(3386), + [anon_sym_do] = ACTIONS(3386), + [anon_sym_while] = ACTIONS(3386), + [anon_sym_until] = ACTIONS(3386), + [anon_sym_repeat] = ACTIONS(3386), + [anon_sym_when] = ACTIONS(3386), + [anon_sym_if] = ACTIONS(3386), + [anon_sym_unless] = ACTIONS(3386), + [anon_sym_always] = ACTIONS(3386), + [anon_sym_thereis] = ACTIONS(3386), + [anon_sym_never] = ACTIONS(3386), + [anon_sym_else] = ACTIONS(3386), + [anon_sym_finally] = ACTIONS(3386), + [anon_sym_return] = ACTIONS(3386), + [anon_sym_initially] = ACTIONS(3386), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3398), + [sym_self_referential_reader_macro] = ACTIONS(3395), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -31623,21 +31623,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2525), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3400), - [sym_comment] = ACTIONS(3400), - [anon_sym_POUND_] = ACTIONS(3403), + [sym__ws] = ACTIONS(3397), + [sym_comment] = ACTIONS(3397), + [anon_sym_POUND_] = ACTIONS(3400), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3406), + [anon_sym_DOT] = ACTIONS(3403), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3408), + [anon_sym_COLON] = ACTIONS(3405), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3406), + [sym_nil_lit] = ACTIONS(3403), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3411), - [anon_sym_POUND_CARET] = ACTIONS(3414), - [anon_sym_LPAREN] = ACTIONS(3417), - [anon_sym_RPAREN] = ACTIONS(3420), + [anon_sym_CARET] = ACTIONS(3408), + [anon_sym_POUND_CARET] = ACTIONS(3411), + [anon_sym_LPAREN] = ACTIONS(3414), + [anon_sym_RPAREN] = ACTIONS(3417), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -31648,30 +31648,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3406), - [anon_sym_cl] = ACTIONS(3422), - [aux_sym_accumulation_verb_token1] = ACTIONS(3425), - [anon_sym_for] = ACTIONS(3425), - [anon_sym_and] = ACTIONS(3425), - [anon_sym_as] = ACTIONS(3425), - [anon_sym_with] = ACTIONS(3425), - [anon_sym_do] = ACTIONS(3425), - [anon_sym_while] = ACTIONS(3425), - [anon_sym_until] = ACTIONS(3425), - [anon_sym_repeat] = ACTIONS(3425), - [anon_sym_when] = ACTIONS(3425), - [anon_sym_if] = ACTIONS(3425), - [anon_sym_unless] = ACTIONS(3425), - [anon_sym_always] = ACTIONS(3425), - [anon_sym_thereis] = ACTIONS(3425), - [anon_sym_never] = ACTIONS(3425), - [anon_sym_else] = ACTIONS(3425), - [anon_sym_finally] = ACTIONS(3425), - [anon_sym_return] = ACTIONS(3425), - [anon_sym_initially] = ACTIONS(3425), + [sym_fancy_literal] = ACTIONS(3403), + [anon_sym_cl] = ACTIONS(3419), + [aux_sym_accumulation_verb_token1] = ACTIONS(3422), + [anon_sym_for] = ACTIONS(3422), + [anon_sym_and] = ACTIONS(3422), + [anon_sym_as] = ACTIONS(3422), + [anon_sym_with] = ACTIONS(3422), + [anon_sym_do] = ACTIONS(3422), + [anon_sym_while] = ACTIONS(3422), + [anon_sym_until] = ACTIONS(3422), + [anon_sym_repeat] = ACTIONS(3422), + [anon_sym_when] = ACTIONS(3422), + [anon_sym_if] = ACTIONS(3422), + [anon_sym_unless] = ACTIONS(3422), + [anon_sym_always] = ACTIONS(3422), + [anon_sym_thereis] = ACTIONS(3422), + [anon_sym_never] = ACTIONS(3422), + [anon_sym_else] = ACTIONS(3422), + [anon_sym_finally] = ACTIONS(3422), + [anon_sym_return] = ACTIONS(3422), + [anon_sym_initially] = ACTIONS(3422), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3427), + [sym_self_referential_reader_macro] = ACTIONS(3424), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -31709,21 +31709,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2245), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3429), - [sym_comment] = ACTIONS(3429), - [anon_sym_POUND_] = ACTIONS(3432), + [sym__ws] = ACTIONS(3426), + [sym_comment] = ACTIONS(3426), + [anon_sym_POUND_] = ACTIONS(3429), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3435), + [anon_sym_DOT] = ACTIONS(3432), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3437), + [anon_sym_COLON] = ACTIONS(3434), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3435), + [sym_nil_lit] = ACTIONS(3432), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3440), - [anon_sym_POUND_CARET] = ACTIONS(3443), - [anon_sym_LPAREN] = ACTIONS(3446), - [anon_sym_RPAREN] = ACTIONS(3449), + [anon_sym_CARET] = ACTIONS(3437), + [anon_sym_POUND_CARET] = ACTIONS(3440), + [anon_sym_LPAREN] = ACTIONS(3443), + [anon_sym_RPAREN] = ACTIONS(3446), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -31734,38 +31734,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3435), - [anon_sym_cl] = ACTIONS(3451), - [aux_sym_accumulation_verb_token1] = ACTIONS(3454), - [anon_sym_for] = ACTIONS(3454), - [anon_sym_and] = ACTIONS(3454), - [anon_sym_as] = ACTIONS(3454), - [anon_sym_with] = ACTIONS(3454), - [anon_sym_do] = ACTIONS(3454), - [anon_sym_while] = ACTIONS(3454), - [anon_sym_until] = ACTIONS(3454), - [anon_sym_repeat] = ACTIONS(3454), - [anon_sym_when] = ACTIONS(3454), - [anon_sym_if] = ACTIONS(3454), - [anon_sym_unless] = ACTIONS(3454), - [anon_sym_always] = ACTIONS(3454), - [anon_sym_thereis] = ACTIONS(3454), - [anon_sym_never] = ACTIONS(3454), - [anon_sym_else] = ACTIONS(3454), - [anon_sym_finally] = ACTIONS(3454), - [anon_sym_return] = ACTIONS(3454), - [anon_sym_initially] = ACTIONS(3454), + [sym_fancy_literal] = ACTIONS(3432), + [anon_sym_cl] = ACTIONS(3448), + [aux_sym_accumulation_verb_token1] = ACTIONS(3451), + [anon_sym_for] = ACTIONS(3451), + [anon_sym_and] = ACTIONS(3451), + [anon_sym_as] = ACTIONS(3451), + [anon_sym_with] = ACTIONS(3451), + [anon_sym_do] = ACTIONS(3451), + [anon_sym_while] = ACTIONS(3451), + [anon_sym_until] = ACTIONS(3451), + [anon_sym_repeat] = ACTIONS(3451), + [anon_sym_when] = ACTIONS(3451), + [anon_sym_if] = ACTIONS(3451), + [anon_sym_unless] = ACTIONS(3451), + [anon_sym_always] = ACTIONS(3451), + [anon_sym_thereis] = ACTIONS(3451), + [anon_sym_never] = ACTIONS(3451), + [anon_sym_else] = ACTIONS(3451), + [anon_sym_finally] = ACTIONS(3451), + [anon_sym_return] = ACTIONS(3451), + [anon_sym_initially] = ACTIONS(3451), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3456), + [sym_self_referential_reader_macro] = ACTIONS(3453), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), [anon_sym_POUNDc] = ACTIONS(129), }, [199] = { - [sym__gap] = STATE(75), - [sym_dis_expr] = STATE(75), + [sym__gap] = STATE(160), + [sym_dis_expr] = STATE(160), [sym__form] = STATE(2244), [sym_num_lit] = STATE(2244), [sym_kwd_lit] = STATE(2244), @@ -31793,23 +31793,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_package_lit] = STATE(2244), [sym_include_reader_macro] = STATE(2244), [sym_complex_num_lit] = STATE(2244), - [aux_sym_dis_expr_repeat1] = STATE(75), + [aux_sym_dis_expr_repeat1] = STATE(160), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3458), - [sym_comment] = ACTIONS(3458), - [anon_sym_POUND_] = ACTIONS(3432), + [sym__ws] = ACTIONS(3455), + [sym_comment] = ACTIONS(3455), + [anon_sym_POUND_] = ACTIONS(3429), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3461), + [anon_sym_DOT] = ACTIONS(3458), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3437), + [anon_sym_COLON] = ACTIONS(3434), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3461), + [sym_nil_lit] = ACTIONS(3458), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3440), - [anon_sym_POUND_CARET] = ACTIONS(3443), - [anon_sym_LPAREN] = ACTIONS(3446), - [anon_sym_RPAREN] = ACTIONS(3449), + [anon_sym_CARET] = ACTIONS(3437), + [anon_sym_POUND_CARET] = ACTIONS(3440), + [anon_sym_LPAREN] = ACTIONS(3443), + [anon_sym_RPAREN] = ACTIONS(3446), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -31820,38 +31820,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3461), - [anon_sym_cl] = ACTIONS(3451), - [aux_sym_accumulation_verb_token1] = ACTIONS(3454), - [anon_sym_for] = ACTIONS(3454), - [anon_sym_and] = ACTIONS(3454), - [anon_sym_as] = ACTIONS(3454), - [anon_sym_with] = ACTIONS(3454), - [anon_sym_do] = ACTIONS(3454), - [anon_sym_while] = ACTIONS(3454), - [anon_sym_until] = ACTIONS(3454), - [anon_sym_repeat] = ACTIONS(3454), - [anon_sym_when] = ACTIONS(3454), - [anon_sym_if] = ACTIONS(3454), - [anon_sym_unless] = ACTIONS(3454), - [anon_sym_always] = ACTIONS(3454), - [anon_sym_thereis] = ACTIONS(3454), - [anon_sym_never] = ACTIONS(3454), - [anon_sym_else] = ACTIONS(3454), - [anon_sym_finally] = ACTIONS(3454), - [anon_sym_return] = ACTIONS(3454), - [anon_sym_initially] = ACTIONS(3454), + [sym_fancy_literal] = ACTIONS(3458), + [anon_sym_cl] = ACTIONS(3448), + [aux_sym_accumulation_verb_token1] = ACTIONS(3451), + [anon_sym_for] = ACTIONS(3451), + [anon_sym_and] = ACTIONS(3451), + [anon_sym_as] = ACTIONS(3451), + [anon_sym_with] = ACTIONS(3451), + [anon_sym_do] = ACTIONS(3451), + [anon_sym_while] = ACTIONS(3451), + [anon_sym_until] = ACTIONS(3451), + [anon_sym_repeat] = ACTIONS(3451), + [anon_sym_when] = ACTIONS(3451), + [anon_sym_if] = ACTIONS(3451), + [anon_sym_unless] = ACTIONS(3451), + [anon_sym_always] = ACTIONS(3451), + [anon_sym_thereis] = ACTIONS(3451), + [anon_sym_never] = ACTIONS(3451), + [anon_sym_else] = ACTIONS(3451), + [anon_sym_finally] = ACTIONS(3451), + [anon_sym_return] = ACTIONS(3451), + [anon_sym_initially] = ACTIONS(3451), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3463), + [sym_self_referential_reader_macro] = ACTIONS(3460), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), [anon_sym_POUNDc] = ACTIONS(129), }, [200] = { - [sym__gap] = STATE(256), - [sym_dis_expr] = STATE(256), + [sym__gap] = STATE(169), + [sym_dis_expr] = STATE(169), [sym__form] = STATE(2242), [sym_num_lit] = STATE(2242), [sym_kwd_lit] = STATE(2242), @@ -31879,23 +31879,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_package_lit] = STATE(2242), [sym_include_reader_macro] = STATE(2242), [sym_complex_num_lit] = STATE(2242), - [aux_sym_dis_expr_repeat1] = STATE(256), + [aux_sym_dis_expr_repeat1] = STATE(169), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3465), - [sym_comment] = ACTIONS(3465), - [anon_sym_POUND_] = ACTIONS(3432), + [sym__ws] = ACTIONS(3462), + [sym_comment] = ACTIONS(3462), + [anon_sym_POUND_] = ACTIONS(3429), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3468), + [anon_sym_DOT] = ACTIONS(3465), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3437), + [anon_sym_COLON] = ACTIONS(3434), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3468), + [sym_nil_lit] = ACTIONS(3465), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3440), - [anon_sym_POUND_CARET] = ACTIONS(3443), - [anon_sym_LPAREN] = ACTIONS(3446), - [anon_sym_RPAREN] = ACTIONS(3449), + [anon_sym_CARET] = ACTIONS(3437), + [anon_sym_POUND_CARET] = ACTIONS(3440), + [anon_sym_LPAREN] = ACTIONS(3443), + [anon_sym_RPAREN] = ACTIONS(3446), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -31906,30 +31906,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3468), - [anon_sym_cl] = ACTIONS(3451), - [aux_sym_accumulation_verb_token1] = ACTIONS(3454), - [anon_sym_for] = ACTIONS(3454), - [anon_sym_and] = ACTIONS(3454), - [anon_sym_as] = ACTIONS(3454), - [anon_sym_with] = ACTIONS(3454), - [anon_sym_do] = ACTIONS(3454), - [anon_sym_while] = ACTIONS(3454), - [anon_sym_until] = ACTIONS(3454), - [anon_sym_repeat] = ACTIONS(3454), - [anon_sym_when] = ACTIONS(3454), - [anon_sym_if] = ACTIONS(3454), - [anon_sym_unless] = ACTIONS(3454), - [anon_sym_always] = ACTIONS(3454), - [anon_sym_thereis] = ACTIONS(3454), - [anon_sym_never] = ACTIONS(3454), - [anon_sym_else] = ACTIONS(3454), - [anon_sym_finally] = ACTIONS(3454), - [anon_sym_return] = ACTIONS(3454), - [anon_sym_initially] = ACTIONS(3454), + [sym_fancy_literal] = ACTIONS(3465), + [anon_sym_cl] = ACTIONS(3448), + [aux_sym_accumulation_verb_token1] = ACTIONS(3451), + [anon_sym_for] = ACTIONS(3451), + [anon_sym_and] = ACTIONS(3451), + [anon_sym_as] = ACTIONS(3451), + [anon_sym_with] = ACTIONS(3451), + [anon_sym_do] = ACTIONS(3451), + [anon_sym_while] = ACTIONS(3451), + [anon_sym_until] = ACTIONS(3451), + [anon_sym_repeat] = ACTIONS(3451), + [anon_sym_when] = ACTIONS(3451), + [anon_sym_if] = ACTIONS(3451), + [anon_sym_unless] = ACTIONS(3451), + [anon_sym_always] = ACTIONS(3451), + [anon_sym_thereis] = ACTIONS(3451), + [anon_sym_never] = ACTIONS(3451), + [anon_sym_else] = ACTIONS(3451), + [anon_sym_finally] = ACTIONS(3451), + [anon_sym_return] = ACTIONS(3451), + [anon_sym_initially] = ACTIONS(3451), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3470), + [sym_self_referential_reader_macro] = ACTIONS(3467), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -31967,21 +31967,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2528), [aux_sym_dis_expr_repeat1] = STATE(98), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3472), - [sym_comment] = ACTIONS(3472), - [anon_sym_POUND_] = ACTIONS(3403), + [sym__ws] = ACTIONS(3469), + [sym_comment] = ACTIONS(3469), + [anon_sym_POUND_] = ACTIONS(3400), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3475), + [anon_sym_DOT] = ACTIONS(3472), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3408), + [anon_sym_COLON] = ACTIONS(3405), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3475), + [sym_nil_lit] = ACTIONS(3472), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3411), - [anon_sym_POUND_CARET] = ACTIONS(3414), - [anon_sym_LPAREN] = ACTIONS(3417), - [anon_sym_RPAREN] = ACTIONS(3420), + [anon_sym_CARET] = ACTIONS(3408), + [anon_sym_POUND_CARET] = ACTIONS(3411), + [anon_sym_LPAREN] = ACTIONS(3414), + [anon_sym_RPAREN] = ACTIONS(3417), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -31992,30 +31992,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3475), - [anon_sym_cl] = ACTIONS(3422), - [aux_sym_accumulation_verb_token1] = ACTIONS(3425), - [anon_sym_for] = ACTIONS(3425), - [anon_sym_and] = ACTIONS(3425), - [anon_sym_as] = ACTIONS(3425), - [anon_sym_with] = ACTIONS(3425), - [anon_sym_do] = ACTIONS(3425), - [anon_sym_while] = ACTIONS(3425), - [anon_sym_until] = ACTIONS(3425), - [anon_sym_repeat] = ACTIONS(3425), - [anon_sym_when] = ACTIONS(3425), - [anon_sym_if] = ACTIONS(3425), - [anon_sym_unless] = ACTIONS(3425), - [anon_sym_always] = ACTIONS(3425), - [anon_sym_thereis] = ACTIONS(3425), - [anon_sym_never] = ACTIONS(3425), - [anon_sym_else] = ACTIONS(3425), - [anon_sym_finally] = ACTIONS(3425), - [anon_sym_return] = ACTIONS(3425), - [anon_sym_initially] = ACTIONS(3425), + [sym_fancy_literal] = ACTIONS(3472), + [anon_sym_cl] = ACTIONS(3419), + [aux_sym_accumulation_verb_token1] = ACTIONS(3422), + [anon_sym_for] = ACTIONS(3422), + [anon_sym_and] = ACTIONS(3422), + [anon_sym_as] = ACTIONS(3422), + [anon_sym_with] = ACTIONS(3422), + [anon_sym_do] = ACTIONS(3422), + [anon_sym_while] = ACTIONS(3422), + [anon_sym_until] = ACTIONS(3422), + [anon_sym_repeat] = ACTIONS(3422), + [anon_sym_when] = ACTIONS(3422), + [anon_sym_if] = ACTIONS(3422), + [anon_sym_unless] = ACTIONS(3422), + [anon_sym_always] = ACTIONS(3422), + [anon_sym_thereis] = ACTIONS(3422), + [anon_sym_never] = ACTIONS(3422), + [anon_sym_else] = ACTIONS(3422), + [anon_sym_finally] = ACTIONS(3422), + [anon_sym_return] = ACTIONS(3422), + [anon_sym_initially] = ACTIONS(3422), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3477), + [sym_self_referential_reader_macro] = ACTIONS(3474), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -32053,21 +32053,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2240), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3429), - [sym_comment] = ACTIONS(3429), - [anon_sym_POUND_] = ACTIONS(3432), + [sym__ws] = ACTIONS(3426), + [sym_comment] = ACTIONS(3426), + [anon_sym_POUND_] = ACTIONS(3429), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3479), + [anon_sym_DOT] = ACTIONS(3476), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3437), + [anon_sym_COLON] = ACTIONS(3434), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3479), + [sym_nil_lit] = ACTIONS(3476), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3440), - [anon_sym_POUND_CARET] = ACTIONS(3443), - [anon_sym_LPAREN] = ACTIONS(3446), - [anon_sym_RPAREN] = ACTIONS(3449), + [anon_sym_CARET] = ACTIONS(3437), + [anon_sym_POUND_CARET] = ACTIONS(3440), + [anon_sym_LPAREN] = ACTIONS(3443), + [anon_sym_RPAREN] = ACTIONS(3446), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -32078,30 +32078,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3479), - [anon_sym_cl] = ACTIONS(3451), - [aux_sym_accumulation_verb_token1] = ACTIONS(3454), - [anon_sym_for] = ACTIONS(3454), - [anon_sym_and] = ACTIONS(3454), - [anon_sym_as] = ACTIONS(3454), - [anon_sym_with] = ACTIONS(3454), - [anon_sym_do] = ACTIONS(3454), - [anon_sym_while] = ACTIONS(3454), - [anon_sym_until] = ACTIONS(3454), - [anon_sym_repeat] = ACTIONS(3454), - [anon_sym_when] = ACTIONS(3454), - [anon_sym_if] = ACTIONS(3454), - [anon_sym_unless] = ACTIONS(3454), - [anon_sym_always] = ACTIONS(3454), - [anon_sym_thereis] = ACTIONS(3454), - [anon_sym_never] = ACTIONS(3454), - [anon_sym_else] = ACTIONS(3454), - [anon_sym_finally] = ACTIONS(3454), - [anon_sym_return] = ACTIONS(3454), - [anon_sym_initially] = ACTIONS(3454), + [sym_fancy_literal] = ACTIONS(3476), + [anon_sym_cl] = ACTIONS(3448), + [aux_sym_accumulation_verb_token1] = ACTIONS(3451), + [anon_sym_for] = ACTIONS(3451), + [anon_sym_and] = ACTIONS(3451), + [anon_sym_as] = ACTIONS(3451), + [anon_sym_with] = ACTIONS(3451), + [anon_sym_do] = ACTIONS(3451), + [anon_sym_while] = ACTIONS(3451), + [anon_sym_until] = ACTIONS(3451), + [anon_sym_repeat] = ACTIONS(3451), + [anon_sym_when] = ACTIONS(3451), + [anon_sym_if] = ACTIONS(3451), + [anon_sym_unless] = ACTIONS(3451), + [anon_sym_always] = ACTIONS(3451), + [anon_sym_thereis] = ACTIONS(3451), + [anon_sym_never] = ACTIONS(3451), + [anon_sym_else] = ACTIONS(3451), + [anon_sym_finally] = ACTIONS(3451), + [anon_sym_return] = ACTIONS(3451), + [anon_sym_initially] = ACTIONS(3451), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3481), + [sym_self_referential_reader_macro] = ACTIONS(3478), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -32139,21 +32139,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2538), [aux_sym_dis_expr_repeat1] = STATE(99), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3483), - [sym_comment] = ACTIONS(3483), - [anon_sym_POUND_] = ACTIONS(3403), + [sym__ws] = ACTIONS(3480), + [sym_comment] = ACTIONS(3480), + [anon_sym_POUND_] = ACTIONS(3400), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3486), + [anon_sym_DOT] = ACTIONS(3483), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3408), + [anon_sym_COLON] = ACTIONS(3405), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3486), + [sym_nil_lit] = ACTIONS(3483), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3411), - [anon_sym_POUND_CARET] = ACTIONS(3414), - [anon_sym_LPAREN] = ACTIONS(3417), - [anon_sym_RPAREN] = ACTIONS(3420), + [anon_sym_CARET] = ACTIONS(3408), + [anon_sym_POUND_CARET] = ACTIONS(3411), + [anon_sym_LPAREN] = ACTIONS(3414), + [anon_sym_RPAREN] = ACTIONS(3417), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -32164,30 +32164,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3486), - [anon_sym_cl] = ACTIONS(3422), - [aux_sym_accumulation_verb_token1] = ACTIONS(3425), - [anon_sym_for] = ACTIONS(3425), - [anon_sym_and] = ACTIONS(3425), - [anon_sym_as] = ACTIONS(3425), - [anon_sym_with] = ACTIONS(3425), - [anon_sym_do] = ACTIONS(3425), - [anon_sym_while] = ACTIONS(3425), - [anon_sym_until] = ACTIONS(3425), - [anon_sym_repeat] = ACTIONS(3425), - [anon_sym_when] = ACTIONS(3425), - [anon_sym_if] = ACTIONS(3425), - [anon_sym_unless] = ACTIONS(3425), - [anon_sym_always] = ACTIONS(3425), - [anon_sym_thereis] = ACTIONS(3425), - [anon_sym_never] = ACTIONS(3425), - [anon_sym_else] = ACTIONS(3425), - [anon_sym_finally] = ACTIONS(3425), - [anon_sym_return] = ACTIONS(3425), - [anon_sym_initially] = ACTIONS(3425), + [sym_fancy_literal] = ACTIONS(3483), + [anon_sym_cl] = ACTIONS(3419), + [aux_sym_accumulation_verb_token1] = ACTIONS(3422), + [anon_sym_for] = ACTIONS(3422), + [anon_sym_and] = ACTIONS(3422), + [anon_sym_as] = ACTIONS(3422), + [anon_sym_with] = ACTIONS(3422), + [anon_sym_do] = ACTIONS(3422), + [anon_sym_while] = ACTIONS(3422), + [anon_sym_until] = ACTIONS(3422), + [anon_sym_repeat] = ACTIONS(3422), + [anon_sym_when] = ACTIONS(3422), + [anon_sym_if] = ACTIONS(3422), + [anon_sym_unless] = ACTIONS(3422), + [anon_sym_always] = ACTIONS(3422), + [anon_sym_thereis] = ACTIONS(3422), + [anon_sym_never] = ACTIONS(3422), + [anon_sym_else] = ACTIONS(3422), + [anon_sym_finally] = ACTIONS(3422), + [anon_sym_return] = ACTIONS(3422), + [anon_sym_initially] = ACTIONS(3422), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3488), + [sym_self_referential_reader_macro] = ACTIONS(3485), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -32225,21 +32225,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2539), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3400), - [sym_comment] = ACTIONS(3400), - [anon_sym_POUND_] = ACTIONS(3403), + [sym__ws] = ACTIONS(3397), + [sym_comment] = ACTIONS(3397), + [anon_sym_POUND_] = ACTIONS(3400), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3490), + [anon_sym_DOT] = ACTIONS(3487), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3408), + [anon_sym_COLON] = ACTIONS(3405), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3490), + [sym_nil_lit] = ACTIONS(3487), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3411), - [anon_sym_POUND_CARET] = ACTIONS(3414), - [anon_sym_LPAREN] = ACTIONS(3417), - [anon_sym_RPAREN] = ACTIONS(3420), + [anon_sym_CARET] = ACTIONS(3408), + [anon_sym_POUND_CARET] = ACTIONS(3411), + [anon_sym_LPAREN] = ACTIONS(3414), + [anon_sym_RPAREN] = ACTIONS(3417), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -32250,30 +32250,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3490), - [anon_sym_cl] = ACTIONS(3422), - [aux_sym_accumulation_verb_token1] = ACTIONS(3425), - [anon_sym_for] = ACTIONS(3425), - [anon_sym_and] = ACTIONS(3425), - [anon_sym_as] = ACTIONS(3425), - [anon_sym_with] = ACTIONS(3425), - [anon_sym_do] = ACTIONS(3425), - [anon_sym_while] = ACTIONS(3425), - [anon_sym_until] = ACTIONS(3425), - [anon_sym_repeat] = ACTIONS(3425), - [anon_sym_when] = ACTIONS(3425), - [anon_sym_if] = ACTIONS(3425), - [anon_sym_unless] = ACTIONS(3425), - [anon_sym_always] = ACTIONS(3425), - [anon_sym_thereis] = ACTIONS(3425), - [anon_sym_never] = ACTIONS(3425), - [anon_sym_else] = ACTIONS(3425), - [anon_sym_finally] = ACTIONS(3425), - [anon_sym_return] = ACTIONS(3425), - [anon_sym_initially] = ACTIONS(3425), + [sym_fancy_literal] = ACTIONS(3487), + [anon_sym_cl] = ACTIONS(3419), + [aux_sym_accumulation_verb_token1] = ACTIONS(3422), + [anon_sym_for] = ACTIONS(3422), + [anon_sym_and] = ACTIONS(3422), + [anon_sym_as] = ACTIONS(3422), + [anon_sym_with] = ACTIONS(3422), + [anon_sym_do] = ACTIONS(3422), + [anon_sym_while] = ACTIONS(3422), + [anon_sym_until] = ACTIONS(3422), + [anon_sym_repeat] = ACTIONS(3422), + [anon_sym_when] = ACTIONS(3422), + [anon_sym_if] = ACTIONS(3422), + [anon_sym_unless] = ACTIONS(3422), + [anon_sym_always] = ACTIONS(3422), + [anon_sym_thereis] = ACTIONS(3422), + [anon_sym_never] = ACTIONS(3422), + [anon_sym_else] = ACTIONS(3422), + [anon_sym_finally] = ACTIONS(3422), + [anon_sym_return] = ACTIONS(3422), + [anon_sym_initially] = ACTIONS(3422), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3492), + [sym_self_referential_reader_macro] = ACTIONS(3489), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -32311,21 +32311,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2238), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3335), - [sym_comment] = ACTIONS(3335), - [anon_sym_POUND_] = ACTIONS(3338), + [sym__ws] = ACTIONS(3332), + [sym_comment] = ACTIONS(3332), + [anon_sym_POUND_] = ACTIONS(3335), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3494), + [anon_sym_DOT] = ACTIONS(3491), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3343), + [anon_sym_COLON] = ACTIONS(3340), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3494), + [sym_nil_lit] = ACTIONS(3491), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3346), - [anon_sym_POUND_CARET] = ACTIONS(3349), - [anon_sym_LPAREN] = ACTIONS(3352), - [anon_sym_RPAREN] = ACTIONS(3355), + [anon_sym_CARET] = ACTIONS(3343), + [anon_sym_POUND_CARET] = ACTIONS(3346), + [anon_sym_LPAREN] = ACTIONS(3349), + [anon_sym_RPAREN] = ACTIONS(3352), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -32336,30 +32336,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3494), - [anon_sym_cl] = ACTIONS(3357), - [aux_sym_accumulation_verb_token1] = ACTIONS(3360), - [anon_sym_for] = ACTIONS(3360), - [anon_sym_and] = ACTIONS(3360), - [anon_sym_as] = ACTIONS(3360), - [anon_sym_with] = ACTIONS(3360), - [anon_sym_do] = ACTIONS(3360), - [anon_sym_while] = ACTIONS(3360), - [anon_sym_until] = ACTIONS(3360), - [anon_sym_repeat] = ACTIONS(3360), - [anon_sym_when] = ACTIONS(3360), - [anon_sym_if] = ACTIONS(3360), - [anon_sym_unless] = ACTIONS(3360), - [anon_sym_always] = ACTIONS(3360), - [anon_sym_thereis] = ACTIONS(3360), - [anon_sym_never] = ACTIONS(3360), - [anon_sym_else] = ACTIONS(3360), - [anon_sym_finally] = ACTIONS(3360), - [anon_sym_return] = ACTIONS(3360), - [anon_sym_initially] = ACTIONS(3360), + [sym_fancy_literal] = ACTIONS(3491), + [anon_sym_cl] = ACTIONS(3354), + [aux_sym_accumulation_verb_token1] = ACTIONS(3357), + [anon_sym_for] = ACTIONS(3357), + [anon_sym_and] = ACTIONS(3357), + [anon_sym_as] = ACTIONS(3357), + [anon_sym_with] = ACTIONS(3357), + [anon_sym_do] = ACTIONS(3357), + [anon_sym_while] = ACTIONS(3357), + [anon_sym_until] = ACTIONS(3357), + [anon_sym_repeat] = ACTIONS(3357), + [anon_sym_when] = ACTIONS(3357), + [anon_sym_if] = ACTIONS(3357), + [anon_sym_unless] = ACTIONS(3357), + [anon_sym_always] = ACTIONS(3357), + [anon_sym_thereis] = ACTIONS(3357), + [anon_sym_never] = ACTIONS(3357), + [anon_sym_else] = ACTIONS(3357), + [anon_sym_finally] = ACTIONS(3357), + [anon_sym_return] = ACTIONS(3357), + [anon_sym_initially] = ACTIONS(3357), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3496), + [sym_self_referential_reader_macro] = ACTIONS(3493), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -32397,21 +32397,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2237), [aux_sym_dis_expr_repeat1] = STATE(219), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3498), - [sym_comment] = ACTIONS(3498), - [anon_sym_POUND_] = ACTIONS(3338), + [sym__ws] = ACTIONS(3495), + [sym_comment] = ACTIONS(3495), + [anon_sym_POUND_] = ACTIONS(3335), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3501), + [anon_sym_DOT] = ACTIONS(3498), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3343), + [anon_sym_COLON] = ACTIONS(3340), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3501), + [sym_nil_lit] = ACTIONS(3498), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3346), - [anon_sym_POUND_CARET] = ACTIONS(3349), - [anon_sym_LPAREN] = ACTIONS(3352), - [anon_sym_RPAREN] = ACTIONS(3355), + [anon_sym_CARET] = ACTIONS(3343), + [anon_sym_POUND_CARET] = ACTIONS(3346), + [anon_sym_LPAREN] = ACTIONS(3349), + [anon_sym_RPAREN] = ACTIONS(3352), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -32422,30 +32422,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3501), - [anon_sym_cl] = ACTIONS(3357), - [aux_sym_accumulation_verb_token1] = ACTIONS(3360), - [anon_sym_for] = ACTIONS(3360), - [anon_sym_and] = ACTIONS(3360), - [anon_sym_as] = ACTIONS(3360), - [anon_sym_with] = ACTIONS(3360), - [anon_sym_do] = ACTIONS(3360), - [anon_sym_while] = ACTIONS(3360), - [anon_sym_until] = ACTIONS(3360), - [anon_sym_repeat] = ACTIONS(3360), - [anon_sym_when] = ACTIONS(3360), - [anon_sym_if] = ACTIONS(3360), - [anon_sym_unless] = ACTIONS(3360), - [anon_sym_always] = ACTIONS(3360), - [anon_sym_thereis] = ACTIONS(3360), - [anon_sym_never] = ACTIONS(3360), - [anon_sym_else] = ACTIONS(3360), - [anon_sym_finally] = ACTIONS(3360), - [anon_sym_return] = ACTIONS(3360), - [anon_sym_initially] = ACTIONS(3360), + [sym_fancy_literal] = ACTIONS(3498), + [anon_sym_cl] = ACTIONS(3354), + [aux_sym_accumulation_verb_token1] = ACTIONS(3357), + [anon_sym_for] = ACTIONS(3357), + [anon_sym_and] = ACTIONS(3357), + [anon_sym_as] = ACTIONS(3357), + [anon_sym_with] = ACTIONS(3357), + [anon_sym_do] = ACTIONS(3357), + [anon_sym_while] = ACTIONS(3357), + [anon_sym_until] = ACTIONS(3357), + [anon_sym_repeat] = ACTIONS(3357), + [anon_sym_when] = ACTIONS(3357), + [anon_sym_if] = ACTIONS(3357), + [anon_sym_unless] = ACTIONS(3357), + [anon_sym_always] = ACTIONS(3357), + [anon_sym_thereis] = ACTIONS(3357), + [anon_sym_never] = ACTIONS(3357), + [anon_sym_else] = ACTIONS(3357), + [anon_sym_finally] = ACTIONS(3357), + [anon_sym_return] = ACTIONS(3357), + [anon_sym_initially] = ACTIONS(3357), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3503), + [sym_self_referential_reader_macro] = ACTIONS(3500), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -32483,21 +32483,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(56), [aux_sym_dis_expr_repeat1] = STATE(410), [aux_sym_list_lit_repeat1] = STATE(2813), - [sym__ws] = ACTIONS(3505), - [sym_comment] = ACTIONS(3505), - [anon_sym_POUND_] = ACTIONS(3508), + [sym__ws] = ACTIONS(3502), + [sym_comment] = ACTIONS(3502), + [anon_sym_POUND_] = ACTIONS(3505), [anon_sym_POUND] = ACTIONS(2728), - [anon_sym_DOT] = ACTIONS(3511), + [anon_sym_DOT] = ACTIONS(3508), [aux_sym_num_lit_token1] = ACTIONS(2732), - [anon_sym_COLON] = ACTIONS(3513), + [anon_sym_COLON] = ACTIONS(3510), [anon_sym_COLON_COLON] = ACTIONS(2737), [anon_sym_DQUOTE] = ACTIONS(2739), - [sym_nil_lit] = ACTIONS(3511), + [sym_nil_lit] = ACTIONS(3508), [aux_sym_sym_lit_token1] = ACTIONS(2741), - [anon_sym_CARET] = ACTIONS(3516), - [anon_sym_POUND_CARET] = ACTIONS(3519), - [anon_sym_LPAREN] = ACTIONS(3522), - [anon_sym_RPAREN] = ACTIONS(3525), + [anon_sym_CARET] = ACTIONS(3513), + [anon_sym_POUND_CARET] = ACTIONS(3516), + [anon_sym_LPAREN] = ACTIONS(3519), + [anon_sym_RPAREN] = ACTIONS(3522), [anon_sym_POUND0A] = ACTIONS(2754), [anon_sym_POUND0a] = ACTIONS(2754), [anon_sym_POUND_QMARK] = ACTIONS(2756), @@ -32508,30 +32508,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(2766), [anon_sym_COMMA] = ACTIONS(2768), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3511), - [anon_sym_cl] = ACTIONS(3527), - [aux_sym_accumulation_verb_token1] = ACTIONS(3530), - [anon_sym_for] = ACTIONS(3530), - [anon_sym_and] = ACTIONS(3530), - [anon_sym_as] = ACTIONS(3530), - [anon_sym_with] = ACTIONS(3530), - [anon_sym_do] = ACTIONS(3530), - [anon_sym_while] = ACTIONS(3530), - [anon_sym_until] = ACTIONS(3530), - [anon_sym_repeat] = ACTIONS(3530), - [anon_sym_when] = ACTIONS(3530), - [anon_sym_if] = ACTIONS(3530), - [anon_sym_unless] = ACTIONS(3530), - [anon_sym_always] = ACTIONS(3530), - [anon_sym_thereis] = ACTIONS(3530), - [anon_sym_never] = ACTIONS(3530), - [anon_sym_else] = ACTIONS(3530), - [anon_sym_finally] = ACTIONS(3530), - [anon_sym_return] = ACTIONS(3530), - [anon_sym_initially] = ACTIONS(3530), + [sym_fancy_literal] = ACTIONS(3508), + [anon_sym_cl] = ACTIONS(3524), + [aux_sym_accumulation_verb_token1] = ACTIONS(3527), + [anon_sym_for] = ACTIONS(3527), + [anon_sym_and] = ACTIONS(3527), + [anon_sym_as] = ACTIONS(3527), + [anon_sym_with] = ACTIONS(3527), + [anon_sym_do] = ACTIONS(3527), + [anon_sym_while] = ACTIONS(3527), + [anon_sym_until] = ACTIONS(3527), + [anon_sym_repeat] = ACTIONS(3527), + [anon_sym_when] = ACTIONS(3527), + [anon_sym_if] = ACTIONS(3527), + [anon_sym_unless] = ACTIONS(3527), + [anon_sym_always] = ACTIONS(3527), + [anon_sym_thereis] = ACTIONS(3527), + [anon_sym_never] = ACTIONS(3527), + [anon_sym_else] = ACTIONS(3527), + [anon_sym_finally] = ACTIONS(3527), + [anon_sym_return] = ACTIONS(3527), + [anon_sym_initially] = ACTIONS(3527), [anon_sym_POUNDP] = ACTIONS(2775), [anon_sym_POUNDp] = ACTIONS(2775), - [sym_self_referential_reader_macro] = ACTIONS(3532), + [sym_self_referential_reader_macro] = ACTIONS(3529), [anon_sym_POUND_PLUS] = ACTIONS(2779), [anon_sym_POUND_DASH] = ACTIONS(2779), [anon_sym_POUNDC] = ACTIONS(2781), @@ -32569,21 +32569,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2235), [aux_sym_dis_expr_repeat1] = STATE(217), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3534), - [sym_comment] = ACTIONS(3534), - [anon_sym_POUND_] = ACTIONS(3537), + [sym__ws] = ACTIONS(3531), + [sym_comment] = ACTIONS(3531), + [anon_sym_POUND_] = ACTIONS(3534), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3540), + [anon_sym_DOT] = ACTIONS(3537), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3542), + [anon_sym_COLON] = ACTIONS(3539), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3540), + [sym_nil_lit] = ACTIONS(3537), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3545), - [anon_sym_POUND_CARET] = ACTIONS(3548), - [anon_sym_LPAREN] = ACTIONS(3551), - [anon_sym_RPAREN] = ACTIONS(3554), + [anon_sym_CARET] = ACTIONS(3542), + [anon_sym_POUND_CARET] = ACTIONS(3545), + [anon_sym_LPAREN] = ACTIONS(3548), + [anon_sym_RPAREN] = ACTIONS(3551), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -32594,30 +32594,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3540), - [anon_sym_cl] = ACTIONS(3556), - [aux_sym_accumulation_verb_token1] = ACTIONS(3559), - [anon_sym_for] = ACTIONS(3559), - [anon_sym_and] = ACTIONS(3559), - [anon_sym_as] = ACTIONS(3559), - [anon_sym_with] = ACTIONS(3559), - [anon_sym_do] = ACTIONS(3559), - [anon_sym_while] = ACTIONS(3559), - [anon_sym_until] = ACTIONS(3559), - [anon_sym_repeat] = ACTIONS(3559), - [anon_sym_when] = ACTIONS(3559), - [anon_sym_if] = ACTIONS(3559), - [anon_sym_unless] = ACTIONS(3559), - [anon_sym_always] = ACTIONS(3559), - [anon_sym_thereis] = ACTIONS(3559), - [anon_sym_never] = ACTIONS(3559), - [anon_sym_else] = ACTIONS(3559), - [anon_sym_finally] = ACTIONS(3559), - [anon_sym_return] = ACTIONS(3559), - [anon_sym_initially] = ACTIONS(3559), + [sym_fancy_literal] = ACTIONS(3537), + [anon_sym_cl] = ACTIONS(3553), + [aux_sym_accumulation_verb_token1] = ACTIONS(3556), + [anon_sym_for] = ACTIONS(3556), + [anon_sym_and] = ACTIONS(3556), + [anon_sym_as] = ACTIONS(3556), + [anon_sym_with] = ACTIONS(3556), + [anon_sym_do] = ACTIONS(3556), + [anon_sym_while] = ACTIONS(3556), + [anon_sym_until] = ACTIONS(3556), + [anon_sym_repeat] = ACTIONS(3556), + [anon_sym_when] = ACTIONS(3556), + [anon_sym_if] = ACTIONS(3556), + [anon_sym_unless] = ACTIONS(3556), + [anon_sym_always] = ACTIONS(3556), + [anon_sym_thereis] = ACTIONS(3556), + [anon_sym_never] = ACTIONS(3556), + [anon_sym_else] = ACTIONS(3556), + [anon_sym_finally] = ACTIONS(3556), + [anon_sym_return] = ACTIONS(3556), + [anon_sym_initially] = ACTIONS(3556), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3561), + [sym_self_referential_reader_macro] = ACTIONS(3558), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -32655,21 +32655,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2541), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3393), - [sym_comment] = ACTIONS(3393), - [anon_sym_POUND_] = ACTIONS(3367), + [sym__ws] = ACTIONS(3390), + [sym_comment] = ACTIONS(3390), + [anon_sym_POUND_] = ACTIONS(3364), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3563), + [anon_sym_DOT] = ACTIONS(3560), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3372), + [anon_sym_COLON] = ACTIONS(3369), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3563), + [sym_nil_lit] = ACTIONS(3560), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3375), - [anon_sym_POUND_CARET] = ACTIONS(3378), - [anon_sym_LPAREN] = ACTIONS(3381), - [anon_sym_RPAREN] = ACTIONS(3384), + [anon_sym_CARET] = ACTIONS(3372), + [anon_sym_POUND_CARET] = ACTIONS(3375), + [anon_sym_LPAREN] = ACTIONS(3378), + [anon_sym_RPAREN] = ACTIONS(3381), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -32680,30 +32680,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3563), - [anon_sym_cl] = ACTIONS(3386), - [aux_sym_accumulation_verb_token1] = ACTIONS(3389), - [anon_sym_for] = ACTIONS(3389), - [anon_sym_and] = ACTIONS(3389), - [anon_sym_as] = ACTIONS(3389), - [anon_sym_with] = ACTIONS(3389), - [anon_sym_do] = ACTIONS(3389), - [anon_sym_while] = ACTIONS(3389), - [anon_sym_until] = ACTIONS(3389), - [anon_sym_repeat] = ACTIONS(3389), - [anon_sym_when] = ACTIONS(3389), - [anon_sym_if] = ACTIONS(3389), - [anon_sym_unless] = ACTIONS(3389), - [anon_sym_always] = ACTIONS(3389), - [anon_sym_thereis] = ACTIONS(3389), - [anon_sym_never] = ACTIONS(3389), - [anon_sym_else] = ACTIONS(3389), - [anon_sym_finally] = ACTIONS(3389), - [anon_sym_return] = ACTIONS(3389), - [anon_sym_initially] = ACTIONS(3389), + [sym_fancy_literal] = ACTIONS(3560), + [anon_sym_cl] = ACTIONS(3383), + [aux_sym_accumulation_verb_token1] = ACTIONS(3386), + [anon_sym_for] = ACTIONS(3386), + [anon_sym_and] = ACTIONS(3386), + [anon_sym_as] = ACTIONS(3386), + [anon_sym_with] = ACTIONS(3386), + [anon_sym_do] = ACTIONS(3386), + [anon_sym_while] = ACTIONS(3386), + [anon_sym_until] = ACTIONS(3386), + [anon_sym_repeat] = ACTIONS(3386), + [anon_sym_when] = ACTIONS(3386), + [anon_sym_if] = ACTIONS(3386), + [anon_sym_unless] = ACTIONS(3386), + [anon_sym_always] = ACTIONS(3386), + [anon_sym_thereis] = ACTIONS(3386), + [anon_sym_never] = ACTIONS(3386), + [anon_sym_else] = ACTIONS(3386), + [anon_sym_finally] = ACTIONS(3386), + [anon_sym_return] = ACTIONS(3386), + [anon_sym_initially] = ACTIONS(3386), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3565), + [sym_self_referential_reader_macro] = ACTIONS(3562), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -32741,21 +32741,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2480), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3567), - [sym_comment] = ACTIONS(3567), - [anon_sym_POUND_] = ACTIONS(3570), + [sym__ws] = ACTIONS(3564), + [sym_comment] = ACTIONS(3564), + [anon_sym_POUND_] = ACTIONS(3567), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3573), + [anon_sym_DOT] = ACTIONS(3570), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3575), + [anon_sym_COLON] = ACTIONS(3572), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3573), + [sym_nil_lit] = ACTIONS(3570), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3578), - [anon_sym_POUND_CARET] = ACTIONS(3581), - [anon_sym_LPAREN] = ACTIONS(3584), - [anon_sym_RPAREN] = ACTIONS(3587), + [anon_sym_CARET] = ACTIONS(3575), + [anon_sym_POUND_CARET] = ACTIONS(3578), + [anon_sym_LPAREN] = ACTIONS(3581), + [anon_sym_RPAREN] = ACTIONS(3584), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -32766,30 +32766,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3573), - [anon_sym_cl] = ACTIONS(3589), - [aux_sym_accumulation_verb_token1] = ACTIONS(3592), - [anon_sym_for] = ACTIONS(3592), - [anon_sym_and] = ACTIONS(3592), - [anon_sym_as] = ACTIONS(3592), - [anon_sym_with] = ACTIONS(3592), - [anon_sym_do] = ACTIONS(3592), - [anon_sym_while] = ACTIONS(3592), - [anon_sym_until] = ACTIONS(3592), - [anon_sym_repeat] = ACTIONS(3592), - [anon_sym_when] = ACTIONS(3592), - [anon_sym_if] = ACTIONS(3592), - [anon_sym_unless] = ACTIONS(3592), - [anon_sym_always] = ACTIONS(3592), - [anon_sym_thereis] = ACTIONS(3592), - [anon_sym_never] = ACTIONS(3592), - [anon_sym_else] = ACTIONS(3592), - [anon_sym_finally] = ACTIONS(3592), - [anon_sym_return] = ACTIONS(3592), - [anon_sym_initially] = ACTIONS(3592), + [sym_fancy_literal] = ACTIONS(3570), + [anon_sym_cl] = ACTIONS(3586), + [aux_sym_accumulation_verb_token1] = ACTIONS(3589), + [anon_sym_for] = ACTIONS(3589), + [anon_sym_and] = ACTIONS(3589), + [anon_sym_as] = ACTIONS(3589), + [anon_sym_with] = ACTIONS(3589), + [anon_sym_do] = ACTIONS(3589), + [anon_sym_while] = ACTIONS(3589), + [anon_sym_until] = ACTIONS(3589), + [anon_sym_repeat] = ACTIONS(3589), + [anon_sym_when] = ACTIONS(3589), + [anon_sym_if] = ACTIONS(3589), + [anon_sym_unless] = ACTIONS(3589), + [anon_sym_always] = ACTIONS(3589), + [anon_sym_thereis] = ACTIONS(3589), + [anon_sym_never] = ACTIONS(3589), + [anon_sym_else] = ACTIONS(3589), + [anon_sym_finally] = ACTIONS(3589), + [anon_sym_return] = ACTIONS(3589), + [anon_sym_initially] = ACTIONS(3589), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3594), + [sym_self_referential_reader_macro] = ACTIONS(3591), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -32827,21 +32827,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2233), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3596), - [sym_comment] = ACTIONS(3596), - [anon_sym_POUND_] = ACTIONS(3537), + [sym__ws] = ACTIONS(3593), + [sym_comment] = ACTIONS(3593), + [anon_sym_POUND_] = ACTIONS(3534), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3599), + [anon_sym_DOT] = ACTIONS(3596), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3542), + [anon_sym_COLON] = ACTIONS(3539), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3599), + [sym_nil_lit] = ACTIONS(3596), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3545), - [anon_sym_POUND_CARET] = ACTIONS(3548), - [anon_sym_LPAREN] = ACTIONS(3551), - [anon_sym_RPAREN] = ACTIONS(3554), + [anon_sym_CARET] = ACTIONS(3542), + [anon_sym_POUND_CARET] = ACTIONS(3545), + [anon_sym_LPAREN] = ACTIONS(3548), + [anon_sym_RPAREN] = ACTIONS(3551), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -32852,30 +32852,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3599), - [anon_sym_cl] = ACTIONS(3556), - [aux_sym_accumulation_verb_token1] = ACTIONS(3559), - [anon_sym_for] = ACTIONS(3559), - [anon_sym_and] = ACTIONS(3559), - [anon_sym_as] = ACTIONS(3559), - [anon_sym_with] = ACTIONS(3559), - [anon_sym_do] = ACTIONS(3559), - [anon_sym_while] = ACTIONS(3559), - [anon_sym_until] = ACTIONS(3559), - [anon_sym_repeat] = ACTIONS(3559), - [anon_sym_when] = ACTIONS(3559), - [anon_sym_if] = ACTIONS(3559), - [anon_sym_unless] = ACTIONS(3559), - [anon_sym_always] = ACTIONS(3559), - [anon_sym_thereis] = ACTIONS(3559), - [anon_sym_never] = ACTIONS(3559), - [anon_sym_else] = ACTIONS(3559), - [anon_sym_finally] = ACTIONS(3559), - [anon_sym_return] = ACTIONS(3559), - [anon_sym_initially] = ACTIONS(3559), + [sym_fancy_literal] = ACTIONS(3596), + [anon_sym_cl] = ACTIONS(3553), + [aux_sym_accumulation_verb_token1] = ACTIONS(3556), + [anon_sym_for] = ACTIONS(3556), + [anon_sym_and] = ACTIONS(3556), + [anon_sym_as] = ACTIONS(3556), + [anon_sym_with] = ACTIONS(3556), + [anon_sym_do] = ACTIONS(3556), + [anon_sym_while] = ACTIONS(3556), + [anon_sym_until] = ACTIONS(3556), + [anon_sym_repeat] = ACTIONS(3556), + [anon_sym_when] = ACTIONS(3556), + [anon_sym_if] = ACTIONS(3556), + [anon_sym_unless] = ACTIONS(3556), + [anon_sym_always] = ACTIONS(3556), + [anon_sym_thereis] = ACTIONS(3556), + [anon_sym_never] = ACTIONS(3556), + [anon_sym_else] = ACTIONS(3556), + [anon_sym_finally] = ACTIONS(3556), + [anon_sym_return] = ACTIONS(3556), + [anon_sym_initially] = ACTIONS(3556), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3601), + [sym_self_referential_reader_macro] = ACTIONS(3598), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -32913,21 +32913,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2231), [aux_sym_dis_expr_repeat1] = STATE(210), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3603), - [sym_comment] = ACTIONS(3603), - [anon_sym_POUND_] = ACTIONS(3537), + [sym__ws] = ACTIONS(3600), + [sym_comment] = ACTIONS(3600), + [anon_sym_POUND_] = ACTIONS(3534), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3606), + [anon_sym_DOT] = ACTIONS(3603), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3542), + [anon_sym_COLON] = ACTIONS(3539), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3606), + [sym_nil_lit] = ACTIONS(3603), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3545), - [anon_sym_POUND_CARET] = ACTIONS(3548), - [anon_sym_LPAREN] = ACTIONS(3551), - [anon_sym_RPAREN] = ACTIONS(3554), + [anon_sym_CARET] = ACTIONS(3542), + [anon_sym_POUND_CARET] = ACTIONS(3545), + [anon_sym_LPAREN] = ACTIONS(3548), + [anon_sym_RPAREN] = ACTIONS(3551), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -32938,30 +32938,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3606), - [anon_sym_cl] = ACTIONS(3556), - [aux_sym_accumulation_verb_token1] = ACTIONS(3559), - [anon_sym_for] = ACTIONS(3559), - [anon_sym_and] = ACTIONS(3559), - [anon_sym_as] = ACTIONS(3559), - [anon_sym_with] = ACTIONS(3559), - [anon_sym_do] = ACTIONS(3559), - [anon_sym_while] = ACTIONS(3559), - [anon_sym_until] = ACTIONS(3559), - [anon_sym_repeat] = ACTIONS(3559), - [anon_sym_when] = ACTIONS(3559), - [anon_sym_if] = ACTIONS(3559), - [anon_sym_unless] = ACTIONS(3559), - [anon_sym_always] = ACTIONS(3559), - [anon_sym_thereis] = ACTIONS(3559), - [anon_sym_never] = ACTIONS(3559), - [anon_sym_else] = ACTIONS(3559), - [anon_sym_finally] = ACTIONS(3559), - [anon_sym_return] = ACTIONS(3559), - [anon_sym_initially] = ACTIONS(3559), + [sym_fancy_literal] = ACTIONS(3603), + [anon_sym_cl] = ACTIONS(3553), + [aux_sym_accumulation_verb_token1] = ACTIONS(3556), + [anon_sym_for] = ACTIONS(3556), + [anon_sym_and] = ACTIONS(3556), + [anon_sym_as] = ACTIONS(3556), + [anon_sym_with] = ACTIONS(3556), + [anon_sym_do] = ACTIONS(3556), + [anon_sym_while] = ACTIONS(3556), + [anon_sym_until] = ACTIONS(3556), + [anon_sym_repeat] = ACTIONS(3556), + [anon_sym_when] = ACTIONS(3556), + [anon_sym_if] = ACTIONS(3556), + [anon_sym_unless] = ACTIONS(3556), + [anon_sym_always] = ACTIONS(3556), + [anon_sym_thereis] = ACTIONS(3556), + [anon_sym_never] = ACTIONS(3556), + [anon_sym_else] = ACTIONS(3556), + [anon_sym_finally] = ACTIONS(3556), + [anon_sym_return] = ACTIONS(3556), + [anon_sym_initially] = ACTIONS(3556), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3608), + [sym_self_referential_reader_macro] = ACTIONS(3605), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -33003,12 +33003,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(2618), [anon_sym_POUND_] = ACTIONS(2621), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3610), + [anon_sym_DOT] = ACTIONS(3607), [aux_sym_num_lit_token1] = ACTIONS(71), [anon_sym_COLON] = ACTIONS(2626), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3610), + [sym_nil_lit] = ACTIONS(3607), [aux_sym_sym_lit_token1] = ACTIONS(81), [anon_sym_CARET] = ACTIONS(2629), [anon_sym_POUND_CARET] = ACTIONS(2632), @@ -33024,7 +33024,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3610), + [sym_fancy_literal] = ACTIONS(3607), [anon_sym_cl] = ACTIONS(2640), [aux_sym_accumulation_verb_token1] = ACTIONS(2643), [anon_sym_for] = ACTIONS(2643), @@ -33047,7 +33047,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_initially] = ACTIONS(2643), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3612), + [sym_self_referential_reader_macro] = ACTIONS(3609), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -33085,16 +33085,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2227), [aux_sym_dis_expr_repeat1] = STATE(209), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3614), - [sym_comment] = ACTIONS(3614), + [sym__ws] = ACTIONS(3611), + [sym_comment] = ACTIONS(3611), [anon_sym_POUND_] = ACTIONS(2621), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3617), + [anon_sym_DOT] = ACTIONS(3614), [aux_sym_num_lit_token1] = ACTIONS(71), [anon_sym_COLON] = ACTIONS(2626), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3617), + [sym_nil_lit] = ACTIONS(3614), [aux_sym_sym_lit_token1] = ACTIONS(81), [anon_sym_CARET] = ACTIONS(2629), [anon_sym_POUND_CARET] = ACTIONS(2632), @@ -33110,7 +33110,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3617), + [sym_fancy_literal] = ACTIONS(3614), [anon_sym_cl] = ACTIONS(2640), [aux_sym_accumulation_verb_token1] = ACTIONS(2643), [anon_sym_for] = ACTIONS(2643), @@ -33133,7 +33133,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_initially] = ACTIONS(2643), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3619), + [sym_self_referential_reader_macro] = ACTIONS(3616), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -33171,21 +33171,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2474), [aux_sym_dis_expr_repeat1] = STATE(101), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3621), - [sym_comment] = ACTIONS(3621), - [anon_sym_POUND_] = ACTIONS(3570), + [sym__ws] = ACTIONS(3618), + [sym_comment] = ACTIONS(3618), + [anon_sym_POUND_] = ACTIONS(3567), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3624), + [anon_sym_DOT] = ACTIONS(3621), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3575), + [anon_sym_COLON] = ACTIONS(3572), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3624), + [sym_nil_lit] = ACTIONS(3621), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3578), - [anon_sym_POUND_CARET] = ACTIONS(3581), - [anon_sym_LPAREN] = ACTIONS(3584), - [anon_sym_RPAREN] = ACTIONS(3587), + [anon_sym_CARET] = ACTIONS(3575), + [anon_sym_POUND_CARET] = ACTIONS(3578), + [anon_sym_LPAREN] = ACTIONS(3581), + [anon_sym_RPAREN] = ACTIONS(3584), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -33196,30 +33196,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3624), - [anon_sym_cl] = ACTIONS(3589), - [aux_sym_accumulation_verb_token1] = ACTIONS(3592), - [anon_sym_for] = ACTIONS(3592), - [anon_sym_and] = ACTIONS(3592), - [anon_sym_as] = ACTIONS(3592), - [anon_sym_with] = ACTIONS(3592), - [anon_sym_do] = ACTIONS(3592), - [anon_sym_while] = ACTIONS(3592), - [anon_sym_until] = ACTIONS(3592), - [anon_sym_repeat] = ACTIONS(3592), - [anon_sym_when] = ACTIONS(3592), - [anon_sym_if] = ACTIONS(3592), - [anon_sym_unless] = ACTIONS(3592), - [anon_sym_always] = ACTIONS(3592), - [anon_sym_thereis] = ACTIONS(3592), - [anon_sym_never] = ACTIONS(3592), - [anon_sym_else] = ACTIONS(3592), - [anon_sym_finally] = ACTIONS(3592), - [anon_sym_return] = ACTIONS(3592), - [anon_sym_initially] = ACTIONS(3592), + [sym_fancy_literal] = ACTIONS(3621), + [anon_sym_cl] = ACTIONS(3586), + [aux_sym_accumulation_verb_token1] = ACTIONS(3589), + [anon_sym_for] = ACTIONS(3589), + [anon_sym_and] = ACTIONS(3589), + [anon_sym_as] = ACTIONS(3589), + [anon_sym_with] = ACTIONS(3589), + [anon_sym_do] = ACTIONS(3589), + [anon_sym_while] = ACTIONS(3589), + [anon_sym_until] = ACTIONS(3589), + [anon_sym_repeat] = ACTIONS(3589), + [anon_sym_when] = ACTIONS(3589), + [anon_sym_if] = ACTIONS(3589), + [anon_sym_unless] = ACTIONS(3589), + [anon_sym_always] = ACTIONS(3589), + [anon_sym_thereis] = ACTIONS(3589), + [anon_sym_never] = ACTIONS(3589), + [anon_sym_else] = ACTIONS(3589), + [anon_sym_finally] = ACTIONS(3589), + [anon_sym_return] = ACTIONS(3589), + [anon_sym_initially] = ACTIONS(3589), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3626), + [sym_self_referential_reader_macro] = ACTIONS(3623), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -33257,21 +33257,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2471), [aux_sym_dis_expr_repeat1] = STATE(106), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3628), - [sym_comment] = ACTIONS(3628), - [anon_sym_POUND_] = ACTIONS(3570), + [sym__ws] = ACTIONS(3625), + [sym_comment] = ACTIONS(3625), + [anon_sym_POUND_] = ACTIONS(3567), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3631), + [anon_sym_DOT] = ACTIONS(3628), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3575), + [anon_sym_COLON] = ACTIONS(3572), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3631), + [sym_nil_lit] = ACTIONS(3628), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3578), - [anon_sym_POUND_CARET] = ACTIONS(3581), - [anon_sym_LPAREN] = ACTIONS(3584), - [anon_sym_RPAREN] = ACTIONS(3587), + [anon_sym_CARET] = ACTIONS(3575), + [anon_sym_POUND_CARET] = ACTIONS(3578), + [anon_sym_LPAREN] = ACTIONS(3581), + [anon_sym_RPAREN] = ACTIONS(3584), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -33282,30 +33282,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3631), - [anon_sym_cl] = ACTIONS(3589), - [aux_sym_accumulation_verb_token1] = ACTIONS(3592), - [anon_sym_for] = ACTIONS(3592), - [anon_sym_and] = ACTIONS(3592), - [anon_sym_as] = ACTIONS(3592), - [anon_sym_with] = ACTIONS(3592), - [anon_sym_do] = ACTIONS(3592), - [anon_sym_while] = ACTIONS(3592), - [anon_sym_until] = ACTIONS(3592), - [anon_sym_repeat] = ACTIONS(3592), - [anon_sym_when] = ACTIONS(3592), - [anon_sym_if] = ACTIONS(3592), - [anon_sym_unless] = ACTIONS(3592), - [anon_sym_always] = ACTIONS(3592), - [anon_sym_thereis] = ACTIONS(3592), - [anon_sym_never] = ACTIONS(3592), - [anon_sym_else] = ACTIONS(3592), - [anon_sym_finally] = ACTIONS(3592), - [anon_sym_return] = ACTIONS(3592), - [anon_sym_initially] = ACTIONS(3592), + [sym_fancy_literal] = ACTIONS(3628), + [anon_sym_cl] = ACTIONS(3586), + [aux_sym_accumulation_verb_token1] = ACTIONS(3589), + [anon_sym_for] = ACTIONS(3589), + [anon_sym_and] = ACTIONS(3589), + [anon_sym_as] = ACTIONS(3589), + [anon_sym_with] = ACTIONS(3589), + [anon_sym_do] = ACTIONS(3589), + [anon_sym_while] = ACTIONS(3589), + [anon_sym_until] = ACTIONS(3589), + [anon_sym_repeat] = ACTIONS(3589), + [anon_sym_when] = ACTIONS(3589), + [anon_sym_if] = ACTIONS(3589), + [anon_sym_unless] = ACTIONS(3589), + [anon_sym_always] = ACTIONS(3589), + [anon_sym_thereis] = ACTIONS(3589), + [anon_sym_never] = ACTIONS(3589), + [anon_sym_else] = ACTIONS(3589), + [anon_sym_finally] = ACTIONS(3589), + [anon_sym_return] = ACTIONS(3589), + [anon_sym_initially] = ACTIONS(3589), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3633), + [sym_self_referential_reader_macro] = ACTIONS(3630), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -33343,21 +33343,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2464), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3567), - [sym_comment] = ACTIONS(3567), - [anon_sym_POUND_] = ACTIONS(3570), + [sym__ws] = ACTIONS(3564), + [sym_comment] = ACTIONS(3564), + [anon_sym_POUND_] = ACTIONS(3567), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3635), + [anon_sym_DOT] = ACTIONS(3632), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3575), + [anon_sym_COLON] = ACTIONS(3572), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3635), + [sym_nil_lit] = ACTIONS(3632), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3578), - [anon_sym_POUND_CARET] = ACTIONS(3581), - [anon_sym_LPAREN] = ACTIONS(3584), - [anon_sym_RPAREN] = ACTIONS(3587), + [anon_sym_CARET] = ACTIONS(3575), + [anon_sym_POUND_CARET] = ACTIONS(3578), + [anon_sym_LPAREN] = ACTIONS(3581), + [anon_sym_RPAREN] = ACTIONS(3584), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -33368,30 +33368,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3635), - [anon_sym_cl] = ACTIONS(3589), - [aux_sym_accumulation_verb_token1] = ACTIONS(3592), - [anon_sym_for] = ACTIONS(3592), - [anon_sym_and] = ACTIONS(3592), - [anon_sym_as] = ACTIONS(3592), - [anon_sym_with] = ACTIONS(3592), - [anon_sym_do] = ACTIONS(3592), - [anon_sym_while] = ACTIONS(3592), - [anon_sym_until] = ACTIONS(3592), - [anon_sym_repeat] = ACTIONS(3592), - [anon_sym_when] = ACTIONS(3592), - [anon_sym_if] = ACTIONS(3592), - [anon_sym_unless] = ACTIONS(3592), - [anon_sym_always] = ACTIONS(3592), - [anon_sym_thereis] = ACTIONS(3592), - [anon_sym_never] = ACTIONS(3592), - [anon_sym_else] = ACTIONS(3592), - [anon_sym_finally] = ACTIONS(3592), - [anon_sym_return] = ACTIONS(3592), - [anon_sym_initially] = ACTIONS(3592), + [sym_fancy_literal] = ACTIONS(3632), + [anon_sym_cl] = ACTIONS(3586), + [aux_sym_accumulation_verb_token1] = ACTIONS(3589), + [anon_sym_for] = ACTIONS(3589), + [anon_sym_and] = ACTIONS(3589), + [anon_sym_as] = ACTIONS(3589), + [anon_sym_with] = ACTIONS(3589), + [anon_sym_do] = ACTIONS(3589), + [anon_sym_while] = ACTIONS(3589), + [anon_sym_until] = ACTIONS(3589), + [anon_sym_repeat] = ACTIONS(3589), + [anon_sym_when] = ACTIONS(3589), + [anon_sym_if] = ACTIONS(3589), + [anon_sym_unless] = ACTIONS(3589), + [anon_sym_always] = ACTIONS(3589), + [anon_sym_thereis] = ACTIONS(3589), + [anon_sym_never] = ACTIONS(3589), + [anon_sym_else] = ACTIONS(3589), + [anon_sym_finally] = ACTIONS(3589), + [anon_sym_return] = ACTIONS(3589), + [anon_sym_initially] = ACTIONS(3589), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3637), + [sym_self_referential_reader_macro] = ACTIONS(3634), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -33429,21 +33429,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(247), [aux_sym_dis_expr_repeat1] = STATE(829), [aux_sym_list_lit_repeat1] = STATE(2813), - [sym__ws] = ACTIONS(3639), - [sym_comment] = ACTIONS(3639), - [anon_sym_POUND_] = ACTIONS(3642), + [sym__ws] = ACTIONS(3636), + [sym_comment] = ACTIONS(3636), + [anon_sym_POUND_] = ACTIONS(3639), [anon_sym_POUND] = ACTIONS(2728), - [anon_sym_DOT] = ACTIONS(3645), + [anon_sym_DOT] = ACTIONS(3642), [aux_sym_num_lit_token1] = ACTIONS(2732), - [anon_sym_COLON] = ACTIONS(3647), + [anon_sym_COLON] = ACTIONS(3644), [anon_sym_COLON_COLON] = ACTIONS(2737), [anon_sym_DQUOTE] = ACTIONS(2739), - [sym_nil_lit] = ACTIONS(3645), + [sym_nil_lit] = ACTIONS(3642), [aux_sym_sym_lit_token1] = ACTIONS(2741), - [anon_sym_CARET] = ACTIONS(3650), - [anon_sym_POUND_CARET] = ACTIONS(3653), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_RPAREN] = ACTIONS(3659), + [anon_sym_CARET] = ACTIONS(3647), + [anon_sym_POUND_CARET] = ACTIONS(3650), + [anon_sym_LPAREN] = ACTIONS(3653), + [anon_sym_RPAREN] = ACTIONS(3656), [anon_sym_POUND0A] = ACTIONS(2754), [anon_sym_POUND0a] = ACTIONS(2754), [anon_sym_POUND_QMARK] = ACTIONS(2756), @@ -33454,30 +33454,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(2766), [anon_sym_COMMA] = ACTIONS(2768), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3645), - [anon_sym_cl] = ACTIONS(3661), - [aux_sym_accumulation_verb_token1] = ACTIONS(3664), - [anon_sym_for] = ACTIONS(3664), - [anon_sym_and] = ACTIONS(3664), - [anon_sym_as] = ACTIONS(3664), - [anon_sym_with] = ACTIONS(3664), - [anon_sym_do] = ACTIONS(3664), - [anon_sym_while] = ACTIONS(3664), - [anon_sym_until] = ACTIONS(3664), - [anon_sym_repeat] = ACTIONS(3664), - [anon_sym_when] = ACTIONS(3664), - [anon_sym_if] = ACTIONS(3664), - [anon_sym_unless] = ACTIONS(3664), - [anon_sym_always] = ACTIONS(3664), - [anon_sym_thereis] = ACTIONS(3664), - [anon_sym_never] = ACTIONS(3664), - [anon_sym_else] = ACTIONS(3664), - [anon_sym_finally] = ACTIONS(3664), - [anon_sym_return] = ACTIONS(3664), - [anon_sym_initially] = ACTIONS(3664), + [sym_fancy_literal] = ACTIONS(3642), + [anon_sym_cl] = ACTIONS(3658), + [aux_sym_accumulation_verb_token1] = ACTIONS(3661), + [anon_sym_for] = ACTIONS(3661), + [anon_sym_and] = ACTIONS(3661), + [anon_sym_as] = ACTIONS(3661), + [anon_sym_with] = ACTIONS(3661), + [anon_sym_do] = ACTIONS(3661), + [anon_sym_while] = ACTIONS(3661), + [anon_sym_until] = ACTIONS(3661), + [anon_sym_repeat] = ACTIONS(3661), + [anon_sym_when] = ACTIONS(3661), + [anon_sym_if] = ACTIONS(3661), + [anon_sym_unless] = ACTIONS(3661), + [anon_sym_always] = ACTIONS(3661), + [anon_sym_thereis] = ACTIONS(3661), + [anon_sym_never] = ACTIONS(3661), + [anon_sym_else] = ACTIONS(3661), + [anon_sym_finally] = ACTIONS(3661), + [anon_sym_return] = ACTIONS(3661), + [anon_sym_initially] = ACTIONS(3661), [anon_sym_POUNDP] = ACTIONS(2775), [anon_sym_POUNDp] = ACTIONS(2775), - [sym_self_referential_reader_macro] = ACTIONS(3666), + [sym_self_referential_reader_macro] = ACTIONS(3663), [anon_sym_POUND_PLUS] = ACTIONS(2779), [anon_sym_POUND_DASH] = ACTIONS(2779), [anon_sym_POUNDC] = ACTIONS(2781), @@ -33515,21 +33515,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2437), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3668), - [sym_comment] = ACTIONS(3668), - [anon_sym_POUND_] = ACTIONS(3671), + [sym__ws] = ACTIONS(3665), + [sym_comment] = ACTIONS(3665), + [anon_sym_POUND_] = ACTIONS(3668), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3674), + [anon_sym_DOT] = ACTIONS(3671), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3676), + [anon_sym_COLON] = ACTIONS(3673), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3674), + [sym_nil_lit] = ACTIONS(3671), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3679), - [anon_sym_POUND_CARET] = ACTIONS(3682), - [anon_sym_LPAREN] = ACTIONS(3685), - [anon_sym_RPAREN] = ACTIONS(3688), + [anon_sym_CARET] = ACTIONS(3676), + [anon_sym_POUND_CARET] = ACTIONS(3679), + [anon_sym_LPAREN] = ACTIONS(3682), + [anon_sym_RPAREN] = ACTIONS(3685), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -33540,30 +33540,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3674), - [anon_sym_cl] = ACTIONS(3690), - [aux_sym_accumulation_verb_token1] = ACTIONS(3693), - [anon_sym_for] = ACTIONS(3693), - [anon_sym_and] = ACTIONS(3693), - [anon_sym_as] = ACTIONS(3693), - [anon_sym_with] = ACTIONS(3693), - [anon_sym_do] = ACTIONS(3693), - [anon_sym_while] = ACTIONS(3693), - [anon_sym_until] = ACTIONS(3693), - [anon_sym_repeat] = ACTIONS(3693), - [anon_sym_when] = ACTIONS(3693), - [anon_sym_if] = ACTIONS(3693), - [anon_sym_unless] = ACTIONS(3693), - [anon_sym_always] = ACTIONS(3693), - [anon_sym_thereis] = ACTIONS(3693), - [anon_sym_never] = ACTIONS(3693), - [anon_sym_else] = ACTIONS(3693), - [anon_sym_finally] = ACTIONS(3693), - [anon_sym_return] = ACTIONS(3693), - [anon_sym_initially] = ACTIONS(3693), + [sym_fancy_literal] = ACTIONS(3671), + [anon_sym_cl] = ACTIONS(3687), + [aux_sym_accumulation_verb_token1] = ACTIONS(3690), + [anon_sym_for] = ACTIONS(3690), + [anon_sym_and] = ACTIONS(3690), + [anon_sym_as] = ACTIONS(3690), + [anon_sym_with] = ACTIONS(3690), + [anon_sym_do] = ACTIONS(3690), + [anon_sym_while] = ACTIONS(3690), + [anon_sym_until] = ACTIONS(3690), + [anon_sym_repeat] = ACTIONS(3690), + [anon_sym_when] = ACTIONS(3690), + [anon_sym_if] = ACTIONS(3690), + [anon_sym_unless] = ACTIONS(3690), + [anon_sym_always] = ACTIONS(3690), + [anon_sym_thereis] = ACTIONS(3690), + [anon_sym_never] = ACTIONS(3690), + [anon_sym_else] = ACTIONS(3690), + [anon_sym_finally] = ACTIONS(3690), + [anon_sym_return] = ACTIONS(3690), + [anon_sym_initially] = ACTIONS(3690), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3695), + [sym_self_referential_reader_macro] = ACTIONS(3692), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -33601,21 +33601,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2120), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3697), - [sym_comment] = ACTIONS(3697), - [anon_sym_POUND_] = ACTIONS(2793), + [sym__ws] = ACTIONS(3694), + [sym_comment] = ACTIONS(3694), + [anon_sym_POUND_] = ACTIONS(1969), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3700), + [anon_sym_DOT] = ACTIONS(3697), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(2798), + [anon_sym_COLON] = ACTIONS(1974), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3700), + [sym_nil_lit] = ACTIONS(3697), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(2801), - [anon_sym_POUND_CARET] = ACTIONS(2804), - [anon_sym_LPAREN] = ACTIONS(2807), - [anon_sym_RPAREN] = ACTIONS(2810), + [anon_sym_CARET] = ACTIONS(1977), + [anon_sym_POUND_CARET] = ACTIONS(1980), + [anon_sym_LPAREN] = ACTIONS(1983), + [anon_sym_RPAREN] = ACTIONS(1986), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -33626,30 +33626,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3700), - [anon_sym_cl] = ACTIONS(2812), - [aux_sym_accumulation_verb_token1] = ACTIONS(2815), - [anon_sym_for] = ACTIONS(2815), - [anon_sym_and] = ACTIONS(2815), - [anon_sym_as] = ACTIONS(2815), - [anon_sym_with] = ACTIONS(2815), - [anon_sym_do] = ACTIONS(2815), - [anon_sym_while] = ACTIONS(2815), - [anon_sym_until] = ACTIONS(2815), - [anon_sym_repeat] = ACTIONS(2815), - [anon_sym_when] = ACTIONS(2815), - [anon_sym_if] = ACTIONS(2815), - [anon_sym_unless] = ACTIONS(2815), - [anon_sym_always] = ACTIONS(2815), - [anon_sym_thereis] = ACTIONS(2815), - [anon_sym_never] = ACTIONS(2815), - [anon_sym_else] = ACTIONS(2815), - [anon_sym_finally] = ACTIONS(2815), - [anon_sym_return] = ACTIONS(2815), - [anon_sym_initially] = ACTIONS(2815), + [sym_fancy_literal] = ACTIONS(3697), + [anon_sym_cl] = ACTIONS(1988), + [aux_sym_accumulation_verb_token1] = ACTIONS(1991), + [anon_sym_for] = ACTIONS(1991), + [anon_sym_and] = ACTIONS(1991), + [anon_sym_as] = ACTIONS(1991), + [anon_sym_with] = ACTIONS(1991), + [anon_sym_do] = ACTIONS(1991), + [anon_sym_while] = ACTIONS(1991), + [anon_sym_until] = ACTIONS(1991), + [anon_sym_repeat] = ACTIONS(1991), + [anon_sym_when] = ACTIONS(1991), + [anon_sym_if] = ACTIONS(1991), + [anon_sym_unless] = ACTIONS(1991), + [anon_sym_always] = ACTIONS(1991), + [anon_sym_thereis] = ACTIONS(1991), + [anon_sym_never] = ACTIONS(1991), + [anon_sym_else] = ACTIONS(1991), + [anon_sym_finally] = ACTIONS(1991), + [anon_sym_return] = ACTIONS(1991), + [anon_sym_initially] = ACTIONS(1991), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3702), + [sym_self_referential_reader_macro] = ACTIONS(3699), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -33687,21 +33687,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2416), [aux_sym_dis_expr_repeat1] = STATE(107), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3704), - [sym_comment] = ACTIONS(3704), - [anon_sym_POUND_] = ACTIONS(1897), + [sym__ws] = ACTIONS(3701), + [sym_comment] = ACTIONS(3701), + [anon_sym_POUND_] = ACTIONS(3053), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3707), + [anon_sym_DOT] = ACTIONS(3704), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1902), + [anon_sym_COLON] = ACTIONS(3058), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3707), + [sym_nil_lit] = ACTIONS(3704), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(1905), - [anon_sym_POUND_CARET] = ACTIONS(1908), - [anon_sym_LPAREN] = ACTIONS(1911), - [anon_sym_RPAREN] = ACTIONS(1914), + [anon_sym_CARET] = ACTIONS(3061), + [anon_sym_POUND_CARET] = ACTIONS(3064), + [anon_sym_LPAREN] = ACTIONS(3067), + [anon_sym_RPAREN] = ACTIONS(3070), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -33712,30 +33712,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3707), - [anon_sym_cl] = ACTIONS(1916), - [aux_sym_accumulation_verb_token1] = ACTIONS(1919), - [anon_sym_for] = ACTIONS(1919), - [anon_sym_and] = ACTIONS(1919), - [anon_sym_as] = ACTIONS(1919), - [anon_sym_with] = ACTIONS(1919), - [anon_sym_do] = ACTIONS(1919), - [anon_sym_while] = ACTIONS(1919), - [anon_sym_until] = ACTIONS(1919), - [anon_sym_repeat] = ACTIONS(1919), - [anon_sym_when] = ACTIONS(1919), - [anon_sym_if] = ACTIONS(1919), - [anon_sym_unless] = ACTIONS(1919), - [anon_sym_always] = ACTIONS(1919), - [anon_sym_thereis] = ACTIONS(1919), - [anon_sym_never] = ACTIONS(1919), - [anon_sym_else] = ACTIONS(1919), - [anon_sym_finally] = ACTIONS(1919), - [anon_sym_return] = ACTIONS(1919), - [anon_sym_initially] = ACTIONS(1919), + [sym_fancy_literal] = ACTIONS(3704), + [anon_sym_cl] = ACTIONS(3072), + [aux_sym_accumulation_verb_token1] = ACTIONS(3075), + [anon_sym_for] = ACTIONS(3075), + [anon_sym_and] = ACTIONS(3075), + [anon_sym_as] = ACTIONS(3075), + [anon_sym_with] = ACTIONS(3075), + [anon_sym_do] = ACTIONS(3075), + [anon_sym_while] = ACTIONS(3075), + [anon_sym_until] = ACTIONS(3075), + [anon_sym_repeat] = ACTIONS(3075), + [anon_sym_when] = ACTIONS(3075), + [anon_sym_if] = ACTIONS(3075), + [anon_sym_unless] = ACTIONS(3075), + [anon_sym_always] = ACTIONS(3075), + [anon_sym_thereis] = ACTIONS(3075), + [anon_sym_never] = ACTIONS(3075), + [anon_sym_else] = ACTIONS(3075), + [anon_sym_finally] = ACTIONS(3075), + [anon_sym_return] = ACTIONS(3075), + [anon_sym_initially] = ACTIONS(3075), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3709), + [sym_self_referential_reader_macro] = ACTIONS(3706), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), @@ -33744,50 +33744,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [222] = { [sym__gap] = STATE(995), [sym_dis_expr] = STATE(995), - [sym__form] = STATE(2183), - [sym_num_lit] = STATE(2183), - [sym_kwd_lit] = STATE(2183), - [sym_str_lit] = STATE(2183), - [sym_char_lit] = STATE(2183), + [sym__form] = STATE(2223), + [sym_num_lit] = STATE(2223), + [sym_kwd_lit] = STATE(2223), + [sym_str_lit] = STATE(2223), + [sym_char_lit] = STATE(2223), [sym_sym_lit] = STATE(2497), [sym__metadata_lit] = STATE(2901), [sym_meta_lit] = STATE(2858), [sym_old_meta_lit] = STATE(2859), - [sym_list_lit] = STATE(2183), + [sym_list_lit] = STATE(2223), [sym__bare_list_lit] = STATE(2648), - [sym_vec_lit] = STATE(2183), - [sym_set_lit] = STATE(2183), + [sym_vec_lit] = STATE(2223), + [sym_set_lit] = STATE(2223), [sym__bare_set_lit] = STATE(2625), - [sym_read_cond_lit] = STATE(2183), - [sym_splicing_read_cond_lit] = STATE(2183), - [sym_var_quoting_lit] = STATE(2183), - [sym_quoting_lit] = STATE(2183), - [sym_syn_quoting_lit] = STATE(2183), - [sym_unquote_splicing_lit] = STATE(2183), - [sym_unquoting_lit] = STATE(2183), + [sym_read_cond_lit] = STATE(2223), + [sym_splicing_read_cond_lit] = STATE(2223), + [sym_var_quoting_lit] = STATE(2223), + [sym_quoting_lit] = STATE(2223), + [sym_syn_quoting_lit] = STATE(2223), + [sym_unquote_splicing_lit] = STATE(2223), + [sym_unquoting_lit] = STATE(2223), [sym_defun] = STATE(2648), [sym_loop_macro] = STATE(2648), - [sym_path_lit] = STATE(2183), - [sym_package_lit] = STATE(2183), - [sym_include_reader_macro] = STATE(2183), - [sym_complex_num_lit] = STATE(2183), + [sym_path_lit] = STATE(2223), + [sym_package_lit] = STATE(2223), + [sym_include_reader_macro] = STATE(2223), + [sym_complex_num_lit] = STATE(2223), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3400), - [sym_comment] = ACTIONS(3400), - [anon_sym_POUND_] = ACTIONS(3403), + [sym__ws] = ACTIONS(2701), + [sym_comment] = ACTIONS(2701), + [anon_sym_POUND_] = ACTIONS(1323), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3711), + [anon_sym_DOT] = ACTIONS(3708), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3408), + [anon_sym_COLON] = ACTIONS(1328), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3711), + [sym_nil_lit] = ACTIONS(3708), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3411), - [anon_sym_POUND_CARET] = ACTIONS(3414), - [anon_sym_LPAREN] = ACTIONS(3417), - [anon_sym_RPAREN] = ACTIONS(3420), + [anon_sym_CARET] = ACTIONS(1331), + [anon_sym_POUND_CARET] = ACTIONS(1334), + [anon_sym_LPAREN] = ACTIONS(1337), + [anon_sym_RPAREN] = ACTIONS(1340), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -33798,82 +33798,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3711), - [anon_sym_cl] = ACTIONS(3422), - [aux_sym_accumulation_verb_token1] = ACTIONS(3425), - [anon_sym_for] = ACTIONS(3425), - [anon_sym_and] = ACTIONS(3425), - [anon_sym_as] = ACTIONS(3425), - [anon_sym_with] = ACTIONS(3425), - [anon_sym_do] = ACTIONS(3425), - [anon_sym_while] = ACTIONS(3425), - [anon_sym_until] = ACTIONS(3425), - [anon_sym_repeat] = ACTIONS(3425), - [anon_sym_when] = ACTIONS(3425), - [anon_sym_if] = ACTIONS(3425), - [anon_sym_unless] = ACTIONS(3425), - [anon_sym_always] = ACTIONS(3425), - [anon_sym_thereis] = ACTIONS(3425), - [anon_sym_never] = ACTIONS(3425), - [anon_sym_else] = ACTIONS(3425), - [anon_sym_finally] = ACTIONS(3425), - [anon_sym_return] = ACTIONS(3425), - [anon_sym_initially] = ACTIONS(3425), + [sym_fancy_literal] = ACTIONS(3708), + [anon_sym_cl] = ACTIONS(1342), + [aux_sym_accumulation_verb_token1] = ACTIONS(1345), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_and] = ACTIONS(1345), + [anon_sym_as] = ACTIONS(1345), + [anon_sym_with] = ACTIONS(1345), + [anon_sym_do] = ACTIONS(1345), + [anon_sym_while] = ACTIONS(1345), + [anon_sym_until] = ACTIONS(1345), + [anon_sym_repeat] = ACTIONS(1345), + [anon_sym_when] = ACTIONS(1345), + [anon_sym_if] = ACTIONS(1345), + [anon_sym_unless] = ACTIONS(1345), + [anon_sym_always] = ACTIONS(1345), + [anon_sym_thereis] = ACTIONS(1345), + [anon_sym_never] = ACTIONS(1345), + [anon_sym_else] = ACTIONS(1345), + [anon_sym_finally] = ACTIONS(1345), + [anon_sym_return] = ACTIONS(1345), + [anon_sym_initially] = ACTIONS(1345), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3713), + [sym_self_referential_reader_macro] = ACTIONS(3710), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), [anon_sym_POUNDc] = ACTIONS(129), }, [223] = { - [sym__gap] = STATE(44), - [sym_dis_expr] = STATE(44), - [sym__form] = STATE(2050), - [sym_num_lit] = STATE(2050), - [sym_kwd_lit] = STATE(2050), - [sym_str_lit] = STATE(2050), - [sym_char_lit] = STATE(2050), + [sym__gap] = STATE(75), + [sym_dis_expr] = STATE(75), + [sym__form] = STATE(2444), + [sym_num_lit] = STATE(2444), + [sym_kwd_lit] = STATE(2444), + [sym_str_lit] = STATE(2444), + [sym_char_lit] = STATE(2444), [sym_sym_lit] = STATE(2497), [sym__metadata_lit] = STATE(2901), [sym_meta_lit] = STATE(2858), [sym_old_meta_lit] = STATE(2859), - [sym_list_lit] = STATE(2050), + [sym_list_lit] = STATE(2444), [sym__bare_list_lit] = STATE(2648), - [sym_vec_lit] = STATE(2050), - [sym_set_lit] = STATE(2050), + [sym_vec_lit] = STATE(2444), + [sym_set_lit] = STATE(2444), [sym__bare_set_lit] = STATE(2625), - [sym_read_cond_lit] = STATE(2050), - [sym_splicing_read_cond_lit] = STATE(2050), - [sym_var_quoting_lit] = STATE(2050), - [sym_quoting_lit] = STATE(2050), - [sym_syn_quoting_lit] = STATE(2050), - [sym_unquote_splicing_lit] = STATE(2050), - [sym_unquoting_lit] = STATE(2050), + [sym_read_cond_lit] = STATE(2444), + [sym_splicing_read_cond_lit] = STATE(2444), + [sym_var_quoting_lit] = STATE(2444), + [sym_quoting_lit] = STATE(2444), + [sym_syn_quoting_lit] = STATE(2444), + [sym_unquote_splicing_lit] = STATE(2444), + [sym_unquoting_lit] = STATE(2444), [sym_defun] = STATE(2648), [sym_loop_macro] = STATE(2648), - [sym_path_lit] = STATE(2050), - [sym_package_lit] = STATE(2050), - [sym_include_reader_macro] = STATE(2050), - [sym_complex_num_lit] = STATE(2050), - [aux_sym_dis_expr_repeat1] = STATE(44), + [sym_path_lit] = STATE(2444), + [sym_package_lit] = STATE(2444), + [sym_include_reader_macro] = STATE(2444), + [sym_complex_num_lit] = STATE(2444), + [aux_sym_dis_expr_repeat1] = STATE(75), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3715), - [sym_comment] = ACTIONS(3715), - [anon_sym_POUND_] = ACTIONS(3718), + [sym__ws] = ACTIONS(3712), + [sym_comment] = ACTIONS(3712), + [anon_sym_POUND_] = ACTIONS(2800), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3721), + [anon_sym_DOT] = ACTIONS(3715), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3723), + [anon_sym_COLON] = ACTIONS(2805), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3721), + [sym_nil_lit] = ACTIONS(3715), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3726), - [anon_sym_POUND_CARET] = ACTIONS(3729), - [anon_sym_LPAREN] = ACTIONS(3732), - [anon_sym_RPAREN] = ACTIONS(3735), + [anon_sym_CARET] = ACTIONS(2808), + [anon_sym_POUND_CARET] = ACTIONS(2811), + [anon_sym_LPAREN] = ACTIONS(2814), + [anon_sym_RPAREN] = ACTIONS(2817), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -33884,82 +33884,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3721), - [anon_sym_cl] = ACTIONS(3737), - [aux_sym_accumulation_verb_token1] = ACTIONS(3740), - [anon_sym_for] = ACTIONS(3740), - [anon_sym_and] = ACTIONS(3740), - [anon_sym_as] = ACTIONS(3740), - [anon_sym_with] = ACTIONS(3740), - [anon_sym_do] = ACTIONS(3740), - [anon_sym_while] = ACTIONS(3740), - [anon_sym_until] = ACTIONS(3740), - [anon_sym_repeat] = ACTIONS(3740), - [anon_sym_when] = ACTIONS(3740), - [anon_sym_if] = ACTIONS(3740), - [anon_sym_unless] = ACTIONS(3740), - [anon_sym_always] = ACTIONS(3740), - [anon_sym_thereis] = ACTIONS(3740), - [anon_sym_never] = ACTIONS(3740), - [anon_sym_else] = ACTIONS(3740), - [anon_sym_finally] = ACTIONS(3740), - [anon_sym_return] = ACTIONS(3740), - [anon_sym_initially] = ACTIONS(3740), + [sym_fancy_literal] = ACTIONS(3715), + [anon_sym_cl] = ACTIONS(2819), + [aux_sym_accumulation_verb_token1] = ACTIONS(2822), + [anon_sym_for] = ACTIONS(2822), + [anon_sym_and] = ACTIONS(2822), + [anon_sym_as] = ACTIONS(2822), + [anon_sym_with] = ACTIONS(2822), + [anon_sym_do] = ACTIONS(2822), + [anon_sym_while] = ACTIONS(2822), + [anon_sym_until] = ACTIONS(2822), + [anon_sym_repeat] = ACTIONS(2822), + [anon_sym_when] = ACTIONS(2822), + [anon_sym_if] = ACTIONS(2822), + [anon_sym_unless] = ACTIONS(2822), + [anon_sym_always] = ACTIONS(2822), + [anon_sym_thereis] = ACTIONS(2822), + [anon_sym_never] = ACTIONS(2822), + [anon_sym_else] = ACTIONS(2822), + [anon_sym_finally] = ACTIONS(2822), + [anon_sym_return] = ACTIONS(2822), + [anon_sym_initially] = ACTIONS(2822), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), - [sym_self_referential_reader_macro] = ACTIONS(3742), + [sym_self_referential_reader_macro] = ACTIONS(3717), [anon_sym_POUND_PLUS] = ACTIONS(127), [anon_sym_POUND_DASH] = ACTIONS(127), [anon_sym_POUNDC] = ACTIONS(129), [anon_sym_POUNDc] = ACTIONS(129), }, [224] = { - [sym__gap] = STATE(995), - [sym_dis_expr] = STATE(995), - [sym__form] = STATE(2223), - [sym_num_lit] = STATE(2223), - [sym_kwd_lit] = STATE(2223), - [sym_str_lit] = STATE(2223), - [sym_char_lit] = STATE(2223), + [sym__gap] = STATE(44), + [sym_dis_expr] = STATE(44), + [sym__form] = STATE(2050), + [sym_num_lit] = STATE(2050), + [sym_kwd_lit] = STATE(2050), + [sym_str_lit] = STATE(2050), + [sym_char_lit] = STATE(2050), [sym_sym_lit] = STATE(2497), [sym__metadata_lit] = STATE(2901), [sym_meta_lit] = STATE(2858), [sym_old_meta_lit] = STATE(2859), - [sym_list_lit] = STATE(2223), + [sym_list_lit] = STATE(2050), [sym__bare_list_lit] = STATE(2648), - [sym_vec_lit] = STATE(2223), - [sym_set_lit] = STATE(2223), + [sym_vec_lit] = STATE(2050), + [sym_set_lit] = STATE(2050), [sym__bare_set_lit] = STATE(2625), - [sym_read_cond_lit] = STATE(2223), - [sym_splicing_read_cond_lit] = STATE(2223), - [sym_var_quoting_lit] = STATE(2223), - [sym_quoting_lit] = STATE(2223), - [sym_syn_quoting_lit] = STATE(2223), - [sym_unquote_splicing_lit] = STATE(2223), - [sym_unquoting_lit] = STATE(2223), + [sym_read_cond_lit] = STATE(2050), + [sym_splicing_read_cond_lit] = STATE(2050), + [sym_var_quoting_lit] = STATE(2050), + [sym_quoting_lit] = STATE(2050), + [sym_syn_quoting_lit] = STATE(2050), + [sym_unquote_splicing_lit] = STATE(2050), + [sym_unquoting_lit] = STATE(2050), [sym_defun] = STATE(2648), [sym_loop_macro] = STATE(2648), - [sym_path_lit] = STATE(2223), - [sym_package_lit] = STATE(2223), - [sym_include_reader_macro] = STATE(2223), - [sym_complex_num_lit] = STATE(2223), - [aux_sym_dis_expr_repeat1] = STATE(995), + [sym_path_lit] = STATE(2050), + [sym_package_lit] = STATE(2050), + [sym_include_reader_macro] = STATE(2050), + [sym_complex_num_lit] = STATE(2050), + [aux_sym_dis_expr_repeat1] = STATE(44), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(2701), - [sym_comment] = ACTIONS(2701), - [anon_sym_POUND_] = ACTIONS(1323), + [sym__ws] = ACTIONS(3719), + [sym_comment] = ACTIONS(3719), + [anon_sym_POUND_] = ACTIONS(3722), [anon_sym_POUND] = ACTIONS(67), - [anon_sym_DOT] = ACTIONS(3744), + [anon_sym_DOT] = ACTIONS(3725), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1328), + [anon_sym_COLON] = ACTIONS(3727), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), - [sym_nil_lit] = ACTIONS(3744), + [sym_nil_lit] = ACTIONS(3725), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(1331), - [anon_sym_POUND_CARET] = ACTIONS(1334), - [anon_sym_LPAREN] = ACTIONS(1337), - [anon_sym_RPAREN] = ACTIONS(1340), + [anon_sym_CARET] = ACTIONS(3730), + [anon_sym_POUND_CARET] = ACTIONS(3733), + [anon_sym_LPAREN] = ACTIONS(3736), + [anon_sym_RPAREN] = ACTIONS(3739), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -33970,27 +33970,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA_AT] = ACTIONS(110), [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(3744), - [anon_sym_cl] = ACTIONS(1342), - [aux_sym_accumulation_verb_token1] = ACTIONS(1345), - [anon_sym_for] = ACTIONS(1345), - [anon_sym_and] = ACTIONS(1345), - [anon_sym_as] = ACTIONS(1345), - [anon_sym_with] = ACTIONS(1345), - [anon_sym_do] = ACTIONS(1345), - [anon_sym_while] = ACTIONS(1345), - [anon_sym_until] = ACTIONS(1345), - [anon_sym_repeat] = ACTIONS(1345), - [anon_sym_when] = ACTIONS(1345), - [anon_sym_if] = ACTIONS(1345), - [anon_sym_unless] = ACTIONS(1345), - [anon_sym_always] = ACTIONS(1345), - [anon_sym_thereis] = ACTIONS(1345), - [anon_sym_never] = ACTIONS(1345), - [anon_sym_else] = ACTIONS(1345), - [anon_sym_finally] = ACTIONS(1345), - [anon_sym_return] = ACTIONS(1345), - [anon_sym_initially] = ACTIONS(1345), + [sym_fancy_literal] = ACTIONS(3725), + [anon_sym_cl] = ACTIONS(3741), + [aux_sym_accumulation_verb_token1] = ACTIONS(3744), + [anon_sym_for] = ACTIONS(3744), + [anon_sym_and] = ACTIONS(3744), + [anon_sym_as] = ACTIONS(3744), + [anon_sym_with] = ACTIONS(3744), + [anon_sym_do] = ACTIONS(3744), + [anon_sym_while] = ACTIONS(3744), + [anon_sym_until] = ACTIONS(3744), + [anon_sym_repeat] = ACTIONS(3744), + [anon_sym_when] = ACTIONS(3744), + [anon_sym_if] = ACTIONS(3744), + [anon_sym_unless] = ACTIONS(3744), + [anon_sym_always] = ACTIONS(3744), + [anon_sym_thereis] = ACTIONS(3744), + [anon_sym_never] = ACTIONS(3744), + [anon_sym_else] = ACTIONS(3744), + [anon_sym_finally] = ACTIONS(3744), + [anon_sym_return] = ACTIONS(3744), + [anon_sym_initially] = ACTIONS(3744), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), [sym_self_referential_reader_macro] = ACTIONS(3746), @@ -34172,8 +34172,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDc] = ACTIONS(129), }, [227] = { - [sym__gap] = STATE(276), - [sym_dis_expr] = STATE(276), + [sym__gap] = STATE(277), + [sym_dis_expr] = STATE(277), [sym__form] = STATE(2717), [sym_num_lit] = STATE(2717), [sym_kwd_lit] = STATE(2717), @@ -34203,59 +34203,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_package_lit] = STATE(2717), [sym_include_reader_macro] = STATE(2717), [sym_complex_num_lit] = STATE(2717), - [aux_sym_dis_expr_repeat1] = STATE(276), - [aux_sym_list_lit_repeat1] = STATE(2821), + [aux_sym_dis_expr_repeat1] = STATE(277), + [aux_sym_list_lit_repeat1] = STATE(2840), [aux_sym_for_clause_repeat1] = STATE(1272), [sym__ws] = ACTIONS(3784), [sym_comment] = ACTIONS(3784), - [anon_sym_POUND_] = ACTIONS(1618), - [anon_sym_POUND] = ACTIONS(1620), + [anon_sym_POUND_] = ACTIONS(1596), + [anon_sym_POUND] = ACTIONS(1598), [anon_sym_DOT] = ACTIONS(3786), - [aux_sym_num_lit_token1] = ACTIONS(1624), - [anon_sym_COLON] = ACTIONS(1626), - [anon_sym_COLON_COLON] = ACTIONS(1628), - [anon_sym_DQUOTE] = ACTIONS(1630), + [aux_sym_num_lit_token1] = ACTIONS(1602), + [anon_sym_COLON] = ACTIONS(1604), + [anon_sym_COLON_COLON] = ACTIONS(1606), + [anon_sym_DQUOTE] = ACTIONS(1608), [sym_nil_lit] = ACTIONS(3786), - [aux_sym_sym_lit_token1] = ACTIONS(1632), + [aux_sym_sym_lit_token1] = ACTIONS(1610), [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), - [anon_sym_LPAREN] = ACTIONS(1634), - [anon_sym_POUND0A] = ACTIONS(1636), - [anon_sym_POUND0a] = ACTIONS(1636), - [anon_sym_POUND_QMARK] = ACTIONS(1638), - [anon_sym_POUND_QMARK_AT] = ACTIONS(1640), - [anon_sym_POUND_SQUOTE] = ACTIONS(1642), - [anon_sym_SQUOTE] = ACTIONS(1644), - [anon_sym_BQUOTE] = ACTIONS(1646), - [anon_sym_COMMA_AT] = ACTIONS(1648), - [anon_sym_COMMA] = ACTIONS(1650), + [anon_sym_LPAREN] = ACTIONS(1612), + [anon_sym_POUND0A] = ACTIONS(1614), + [anon_sym_POUND0a] = ACTIONS(1614), + [anon_sym_POUND_QMARK] = ACTIONS(1616), + [anon_sym_POUND_QMARK_AT] = ACTIONS(1618), + [anon_sym_POUND_SQUOTE] = ACTIONS(1620), + [anon_sym_SQUOTE] = ACTIONS(1622), + [anon_sym_BQUOTE] = ACTIONS(1624), + [anon_sym_COMMA_AT] = ACTIONS(1626), + [anon_sym_COMMA] = ACTIONS(1628), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(3786), - [anon_sym_cl] = ACTIONS(1652), - [anon_sym_in] = ACTIONS(1654), - [anon_sym_across] = ACTIONS(1654), - [anon_sym_being] = ACTIONS(1654), - [anon_sym_using] = ACTIONS(1654), - [aux_sym_for_clause_word_token1] = ACTIONS(1656), - [anon_sym_below] = ACTIONS(1654), - [anon_sym_above] = ACTIONS(1654), - [anon_sym_from] = ACTIONS(1654), - [anon_sym_to] = ACTIONS(1654), - [anon_sym_upto] = ACTIONS(1654), - [anon_sym_upfrom] = ACTIONS(1654), - [anon_sym_downto] = ACTIONS(1654), - [anon_sym_downfrom] = ACTIONS(1654), - [anon_sym_on] = ACTIONS(1654), - [anon_sym_by] = ACTIONS(1654), - [anon_sym_then] = ACTIONS(1654), - [anon_sym_EQ] = ACTIONS(1654), - [anon_sym_POUNDP] = ACTIONS(1658), - [anon_sym_POUNDp] = ACTIONS(1658), + [anon_sym_cl] = ACTIONS(1630), + [anon_sym_in] = ACTIONS(1632), + [anon_sym_across] = ACTIONS(1632), + [anon_sym_being] = ACTIONS(1632), + [anon_sym_using] = ACTIONS(1632), + [aux_sym_for_clause_word_token1] = ACTIONS(1634), + [anon_sym_below] = ACTIONS(1632), + [anon_sym_above] = ACTIONS(1632), + [anon_sym_from] = ACTIONS(1632), + [anon_sym_to] = ACTIONS(1632), + [anon_sym_upto] = ACTIONS(1632), + [anon_sym_upfrom] = ACTIONS(1632), + [anon_sym_downto] = ACTIONS(1632), + [anon_sym_downfrom] = ACTIONS(1632), + [anon_sym_on] = ACTIONS(1632), + [anon_sym_by] = ACTIONS(1632), + [anon_sym_then] = ACTIONS(1632), + [anon_sym_EQ] = ACTIONS(1632), + [anon_sym_POUNDP] = ACTIONS(1636), + [anon_sym_POUNDp] = ACTIONS(1636), [sym_self_referential_reader_macro] = ACTIONS(3788), - [anon_sym_POUND_PLUS] = ACTIONS(1662), - [anon_sym_POUND_DASH] = ACTIONS(1662), - [anon_sym_POUNDC] = ACTIONS(1664), - [anon_sym_POUNDc] = ACTIONS(1664), + [anon_sym_POUND_PLUS] = ACTIONS(1640), + [anon_sym_POUND_DASH] = ACTIONS(1640), + [anon_sym_POUNDC] = ACTIONS(1642), + [anon_sym_POUNDc] = ACTIONS(1642), }, [228] = { [sym__gap] = STATE(995), @@ -34289,21 +34289,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2128), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3697), - [sym_comment] = ACTIONS(3697), - [anon_sym_POUND_] = ACTIONS(2793), + [sym__ws] = ACTIONS(3694), + [sym_comment] = ACTIONS(3694), + [anon_sym_POUND_] = ACTIONS(1969), [anon_sym_POUND] = ACTIONS(67), [anon_sym_DOT] = ACTIONS(3790), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(2798), + [anon_sym_COLON] = ACTIONS(1974), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), [sym_nil_lit] = ACTIONS(3790), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(2801), - [anon_sym_POUND_CARET] = ACTIONS(2804), - [anon_sym_LPAREN] = ACTIONS(2807), - [anon_sym_RPAREN] = ACTIONS(2810), + [anon_sym_CARET] = ACTIONS(1977), + [anon_sym_POUND_CARET] = ACTIONS(1980), + [anon_sym_LPAREN] = ACTIONS(1983), + [anon_sym_RPAREN] = ACTIONS(1986), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -34315,26 +34315,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(3790), - [anon_sym_cl] = ACTIONS(2812), - [aux_sym_accumulation_verb_token1] = ACTIONS(2815), - [anon_sym_for] = ACTIONS(2815), - [anon_sym_and] = ACTIONS(2815), - [anon_sym_as] = ACTIONS(2815), - [anon_sym_with] = ACTIONS(2815), - [anon_sym_do] = ACTIONS(2815), - [anon_sym_while] = ACTIONS(2815), - [anon_sym_until] = ACTIONS(2815), - [anon_sym_repeat] = ACTIONS(2815), - [anon_sym_when] = ACTIONS(2815), - [anon_sym_if] = ACTIONS(2815), - [anon_sym_unless] = ACTIONS(2815), - [anon_sym_always] = ACTIONS(2815), - [anon_sym_thereis] = ACTIONS(2815), - [anon_sym_never] = ACTIONS(2815), - [anon_sym_else] = ACTIONS(2815), - [anon_sym_finally] = ACTIONS(2815), - [anon_sym_return] = ACTIONS(2815), - [anon_sym_initially] = ACTIONS(2815), + [anon_sym_cl] = ACTIONS(1988), + [aux_sym_accumulation_verb_token1] = ACTIONS(1991), + [anon_sym_for] = ACTIONS(1991), + [anon_sym_and] = ACTIONS(1991), + [anon_sym_as] = ACTIONS(1991), + [anon_sym_with] = ACTIONS(1991), + [anon_sym_do] = ACTIONS(1991), + [anon_sym_while] = ACTIONS(1991), + [anon_sym_until] = ACTIONS(1991), + [anon_sym_repeat] = ACTIONS(1991), + [anon_sym_when] = ACTIONS(1991), + [anon_sym_if] = ACTIONS(1991), + [anon_sym_unless] = ACTIONS(1991), + [anon_sym_always] = ACTIONS(1991), + [anon_sym_thereis] = ACTIONS(1991), + [anon_sym_never] = ACTIONS(1991), + [anon_sym_else] = ACTIONS(1991), + [anon_sym_finally] = ACTIONS(1991), + [anon_sym_return] = ACTIONS(1991), + [anon_sym_initially] = ACTIONS(1991), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), [sym_self_referential_reader_macro] = ACTIONS(3792), @@ -34376,58 +34376,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(2713), [sym_complex_num_lit] = STATE(2713), [aux_sym_dis_expr_repeat1] = STATE(278), - [aux_sym_list_lit_repeat1] = STATE(2821), - [aux_sym_for_clause_repeat1] = STATE(1268), + [aux_sym_list_lit_repeat1] = STATE(2840), + [aux_sym_for_clause_repeat1] = STATE(1274), [sym__ws] = ACTIONS(3794), [sym_comment] = ACTIONS(3794), - [anon_sym_POUND_] = ACTIONS(1618), - [anon_sym_POUND] = ACTIONS(1620), + [anon_sym_POUND_] = ACTIONS(1596), + [anon_sym_POUND] = ACTIONS(1598), [anon_sym_DOT] = ACTIONS(3796), - [aux_sym_num_lit_token1] = ACTIONS(1624), - [anon_sym_COLON] = ACTIONS(1626), - [anon_sym_COLON_COLON] = ACTIONS(1628), - [anon_sym_DQUOTE] = ACTIONS(1630), + [aux_sym_num_lit_token1] = ACTIONS(1602), + [anon_sym_COLON] = ACTIONS(1604), + [anon_sym_COLON_COLON] = ACTIONS(1606), + [anon_sym_DQUOTE] = ACTIONS(1608), [sym_nil_lit] = ACTIONS(3796), - [aux_sym_sym_lit_token1] = ACTIONS(1632), + [aux_sym_sym_lit_token1] = ACTIONS(1610), [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), - [anon_sym_LPAREN] = ACTIONS(1634), - [anon_sym_POUND0A] = ACTIONS(1636), - [anon_sym_POUND0a] = ACTIONS(1636), - [anon_sym_POUND_QMARK] = ACTIONS(1638), - [anon_sym_POUND_QMARK_AT] = ACTIONS(1640), - [anon_sym_POUND_SQUOTE] = ACTIONS(1642), - [anon_sym_SQUOTE] = ACTIONS(1644), - [anon_sym_BQUOTE] = ACTIONS(1646), - [anon_sym_COMMA_AT] = ACTIONS(1648), - [anon_sym_COMMA] = ACTIONS(1650), + [anon_sym_LPAREN] = ACTIONS(1612), + [anon_sym_POUND0A] = ACTIONS(1614), + [anon_sym_POUND0a] = ACTIONS(1614), + [anon_sym_POUND_QMARK] = ACTIONS(1616), + [anon_sym_POUND_QMARK_AT] = ACTIONS(1618), + [anon_sym_POUND_SQUOTE] = ACTIONS(1620), + [anon_sym_SQUOTE] = ACTIONS(1622), + [anon_sym_BQUOTE] = ACTIONS(1624), + [anon_sym_COMMA_AT] = ACTIONS(1626), + [anon_sym_COMMA] = ACTIONS(1628), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(3796), - [anon_sym_cl] = ACTIONS(1652), - [anon_sym_in] = ACTIONS(1654), - [anon_sym_across] = ACTIONS(1654), - [anon_sym_being] = ACTIONS(1654), - [anon_sym_using] = ACTIONS(1654), - [aux_sym_for_clause_word_token1] = ACTIONS(1656), - [anon_sym_below] = ACTIONS(1654), - [anon_sym_above] = ACTIONS(1654), - [anon_sym_from] = ACTIONS(1654), - [anon_sym_to] = ACTIONS(1654), - [anon_sym_upto] = ACTIONS(1654), - [anon_sym_upfrom] = ACTIONS(1654), - [anon_sym_downto] = ACTIONS(1654), - [anon_sym_downfrom] = ACTIONS(1654), - [anon_sym_on] = ACTIONS(1654), - [anon_sym_by] = ACTIONS(1654), - [anon_sym_then] = ACTIONS(1654), - [anon_sym_EQ] = ACTIONS(1654), - [anon_sym_POUNDP] = ACTIONS(1658), - [anon_sym_POUNDp] = ACTIONS(1658), + [anon_sym_cl] = ACTIONS(1630), + [anon_sym_in] = ACTIONS(1632), + [anon_sym_across] = ACTIONS(1632), + [anon_sym_being] = ACTIONS(1632), + [anon_sym_using] = ACTIONS(1632), + [aux_sym_for_clause_word_token1] = ACTIONS(1634), + [anon_sym_below] = ACTIONS(1632), + [anon_sym_above] = ACTIONS(1632), + [anon_sym_from] = ACTIONS(1632), + [anon_sym_to] = ACTIONS(1632), + [anon_sym_upto] = ACTIONS(1632), + [anon_sym_upfrom] = ACTIONS(1632), + [anon_sym_downto] = ACTIONS(1632), + [anon_sym_downfrom] = ACTIONS(1632), + [anon_sym_on] = ACTIONS(1632), + [anon_sym_by] = ACTIONS(1632), + [anon_sym_then] = ACTIONS(1632), + [anon_sym_EQ] = ACTIONS(1632), + [anon_sym_POUNDP] = ACTIONS(1636), + [anon_sym_POUNDp] = ACTIONS(1636), [sym_self_referential_reader_macro] = ACTIONS(3798), - [anon_sym_POUND_PLUS] = ACTIONS(1662), - [anon_sym_POUND_DASH] = ACTIONS(1662), - [anon_sym_POUNDC] = ACTIONS(1664), - [anon_sym_POUNDc] = ACTIONS(1664), + [anon_sym_POUND_PLUS] = ACTIONS(1640), + [anon_sym_POUND_DASH] = ACTIONS(1640), + [anon_sym_POUNDC] = ACTIONS(1642), + [anon_sym_POUNDc] = ACTIONS(1642), }, [230] = { [sym__gap] = STATE(196), @@ -34807,19 +34807,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_list_lit_repeat1] = STATE(2834), [sym__ws] = ACTIONS(3850), [sym_comment] = ACTIONS(3850), - [anon_sym_POUND_] = ACTIONS(2793), + [anon_sym_POUND_] = ACTIONS(1969), [anon_sym_POUND] = ACTIONS(67), [anon_sym_DOT] = ACTIONS(3853), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(2798), + [anon_sym_COLON] = ACTIONS(1974), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), [sym_nil_lit] = ACTIONS(3853), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(2801), - [anon_sym_POUND_CARET] = ACTIONS(2804), - [anon_sym_LPAREN] = ACTIONS(2807), - [anon_sym_RPAREN] = ACTIONS(2810), + [anon_sym_CARET] = ACTIONS(1977), + [anon_sym_POUND_CARET] = ACTIONS(1980), + [anon_sym_LPAREN] = ACTIONS(1983), + [anon_sym_RPAREN] = ACTIONS(1986), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -34831,26 +34831,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(3853), - [anon_sym_cl] = ACTIONS(2812), - [aux_sym_accumulation_verb_token1] = ACTIONS(2815), - [anon_sym_for] = ACTIONS(2815), - [anon_sym_and] = ACTIONS(2815), - [anon_sym_as] = ACTIONS(2815), - [anon_sym_with] = ACTIONS(2815), - [anon_sym_do] = ACTIONS(2815), - [anon_sym_while] = ACTIONS(2815), - [anon_sym_until] = ACTIONS(2815), - [anon_sym_repeat] = ACTIONS(2815), - [anon_sym_when] = ACTIONS(2815), - [anon_sym_if] = ACTIONS(2815), - [anon_sym_unless] = ACTIONS(2815), - [anon_sym_always] = ACTIONS(2815), - [anon_sym_thereis] = ACTIONS(2815), - [anon_sym_never] = ACTIONS(2815), - [anon_sym_else] = ACTIONS(2815), - [anon_sym_finally] = ACTIONS(2815), - [anon_sym_return] = ACTIONS(2815), - [anon_sym_initially] = ACTIONS(2815), + [anon_sym_cl] = ACTIONS(1988), + [aux_sym_accumulation_verb_token1] = ACTIONS(1991), + [anon_sym_for] = ACTIONS(1991), + [anon_sym_and] = ACTIONS(1991), + [anon_sym_as] = ACTIONS(1991), + [anon_sym_with] = ACTIONS(1991), + [anon_sym_do] = ACTIONS(1991), + [anon_sym_while] = ACTIONS(1991), + [anon_sym_until] = ACTIONS(1991), + [anon_sym_repeat] = ACTIONS(1991), + [anon_sym_when] = ACTIONS(1991), + [anon_sym_if] = ACTIONS(1991), + [anon_sym_unless] = ACTIONS(1991), + [anon_sym_always] = ACTIONS(1991), + [anon_sym_thereis] = ACTIONS(1991), + [anon_sym_never] = ACTIONS(1991), + [anon_sym_else] = ACTIONS(1991), + [anon_sym_finally] = ACTIONS(1991), + [anon_sym_return] = ACTIONS(1991), + [anon_sym_initially] = ACTIONS(1991), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), [sym_self_referential_reader_macro] = ACTIONS(3855), @@ -34979,19 +34979,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_list_lit_repeat1] = STATE(2834), [sym__ws] = ACTIONS(3861), [sym_comment] = ACTIONS(3861), - [anon_sym_POUND_] = ACTIONS(3718), + [anon_sym_POUND_] = ACTIONS(3722), [anon_sym_POUND] = ACTIONS(67), [anon_sym_DOT] = ACTIONS(3864), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3723), + [anon_sym_COLON] = ACTIONS(3727), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), [sym_nil_lit] = ACTIONS(3864), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3726), - [anon_sym_POUND_CARET] = ACTIONS(3729), - [anon_sym_LPAREN] = ACTIONS(3732), - [anon_sym_RPAREN] = ACTIONS(3735), + [anon_sym_CARET] = ACTIONS(3730), + [anon_sym_POUND_CARET] = ACTIONS(3733), + [anon_sym_LPAREN] = ACTIONS(3736), + [anon_sym_RPAREN] = ACTIONS(3739), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -35003,26 +35003,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(3864), - [anon_sym_cl] = ACTIONS(3737), - [aux_sym_accumulation_verb_token1] = ACTIONS(3740), - [anon_sym_for] = ACTIONS(3740), - [anon_sym_and] = ACTIONS(3740), - [anon_sym_as] = ACTIONS(3740), - [anon_sym_with] = ACTIONS(3740), - [anon_sym_do] = ACTIONS(3740), - [anon_sym_while] = ACTIONS(3740), - [anon_sym_until] = ACTIONS(3740), - [anon_sym_repeat] = ACTIONS(3740), - [anon_sym_when] = ACTIONS(3740), - [anon_sym_if] = ACTIONS(3740), - [anon_sym_unless] = ACTIONS(3740), - [anon_sym_always] = ACTIONS(3740), - [anon_sym_thereis] = ACTIONS(3740), - [anon_sym_never] = ACTIONS(3740), - [anon_sym_else] = ACTIONS(3740), - [anon_sym_finally] = ACTIONS(3740), - [anon_sym_return] = ACTIONS(3740), - [anon_sym_initially] = ACTIONS(3740), + [anon_sym_cl] = ACTIONS(3741), + [aux_sym_accumulation_verb_token1] = ACTIONS(3744), + [anon_sym_for] = ACTIONS(3744), + [anon_sym_and] = ACTIONS(3744), + [anon_sym_as] = ACTIONS(3744), + [anon_sym_with] = ACTIONS(3744), + [anon_sym_do] = ACTIONS(3744), + [anon_sym_while] = ACTIONS(3744), + [anon_sym_until] = ACTIONS(3744), + [anon_sym_repeat] = ACTIONS(3744), + [anon_sym_when] = ACTIONS(3744), + [anon_sym_if] = ACTIONS(3744), + [anon_sym_unless] = ACTIONS(3744), + [anon_sym_always] = ACTIONS(3744), + [anon_sym_thereis] = ACTIONS(3744), + [anon_sym_never] = ACTIONS(3744), + [anon_sym_else] = ACTIONS(3744), + [anon_sym_finally] = ACTIONS(3744), + [anon_sym_return] = ACTIONS(3744), + [anon_sym_initially] = ACTIONS(3744), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), [sym_self_referential_reader_macro] = ACTIONS(3866), @@ -35063,21 +35063,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2461), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3306), - [sym_comment] = ACTIONS(3306), - [anon_sym_POUND_] = ACTIONS(3309), + [sym__ws] = ACTIONS(3303), + [sym_comment] = ACTIONS(3303), + [anon_sym_POUND_] = ACTIONS(3306), [anon_sym_POUND] = ACTIONS(67), [anon_sym_DOT] = ACTIONS(3868), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3314), + [anon_sym_COLON] = ACTIONS(3311), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), [sym_nil_lit] = ACTIONS(3868), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3317), - [anon_sym_POUND_CARET] = ACTIONS(3320), - [anon_sym_LPAREN] = ACTIONS(3323), - [anon_sym_RPAREN] = ACTIONS(3326), + [anon_sym_CARET] = ACTIONS(3314), + [anon_sym_POUND_CARET] = ACTIONS(3317), + [anon_sym_LPAREN] = ACTIONS(3320), + [anon_sym_RPAREN] = ACTIONS(3323), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -35089,26 +35089,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(3868), - [anon_sym_cl] = ACTIONS(3328), - [aux_sym_accumulation_verb_token1] = ACTIONS(3331), - [anon_sym_for] = ACTIONS(3331), - [anon_sym_and] = ACTIONS(3331), - [anon_sym_as] = ACTIONS(3331), - [anon_sym_with] = ACTIONS(3331), - [anon_sym_do] = ACTIONS(3331), - [anon_sym_while] = ACTIONS(3331), - [anon_sym_until] = ACTIONS(3331), - [anon_sym_repeat] = ACTIONS(3331), - [anon_sym_when] = ACTIONS(3331), - [anon_sym_if] = ACTIONS(3331), - [anon_sym_unless] = ACTIONS(3331), - [anon_sym_always] = ACTIONS(3331), - [anon_sym_thereis] = ACTIONS(3331), - [anon_sym_never] = ACTIONS(3331), - [anon_sym_else] = ACTIONS(3331), - [anon_sym_finally] = ACTIONS(3331), - [anon_sym_return] = ACTIONS(3331), - [anon_sym_initially] = ACTIONS(3331), + [anon_sym_cl] = ACTIONS(3325), + [aux_sym_accumulation_verb_token1] = ACTIONS(3328), + [anon_sym_for] = ACTIONS(3328), + [anon_sym_and] = ACTIONS(3328), + [anon_sym_as] = ACTIONS(3328), + [anon_sym_with] = ACTIONS(3328), + [anon_sym_do] = ACTIONS(3328), + [anon_sym_while] = ACTIONS(3328), + [anon_sym_until] = ACTIONS(3328), + [anon_sym_repeat] = ACTIONS(3328), + [anon_sym_when] = ACTIONS(3328), + [anon_sym_if] = ACTIONS(3328), + [anon_sym_unless] = ACTIONS(3328), + [anon_sym_always] = ACTIONS(3328), + [anon_sym_thereis] = ACTIONS(3328), + [anon_sym_never] = ACTIONS(3328), + [anon_sym_else] = ACTIONS(3328), + [anon_sym_finally] = ACTIONS(3328), + [anon_sym_return] = ACTIONS(3328), + [anon_sym_initially] = ACTIONS(3328), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), [sym_self_referential_reader_macro] = ACTIONS(3870), @@ -35409,19 +35409,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_list_lit_repeat1] = STATE(2834), [sym__ws] = ACTIONS(3937), [sym_comment] = ACTIONS(3937), - [anon_sym_POUND_] = ACTIONS(2927), + [anon_sym_POUND_] = ACTIONS(2887), [anon_sym_POUND] = ACTIONS(67), [anon_sym_DOT] = ACTIONS(3940), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(2932), + [anon_sym_COLON] = ACTIONS(2892), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), [sym_nil_lit] = ACTIONS(3940), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(2935), - [anon_sym_POUND_CARET] = ACTIONS(2938), - [anon_sym_LPAREN] = ACTIONS(2941), - [anon_sym_RPAREN] = ACTIONS(2944), + [anon_sym_CARET] = ACTIONS(2895), + [anon_sym_POUND_CARET] = ACTIONS(2898), + [anon_sym_LPAREN] = ACTIONS(2901), + [anon_sym_RPAREN] = ACTIONS(2904), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -35433,26 +35433,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(3940), - [anon_sym_cl] = ACTIONS(2946), - [aux_sym_accumulation_verb_token1] = ACTIONS(2949), - [anon_sym_for] = ACTIONS(2949), - [anon_sym_and] = ACTIONS(2949), - [anon_sym_as] = ACTIONS(2949), - [anon_sym_with] = ACTIONS(2949), - [anon_sym_do] = ACTIONS(2949), - [anon_sym_while] = ACTIONS(2949), - [anon_sym_until] = ACTIONS(2949), - [anon_sym_repeat] = ACTIONS(2949), - [anon_sym_when] = ACTIONS(2949), - [anon_sym_if] = ACTIONS(2949), - [anon_sym_unless] = ACTIONS(2949), - [anon_sym_always] = ACTIONS(2949), - [anon_sym_thereis] = ACTIONS(2949), - [anon_sym_never] = ACTIONS(2949), - [anon_sym_else] = ACTIONS(2949), - [anon_sym_finally] = ACTIONS(2949), - [anon_sym_return] = ACTIONS(2949), - [anon_sym_initially] = ACTIONS(2949), + [anon_sym_cl] = ACTIONS(2906), + [aux_sym_accumulation_verb_token1] = ACTIONS(2909), + [anon_sym_for] = ACTIONS(2909), + [anon_sym_and] = ACTIONS(2909), + [anon_sym_as] = ACTIONS(2909), + [anon_sym_with] = ACTIONS(2909), + [anon_sym_do] = ACTIONS(2909), + [anon_sym_while] = ACTIONS(2909), + [anon_sym_until] = ACTIONS(2909), + [anon_sym_repeat] = ACTIONS(2909), + [anon_sym_when] = ACTIONS(2909), + [anon_sym_if] = ACTIONS(2909), + [anon_sym_unless] = ACTIONS(2909), + [anon_sym_always] = ACTIONS(2909), + [anon_sym_thereis] = ACTIONS(2909), + [anon_sym_never] = ACTIONS(2909), + [anon_sym_else] = ACTIONS(2909), + [anon_sym_finally] = ACTIONS(2909), + [anon_sym_return] = ACTIONS(2909), + [anon_sym_initially] = ACTIONS(2909), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), [sym_self_referential_reader_macro] = ACTIONS(3942), @@ -35924,58 +35924,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(2733), [sym_complex_num_lit] = STATE(2733), [aux_sym_dis_expr_repeat1] = STATE(271), - [aux_sym_list_lit_repeat1] = STATE(2821), + [aux_sym_list_lit_repeat1] = STATE(2840), [aux_sym_for_clause_repeat1] = STATE(1282), [sym__ws] = ACTIONS(4023), [sym_comment] = ACTIONS(4023), - [anon_sym_POUND_] = ACTIONS(1618), - [anon_sym_POUND] = ACTIONS(1620), + [anon_sym_POUND_] = ACTIONS(1596), + [anon_sym_POUND] = ACTIONS(1598), [anon_sym_DOT] = ACTIONS(4025), - [aux_sym_num_lit_token1] = ACTIONS(1624), - [anon_sym_COLON] = ACTIONS(1626), - [anon_sym_COLON_COLON] = ACTIONS(1628), - [anon_sym_DQUOTE] = ACTIONS(1630), + [aux_sym_num_lit_token1] = ACTIONS(1602), + [anon_sym_COLON] = ACTIONS(1604), + [anon_sym_COLON_COLON] = ACTIONS(1606), + [anon_sym_DQUOTE] = ACTIONS(1608), [sym_nil_lit] = ACTIONS(4025), - [aux_sym_sym_lit_token1] = ACTIONS(1632), + [aux_sym_sym_lit_token1] = ACTIONS(1610), [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), - [anon_sym_LPAREN] = ACTIONS(1634), - [anon_sym_POUND0A] = ACTIONS(1636), - [anon_sym_POUND0a] = ACTIONS(1636), - [anon_sym_POUND_QMARK] = ACTIONS(1638), - [anon_sym_POUND_QMARK_AT] = ACTIONS(1640), - [anon_sym_POUND_SQUOTE] = ACTIONS(1642), - [anon_sym_SQUOTE] = ACTIONS(1644), - [anon_sym_BQUOTE] = ACTIONS(1646), - [anon_sym_COMMA_AT] = ACTIONS(1648), - [anon_sym_COMMA] = ACTIONS(1650), + [anon_sym_LPAREN] = ACTIONS(1612), + [anon_sym_POUND0A] = ACTIONS(1614), + [anon_sym_POUND0a] = ACTIONS(1614), + [anon_sym_POUND_QMARK] = ACTIONS(1616), + [anon_sym_POUND_QMARK_AT] = ACTIONS(1618), + [anon_sym_POUND_SQUOTE] = ACTIONS(1620), + [anon_sym_SQUOTE] = ACTIONS(1622), + [anon_sym_BQUOTE] = ACTIONS(1624), + [anon_sym_COMMA_AT] = ACTIONS(1626), + [anon_sym_COMMA] = ACTIONS(1628), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(4025), - [anon_sym_cl] = ACTIONS(1652), - [anon_sym_in] = ACTIONS(1654), - [anon_sym_across] = ACTIONS(1654), - [anon_sym_being] = ACTIONS(1654), - [anon_sym_using] = ACTIONS(1654), - [aux_sym_for_clause_word_token1] = ACTIONS(1656), - [anon_sym_below] = ACTIONS(1654), - [anon_sym_above] = ACTIONS(1654), - [anon_sym_from] = ACTIONS(1654), - [anon_sym_to] = ACTIONS(1654), - [anon_sym_upto] = ACTIONS(1654), - [anon_sym_upfrom] = ACTIONS(1654), - [anon_sym_downto] = ACTIONS(1654), - [anon_sym_downfrom] = ACTIONS(1654), - [anon_sym_on] = ACTIONS(1654), - [anon_sym_by] = ACTIONS(1654), - [anon_sym_then] = ACTIONS(1654), - [anon_sym_EQ] = ACTIONS(1654), - [anon_sym_POUNDP] = ACTIONS(1658), - [anon_sym_POUNDp] = ACTIONS(1658), + [anon_sym_cl] = ACTIONS(1630), + [anon_sym_in] = ACTIONS(1632), + [anon_sym_across] = ACTIONS(1632), + [anon_sym_being] = ACTIONS(1632), + [anon_sym_using] = ACTIONS(1632), + [aux_sym_for_clause_word_token1] = ACTIONS(1634), + [anon_sym_below] = ACTIONS(1632), + [anon_sym_above] = ACTIONS(1632), + [anon_sym_from] = ACTIONS(1632), + [anon_sym_to] = ACTIONS(1632), + [anon_sym_upto] = ACTIONS(1632), + [anon_sym_upfrom] = ACTIONS(1632), + [anon_sym_downto] = ACTIONS(1632), + [anon_sym_downfrom] = ACTIONS(1632), + [anon_sym_on] = ACTIONS(1632), + [anon_sym_by] = ACTIONS(1632), + [anon_sym_then] = ACTIONS(1632), + [anon_sym_EQ] = ACTIONS(1632), + [anon_sym_POUNDP] = ACTIONS(1636), + [anon_sym_POUNDp] = ACTIONS(1636), [sym_self_referential_reader_macro] = ACTIONS(4027), - [anon_sym_POUND_PLUS] = ACTIONS(1662), - [anon_sym_POUND_DASH] = ACTIONS(1662), - [anon_sym_POUNDC] = ACTIONS(1664), - [anon_sym_POUNDc] = ACTIONS(1664), + [anon_sym_POUND_PLUS] = ACTIONS(1640), + [anon_sym_POUND_DASH] = ACTIONS(1640), + [anon_sym_POUNDC] = ACTIONS(1642), + [anon_sym_POUNDc] = ACTIONS(1642), }, [248] = { [sym__gap] = STATE(995), @@ -36011,19 +36011,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_list_lit_repeat1] = STATE(2834), [sym__ws] = ACTIONS(1580), [sym_comment] = ACTIONS(1580), - [anon_sym_POUND_] = ACTIONS(1583), + [anon_sym_POUND_] = ACTIONS(1352), [anon_sym_POUND] = ACTIONS(67), [anon_sym_DOT] = ACTIONS(4029), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1588), + [anon_sym_COLON] = ACTIONS(1357), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), [sym_nil_lit] = ACTIONS(4029), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(1591), - [anon_sym_POUND_CARET] = ACTIONS(1594), - [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_RPAREN] = ACTIONS(1600), + [anon_sym_CARET] = ACTIONS(1360), + [anon_sym_POUND_CARET] = ACTIONS(1363), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_RPAREN] = ACTIONS(1369), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -36035,26 +36035,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(4029), - [anon_sym_cl] = ACTIONS(1602), - [aux_sym_accumulation_verb_token1] = ACTIONS(1605), - [anon_sym_for] = ACTIONS(1605), - [anon_sym_and] = ACTIONS(1605), - [anon_sym_as] = ACTIONS(1605), - [anon_sym_with] = ACTIONS(1605), - [anon_sym_do] = ACTIONS(1605), - [anon_sym_while] = ACTIONS(1605), - [anon_sym_until] = ACTIONS(1605), - [anon_sym_repeat] = ACTIONS(1605), - [anon_sym_when] = ACTIONS(1605), - [anon_sym_if] = ACTIONS(1605), - [anon_sym_unless] = ACTIONS(1605), - [anon_sym_always] = ACTIONS(1605), - [anon_sym_thereis] = ACTIONS(1605), - [anon_sym_never] = ACTIONS(1605), - [anon_sym_else] = ACTIONS(1605), - [anon_sym_finally] = ACTIONS(1605), - [anon_sym_return] = ACTIONS(1605), - [anon_sym_initially] = ACTIONS(1605), + [anon_sym_cl] = ACTIONS(1371), + [aux_sym_accumulation_verb_token1] = ACTIONS(1374), + [anon_sym_for] = ACTIONS(1374), + [anon_sym_and] = ACTIONS(1374), + [anon_sym_as] = ACTIONS(1374), + [anon_sym_with] = ACTIONS(1374), + [anon_sym_do] = ACTIONS(1374), + [anon_sym_while] = ACTIONS(1374), + [anon_sym_until] = ACTIONS(1374), + [anon_sym_repeat] = ACTIONS(1374), + [anon_sym_when] = ACTIONS(1374), + [anon_sym_if] = ACTIONS(1374), + [anon_sym_unless] = ACTIONS(1374), + [anon_sym_always] = ACTIONS(1374), + [anon_sym_thereis] = ACTIONS(1374), + [anon_sym_never] = ACTIONS(1374), + [anon_sym_else] = ACTIONS(1374), + [anon_sym_finally] = ACTIONS(1374), + [anon_sym_return] = ACTIONS(1374), + [anon_sym_initially] = ACTIONS(1374), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), [sym_self_referential_reader_macro] = ACTIONS(4031), @@ -36096,58 +36096,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(2734), [sym_complex_num_lit] = STATE(2734), [aux_sym_dis_expr_repeat1] = STATE(272), - [aux_sym_list_lit_repeat1] = STATE(2821), - [aux_sym_for_clause_repeat1] = STATE(1274), + [aux_sym_list_lit_repeat1] = STATE(2840), + [aux_sym_for_clause_repeat1] = STATE(1256), [sym__ws] = ACTIONS(4033), [sym_comment] = ACTIONS(4033), - [anon_sym_POUND_] = ACTIONS(1618), - [anon_sym_POUND] = ACTIONS(1620), + [anon_sym_POUND_] = ACTIONS(1596), + [anon_sym_POUND] = ACTIONS(1598), [anon_sym_DOT] = ACTIONS(4035), - [aux_sym_num_lit_token1] = ACTIONS(1624), - [anon_sym_COLON] = ACTIONS(1626), - [anon_sym_COLON_COLON] = ACTIONS(1628), - [anon_sym_DQUOTE] = ACTIONS(1630), + [aux_sym_num_lit_token1] = ACTIONS(1602), + [anon_sym_COLON] = ACTIONS(1604), + [anon_sym_COLON_COLON] = ACTIONS(1606), + [anon_sym_DQUOTE] = ACTIONS(1608), [sym_nil_lit] = ACTIONS(4035), - [aux_sym_sym_lit_token1] = ACTIONS(1632), + [aux_sym_sym_lit_token1] = ACTIONS(1610), [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), - [anon_sym_LPAREN] = ACTIONS(1634), - [anon_sym_POUND0A] = ACTIONS(1636), - [anon_sym_POUND0a] = ACTIONS(1636), - [anon_sym_POUND_QMARK] = ACTIONS(1638), - [anon_sym_POUND_QMARK_AT] = ACTIONS(1640), - [anon_sym_POUND_SQUOTE] = ACTIONS(1642), - [anon_sym_SQUOTE] = ACTIONS(1644), - [anon_sym_BQUOTE] = ACTIONS(1646), - [anon_sym_COMMA_AT] = ACTIONS(1648), - [anon_sym_COMMA] = ACTIONS(1650), + [anon_sym_LPAREN] = ACTIONS(1612), + [anon_sym_POUND0A] = ACTIONS(1614), + [anon_sym_POUND0a] = ACTIONS(1614), + [anon_sym_POUND_QMARK] = ACTIONS(1616), + [anon_sym_POUND_QMARK_AT] = ACTIONS(1618), + [anon_sym_POUND_SQUOTE] = ACTIONS(1620), + [anon_sym_SQUOTE] = ACTIONS(1622), + [anon_sym_BQUOTE] = ACTIONS(1624), + [anon_sym_COMMA_AT] = ACTIONS(1626), + [anon_sym_COMMA] = ACTIONS(1628), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(4035), - [anon_sym_cl] = ACTIONS(1652), - [anon_sym_in] = ACTIONS(1654), - [anon_sym_across] = ACTIONS(1654), - [anon_sym_being] = ACTIONS(1654), - [anon_sym_using] = ACTIONS(1654), - [aux_sym_for_clause_word_token1] = ACTIONS(1656), - [anon_sym_below] = ACTIONS(1654), - [anon_sym_above] = ACTIONS(1654), - [anon_sym_from] = ACTIONS(1654), - [anon_sym_to] = ACTIONS(1654), - [anon_sym_upto] = ACTIONS(1654), - [anon_sym_upfrom] = ACTIONS(1654), - [anon_sym_downto] = ACTIONS(1654), - [anon_sym_downfrom] = ACTIONS(1654), - [anon_sym_on] = ACTIONS(1654), - [anon_sym_by] = ACTIONS(1654), - [anon_sym_then] = ACTIONS(1654), - [anon_sym_EQ] = ACTIONS(1654), - [anon_sym_POUNDP] = ACTIONS(1658), - [anon_sym_POUNDp] = ACTIONS(1658), + [anon_sym_cl] = ACTIONS(1630), + [anon_sym_in] = ACTIONS(1632), + [anon_sym_across] = ACTIONS(1632), + [anon_sym_being] = ACTIONS(1632), + [anon_sym_using] = ACTIONS(1632), + [aux_sym_for_clause_word_token1] = ACTIONS(1634), + [anon_sym_below] = ACTIONS(1632), + [anon_sym_above] = ACTIONS(1632), + [anon_sym_from] = ACTIONS(1632), + [anon_sym_to] = ACTIONS(1632), + [anon_sym_upto] = ACTIONS(1632), + [anon_sym_upfrom] = ACTIONS(1632), + [anon_sym_downto] = ACTIONS(1632), + [anon_sym_downfrom] = ACTIONS(1632), + [anon_sym_on] = ACTIONS(1632), + [anon_sym_by] = ACTIONS(1632), + [anon_sym_then] = ACTIONS(1632), + [anon_sym_EQ] = ACTIONS(1632), + [anon_sym_POUNDP] = ACTIONS(1636), + [anon_sym_POUNDp] = ACTIONS(1636), [sym_self_referential_reader_macro] = ACTIONS(4037), - [anon_sym_POUND_PLUS] = ACTIONS(1662), - [anon_sym_POUND_DASH] = ACTIONS(1662), - [anon_sym_POUNDC] = ACTIONS(1664), - [anon_sym_POUNDc] = ACTIONS(1664), + [anon_sym_POUND_PLUS] = ACTIONS(1640), + [anon_sym_POUND_DASH] = ACTIONS(1640), + [anon_sym_POUNDC] = ACTIONS(1642), + [anon_sym_POUNDc] = ACTIONS(1642), }, [250] = { [sym__gap] = STATE(995), @@ -36267,21 +36267,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2190), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3393), - [sym_comment] = ACTIONS(3393), - [anon_sym_POUND_] = ACTIONS(3367), + [sym__ws] = ACTIONS(3390), + [sym_comment] = ACTIONS(3390), + [anon_sym_POUND_] = ACTIONS(3364), [anon_sym_POUND] = ACTIONS(67), [anon_sym_DOT] = ACTIONS(4043), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3372), + [anon_sym_COLON] = ACTIONS(3369), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), [sym_nil_lit] = ACTIONS(4043), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3375), - [anon_sym_POUND_CARET] = ACTIONS(3378), - [anon_sym_LPAREN] = ACTIONS(3381), - [anon_sym_RPAREN] = ACTIONS(3384), + [anon_sym_CARET] = ACTIONS(3372), + [anon_sym_POUND_CARET] = ACTIONS(3375), + [anon_sym_LPAREN] = ACTIONS(3378), + [anon_sym_RPAREN] = ACTIONS(3381), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -36293,26 +36293,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(4043), - [anon_sym_cl] = ACTIONS(3386), - [aux_sym_accumulation_verb_token1] = ACTIONS(3389), - [anon_sym_for] = ACTIONS(3389), - [anon_sym_and] = ACTIONS(3389), - [anon_sym_as] = ACTIONS(3389), - [anon_sym_with] = ACTIONS(3389), - [anon_sym_do] = ACTIONS(3389), - [anon_sym_while] = ACTIONS(3389), - [anon_sym_until] = ACTIONS(3389), - [anon_sym_repeat] = ACTIONS(3389), - [anon_sym_when] = ACTIONS(3389), - [anon_sym_if] = ACTIONS(3389), - [anon_sym_unless] = ACTIONS(3389), - [anon_sym_always] = ACTIONS(3389), - [anon_sym_thereis] = ACTIONS(3389), - [anon_sym_never] = ACTIONS(3389), - [anon_sym_else] = ACTIONS(3389), - [anon_sym_finally] = ACTIONS(3389), - [anon_sym_return] = ACTIONS(3389), - [anon_sym_initially] = ACTIONS(3389), + [anon_sym_cl] = ACTIONS(3383), + [aux_sym_accumulation_verb_token1] = ACTIONS(3386), + [anon_sym_for] = ACTIONS(3386), + [anon_sym_and] = ACTIONS(3386), + [anon_sym_as] = ACTIONS(3386), + [anon_sym_with] = ACTIONS(3386), + [anon_sym_do] = ACTIONS(3386), + [anon_sym_while] = ACTIONS(3386), + [anon_sym_until] = ACTIONS(3386), + [anon_sym_repeat] = ACTIONS(3386), + [anon_sym_when] = ACTIONS(3386), + [anon_sym_if] = ACTIONS(3386), + [anon_sym_unless] = ACTIONS(3386), + [anon_sym_always] = ACTIONS(3386), + [anon_sym_thereis] = ACTIONS(3386), + [anon_sym_never] = ACTIONS(3386), + [anon_sym_else] = ACTIONS(3386), + [anon_sym_finally] = ACTIONS(3386), + [anon_sym_return] = ACTIONS(3386), + [anon_sym_initially] = ACTIONS(3386), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), [sym_self_referential_reader_macro] = ACTIONS(4045), @@ -36353,21 +36353,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2188), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3400), - [sym_comment] = ACTIONS(3400), - [anon_sym_POUND_] = ACTIONS(3403), + [sym__ws] = ACTIONS(3397), + [sym_comment] = ACTIONS(3397), + [anon_sym_POUND_] = ACTIONS(3400), [anon_sym_POUND] = ACTIONS(67), [anon_sym_DOT] = ACTIONS(4047), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3408), + [anon_sym_COLON] = ACTIONS(3405), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), [sym_nil_lit] = ACTIONS(4047), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3411), - [anon_sym_POUND_CARET] = ACTIONS(3414), - [anon_sym_LPAREN] = ACTIONS(3417), - [anon_sym_RPAREN] = ACTIONS(3420), + [anon_sym_CARET] = ACTIONS(3408), + [anon_sym_POUND_CARET] = ACTIONS(3411), + [anon_sym_LPAREN] = ACTIONS(3414), + [anon_sym_RPAREN] = ACTIONS(3417), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -36379,26 +36379,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(4047), - [anon_sym_cl] = ACTIONS(3422), - [aux_sym_accumulation_verb_token1] = ACTIONS(3425), - [anon_sym_for] = ACTIONS(3425), - [anon_sym_and] = ACTIONS(3425), - [anon_sym_as] = ACTIONS(3425), - [anon_sym_with] = ACTIONS(3425), - [anon_sym_do] = ACTIONS(3425), - [anon_sym_while] = ACTIONS(3425), - [anon_sym_until] = ACTIONS(3425), - [anon_sym_repeat] = ACTIONS(3425), - [anon_sym_when] = ACTIONS(3425), - [anon_sym_if] = ACTIONS(3425), - [anon_sym_unless] = ACTIONS(3425), - [anon_sym_always] = ACTIONS(3425), - [anon_sym_thereis] = ACTIONS(3425), - [anon_sym_never] = ACTIONS(3425), - [anon_sym_else] = ACTIONS(3425), - [anon_sym_finally] = ACTIONS(3425), - [anon_sym_return] = ACTIONS(3425), - [anon_sym_initially] = ACTIONS(3425), + [anon_sym_cl] = ACTIONS(3419), + [aux_sym_accumulation_verb_token1] = ACTIONS(3422), + [anon_sym_for] = ACTIONS(3422), + [anon_sym_and] = ACTIONS(3422), + [anon_sym_as] = ACTIONS(3422), + [anon_sym_with] = ACTIONS(3422), + [anon_sym_do] = ACTIONS(3422), + [anon_sym_while] = ACTIONS(3422), + [anon_sym_until] = ACTIONS(3422), + [anon_sym_repeat] = ACTIONS(3422), + [anon_sym_when] = ACTIONS(3422), + [anon_sym_if] = ACTIONS(3422), + [anon_sym_unless] = ACTIONS(3422), + [anon_sym_always] = ACTIONS(3422), + [anon_sym_thereis] = ACTIONS(3422), + [anon_sym_never] = ACTIONS(3422), + [anon_sym_else] = ACTIONS(3422), + [anon_sym_finally] = ACTIONS(3422), + [anon_sym_return] = ACTIONS(3422), + [anon_sym_initially] = ACTIONS(3422), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), [sym_self_referential_reader_macro] = ACTIONS(4049), @@ -36441,19 +36441,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_list_lit_repeat1] = STATE(2834), [sym__ws] = ACTIONS(3861), [sym_comment] = ACTIONS(3861), - [anon_sym_POUND_] = ACTIONS(3718), + [anon_sym_POUND_] = ACTIONS(3722), [anon_sym_POUND] = ACTIONS(67), [anon_sym_DOT] = ACTIONS(4051), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3723), + [anon_sym_COLON] = ACTIONS(3727), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), [sym_nil_lit] = ACTIONS(4051), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3726), - [anon_sym_POUND_CARET] = ACTIONS(3729), - [anon_sym_LPAREN] = ACTIONS(3732), - [anon_sym_RPAREN] = ACTIONS(3735), + [anon_sym_CARET] = ACTIONS(3730), + [anon_sym_POUND_CARET] = ACTIONS(3733), + [anon_sym_LPAREN] = ACTIONS(3736), + [anon_sym_RPAREN] = ACTIONS(3739), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -36465,26 +36465,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(4051), - [anon_sym_cl] = ACTIONS(3737), - [aux_sym_accumulation_verb_token1] = ACTIONS(3740), - [anon_sym_for] = ACTIONS(3740), - [anon_sym_and] = ACTIONS(3740), - [anon_sym_as] = ACTIONS(3740), - [anon_sym_with] = ACTIONS(3740), - [anon_sym_do] = ACTIONS(3740), - [anon_sym_while] = ACTIONS(3740), - [anon_sym_until] = ACTIONS(3740), - [anon_sym_repeat] = ACTIONS(3740), - [anon_sym_when] = ACTIONS(3740), - [anon_sym_if] = ACTIONS(3740), - [anon_sym_unless] = ACTIONS(3740), - [anon_sym_always] = ACTIONS(3740), - [anon_sym_thereis] = ACTIONS(3740), - [anon_sym_never] = ACTIONS(3740), - [anon_sym_else] = ACTIONS(3740), - [anon_sym_finally] = ACTIONS(3740), - [anon_sym_return] = ACTIONS(3740), - [anon_sym_initially] = ACTIONS(3740), + [anon_sym_cl] = ACTIONS(3741), + [aux_sym_accumulation_verb_token1] = ACTIONS(3744), + [anon_sym_for] = ACTIONS(3744), + [anon_sym_and] = ACTIONS(3744), + [anon_sym_as] = ACTIONS(3744), + [anon_sym_with] = ACTIONS(3744), + [anon_sym_do] = ACTIONS(3744), + [anon_sym_while] = ACTIONS(3744), + [anon_sym_until] = ACTIONS(3744), + [anon_sym_repeat] = ACTIONS(3744), + [anon_sym_when] = ACTIONS(3744), + [anon_sym_if] = ACTIONS(3744), + [anon_sym_unless] = ACTIONS(3744), + [anon_sym_always] = ACTIONS(3744), + [anon_sym_thereis] = ACTIONS(3744), + [anon_sym_never] = ACTIONS(3744), + [anon_sym_else] = ACTIONS(3744), + [anon_sym_finally] = ACTIONS(3744), + [anon_sym_return] = ACTIONS(3744), + [anon_sym_initially] = ACTIONS(3744), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), [sym_self_referential_reader_macro] = ACTIONS(4053), @@ -36527,19 +36527,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_list_lit_repeat1] = STATE(2834), [sym__ws] = ACTIONS(4055), [sym_comment] = ACTIONS(4055), - [anon_sym_POUND_] = ACTIONS(3403), + [anon_sym_POUND_] = ACTIONS(3400), [anon_sym_POUND] = ACTIONS(67), [anon_sym_DOT] = ACTIONS(4058), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3408), + [anon_sym_COLON] = ACTIONS(3405), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), [sym_nil_lit] = ACTIONS(4058), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3411), - [anon_sym_POUND_CARET] = ACTIONS(3414), - [anon_sym_LPAREN] = ACTIONS(3417), - [anon_sym_RPAREN] = ACTIONS(3420), + [anon_sym_CARET] = ACTIONS(3408), + [anon_sym_POUND_CARET] = ACTIONS(3411), + [anon_sym_LPAREN] = ACTIONS(3414), + [anon_sym_RPAREN] = ACTIONS(3417), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -36551,26 +36551,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(4058), - [anon_sym_cl] = ACTIONS(3422), - [aux_sym_accumulation_verb_token1] = ACTIONS(3425), - [anon_sym_for] = ACTIONS(3425), - [anon_sym_and] = ACTIONS(3425), - [anon_sym_as] = ACTIONS(3425), - [anon_sym_with] = ACTIONS(3425), - [anon_sym_do] = ACTIONS(3425), - [anon_sym_while] = ACTIONS(3425), - [anon_sym_until] = ACTIONS(3425), - [anon_sym_repeat] = ACTIONS(3425), - [anon_sym_when] = ACTIONS(3425), - [anon_sym_if] = ACTIONS(3425), - [anon_sym_unless] = ACTIONS(3425), - [anon_sym_always] = ACTIONS(3425), - [anon_sym_thereis] = ACTIONS(3425), - [anon_sym_never] = ACTIONS(3425), - [anon_sym_else] = ACTIONS(3425), - [anon_sym_finally] = ACTIONS(3425), - [anon_sym_return] = ACTIONS(3425), - [anon_sym_initially] = ACTIONS(3425), + [anon_sym_cl] = ACTIONS(3419), + [aux_sym_accumulation_verb_token1] = ACTIONS(3422), + [anon_sym_for] = ACTIONS(3422), + [anon_sym_and] = ACTIONS(3422), + [anon_sym_as] = ACTIONS(3422), + [anon_sym_with] = ACTIONS(3422), + [anon_sym_do] = ACTIONS(3422), + [anon_sym_while] = ACTIONS(3422), + [anon_sym_until] = ACTIONS(3422), + [anon_sym_repeat] = ACTIONS(3422), + [anon_sym_when] = ACTIONS(3422), + [anon_sym_if] = ACTIONS(3422), + [anon_sym_unless] = ACTIONS(3422), + [anon_sym_always] = ACTIONS(3422), + [anon_sym_thereis] = ACTIONS(3422), + [anon_sym_never] = ACTIONS(3422), + [anon_sym_else] = ACTIONS(3422), + [anon_sym_finally] = ACTIONS(3422), + [anon_sym_return] = ACTIONS(3422), + [anon_sym_initially] = ACTIONS(3422), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), [sym_self_referential_reader_macro] = ACTIONS(4060), @@ -36613,19 +36613,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_list_lit_repeat1] = STATE(2834), [sym__ws] = ACTIONS(4062), [sym_comment] = ACTIONS(4062), - [anon_sym_POUND_] = ACTIONS(3403), + [anon_sym_POUND_] = ACTIONS(3400), [anon_sym_POUND] = ACTIONS(67), [anon_sym_DOT] = ACTIONS(4065), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3408), + [anon_sym_COLON] = ACTIONS(3405), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), [sym_nil_lit] = ACTIONS(4065), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3411), - [anon_sym_POUND_CARET] = ACTIONS(3414), - [anon_sym_LPAREN] = ACTIONS(3417), - [anon_sym_RPAREN] = ACTIONS(3420), + [anon_sym_CARET] = ACTIONS(3408), + [anon_sym_POUND_CARET] = ACTIONS(3411), + [anon_sym_LPAREN] = ACTIONS(3414), + [anon_sym_RPAREN] = ACTIONS(3417), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -36637,26 +36637,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(4065), - [anon_sym_cl] = ACTIONS(3422), - [aux_sym_accumulation_verb_token1] = ACTIONS(3425), - [anon_sym_for] = ACTIONS(3425), - [anon_sym_and] = ACTIONS(3425), - [anon_sym_as] = ACTIONS(3425), - [anon_sym_with] = ACTIONS(3425), - [anon_sym_do] = ACTIONS(3425), - [anon_sym_while] = ACTIONS(3425), - [anon_sym_until] = ACTIONS(3425), - [anon_sym_repeat] = ACTIONS(3425), - [anon_sym_when] = ACTIONS(3425), - [anon_sym_if] = ACTIONS(3425), - [anon_sym_unless] = ACTIONS(3425), - [anon_sym_always] = ACTIONS(3425), - [anon_sym_thereis] = ACTIONS(3425), - [anon_sym_never] = ACTIONS(3425), - [anon_sym_else] = ACTIONS(3425), - [anon_sym_finally] = ACTIONS(3425), - [anon_sym_return] = ACTIONS(3425), - [anon_sym_initially] = ACTIONS(3425), + [anon_sym_cl] = ACTIONS(3419), + [aux_sym_accumulation_verb_token1] = ACTIONS(3422), + [anon_sym_for] = ACTIONS(3422), + [anon_sym_and] = ACTIONS(3422), + [anon_sym_as] = ACTIONS(3422), + [anon_sym_with] = ACTIONS(3422), + [anon_sym_do] = ACTIONS(3422), + [anon_sym_while] = ACTIONS(3422), + [anon_sym_until] = ACTIONS(3422), + [anon_sym_repeat] = ACTIONS(3422), + [anon_sym_when] = ACTIONS(3422), + [anon_sym_if] = ACTIONS(3422), + [anon_sym_unless] = ACTIONS(3422), + [anon_sym_always] = ACTIONS(3422), + [anon_sym_thereis] = ACTIONS(3422), + [anon_sym_never] = ACTIONS(3422), + [anon_sym_else] = ACTIONS(3422), + [anon_sym_finally] = ACTIONS(3422), + [anon_sym_return] = ACTIONS(3422), + [anon_sym_initially] = ACTIONS(3422), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), [sym_self_referential_reader_macro] = ACTIONS(4067), @@ -36668,50 +36668,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [256] = { [sym__gap] = STATE(995), [sym_dis_expr] = STATE(995), - [sym__form] = STATE(2414), - [sym_num_lit] = STATE(2414), - [sym_kwd_lit] = STATE(2414), - [sym_str_lit] = STATE(2414), - [sym_char_lit] = STATE(2414), + [sym__form] = STATE(2183), + [sym_num_lit] = STATE(2183), + [sym_kwd_lit] = STATE(2183), + [sym_str_lit] = STATE(2183), + [sym_char_lit] = STATE(2183), [sym_sym_lit] = STATE(2497), [sym__metadata_lit] = STATE(2901), [sym_meta_lit] = STATE(2858), [sym_old_meta_lit] = STATE(2859), - [sym_list_lit] = STATE(2414), + [sym_list_lit] = STATE(2183), [sym__bare_list_lit] = STATE(2648), - [sym_vec_lit] = STATE(2414), - [sym_set_lit] = STATE(2414), + [sym_vec_lit] = STATE(2183), + [sym_set_lit] = STATE(2183), [sym__bare_set_lit] = STATE(2625), - [sym_read_cond_lit] = STATE(2414), - [sym_splicing_read_cond_lit] = STATE(2414), - [sym_var_quoting_lit] = STATE(2414), - [sym_quoting_lit] = STATE(2414), - [sym_syn_quoting_lit] = STATE(2414), - [sym_unquote_splicing_lit] = STATE(2414), - [sym_unquoting_lit] = STATE(2414), + [sym_read_cond_lit] = STATE(2183), + [sym_splicing_read_cond_lit] = STATE(2183), + [sym_var_quoting_lit] = STATE(2183), + [sym_quoting_lit] = STATE(2183), + [sym_syn_quoting_lit] = STATE(2183), + [sym_unquote_splicing_lit] = STATE(2183), + [sym_unquoting_lit] = STATE(2183), [sym_defun] = STATE(2648), [sym_loop_macro] = STATE(2648), - [sym_path_lit] = STATE(2414), - [sym_package_lit] = STATE(2414), - [sym_include_reader_macro] = STATE(2414), - [sym_complex_num_lit] = STATE(2414), + [sym_path_lit] = STATE(2183), + [sym_package_lit] = STATE(2183), + [sym_include_reader_macro] = STATE(2183), + [sym_complex_num_lit] = STATE(2183), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(1894), - [sym_comment] = ACTIONS(1894), - [anon_sym_POUND_] = ACTIONS(1897), + [sym__ws] = ACTIONS(3397), + [sym_comment] = ACTIONS(3397), + [anon_sym_POUND_] = ACTIONS(3400), [anon_sym_POUND] = ACTIONS(67), [anon_sym_DOT] = ACTIONS(4069), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(1902), + [anon_sym_COLON] = ACTIONS(3405), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), [sym_nil_lit] = ACTIONS(4069), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(1905), - [anon_sym_POUND_CARET] = ACTIONS(1908), - [anon_sym_LPAREN] = ACTIONS(1911), - [anon_sym_RPAREN] = ACTIONS(1914), + [anon_sym_CARET] = ACTIONS(3408), + [anon_sym_POUND_CARET] = ACTIONS(3411), + [anon_sym_LPAREN] = ACTIONS(3414), + [anon_sym_RPAREN] = ACTIONS(3417), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -36723,26 +36723,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(4069), - [anon_sym_cl] = ACTIONS(1916), - [aux_sym_accumulation_verb_token1] = ACTIONS(1919), - [anon_sym_for] = ACTIONS(1919), - [anon_sym_and] = ACTIONS(1919), - [anon_sym_as] = ACTIONS(1919), - [anon_sym_with] = ACTIONS(1919), - [anon_sym_do] = ACTIONS(1919), - [anon_sym_while] = ACTIONS(1919), - [anon_sym_until] = ACTIONS(1919), - [anon_sym_repeat] = ACTIONS(1919), - [anon_sym_when] = ACTIONS(1919), - [anon_sym_if] = ACTIONS(1919), - [anon_sym_unless] = ACTIONS(1919), - [anon_sym_always] = ACTIONS(1919), - [anon_sym_thereis] = ACTIONS(1919), - [anon_sym_never] = ACTIONS(1919), - [anon_sym_else] = ACTIONS(1919), - [anon_sym_finally] = ACTIONS(1919), - [anon_sym_return] = ACTIONS(1919), - [anon_sym_initially] = ACTIONS(1919), + [anon_sym_cl] = ACTIONS(3419), + [aux_sym_accumulation_verb_token1] = ACTIONS(3422), + [anon_sym_for] = ACTIONS(3422), + [anon_sym_and] = ACTIONS(3422), + [anon_sym_as] = ACTIONS(3422), + [anon_sym_with] = ACTIONS(3422), + [anon_sym_do] = ACTIONS(3422), + [anon_sym_while] = ACTIONS(3422), + [anon_sym_until] = ACTIONS(3422), + [anon_sym_repeat] = ACTIONS(3422), + [anon_sym_when] = ACTIONS(3422), + [anon_sym_if] = ACTIONS(3422), + [anon_sym_unless] = ACTIONS(3422), + [anon_sym_always] = ACTIONS(3422), + [anon_sym_thereis] = ACTIONS(3422), + [anon_sym_never] = ACTIONS(3422), + [anon_sym_else] = ACTIONS(3422), + [anon_sym_finally] = ACTIONS(3422), + [anon_sym_return] = ACTIONS(3422), + [anon_sym_initially] = ACTIONS(3422), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), [sym_self_referential_reader_macro] = ACTIONS(4071), @@ -36783,21 +36783,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2181), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3393), - [sym_comment] = ACTIONS(3393), - [anon_sym_POUND_] = ACTIONS(3367), + [sym__ws] = ACTIONS(3390), + [sym_comment] = ACTIONS(3390), + [anon_sym_POUND_] = ACTIONS(3364), [anon_sym_POUND] = ACTIONS(67), [anon_sym_DOT] = ACTIONS(4073), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3372), + [anon_sym_COLON] = ACTIONS(3369), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), [sym_nil_lit] = ACTIONS(4073), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3375), - [anon_sym_POUND_CARET] = ACTIONS(3378), - [anon_sym_LPAREN] = ACTIONS(3381), - [anon_sym_RPAREN] = ACTIONS(3384), + [anon_sym_CARET] = ACTIONS(3372), + [anon_sym_POUND_CARET] = ACTIONS(3375), + [anon_sym_LPAREN] = ACTIONS(3378), + [anon_sym_RPAREN] = ACTIONS(3381), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -36809,26 +36809,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(4073), - [anon_sym_cl] = ACTIONS(3386), - [aux_sym_accumulation_verb_token1] = ACTIONS(3389), - [anon_sym_for] = ACTIONS(3389), - [anon_sym_and] = ACTIONS(3389), - [anon_sym_as] = ACTIONS(3389), - [anon_sym_with] = ACTIONS(3389), - [anon_sym_do] = ACTIONS(3389), - [anon_sym_while] = ACTIONS(3389), - [anon_sym_until] = ACTIONS(3389), - [anon_sym_repeat] = ACTIONS(3389), - [anon_sym_when] = ACTIONS(3389), - [anon_sym_if] = ACTIONS(3389), - [anon_sym_unless] = ACTIONS(3389), - [anon_sym_always] = ACTIONS(3389), - [anon_sym_thereis] = ACTIONS(3389), - [anon_sym_never] = ACTIONS(3389), - [anon_sym_else] = ACTIONS(3389), - [anon_sym_finally] = ACTIONS(3389), - [anon_sym_return] = ACTIONS(3389), - [anon_sym_initially] = ACTIONS(3389), + [anon_sym_cl] = ACTIONS(3383), + [aux_sym_accumulation_verb_token1] = ACTIONS(3386), + [anon_sym_for] = ACTIONS(3386), + [anon_sym_and] = ACTIONS(3386), + [anon_sym_as] = ACTIONS(3386), + [anon_sym_with] = ACTIONS(3386), + [anon_sym_do] = ACTIONS(3386), + [anon_sym_while] = ACTIONS(3386), + [anon_sym_until] = ACTIONS(3386), + [anon_sym_repeat] = ACTIONS(3386), + [anon_sym_when] = ACTIONS(3386), + [anon_sym_if] = ACTIONS(3386), + [anon_sym_unless] = ACTIONS(3386), + [anon_sym_always] = ACTIONS(3386), + [anon_sym_thereis] = ACTIONS(3386), + [anon_sym_never] = ACTIONS(3386), + [anon_sym_else] = ACTIONS(3386), + [anon_sym_finally] = ACTIONS(3386), + [anon_sym_return] = ACTIONS(3386), + [anon_sym_initially] = ACTIONS(3386), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), [sym_self_referential_reader_macro] = ACTIONS(4075), @@ -37043,19 +37043,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_list_lit_repeat1] = STATE(2834), [sym__ws] = ACTIONS(4088), [sym_comment] = ACTIONS(4088), - [anon_sym_POUND_] = ACTIONS(3367), + [anon_sym_POUND_] = ACTIONS(3364), [anon_sym_POUND] = ACTIONS(67), [anon_sym_DOT] = ACTIONS(4091), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3372), + [anon_sym_COLON] = ACTIONS(3369), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), [sym_nil_lit] = ACTIONS(4091), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3375), - [anon_sym_POUND_CARET] = ACTIONS(3378), - [anon_sym_LPAREN] = ACTIONS(3381), - [anon_sym_RPAREN] = ACTIONS(3384), + [anon_sym_CARET] = ACTIONS(3372), + [anon_sym_POUND_CARET] = ACTIONS(3375), + [anon_sym_LPAREN] = ACTIONS(3378), + [anon_sym_RPAREN] = ACTIONS(3381), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -37067,26 +37067,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(4091), - [anon_sym_cl] = ACTIONS(3386), - [aux_sym_accumulation_verb_token1] = ACTIONS(3389), - [anon_sym_for] = ACTIONS(3389), - [anon_sym_and] = ACTIONS(3389), - [anon_sym_as] = ACTIONS(3389), - [anon_sym_with] = ACTIONS(3389), - [anon_sym_do] = ACTIONS(3389), - [anon_sym_while] = ACTIONS(3389), - [anon_sym_until] = ACTIONS(3389), - [anon_sym_repeat] = ACTIONS(3389), - [anon_sym_when] = ACTIONS(3389), - [anon_sym_if] = ACTIONS(3389), - [anon_sym_unless] = ACTIONS(3389), - [anon_sym_always] = ACTIONS(3389), - [anon_sym_thereis] = ACTIONS(3389), - [anon_sym_never] = ACTIONS(3389), - [anon_sym_else] = ACTIONS(3389), - [anon_sym_finally] = ACTIONS(3389), - [anon_sym_return] = ACTIONS(3389), - [anon_sym_initially] = ACTIONS(3389), + [anon_sym_cl] = ACTIONS(3383), + [aux_sym_accumulation_verb_token1] = ACTIONS(3386), + [anon_sym_for] = ACTIONS(3386), + [anon_sym_and] = ACTIONS(3386), + [anon_sym_as] = ACTIONS(3386), + [anon_sym_with] = ACTIONS(3386), + [anon_sym_do] = ACTIONS(3386), + [anon_sym_while] = ACTIONS(3386), + [anon_sym_until] = ACTIONS(3386), + [anon_sym_repeat] = ACTIONS(3386), + [anon_sym_when] = ACTIONS(3386), + [anon_sym_if] = ACTIONS(3386), + [anon_sym_unless] = ACTIONS(3386), + [anon_sym_always] = ACTIONS(3386), + [anon_sym_thereis] = ACTIONS(3386), + [anon_sym_never] = ACTIONS(3386), + [anon_sym_else] = ACTIONS(3386), + [anon_sym_finally] = ACTIONS(3386), + [anon_sym_return] = ACTIONS(3386), + [anon_sym_initially] = ACTIONS(3386), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), [sym_self_referential_reader_macro] = ACTIONS(4093), @@ -37215,19 +37215,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_list_lit_repeat1] = STATE(2834), [sym__ws] = ACTIONS(4102), [sym_comment] = ACTIONS(4102), - [anon_sym_POUND_] = ACTIONS(3243), + [anon_sym_POUND_] = ACTIONS(3240), [anon_sym_POUND] = ACTIONS(67), [anon_sym_DOT] = ACTIONS(4105), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3248), + [anon_sym_COLON] = ACTIONS(3245), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), [sym_nil_lit] = ACTIONS(4105), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3251), - [anon_sym_POUND_CARET] = ACTIONS(3254), - [anon_sym_LPAREN] = ACTIONS(3257), - [anon_sym_RPAREN] = ACTIONS(3260), + [anon_sym_CARET] = ACTIONS(3248), + [anon_sym_POUND_CARET] = ACTIONS(3251), + [anon_sym_LPAREN] = ACTIONS(3254), + [anon_sym_RPAREN] = ACTIONS(3257), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -37239,26 +37239,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(4105), - [anon_sym_cl] = ACTIONS(3262), - [aux_sym_accumulation_verb_token1] = ACTIONS(3265), - [anon_sym_for] = ACTIONS(3265), - [anon_sym_and] = ACTIONS(3265), - [anon_sym_as] = ACTIONS(3265), - [anon_sym_with] = ACTIONS(3265), - [anon_sym_do] = ACTIONS(3265), - [anon_sym_while] = ACTIONS(3265), - [anon_sym_until] = ACTIONS(3265), - [anon_sym_repeat] = ACTIONS(3265), - [anon_sym_when] = ACTIONS(3265), - [anon_sym_if] = ACTIONS(3265), - [anon_sym_unless] = ACTIONS(3265), - [anon_sym_always] = ACTIONS(3265), - [anon_sym_thereis] = ACTIONS(3265), - [anon_sym_never] = ACTIONS(3265), - [anon_sym_else] = ACTIONS(3265), - [anon_sym_finally] = ACTIONS(3265), - [anon_sym_return] = ACTIONS(3265), - [anon_sym_initially] = ACTIONS(3265), + [anon_sym_cl] = ACTIONS(3259), + [aux_sym_accumulation_verb_token1] = ACTIONS(3262), + [anon_sym_for] = ACTIONS(3262), + [anon_sym_and] = ACTIONS(3262), + [anon_sym_as] = ACTIONS(3262), + [anon_sym_with] = ACTIONS(3262), + [anon_sym_do] = ACTIONS(3262), + [anon_sym_while] = ACTIONS(3262), + [anon_sym_until] = ACTIONS(3262), + [anon_sym_repeat] = ACTIONS(3262), + [anon_sym_when] = ACTIONS(3262), + [anon_sym_if] = ACTIONS(3262), + [anon_sym_unless] = ACTIONS(3262), + [anon_sym_always] = ACTIONS(3262), + [anon_sym_thereis] = ACTIONS(3262), + [anon_sym_never] = ACTIONS(3262), + [anon_sym_else] = ACTIONS(3262), + [anon_sym_finally] = ACTIONS(3262), + [anon_sym_return] = ACTIONS(3262), + [anon_sym_initially] = ACTIONS(3262), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), [sym_self_referential_reader_macro] = ACTIONS(4107), @@ -37299,21 +37299,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(2176), [aux_sym_dis_expr_repeat1] = STATE(995), [aux_sym_list_lit_repeat1] = STATE(2834), - [sym__ws] = ACTIONS(3269), - [sym_comment] = ACTIONS(3269), - [anon_sym_POUND_] = ACTIONS(3243), + [sym__ws] = ACTIONS(3266), + [sym_comment] = ACTIONS(3266), + [anon_sym_POUND_] = ACTIONS(3240), [anon_sym_POUND] = ACTIONS(67), [anon_sym_DOT] = ACTIONS(4109), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3248), + [anon_sym_COLON] = ACTIONS(3245), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), [sym_nil_lit] = ACTIONS(4109), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3251), - [anon_sym_POUND_CARET] = ACTIONS(3254), - [anon_sym_LPAREN] = ACTIONS(3257), - [anon_sym_RPAREN] = ACTIONS(3260), + [anon_sym_CARET] = ACTIONS(3248), + [anon_sym_POUND_CARET] = ACTIONS(3251), + [anon_sym_LPAREN] = ACTIONS(3254), + [anon_sym_RPAREN] = ACTIONS(3257), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -37325,26 +37325,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(4109), - [anon_sym_cl] = ACTIONS(3262), - [aux_sym_accumulation_verb_token1] = ACTIONS(3265), - [anon_sym_for] = ACTIONS(3265), - [anon_sym_and] = ACTIONS(3265), - [anon_sym_as] = ACTIONS(3265), - [anon_sym_with] = ACTIONS(3265), - [anon_sym_do] = ACTIONS(3265), - [anon_sym_while] = ACTIONS(3265), - [anon_sym_until] = ACTIONS(3265), - [anon_sym_repeat] = ACTIONS(3265), - [anon_sym_when] = ACTIONS(3265), - [anon_sym_if] = ACTIONS(3265), - [anon_sym_unless] = ACTIONS(3265), - [anon_sym_always] = ACTIONS(3265), - [anon_sym_thereis] = ACTIONS(3265), - [anon_sym_never] = ACTIONS(3265), - [anon_sym_else] = ACTIONS(3265), - [anon_sym_finally] = ACTIONS(3265), - [anon_sym_return] = ACTIONS(3265), - [anon_sym_initially] = ACTIONS(3265), + [anon_sym_cl] = ACTIONS(3259), + [aux_sym_accumulation_verb_token1] = ACTIONS(3262), + [anon_sym_for] = ACTIONS(3262), + [anon_sym_and] = ACTIONS(3262), + [anon_sym_as] = ACTIONS(3262), + [anon_sym_with] = ACTIONS(3262), + [anon_sym_do] = ACTIONS(3262), + [anon_sym_while] = ACTIONS(3262), + [anon_sym_until] = ACTIONS(3262), + [anon_sym_repeat] = ACTIONS(3262), + [anon_sym_when] = ACTIONS(3262), + [anon_sym_if] = ACTIONS(3262), + [anon_sym_unless] = ACTIONS(3262), + [anon_sym_always] = ACTIONS(3262), + [anon_sym_thereis] = ACTIONS(3262), + [anon_sym_never] = ACTIONS(3262), + [anon_sym_else] = ACTIONS(3262), + [anon_sym_finally] = ACTIONS(3262), + [anon_sym_return] = ACTIONS(3262), + [anon_sym_initially] = ACTIONS(3262), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), [sym_self_referential_reader_macro] = ACTIONS(4111), @@ -37473,19 +37473,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_list_lit_repeat1] = STATE(2834), [sym__ws] = ACTIONS(4120), [sym_comment] = ACTIONS(4120), - [anon_sym_POUND_] = ACTIONS(3243), + [anon_sym_POUND_] = ACTIONS(3240), [anon_sym_POUND] = ACTIONS(67), [anon_sym_DOT] = ACTIONS(4123), [aux_sym_num_lit_token1] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(3248), + [anon_sym_COLON] = ACTIONS(3245), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_DQUOTE] = ACTIONS(79), [sym_nil_lit] = ACTIONS(4123), [aux_sym_sym_lit_token1] = ACTIONS(81), - [anon_sym_CARET] = ACTIONS(3251), - [anon_sym_POUND_CARET] = ACTIONS(3254), - [anon_sym_LPAREN] = ACTIONS(3257), - [anon_sym_RPAREN] = ACTIONS(3260), + [anon_sym_CARET] = ACTIONS(3248), + [anon_sym_POUND_CARET] = ACTIONS(3251), + [anon_sym_LPAREN] = ACTIONS(3254), + [anon_sym_RPAREN] = ACTIONS(3257), [anon_sym_POUND0A] = ACTIONS(98), [anon_sym_POUND0a] = ACTIONS(98), [anon_sym_POUND_QMARK] = ACTIONS(100), @@ -37497,26 +37497,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA] = ACTIONS(112), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(4123), - [anon_sym_cl] = ACTIONS(3262), - [aux_sym_accumulation_verb_token1] = ACTIONS(3265), - [anon_sym_for] = ACTIONS(3265), - [anon_sym_and] = ACTIONS(3265), - [anon_sym_as] = ACTIONS(3265), - [anon_sym_with] = ACTIONS(3265), - [anon_sym_do] = ACTIONS(3265), - [anon_sym_while] = ACTIONS(3265), - [anon_sym_until] = ACTIONS(3265), - [anon_sym_repeat] = ACTIONS(3265), - [anon_sym_when] = ACTIONS(3265), - [anon_sym_if] = ACTIONS(3265), - [anon_sym_unless] = ACTIONS(3265), - [anon_sym_always] = ACTIONS(3265), - [anon_sym_thereis] = ACTIONS(3265), - [anon_sym_never] = ACTIONS(3265), - [anon_sym_else] = ACTIONS(3265), - [anon_sym_finally] = ACTIONS(3265), - [anon_sym_return] = ACTIONS(3265), - [anon_sym_initially] = ACTIONS(3265), + [anon_sym_cl] = ACTIONS(3259), + [aux_sym_accumulation_verb_token1] = ACTIONS(3262), + [anon_sym_for] = ACTIONS(3262), + [anon_sym_and] = ACTIONS(3262), + [anon_sym_as] = ACTIONS(3262), + [anon_sym_with] = ACTIONS(3262), + [anon_sym_do] = ACTIONS(3262), + [anon_sym_while] = ACTIONS(3262), + [anon_sym_until] = ACTIONS(3262), + [anon_sym_repeat] = ACTIONS(3262), + [anon_sym_when] = ACTIONS(3262), + [anon_sym_if] = ACTIONS(3262), + [anon_sym_unless] = ACTIONS(3262), + [anon_sym_always] = ACTIONS(3262), + [anon_sym_thereis] = ACTIONS(3262), + [anon_sym_never] = ACTIONS(3262), + [anon_sym_else] = ACTIONS(3262), + [anon_sym_finally] = ACTIONS(3262), + [anon_sym_return] = ACTIONS(3262), + [anon_sym_initially] = ACTIONS(3262), [anon_sym_POUNDP] = ACTIONS(123), [anon_sym_POUNDp] = ACTIONS(123), [sym_self_referential_reader_macro] = ACTIONS(4125), @@ -37901,57 +37901,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(2722), [sym_complex_num_lit] = STATE(2722), [aux_sym_dis_expr_repeat1] = STATE(1147), - [aux_sym_list_lit_repeat1] = STATE(2821), + [aux_sym_list_lit_repeat1] = STATE(2840), [sym__ws] = ACTIONS(4149), [sym_comment] = ACTIONS(4149), - [anon_sym_POUND_] = ACTIONS(1618), - [anon_sym_POUND] = ACTIONS(1620), + [anon_sym_POUND_] = ACTIONS(1596), + [anon_sym_POUND] = ACTIONS(1598), [anon_sym_DOT] = ACTIONS(4151), - [aux_sym_num_lit_token1] = ACTIONS(1624), - [anon_sym_COLON] = ACTIONS(1626), - [anon_sym_COLON_COLON] = ACTIONS(1628), - [anon_sym_DQUOTE] = ACTIONS(1630), + [aux_sym_num_lit_token1] = ACTIONS(1602), + [anon_sym_COLON] = ACTIONS(1604), + [anon_sym_COLON_COLON] = ACTIONS(1606), + [anon_sym_DQUOTE] = ACTIONS(1608), [sym_nil_lit] = ACTIONS(4151), - [aux_sym_sym_lit_token1] = ACTIONS(1632), + [aux_sym_sym_lit_token1] = ACTIONS(1610), [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), - [anon_sym_LPAREN] = ACTIONS(1634), - [anon_sym_POUND0A] = ACTIONS(1636), - [anon_sym_POUND0a] = ACTIONS(1636), - [anon_sym_POUND_QMARK] = ACTIONS(1638), - [anon_sym_POUND_QMARK_AT] = ACTIONS(1640), - [anon_sym_POUND_SQUOTE] = ACTIONS(1642), - [anon_sym_SQUOTE] = ACTIONS(1644), - [anon_sym_BQUOTE] = ACTIONS(1646), - [anon_sym_COMMA_AT] = ACTIONS(1648), - [anon_sym_COMMA] = ACTIONS(1650), + [anon_sym_LPAREN] = ACTIONS(1612), + [anon_sym_POUND0A] = ACTIONS(1614), + [anon_sym_POUND0a] = ACTIONS(1614), + [anon_sym_POUND_QMARK] = ACTIONS(1616), + [anon_sym_POUND_QMARK_AT] = ACTIONS(1618), + [anon_sym_POUND_SQUOTE] = ACTIONS(1620), + [anon_sym_SQUOTE] = ACTIONS(1622), + [anon_sym_BQUOTE] = ACTIONS(1624), + [anon_sym_COMMA_AT] = ACTIONS(1626), + [anon_sym_COMMA] = ACTIONS(1628), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(4151), - [anon_sym_cl] = ACTIONS(1652), - [anon_sym_in] = ACTIONS(1654), - [anon_sym_across] = ACTIONS(1654), - [anon_sym_being] = ACTIONS(1654), - [anon_sym_using] = ACTIONS(1654), - [aux_sym_for_clause_word_token1] = ACTIONS(1656), - [anon_sym_below] = ACTIONS(1654), - [anon_sym_above] = ACTIONS(1654), - [anon_sym_from] = ACTIONS(1654), - [anon_sym_to] = ACTIONS(1654), - [anon_sym_upto] = ACTIONS(1654), - [anon_sym_upfrom] = ACTIONS(1654), - [anon_sym_downto] = ACTIONS(1654), - [anon_sym_downfrom] = ACTIONS(1654), - [anon_sym_on] = ACTIONS(1654), - [anon_sym_by] = ACTIONS(1654), - [anon_sym_then] = ACTIONS(1654), - [anon_sym_EQ] = ACTIONS(1654), - [anon_sym_POUNDP] = ACTIONS(1658), - [anon_sym_POUNDp] = ACTIONS(1658), + [anon_sym_cl] = ACTIONS(1630), + [anon_sym_in] = ACTIONS(1632), + [anon_sym_across] = ACTIONS(1632), + [anon_sym_being] = ACTIONS(1632), + [anon_sym_using] = ACTIONS(1632), + [aux_sym_for_clause_word_token1] = ACTIONS(1634), + [anon_sym_below] = ACTIONS(1632), + [anon_sym_above] = ACTIONS(1632), + [anon_sym_from] = ACTIONS(1632), + [anon_sym_to] = ACTIONS(1632), + [anon_sym_upto] = ACTIONS(1632), + [anon_sym_upfrom] = ACTIONS(1632), + [anon_sym_downto] = ACTIONS(1632), + [anon_sym_downfrom] = ACTIONS(1632), + [anon_sym_on] = ACTIONS(1632), + [anon_sym_by] = ACTIONS(1632), + [anon_sym_then] = ACTIONS(1632), + [anon_sym_EQ] = ACTIONS(1632), + [anon_sym_POUNDP] = ACTIONS(1636), + [anon_sym_POUNDp] = ACTIONS(1636), [sym_self_referential_reader_macro] = ACTIONS(4153), - [anon_sym_POUND_PLUS] = ACTIONS(1662), - [anon_sym_POUND_DASH] = ACTIONS(1662), - [anon_sym_POUNDC] = ACTIONS(1664), - [anon_sym_POUNDc] = ACTIONS(1664), + [anon_sym_POUND_PLUS] = ACTIONS(1640), + [anon_sym_POUND_DASH] = ACTIONS(1640), + [anon_sym_POUNDC] = ACTIONS(1642), + [anon_sym_POUNDc] = ACTIONS(1642), }, [271] = { [sym__gap] = STATE(1147), @@ -37985,57 +37985,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(2695), [sym_complex_num_lit] = STATE(2695), [aux_sym_dis_expr_repeat1] = STATE(1147), - [aux_sym_list_lit_repeat1] = STATE(2821), + [aux_sym_list_lit_repeat1] = STATE(2840), [sym__ws] = ACTIONS(4149), [sym_comment] = ACTIONS(4149), - [anon_sym_POUND_] = ACTIONS(1618), - [anon_sym_POUND] = ACTIONS(1620), + [anon_sym_POUND_] = ACTIONS(1596), + [anon_sym_POUND] = ACTIONS(1598), [anon_sym_DOT] = ACTIONS(4155), - [aux_sym_num_lit_token1] = ACTIONS(1624), - [anon_sym_COLON] = ACTIONS(1626), - [anon_sym_COLON_COLON] = ACTIONS(1628), - [anon_sym_DQUOTE] = ACTIONS(1630), + [aux_sym_num_lit_token1] = ACTIONS(1602), + [anon_sym_COLON] = ACTIONS(1604), + [anon_sym_COLON_COLON] = ACTIONS(1606), + [anon_sym_DQUOTE] = ACTIONS(1608), [sym_nil_lit] = ACTIONS(4155), - [aux_sym_sym_lit_token1] = ACTIONS(1632), + [aux_sym_sym_lit_token1] = ACTIONS(1610), [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), - [anon_sym_LPAREN] = ACTIONS(1634), - [anon_sym_POUND0A] = ACTIONS(1636), - [anon_sym_POUND0a] = ACTIONS(1636), - [anon_sym_POUND_QMARK] = ACTIONS(1638), - [anon_sym_POUND_QMARK_AT] = ACTIONS(1640), - [anon_sym_POUND_SQUOTE] = ACTIONS(1642), - [anon_sym_SQUOTE] = ACTIONS(1644), - [anon_sym_BQUOTE] = ACTIONS(1646), - [anon_sym_COMMA_AT] = ACTIONS(1648), - [anon_sym_COMMA] = ACTIONS(1650), + [anon_sym_LPAREN] = ACTIONS(1612), + [anon_sym_POUND0A] = ACTIONS(1614), + [anon_sym_POUND0a] = ACTIONS(1614), + [anon_sym_POUND_QMARK] = ACTIONS(1616), + [anon_sym_POUND_QMARK_AT] = ACTIONS(1618), + [anon_sym_POUND_SQUOTE] = ACTIONS(1620), + [anon_sym_SQUOTE] = ACTIONS(1622), + [anon_sym_BQUOTE] = ACTIONS(1624), + [anon_sym_COMMA_AT] = ACTIONS(1626), + [anon_sym_COMMA] = ACTIONS(1628), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(4155), - [anon_sym_cl] = ACTIONS(1652), - [anon_sym_in] = ACTIONS(1654), - [anon_sym_across] = ACTIONS(1654), - [anon_sym_being] = ACTIONS(1654), - [anon_sym_using] = ACTIONS(1654), - [aux_sym_for_clause_word_token1] = ACTIONS(1656), - [anon_sym_below] = ACTIONS(1654), - [anon_sym_above] = ACTIONS(1654), - [anon_sym_from] = ACTIONS(1654), - [anon_sym_to] = ACTIONS(1654), - [anon_sym_upto] = ACTIONS(1654), - [anon_sym_upfrom] = ACTIONS(1654), - [anon_sym_downto] = ACTIONS(1654), - [anon_sym_downfrom] = ACTIONS(1654), - [anon_sym_on] = ACTIONS(1654), - [anon_sym_by] = ACTIONS(1654), - [anon_sym_then] = ACTIONS(1654), - [anon_sym_EQ] = ACTIONS(1654), - [anon_sym_POUNDP] = ACTIONS(1658), - [anon_sym_POUNDp] = ACTIONS(1658), + [anon_sym_cl] = ACTIONS(1630), + [anon_sym_in] = ACTIONS(1632), + [anon_sym_across] = ACTIONS(1632), + [anon_sym_being] = ACTIONS(1632), + [anon_sym_using] = ACTIONS(1632), + [aux_sym_for_clause_word_token1] = ACTIONS(1634), + [anon_sym_below] = ACTIONS(1632), + [anon_sym_above] = ACTIONS(1632), + [anon_sym_from] = ACTIONS(1632), + [anon_sym_to] = ACTIONS(1632), + [anon_sym_upto] = ACTIONS(1632), + [anon_sym_upfrom] = ACTIONS(1632), + [anon_sym_downto] = ACTIONS(1632), + [anon_sym_downfrom] = ACTIONS(1632), + [anon_sym_on] = ACTIONS(1632), + [anon_sym_by] = ACTIONS(1632), + [anon_sym_then] = ACTIONS(1632), + [anon_sym_EQ] = ACTIONS(1632), + [anon_sym_POUNDP] = ACTIONS(1636), + [anon_sym_POUNDp] = ACTIONS(1636), [sym_self_referential_reader_macro] = ACTIONS(4157), - [anon_sym_POUND_PLUS] = ACTIONS(1662), - [anon_sym_POUND_DASH] = ACTIONS(1662), - [anon_sym_POUNDC] = ACTIONS(1664), - [anon_sym_POUNDc] = ACTIONS(1664), + [anon_sym_POUND_PLUS] = ACTIONS(1640), + [anon_sym_POUND_DASH] = ACTIONS(1640), + [anon_sym_POUNDC] = ACTIONS(1642), + [anon_sym_POUNDc] = ACTIONS(1642), }, [272] = { [sym__gap] = STATE(1147), @@ -38069,57 +38069,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(2743), [sym_complex_num_lit] = STATE(2743), [aux_sym_dis_expr_repeat1] = STATE(1147), - [aux_sym_list_lit_repeat1] = STATE(2821), + [aux_sym_list_lit_repeat1] = STATE(2840), [sym__ws] = ACTIONS(4149), [sym_comment] = ACTIONS(4149), - [anon_sym_POUND_] = ACTIONS(1618), - [anon_sym_POUND] = ACTIONS(1620), + [anon_sym_POUND_] = ACTIONS(1596), + [anon_sym_POUND] = ACTIONS(1598), [anon_sym_DOT] = ACTIONS(4159), - [aux_sym_num_lit_token1] = ACTIONS(1624), - [anon_sym_COLON] = ACTIONS(1626), - [anon_sym_COLON_COLON] = ACTIONS(1628), - [anon_sym_DQUOTE] = ACTIONS(1630), + [aux_sym_num_lit_token1] = ACTIONS(1602), + [anon_sym_COLON] = ACTIONS(1604), + [anon_sym_COLON_COLON] = ACTIONS(1606), + [anon_sym_DQUOTE] = ACTIONS(1608), [sym_nil_lit] = ACTIONS(4159), - [aux_sym_sym_lit_token1] = ACTIONS(1632), + [aux_sym_sym_lit_token1] = ACTIONS(1610), [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), - [anon_sym_LPAREN] = ACTIONS(1634), - [anon_sym_POUND0A] = ACTIONS(1636), - [anon_sym_POUND0a] = ACTIONS(1636), - [anon_sym_POUND_QMARK] = ACTIONS(1638), - [anon_sym_POUND_QMARK_AT] = ACTIONS(1640), - [anon_sym_POUND_SQUOTE] = ACTIONS(1642), - [anon_sym_SQUOTE] = ACTIONS(1644), - [anon_sym_BQUOTE] = ACTIONS(1646), - [anon_sym_COMMA_AT] = ACTIONS(1648), - [anon_sym_COMMA] = ACTIONS(1650), + [anon_sym_LPAREN] = ACTIONS(1612), + [anon_sym_POUND0A] = ACTIONS(1614), + [anon_sym_POUND0a] = ACTIONS(1614), + [anon_sym_POUND_QMARK] = ACTIONS(1616), + [anon_sym_POUND_QMARK_AT] = ACTIONS(1618), + [anon_sym_POUND_SQUOTE] = ACTIONS(1620), + [anon_sym_SQUOTE] = ACTIONS(1622), + [anon_sym_BQUOTE] = ACTIONS(1624), + [anon_sym_COMMA_AT] = ACTIONS(1626), + [anon_sym_COMMA] = ACTIONS(1628), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(4159), - [anon_sym_cl] = ACTIONS(1652), - [anon_sym_in] = ACTIONS(1654), - [anon_sym_across] = ACTIONS(1654), - [anon_sym_being] = ACTIONS(1654), - [anon_sym_using] = ACTIONS(1654), - [aux_sym_for_clause_word_token1] = ACTIONS(1656), - [anon_sym_below] = ACTIONS(1654), - [anon_sym_above] = ACTIONS(1654), - [anon_sym_from] = ACTIONS(1654), - [anon_sym_to] = ACTIONS(1654), - [anon_sym_upto] = ACTIONS(1654), - [anon_sym_upfrom] = ACTIONS(1654), - [anon_sym_downto] = ACTIONS(1654), - [anon_sym_downfrom] = ACTIONS(1654), - [anon_sym_on] = ACTIONS(1654), - [anon_sym_by] = ACTIONS(1654), - [anon_sym_then] = ACTIONS(1654), - [anon_sym_EQ] = ACTIONS(1654), - [anon_sym_POUNDP] = ACTIONS(1658), - [anon_sym_POUNDp] = ACTIONS(1658), + [anon_sym_cl] = ACTIONS(1630), + [anon_sym_in] = ACTIONS(1632), + [anon_sym_across] = ACTIONS(1632), + [anon_sym_being] = ACTIONS(1632), + [anon_sym_using] = ACTIONS(1632), + [aux_sym_for_clause_word_token1] = ACTIONS(1634), + [anon_sym_below] = ACTIONS(1632), + [anon_sym_above] = ACTIONS(1632), + [anon_sym_from] = ACTIONS(1632), + [anon_sym_to] = ACTIONS(1632), + [anon_sym_upto] = ACTIONS(1632), + [anon_sym_upfrom] = ACTIONS(1632), + [anon_sym_downto] = ACTIONS(1632), + [anon_sym_downfrom] = ACTIONS(1632), + [anon_sym_on] = ACTIONS(1632), + [anon_sym_by] = ACTIONS(1632), + [anon_sym_then] = ACTIONS(1632), + [anon_sym_EQ] = ACTIONS(1632), + [anon_sym_POUNDP] = ACTIONS(1636), + [anon_sym_POUNDp] = ACTIONS(1636), [sym_self_referential_reader_macro] = ACTIONS(4161), - [anon_sym_POUND_PLUS] = ACTIONS(1662), - [anon_sym_POUND_DASH] = ACTIONS(1662), - [anon_sym_POUNDC] = ACTIONS(1664), - [anon_sym_POUNDc] = ACTIONS(1664), + [anon_sym_POUND_PLUS] = ACTIONS(1640), + [anon_sym_POUND_DASH] = ACTIONS(1640), + [anon_sym_POUNDC] = ACTIONS(1642), + [anon_sym_POUNDc] = ACTIONS(1642), }, [273] = { [sym__gap] = STATE(1147), @@ -38153,57 +38153,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(2724), [sym_complex_num_lit] = STATE(2724), [aux_sym_dis_expr_repeat1] = STATE(1147), - [aux_sym_list_lit_repeat1] = STATE(2821), + [aux_sym_list_lit_repeat1] = STATE(2840), [sym__ws] = ACTIONS(4149), [sym_comment] = ACTIONS(4149), - [anon_sym_POUND_] = ACTIONS(1618), - [anon_sym_POUND] = ACTIONS(1620), + [anon_sym_POUND_] = ACTIONS(1596), + [anon_sym_POUND] = ACTIONS(1598), [anon_sym_DOT] = ACTIONS(4163), - [aux_sym_num_lit_token1] = ACTIONS(1624), - [anon_sym_COLON] = ACTIONS(1626), - [anon_sym_COLON_COLON] = ACTIONS(1628), - [anon_sym_DQUOTE] = ACTIONS(1630), + [aux_sym_num_lit_token1] = ACTIONS(1602), + [anon_sym_COLON] = ACTIONS(1604), + [anon_sym_COLON_COLON] = ACTIONS(1606), + [anon_sym_DQUOTE] = ACTIONS(1608), [sym_nil_lit] = ACTIONS(4163), - [aux_sym_sym_lit_token1] = ACTIONS(1632), + [aux_sym_sym_lit_token1] = ACTIONS(1610), [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), - [anon_sym_LPAREN] = ACTIONS(1634), - [anon_sym_POUND0A] = ACTIONS(1636), - [anon_sym_POUND0a] = ACTIONS(1636), - [anon_sym_POUND_QMARK] = ACTIONS(1638), - [anon_sym_POUND_QMARK_AT] = ACTIONS(1640), - [anon_sym_POUND_SQUOTE] = ACTIONS(1642), - [anon_sym_SQUOTE] = ACTIONS(1644), - [anon_sym_BQUOTE] = ACTIONS(1646), - [anon_sym_COMMA_AT] = ACTIONS(1648), - [anon_sym_COMMA] = ACTIONS(1650), + [anon_sym_LPAREN] = ACTIONS(1612), + [anon_sym_POUND0A] = ACTIONS(1614), + [anon_sym_POUND0a] = ACTIONS(1614), + [anon_sym_POUND_QMARK] = ACTIONS(1616), + [anon_sym_POUND_QMARK_AT] = ACTIONS(1618), + [anon_sym_POUND_SQUOTE] = ACTIONS(1620), + [anon_sym_SQUOTE] = ACTIONS(1622), + [anon_sym_BQUOTE] = ACTIONS(1624), + [anon_sym_COMMA_AT] = ACTIONS(1626), + [anon_sym_COMMA] = ACTIONS(1628), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(4163), - [anon_sym_cl] = ACTIONS(1652), - [anon_sym_in] = ACTIONS(1654), - [anon_sym_across] = ACTIONS(1654), - [anon_sym_being] = ACTIONS(1654), - [anon_sym_using] = ACTIONS(1654), - [aux_sym_for_clause_word_token1] = ACTIONS(1656), - [anon_sym_below] = ACTIONS(1654), - [anon_sym_above] = ACTIONS(1654), - [anon_sym_from] = ACTIONS(1654), - [anon_sym_to] = ACTIONS(1654), - [anon_sym_upto] = ACTIONS(1654), - [anon_sym_upfrom] = ACTIONS(1654), - [anon_sym_downto] = ACTIONS(1654), - [anon_sym_downfrom] = ACTIONS(1654), - [anon_sym_on] = ACTIONS(1654), - [anon_sym_by] = ACTIONS(1654), - [anon_sym_then] = ACTIONS(1654), - [anon_sym_EQ] = ACTIONS(1654), - [anon_sym_POUNDP] = ACTIONS(1658), - [anon_sym_POUNDp] = ACTIONS(1658), + [anon_sym_cl] = ACTIONS(1630), + [anon_sym_in] = ACTIONS(1632), + [anon_sym_across] = ACTIONS(1632), + [anon_sym_being] = ACTIONS(1632), + [anon_sym_using] = ACTIONS(1632), + [aux_sym_for_clause_word_token1] = ACTIONS(1634), + [anon_sym_below] = ACTIONS(1632), + [anon_sym_above] = ACTIONS(1632), + [anon_sym_from] = ACTIONS(1632), + [anon_sym_to] = ACTIONS(1632), + [anon_sym_upto] = ACTIONS(1632), + [anon_sym_upfrom] = ACTIONS(1632), + [anon_sym_downto] = ACTIONS(1632), + [anon_sym_downfrom] = ACTIONS(1632), + [anon_sym_on] = ACTIONS(1632), + [anon_sym_by] = ACTIONS(1632), + [anon_sym_then] = ACTIONS(1632), + [anon_sym_EQ] = ACTIONS(1632), + [anon_sym_POUNDP] = ACTIONS(1636), + [anon_sym_POUNDp] = ACTIONS(1636), [sym_self_referential_reader_macro] = ACTIONS(4165), - [anon_sym_POUND_PLUS] = ACTIONS(1662), - [anon_sym_POUND_DASH] = ACTIONS(1662), - [anon_sym_POUNDC] = ACTIONS(1664), - [anon_sym_POUNDc] = ACTIONS(1664), + [anon_sym_POUND_PLUS] = ACTIONS(1640), + [anon_sym_POUND_DASH] = ACTIONS(1640), + [anon_sym_POUNDC] = ACTIONS(1642), + [anon_sym_POUNDc] = ACTIONS(1642), }, [274] = { [sym__gap] = STATE(1147), @@ -38237,57 +38237,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(2683), [sym_complex_num_lit] = STATE(2683), [aux_sym_dis_expr_repeat1] = STATE(1147), - [aux_sym_list_lit_repeat1] = STATE(2821), + [aux_sym_list_lit_repeat1] = STATE(2840), [sym__ws] = ACTIONS(4149), [sym_comment] = ACTIONS(4149), - [anon_sym_POUND_] = ACTIONS(1618), - [anon_sym_POUND] = ACTIONS(1620), + [anon_sym_POUND_] = ACTIONS(1596), + [anon_sym_POUND] = ACTIONS(1598), [anon_sym_DOT] = ACTIONS(4167), - [aux_sym_num_lit_token1] = ACTIONS(1624), - [anon_sym_COLON] = ACTIONS(1626), - [anon_sym_COLON_COLON] = ACTIONS(1628), - [anon_sym_DQUOTE] = ACTIONS(1630), + [aux_sym_num_lit_token1] = ACTIONS(1602), + [anon_sym_COLON] = ACTIONS(1604), + [anon_sym_COLON_COLON] = ACTIONS(1606), + [anon_sym_DQUOTE] = ACTIONS(1608), [sym_nil_lit] = ACTIONS(4167), - [aux_sym_sym_lit_token1] = ACTIONS(1632), + [aux_sym_sym_lit_token1] = ACTIONS(1610), [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), - [anon_sym_LPAREN] = ACTIONS(1634), - [anon_sym_POUND0A] = ACTIONS(1636), - [anon_sym_POUND0a] = ACTIONS(1636), - [anon_sym_POUND_QMARK] = ACTIONS(1638), - [anon_sym_POUND_QMARK_AT] = ACTIONS(1640), - [anon_sym_POUND_SQUOTE] = ACTIONS(1642), - [anon_sym_SQUOTE] = ACTIONS(1644), - [anon_sym_BQUOTE] = ACTIONS(1646), - [anon_sym_COMMA_AT] = ACTIONS(1648), - [anon_sym_COMMA] = ACTIONS(1650), + [anon_sym_LPAREN] = ACTIONS(1612), + [anon_sym_POUND0A] = ACTIONS(1614), + [anon_sym_POUND0a] = ACTIONS(1614), + [anon_sym_POUND_QMARK] = ACTIONS(1616), + [anon_sym_POUND_QMARK_AT] = ACTIONS(1618), + [anon_sym_POUND_SQUOTE] = ACTIONS(1620), + [anon_sym_SQUOTE] = ACTIONS(1622), + [anon_sym_BQUOTE] = ACTIONS(1624), + [anon_sym_COMMA_AT] = ACTIONS(1626), + [anon_sym_COMMA] = ACTIONS(1628), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(4167), - [anon_sym_cl] = ACTIONS(1652), - [anon_sym_in] = ACTIONS(1654), - [anon_sym_across] = ACTIONS(1654), - [anon_sym_being] = ACTIONS(1654), - [anon_sym_using] = ACTIONS(1654), - [aux_sym_for_clause_word_token1] = ACTIONS(1656), - [anon_sym_below] = ACTIONS(1654), - [anon_sym_above] = ACTIONS(1654), - [anon_sym_from] = ACTIONS(1654), - [anon_sym_to] = ACTIONS(1654), - [anon_sym_upto] = ACTIONS(1654), - [anon_sym_upfrom] = ACTIONS(1654), - [anon_sym_downto] = ACTIONS(1654), - [anon_sym_downfrom] = ACTIONS(1654), - [anon_sym_on] = ACTIONS(1654), - [anon_sym_by] = ACTIONS(1654), - [anon_sym_then] = ACTIONS(1654), - [anon_sym_EQ] = ACTIONS(1654), - [anon_sym_POUNDP] = ACTIONS(1658), - [anon_sym_POUNDp] = ACTIONS(1658), + [anon_sym_cl] = ACTIONS(1630), + [anon_sym_in] = ACTIONS(1632), + [anon_sym_across] = ACTIONS(1632), + [anon_sym_being] = ACTIONS(1632), + [anon_sym_using] = ACTIONS(1632), + [aux_sym_for_clause_word_token1] = ACTIONS(1634), + [anon_sym_below] = ACTIONS(1632), + [anon_sym_above] = ACTIONS(1632), + [anon_sym_from] = ACTIONS(1632), + [anon_sym_to] = ACTIONS(1632), + [anon_sym_upto] = ACTIONS(1632), + [anon_sym_upfrom] = ACTIONS(1632), + [anon_sym_downto] = ACTIONS(1632), + [anon_sym_downfrom] = ACTIONS(1632), + [anon_sym_on] = ACTIONS(1632), + [anon_sym_by] = ACTIONS(1632), + [anon_sym_then] = ACTIONS(1632), + [anon_sym_EQ] = ACTIONS(1632), + [anon_sym_POUNDP] = ACTIONS(1636), + [anon_sym_POUNDp] = ACTIONS(1636), [sym_self_referential_reader_macro] = ACTIONS(4169), - [anon_sym_POUND_PLUS] = ACTIONS(1662), - [anon_sym_POUND_DASH] = ACTIONS(1662), - [anon_sym_POUNDC] = ACTIONS(1664), - [anon_sym_POUNDc] = ACTIONS(1664), + [anon_sym_POUND_PLUS] = ACTIONS(1640), + [anon_sym_POUND_DASH] = ACTIONS(1640), + [anon_sym_POUNDC] = ACTIONS(1642), + [anon_sym_POUNDc] = ACTIONS(1642), }, [275] = { [sym__gap] = STATE(1147), @@ -38321,225 +38321,225 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(2689), [sym_complex_num_lit] = STATE(2689), [aux_sym_dis_expr_repeat1] = STATE(1147), - [aux_sym_list_lit_repeat1] = STATE(2821), + [aux_sym_list_lit_repeat1] = STATE(2840), [sym__ws] = ACTIONS(4149), [sym_comment] = ACTIONS(4149), - [anon_sym_POUND_] = ACTIONS(1618), - [anon_sym_POUND] = ACTIONS(1620), + [anon_sym_POUND_] = ACTIONS(1596), + [anon_sym_POUND] = ACTIONS(1598), [anon_sym_DOT] = ACTIONS(4171), - [aux_sym_num_lit_token1] = ACTIONS(1624), - [anon_sym_COLON] = ACTIONS(1626), - [anon_sym_COLON_COLON] = ACTIONS(1628), - [anon_sym_DQUOTE] = ACTIONS(1630), + [aux_sym_num_lit_token1] = ACTIONS(1602), + [anon_sym_COLON] = ACTIONS(1604), + [anon_sym_COLON_COLON] = ACTIONS(1606), + [anon_sym_DQUOTE] = ACTIONS(1608), [sym_nil_lit] = ACTIONS(4171), - [aux_sym_sym_lit_token1] = ACTIONS(1632), + [aux_sym_sym_lit_token1] = ACTIONS(1610), [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), - [anon_sym_LPAREN] = ACTIONS(1634), - [anon_sym_POUND0A] = ACTIONS(1636), - [anon_sym_POUND0a] = ACTIONS(1636), - [anon_sym_POUND_QMARK] = ACTIONS(1638), - [anon_sym_POUND_QMARK_AT] = ACTIONS(1640), - [anon_sym_POUND_SQUOTE] = ACTIONS(1642), - [anon_sym_SQUOTE] = ACTIONS(1644), - [anon_sym_BQUOTE] = ACTIONS(1646), - [anon_sym_COMMA_AT] = ACTIONS(1648), - [anon_sym_COMMA] = ACTIONS(1650), + [anon_sym_LPAREN] = ACTIONS(1612), + [anon_sym_POUND0A] = ACTIONS(1614), + [anon_sym_POUND0a] = ACTIONS(1614), + [anon_sym_POUND_QMARK] = ACTIONS(1616), + [anon_sym_POUND_QMARK_AT] = ACTIONS(1618), + [anon_sym_POUND_SQUOTE] = ACTIONS(1620), + [anon_sym_SQUOTE] = ACTIONS(1622), + [anon_sym_BQUOTE] = ACTIONS(1624), + [anon_sym_COMMA_AT] = ACTIONS(1626), + [anon_sym_COMMA] = ACTIONS(1628), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(4171), - [anon_sym_cl] = ACTIONS(1652), - [anon_sym_in] = ACTIONS(1654), - [anon_sym_across] = ACTIONS(1654), - [anon_sym_being] = ACTIONS(1654), - [anon_sym_using] = ACTIONS(1654), - [aux_sym_for_clause_word_token1] = ACTIONS(1656), - [anon_sym_below] = ACTIONS(1654), - [anon_sym_above] = ACTIONS(1654), - [anon_sym_from] = ACTIONS(1654), - [anon_sym_to] = ACTIONS(1654), - [anon_sym_upto] = ACTIONS(1654), - [anon_sym_upfrom] = ACTIONS(1654), - [anon_sym_downto] = ACTIONS(1654), - [anon_sym_downfrom] = ACTIONS(1654), - [anon_sym_on] = ACTIONS(1654), - [anon_sym_by] = ACTIONS(1654), - [anon_sym_then] = ACTIONS(1654), - [anon_sym_EQ] = ACTIONS(1654), - [anon_sym_POUNDP] = ACTIONS(1658), - [anon_sym_POUNDp] = ACTIONS(1658), + [anon_sym_cl] = ACTIONS(1630), + [anon_sym_in] = ACTIONS(1632), + [anon_sym_across] = ACTIONS(1632), + [anon_sym_being] = ACTIONS(1632), + [anon_sym_using] = ACTIONS(1632), + [aux_sym_for_clause_word_token1] = ACTIONS(1634), + [anon_sym_below] = ACTIONS(1632), + [anon_sym_above] = ACTIONS(1632), + [anon_sym_from] = ACTIONS(1632), + [anon_sym_to] = ACTIONS(1632), + [anon_sym_upto] = ACTIONS(1632), + [anon_sym_upfrom] = ACTIONS(1632), + [anon_sym_downto] = ACTIONS(1632), + [anon_sym_downfrom] = ACTIONS(1632), + [anon_sym_on] = ACTIONS(1632), + [anon_sym_by] = ACTIONS(1632), + [anon_sym_then] = ACTIONS(1632), + [anon_sym_EQ] = ACTIONS(1632), + [anon_sym_POUNDP] = ACTIONS(1636), + [anon_sym_POUNDp] = ACTIONS(1636), [sym_self_referential_reader_macro] = ACTIONS(4173), - [anon_sym_POUND_PLUS] = ACTIONS(1662), - [anon_sym_POUND_DASH] = ACTIONS(1662), - [anon_sym_POUNDC] = ACTIONS(1664), - [anon_sym_POUNDc] = ACTIONS(1664), + [anon_sym_POUND_PLUS] = ACTIONS(1640), + [anon_sym_POUND_DASH] = ACTIONS(1640), + [anon_sym_POUNDC] = ACTIONS(1642), + [anon_sym_POUNDc] = ACTIONS(1642), }, [276] = { [sym__gap] = STATE(1147), [sym_dis_expr] = STATE(1147), - [sym__form] = STATE(2680), - [sym_num_lit] = STATE(2680), - [sym_kwd_lit] = STATE(2680), - [sym_str_lit] = STATE(2680), - [sym_char_lit] = STATE(2680), + [sym__form] = STATE(2742), + [sym_num_lit] = STATE(2742), + [sym_kwd_lit] = STATE(2742), + [sym_str_lit] = STATE(2742), + [sym_char_lit] = STATE(2742), [sym_sym_lit] = STATE(2762), [sym__metadata_lit] = STATE(2901), [sym_meta_lit] = STATE(2858), [sym_old_meta_lit] = STATE(2859), - [sym_list_lit] = STATE(2680), + [sym_list_lit] = STATE(2742), [sym__bare_list_lit] = STATE(1892), - [sym_vec_lit] = STATE(2680), - [sym_set_lit] = STATE(2680), + [sym_vec_lit] = STATE(2742), + [sym_set_lit] = STATE(2742), [sym__bare_set_lit] = STATE(1893), - [sym_read_cond_lit] = STATE(2680), - [sym_splicing_read_cond_lit] = STATE(2680), - [sym_var_quoting_lit] = STATE(2680), - [sym_quoting_lit] = STATE(2680), - [sym_syn_quoting_lit] = STATE(2680), - [sym_unquote_splicing_lit] = STATE(2680), - [sym_unquoting_lit] = STATE(2680), + [sym_read_cond_lit] = STATE(2742), + [sym_splicing_read_cond_lit] = STATE(2742), + [sym_var_quoting_lit] = STATE(2742), + [sym_quoting_lit] = STATE(2742), + [sym_syn_quoting_lit] = STATE(2742), + [sym_unquote_splicing_lit] = STATE(2742), + [sym_unquoting_lit] = STATE(2742), [sym_defun] = STATE(1892), [sym_for_clause_word] = STATE(432), [sym_loop_macro] = STATE(1892), - [sym_path_lit] = STATE(2680), - [sym_package_lit] = STATE(2680), - [sym_include_reader_macro] = STATE(2680), - [sym_complex_num_lit] = STATE(2680), + [sym_path_lit] = STATE(2742), + [sym_package_lit] = STATE(2742), + [sym_include_reader_macro] = STATE(2742), + [sym_complex_num_lit] = STATE(2742), [aux_sym_dis_expr_repeat1] = STATE(1147), - [aux_sym_list_lit_repeat1] = STATE(2821), + [aux_sym_list_lit_repeat1] = STATE(2840), [sym__ws] = ACTIONS(4149), [sym_comment] = ACTIONS(4149), - [anon_sym_POUND_] = ACTIONS(1618), - [anon_sym_POUND] = ACTIONS(1620), + [anon_sym_POUND_] = ACTIONS(1596), + [anon_sym_POUND] = ACTIONS(1598), [anon_sym_DOT] = ACTIONS(4175), - [aux_sym_num_lit_token1] = ACTIONS(1624), - [anon_sym_COLON] = ACTIONS(1626), - [anon_sym_COLON_COLON] = ACTIONS(1628), - [anon_sym_DQUOTE] = ACTIONS(1630), + [aux_sym_num_lit_token1] = ACTIONS(1602), + [anon_sym_COLON] = ACTIONS(1604), + [anon_sym_COLON_COLON] = ACTIONS(1606), + [anon_sym_DQUOTE] = ACTIONS(1608), [sym_nil_lit] = ACTIONS(4175), - [aux_sym_sym_lit_token1] = ACTIONS(1632), + [aux_sym_sym_lit_token1] = ACTIONS(1610), [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), - [anon_sym_LPAREN] = ACTIONS(1634), - [anon_sym_POUND0A] = ACTIONS(1636), - [anon_sym_POUND0a] = ACTIONS(1636), - [anon_sym_POUND_QMARK] = ACTIONS(1638), - [anon_sym_POUND_QMARK_AT] = ACTIONS(1640), - [anon_sym_POUND_SQUOTE] = ACTIONS(1642), - [anon_sym_SQUOTE] = ACTIONS(1644), - [anon_sym_BQUOTE] = ACTIONS(1646), - [anon_sym_COMMA_AT] = ACTIONS(1648), - [anon_sym_COMMA] = ACTIONS(1650), + [anon_sym_LPAREN] = ACTIONS(1612), + [anon_sym_POUND0A] = ACTIONS(1614), + [anon_sym_POUND0a] = ACTIONS(1614), + [anon_sym_POUND_QMARK] = ACTIONS(1616), + [anon_sym_POUND_QMARK_AT] = ACTIONS(1618), + [anon_sym_POUND_SQUOTE] = ACTIONS(1620), + [anon_sym_SQUOTE] = ACTIONS(1622), + [anon_sym_BQUOTE] = ACTIONS(1624), + [anon_sym_COMMA_AT] = ACTIONS(1626), + [anon_sym_COMMA] = ACTIONS(1628), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(4175), - [anon_sym_cl] = ACTIONS(1652), - [anon_sym_in] = ACTIONS(1654), - [anon_sym_across] = ACTIONS(1654), - [anon_sym_being] = ACTIONS(1654), - [anon_sym_using] = ACTIONS(1654), - [aux_sym_for_clause_word_token1] = ACTIONS(1656), - [anon_sym_below] = ACTIONS(1654), - [anon_sym_above] = ACTIONS(1654), - [anon_sym_from] = ACTIONS(1654), - [anon_sym_to] = ACTIONS(1654), - [anon_sym_upto] = ACTIONS(1654), - [anon_sym_upfrom] = ACTIONS(1654), - [anon_sym_downto] = ACTIONS(1654), - [anon_sym_downfrom] = ACTIONS(1654), - [anon_sym_on] = ACTIONS(1654), - [anon_sym_by] = ACTIONS(1654), - [anon_sym_then] = ACTIONS(1654), - [anon_sym_EQ] = ACTIONS(1654), - [anon_sym_POUNDP] = ACTIONS(1658), - [anon_sym_POUNDp] = ACTIONS(1658), + [anon_sym_cl] = ACTIONS(1630), + [anon_sym_in] = ACTIONS(1632), + [anon_sym_across] = ACTIONS(1632), + [anon_sym_being] = ACTIONS(1632), + [anon_sym_using] = ACTIONS(1632), + [aux_sym_for_clause_word_token1] = ACTIONS(1634), + [anon_sym_below] = ACTIONS(1632), + [anon_sym_above] = ACTIONS(1632), + [anon_sym_from] = ACTIONS(1632), + [anon_sym_to] = ACTIONS(1632), + [anon_sym_upto] = ACTIONS(1632), + [anon_sym_upfrom] = ACTIONS(1632), + [anon_sym_downto] = ACTIONS(1632), + [anon_sym_downfrom] = ACTIONS(1632), + [anon_sym_on] = ACTIONS(1632), + [anon_sym_by] = ACTIONS(1632), + [anon_sym_then] = ACTIONS(1632), + [anon_sym_EQ] = ACTIONS(1632), + [anon_sym_POUNDP] = ACTIONS(1636), + [anon_sym_POUNDp] = ACTIONS(1636), [sym_self_referential_reader_macro] = ACTIONS(4177), - [anon_sym_POUND_PLUS] = ACTIONS(1662), - [anon_sym_POUND_DASH] = ACTIONS(1662), - [anon_sym_POUNDC] = ACTIONS(1664), - [anon_sym_POUNDc] = ACTIONS(1664), + [anon_sym_POUND_PLUS] = ACTIONS(1640), + [anon_sym_POUND_DASH] = ACTIONS(1640), + [anon_sym_POUNDC] = ACTIONS(1642), + [anon_sym_POUNDc] = ACTIONS(1642), }, [277] = { [sym__gap] = STATE(1147), [sym_dis_expr] = STATE(1147), - [sym__form] = STATE(2742), - [sym_num_lit] = STATE(2742), - [sym_kwd_lit] = STATE(2742), - [sym_str_lit] = STATE(2742), - [sym_char_lit] = STATE(2742), + [sym__form] = STATE(2680), + [sym_num_lit] = STATE(2680), + [sym_kwd_lit] = STATE(2680), + [sym_str_lit] = STATE(2680), + [sym_char_lit] = STATE(2680), [sym_sym_lit] = STATE(2762), [sym__metadata_lit] = STATE(2901), [sym_meta_lit] = STATE(2858), [sym_old_meta_lit] = STATE(2859), - [sym_list_lit] = STATE(2742), + [sym_list_lit] = STATE(2680), [sym__bare_list_lit] = STATE(1892), - [sym_vec_lit] = STATE(2742), - [sym_set_lit] = STATE(2742), + [sym_vec_lit] = STATE(2680), + [sym_set_lit] = STATE(2680), [sym__bare_set_lit] = STATE(1893), - [sym_read_cond_lit] = STATE(2742), - [sym_splicing_read_cond_lit] = STATE(2742), - [sym_var_quoting_lit] = STATE(2742), - [sym_quoting_lit] = STATE(2742), - [sym_syn_quoting_lit] = STATE(2742), - [sym_unquote_splicing_lit] = STATE(2742), - [sym_unquoting_lit] = STATE(2742), + [sym_read_cond_lit] = STATE(2680), + [sym_splicing_read_cond_lit] = STATE(2680), + [sym_var_quoting_lit] = STATE(2680), + [sym_quoting_lit] = STATE(2680), + [sym_syn_quoting_lit] = STATE(2680), + [sym_unquote_splicing_lit] = STATE(2680), + [sym_unquoting_lit] = STATE(2680), [sym_defun] = STATE(1892), [sym_for_clause_word] = STATE(432), [sym_loop_macro] = STATE(1892), - [sym_path_lit] = STATE(2742), - [sym_package_lit] = STATE(2742), - [sym_include_reader_macro] = STATE(2742), - [sym_complex_num_lit] = STATE(2742), + [sym_path_lit] = STATE(2680), + [sym_package_lit] = STATE(2680), + [sym_include_reader_macro] = STATE(2680), + [sym_complex_num_lit] = STATE(2680), [aux_sym_dis_expr_repeat1] = STATE(1147), - [aux_sym_list_lit_repeat1] = STATE(2821), + [aux_sym_list_lit_repeat1] = STATE(2840), [sym__ws] = ACTIONS(4149), [sym_comment] = ACTIONS(4149), - [anon_sym_POUND_] = ACTIONS(1618), - [anon_sym_POUND] = ACTIONS(1620), + [anon_sym_POUND_] = ACTIONS(1596), + [anon_sym_POUND] = ACTIONS(1598), [anon_sym_DOT] = ACTIONS(4179), - [aux_sym_num_lit_token1] = ACTIONS(1624), - [anon_sym_COLON] = ACTIONS(1626), - [anon_sym_COLON_COLON] = ACTIONS(1628), - [anon_sym_DQUOTE] = ACTIONS(1630), + [aux_sym_num_lit_token1] = ACTIONS(1602), + [anon_sym_COLON] = ACTIONS(1604), + [anon_sym_COLON_COLON] = ACTIONS(1606), + [anon_sym_DQUOTE] = ACTIONS(1608), [sym_nil_lit] = ACTIONS(4179), - [aux_sym_sym_lit_token1] = ACTIONS(1632), + [aux_sym_sym_lit_token1] = ACTIONS(1610), [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), - [anon_sym_LPAREN] = ACTIONS(1634), - [anon_sym_POUND0A] = ACTIONS(1636), - [anon_sym_POUND0a] = ACTIONS(1636), - [anon_sym_POUND_QMARK] = ACTIONS(1638), - [anon_sym_POUND_QMARK_AT] = ACTIONS(1640), - [anon_sym_POUND_SQUOTE] = ACTIONS(1642), - [anon_sym_SQUOTE] = ACTIONS(1644), - [anon_sym_BQUOTE] = ACTIONS(1646), - [anon_sym_COMMA_AT] = ACTIONS(1648), - [anon_sym_COMMA] = ACTIONS(1650), + [anon_sym_LPAREN] = ACTIONS(1612), + [anon_sym_POUND0A] = ACTIONS(1614), + [anon_sym_POUND0a] = ACTIONS(1614), + [anon_sym_POUND_QMARK] = ACTIONS(1616), + [anon_sym_POUND_QMARK_AT] = ACTIONS(1618), + [anon_sym_POUND_SQUOTE] = ACTIONS(1620), + [anon_sym_SQUOTE] = ACTIONS(1622), + [anon_sym_BQUOTE] = ACTIONS(1624), + [anon_sym_COMMA_AT] = ACTIONS(1626), + [anon_sym_COMMA] = ACTIONS(1628), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(4179), - [anon_sym_cl] = ACTIONS(1652), - [anon_sym_in] = ACTIONS(1654), - [anon_sym_across] = ACTIONS(1654), - [anon_sym_being] = ACTIONS(1654), - [anon_sym_using] = ACTIONS(1654), - [aux_sym_for_clause_word_token1] = ACTIONS(1656), - [anon_sym_below] = ACTIONS(1654), - [anon_sym_above] = ACTIONS(1654), - [anon_sym_from] = ACTIONS(1654), - [anon_sym_to] = ACTIONS(1654), - [anon_sym_upto] = ACTIONS(1654), - [anon_sym_upfrom] = ACTIONS(1654), - [anon_sym_downto] = ACTIONS(1654), - [anon_sym_downfrom] = ACTIONS(1654), - [anon_sym_on] = ACTIONS(1654), - [anon_sym_by] = ACTIONS(1654), - [anon_sym_then] = ACTIONS(1654), - [anon_sym_EQ] = ACTIONS(1654), - [anon_sym_POUNDP] = ACTIONS(1658), - [anon_sym_POUNDp] = ACTIONS(1658), + [anon_sym_cl] = ACTIONS(1630), + [anon_sym_in] = ACTIONS(1632), + [anon_sym_across] = ACTIONS(1632), + [anon_sym_being] = ACTIONS(1632), + [anon_sym_using] = ACTIONS(1632), + [aux_sym_for_clause_word_token1] = ACTIONS(1634), + [anon_sym_below] = ACTIONS(1632), + [anon_sym_above] = ACTIONS(1632), + [anon_sym_from] = ACTIONS(1632), + [anon_sym_to] = ACTIONS(1632), + [anon_sym_upto] = ACTIONS(1632), + [anon_sym_upfrom] = ACTIONS(1632), + [anon_sym_downto] = ACTIONS(1632), + [anon_sym_downfrom] = ACTIONS(1632), + [anon_sym_on] = ACTIONS(1632), + [anon_sym_by] = ACTIONS(1632), + [anon_sym_then] = ACTIONS(1632), + [anon_sym_EQ] = ACTIONS(1632), + [anon_sym_POUNDP] = ACTIONS(1636), + [anon_sym_POUNDp] = ACTIONS(1636), [sym_self_referential_reader_macro] = ACTIONS(4181), - [anon_sym_POUND_PLUS] = ACTIONS(1662), - [anon_sym_POUND_DASH] = ACTIONS(1662), - [anon_sym_POUNDC] = ACTIONS(1664), - [anon_sym_POUNDc] = ACTIONS(1664), + [anon_sym_POUND_PLUS] = ACTIONS(1640), + [anon_sym_POUND_DASH] = ACTIONS(1640), + [anon_sym_POUNDC] = ACTIONS(1642), + [anon_sym_POUNDc] = ACTIONS(1642), }, [278] = { [sym__gap] = STATE(1147), @@ -38573,61 +38573,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(2682), [sym_complex_num_lit] = STATE(2682), [aux_sym_dis_expr_repeat1] = STATE(1147), - [aux_sym_list_lit_repeat1] = STATE(2821), + [aux_sym_list_lit_repeat1] = STATE(2840), [sym__ws] = ACTIONS(4149), [sym_comment] = ACTIONS(4149), - [anon_sym_POUND_] = ACTIONS(1618), - [anon_sym_POUND] = ACTIONS(1620), + [anon_sym_POUND_] = ACTIONS(1596), + [anon_sym_POUND] = ACTIONS(1598), [anon_sym_DOT] = ACTIONS(4183), - [aux_sym_num_lit_token1] = ACTIONS(1624), - [anon_sym_COLON] = ACTIONS(1626), - [anon_sym_COLON_COLON] = ACTIONS(1628), - [anon_sym_DQUOTE] = ACTIONS(1630), + [aux_sym_num_lit_token1] = ACTIONS(1602), + [anon_sym_COLON] = ACTIONS(1604), + [anon_sym_COLON_COLON] = ACTIONS(1606), + [anon_sym_DQUOTE] = ACTIONS(1608), [sym_nil_lit] = ACTIONS(4183), - [aux_sym_sym_lit_token1] = ACTIONS(1632), + [aux_sym_sym_lit_token1] = ACTIONS(1610), [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), - [anon_sym_LPAREN] = ACTIONS(1634), - [anon_sym_POUND0A] = ACTIONS(1636), - [anon_sym_POUND0a] = ACTIONS(1636), - [anon_sym_POUND_QMARK] = ACTIONS(1638), - [anon_sym_POUND_QMARK_AT] = ACTIONS(1640), - [anon_sym_POUND_SQUOTE] = ACTIONS(1642), - [anon_sym_SQUOTE] = ACTIONS(1644), - [anon_sym_BQUOTE] = ACTIONS(1646), - [anon_sym_COMMA_AT] = ACTIONS(1648), - [anon_sym_COMMA] = ACTIONS(1650), + [anon_sym_LPAREN] = ACTIONS(1612), + [anon_sym_POUND0A] = ACTIONS(1614), + [anon_sym_POUND0a] = ACTIONS(1614), + [anon_sym_POUND_QMARK] = ACTIONS(1616), + [anon_sym_POUND_QMARK_AT] = ACTIONS(1618), + [anon_sym_POUND_SQUOTE] = ACTIONS(1620), + [anon_sym_SQUOTE] = ACTIONS(1622), + [anon_sym_BQUOTE] = ACTIONS(1624), + [anon_sym_COMMA_AT] = ACTIONS(1626), + [anon_sym_COMMA] = ACTIONS(1628), [sym_block_comment] = ACTIONS(47), [sym_fancy_literal] = ACTIONS(4183), - [anon_sym_cl] = ACTIONS(1652), - [anon_sym_in] = ACTIONS(1654), - [anon_sym_across] = ACTIONS(1654), - [anon_sym_being] = ACTIONS(1654), - [anon_sym_using] = ACTIONS(1654), - [aux_sym_for_clause_word_token1] = ACTIONS(1656), - [anon_sym_below] = ACTIONS(1654), - [anon_sym_above] = ACTIONS(1654), - [anon_sym_from] = ACTIONS(1654), - [anon_sym_to] = ACTIONS(1654), - [anon_sym_upto] = ACTIONS(1654), - [anon_sym_upfrom] = ACTIONS(1654), - [anon_sym_downto] = ACTIONS(1654), - [anon_sym_downfrom] = ACTIONS(1654), - [anon_sym_on] = ACTIONS(1654), - [anon_sym_by] = ACTIONS(1654), - [anon_sym_then] = ACTIONS(1654), - [anon_sym_EQ] = ACTIONS(1654), - [anon_sym_POUNDP] = ACTIONS(1658), - [anon_sym_POUNDp] = ACTIONS(1658), + [anon_sym_cl] = ACTIONS(1630), + [anon_sym_in] = ACTIONS(1632), + [anon_sym_across] = ACTIONS(1632), + [anon_sym_being] = ACTIONS(1632), + [anon_sym_using] = ACTIONS(1632), + [aux_sym_for_clause_word_token1] = ACTIONS(1634), + [anon_sym_below] = ACTIONS(1632), + [anon_sym_above] = ACTIONS(1632), + [anon_sym_from] = ACTIONS(1632), + [anon_sym_to] = ACTIONS(1632), + [anon_sym_upto] = ACTIONS(1632), + [anon_sym_upfrom] = ACTIONS(1632), + [anon_sym_downto] = ACTIONS(1632), + [anon_sym_downfrom] = ACTIONS(1632), + [anon_sym_on] = ACTIONS(1632), + [anon_sym_by] = ACTIONS(1632), + [anon_sym_then] = ACTIONS(1632), + [anon_sym_EQ] = ACTIONS(1632), + [anon_sym_POUNDP] = ACTIONS(1636), + [anon_sym_POUNDp] = ACTIONS(1636), [sym_self_referential_reader_macro] = ACTIONS(4185), - [anon_sym_POUND_PLUS] = ACTIONS(1662), - [anon_sym_POUND_DASH] = ACTIONS(1662), - [anon_sym_POUNDC] = ACTIONS(1664), - [anon_sym_POUNDc] = ACTIONS(1664), + [anon_sym_POUND_PLUS] = ACTIONS(1640), + [anon_sym_POUND_DASH] = ACTIONS(1640), + [anon_sym_POUNDC] = ACTIONS(1642), + [anon_sym_POUNDc] = ACTIONS(1642), }, [279] = { - [sym__gap] = STATE(1616), - [sym_dis_expr] = STATE(1616), + [sym__gap] = STATE(1617), + [sym_dis_expr] = STATE(1617), [sym__form] = STATE(1978), [sym_num_lit] = STATE(1978), [sym_kwd_lit] = STATE(1978), @@ -38652,13 +38652,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_defun] = STATE(1877), [sym_loop_macro] = STATE(1877), [sym_defun_keyword] = STATE(662), - [sym_defun_header] = STATE(303), + [sym_defun_header] = STATE(318), [sym_path_lit] = STATE(1978), [sym_package_lit] = STATE(1978), [sym_include_reader_macro] = STATE(1978), [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(305), + [aux_sym__bare_list_lit_repeat1] = STATE(319), [sym__ws] = ACTIONS(4187), [sym_comment] = ACTIONS(4187), [anon_sym_POUND_] = ACTIONS(4189), @@ -39177,13 +39177,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_defun] = STATE(1877), [sym_loop_macro] = STATE(1877), [sym_defun_keyword] = STATE(662), - [sym_defun_header] = STATE(295), + [sym_defun_header] = STATE(294), [sym_path_lit] = STATE(1978), [sym_package_lit] = STATE(1978), [sym_include_reader_macro] = STATE(1978), [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(294), + [aux_sym__bare_list_lit_repeat1] = STATE(293), [sym__ws] = ACTIONS(4253), [sym_comment] = ACTIONS(4253), [anon_sym_POUND_] = ACTIONS(4189), @@ -39226,8 +39226,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDc] = ACTIONS(57), }, [287] = { - [sym__gap] = STATE(1618), - [sym_dis_expr] = STATE(1618), + [sym__gap] = STATE(1616), + [sym_dis_expr] = STATE(1616), [sym__form] = STATE(1978), [sym_num_lit] = STATE(1978), [sym_kwd_lit] = STATE(1978), @@ -39252,13 +39252,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_defun] = STATE(1877), [sym_loop_macro] = STATE(1877), [sym_defun_keyword] = STATE(662), - [sym_defun_header] = STATE(330), + [sym_defun_header] = STATE(303), [sym_path_lit] = STATE(1978), [sym_package_lit] = STATE(1978), [sym_include_reader_macro] = STATE(1978), [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(331), + [aux_sym__bare_list_lit_repeat1] = STATE(305), [sym__ws] = ACTIONS(4261), [sym_comment] = ACTIONS(4261), [anon_sym_POUND_] = ACTIONS(4189), @@ -39301,8 +39301,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDc] = ACTIONS(57), }, [288] = { - [sym__gap] = STATE(1617), - [sym_dis_expr] = STATE(1617), + [sym__gap] = STATE(1618), + [sym_dis_expr] = STATE(1618), [sym__form] = STATE(1978), [sym_num_lit] = STATE(1978), [sym_kwd_lit] = STATE(1978), @@ -39327,13 +39327,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_defun] = STATE(1877), [sym_loop_macro] = STATE(1877), [sym_defun_keyword] = STATE(662), - [sym_defun_header] = STATE(318), + [sym_defun_header] = STATE(330), [sym_path_lit] = STATE(1978), [sym_package_lit] = STATE(1978), [sym_include_reader_macro] = STATE(1978), [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(319), + [aux_sym__bare_list_lit_repeat1] = STATE(306), [sym__ws] = ACTIONS(4269), [sym_comment] = ACTIONS(4269), [anon_sym_POUND_] = ACTIONS(4189), @@ -39444,8 +39444,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDc] = ACTIONS(4351), }, [290] = { - [sym__gap] = STATE(289), - [sym_dis_expr] = STATE(289), + [sym__gap] = STATE(384), + [sym_dis_expr] = STATE(384), [sym__form] = STATE(1978), [sym_num_lit] = STATE(1978), [sym_kwd_lit] = STATE(1978), @@ -39474,7 +39474,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(1978), [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(289), + [aux_sym__bare_list_lit_repeat1] = STATE(384), [sym__ws] = ACTIONS(4354), [sym_comment] = ACTIONS(4354), [anon_sym_POUND_] = ACTIONS(9), @@ -39578,8 +39578,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDc] = ACTIONS(57), }, [292] = { - [sym__gap] = STATE(300), - [sym_dis_expr] = STATE(300), + [sym__gap] = STATE(289), + [sym_dis_expr] = STATE(289), [sym__form] = STATE(1978), [sym_num_lit] = STATE(1978), [sym_kwd_lit] = STATE(1978), @@ -39608,7 +39608,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(1978), [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(300), + [aux_sym__bare_list_lit_repeat1] = STATE(289), [sym__ws] = ACTIONS(4362), [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), @@ -39676,8 +39676,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -39712,73 +39712,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDc] = ACTIONS(57), }, [294] = { - [sym__gap] = STATE(289), - [sym_dis_expr] = STATE(289), - [sym__form] = STATE(1978), - [sym_num_lit] = STATE(1978), - [sym_kwd_lit] = STATE(1978), - [sym_str_lit] = STATE(1978), - [sym_char_lit] = STATE(1978), - [sym_sym_lit] = STATE(1878), - [sym__metadata_lit] = STATE(2901), - [sym_meta_lit] = STATE(2858), - [sym_old_meta_lit] = STATE(2859), - [sym_list_lit] = STATE(1978), - [sym__bare_list_lit] = STATE(1877), - [sym_vec_lit] = STATE(1978), - [sym_set_lit] = STATE(1978), - [sym__bare_set_lit] = STATE(1875), - [sym_read_cond_lit] = STATE(1978), - [sym_splicing_read_cond_lit] = STATE(1978), - [sym_var_quoting_lit] = STATE(1978), - [sym_quoting_lit] = STATE(1978), - [sym_syn_quoting_lit] = STATE(1978), - [sym_unquote_splicing_lit] = STATE(1978), - [sym_unquoting_lit] = STATE(1978), - [sym_defun] = STATE(1877), - [sym_loop_macro] = STATE(1877), - [sym_path_lit] = STATE(1978), - [sym_package_lit] = STATE(1978), - [sym_include_reader_macro] = STATE(1978), - [sym_complex_num_lit] = STATE(1978), - [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), - [anon_sym_POUND_] = ACTIONS(9), - [anon_sym_POUND] = ACTIONS(11), - [anon_sym_DOT] = ACTIONS(4191), - [aux_sym_num_lit_token1] = ACTIONS(15), - [anon_sym_COLON] = ACTIONS(17), - [anon_sym_COLON_COLON] = ACTIONS(19), - [anon_sym_DQUOTE] = ACTIONS(21), - [sym_nil_lit] = ACTIONS(4191), - [aux_sym_sym_lit_token1] = ACTIONS(23), - [anon_sym_CARET] = ACTIONS(25), - [anon_sym_POUND_CARET] = ACTIONS(27), - [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4368), - [anon_sym_POUND0A] = ACTIONS(31), - [anon_sym_POUND0a] = ACTIONS(31), - [anon_sym_POUND_QMARK] = ACTIONS(33), - [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(37), - [anon_sym_SQUOTE] = ACTIONS(39), - [anon_sym_BQUOTE] = ACTIONS(41), - [anon_sym_COMMA_AT] = ACTIONS(43), - [anon_sym_COMMA] = ACTIONS(45), - [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(4191), - [anon_sym_cl] = ACTIONS(49), - [anon_sym_POUNDP] = ACTIONS(51), - [anon_sym_POUNDp] = ACTIONS(51), - [sym_self_referential_reader_macro] = ACTIONS(4203), - [anon_sym_POUND_PLUS] = ACTIONS(55), - [anon_sym_POUND_DASH] = ACTIONS(55), - [anon_sym_POUNDC] = ACTIONS(57), - [anon_sym_POUNDc] = ACTIONS(57), - }, - [295] = { [sym__gap] = STATE(372), [sym_dis_expr] = STATE(372), [sym__form] = STATE(1978), @@ -39810,8 +39743,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(373), - [sym__ws] = ACTIONS(4370), - [sym_comment] = ACTIONS(4370), + [sym__ws] = ACTIONS(4368), + [sym_comment] = ACTIONS(4368), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -39824,7 +39757,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4372), + [anon_sym_RPAREN] = ACTIONS(4370), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -39845,9 +39778,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDC] = ACTIONS(57), [anon_sym_POUNDc] = ACTIONS(57), }, - [296] = { - [sym__gap] = STATE(345), - [sym_dis_expr] = STATE(345), + [295] = { + [sym__gap] = STATE(344), + [sym_dis_expr] = STATE(344), [sym__form] = STATE(1978), [sym_num_lit] = STATE(1978), [sym_kwd_lit] = STATE(1978), @@ -39876,9 +39809,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(1978), [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(345), - [sym__ws] = ACTIONS(4374), - [sym_comment] = ACTIONS(4374), + [aux_sym__bare_list_lit_repeat1] = STATE(344), + [sym__ws] = ACTIONS(4372), + [sym_comment] = ACTIONS(4372), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -39891,7 +39824,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RBRACE] = ACTIONS(4376), + [anon_sym_RBRACE] = ACTIONS(4374), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -39912,7 +39845,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDC] = ACTIONS(57), [anon_sym_POUNDc] = ACTIONS(57), }, - [297] = { + [296] = { [sym__gap] = STATE(289), [sym_dis_expr] = STATE(289), [sym__form] = STATE(1978), @@ -39944,8 +39877,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -39958,7 +39891,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4378), + [anon_sym_RPAREN] = ACTIONS(4376), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -39979,7 +39912,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDC] = ACTIONS(57), [anon_sym_POUNDc] = ACTIONS(57), }, - [298] = { + [297] = { [sym__gap] = STATE(349), [sym_dis_expr] = STATE(349), [sym__form] = STATE(1978), @@ -40011,8 +39944,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(349), - [sym__ws] = ACTIONS(4380), - [sym_comment] = ACTIONS(4380), + [sym__ws] = ACTIONS(4378), + [sym_comment] = ACTIONS(4378), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -40025,7 +39958,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4382), + [anon_sym_RPAREN] = ACTIONS(4380), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -40046,7 +39979,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDC] = ACTIONS(57), [anon_sym_POUNDc] = ACTIONS(57), }, - [299] = { + [298] = { [sym__gap] = STATE(301), [sym_dis_expr] = STATE(301), [sym__form] = STATE(1978), @@ -40078,8 +40011,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(301), - [sym__ws] = ACTIONS(4384), - [sym_comment] = ACTIONS(4384), + [sym__ws] = ACTIONS(4382), + [sym_comment] = ACTIONS(4382), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -40092,7 +40025,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4386), + [anon_sym_RPAREN] = ACTIONS(4384), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -40113,7 +40046,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDC] = ACTIONS(57), [anon_sym_POUNDc] = ACTIONS(57), }, - [300] = { + [299] = { [sym__gap] = STATE(289), [sym_dis_expr] = STATE(289), [sym__form] = STATE(1978), @@ -40145,8 +40078,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -40159,7 +40092,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4388), + [anon_sym_RPAREN] = ACTIONS(4386), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -40180,7 +40113,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDC] = ACTIONS(57), [anon_sym_POUNDc] = ACTIONS(57), }, - [301] = { + [300] = { [sym__gap] = STATE(289), [sym_dis_expr] = STATE(289), [sym__form] = STATE(1978), @@ -40212,8 +40145,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -40226,7 +40159,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4390), + [anon_sym_RPAREN] = ACTIONS(4388), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -40247,9 +40180,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDC] = ACTIONS(57), [anon_sym_POUNDc] = ACTIONS(57), }, - [302] = { - [sym__gap] = STATE(308), - [sym_dis_expr] = STATE(308), + [301] = { + [sym__gap] = STATE(289), + [sym_dis_expr] = STATE(289), [sym__form] = STATE(1978), [sym_num_lit] = STATE(1978), [sym_kwd_lit] = STATE(1978), @@ -40278,9 +40211,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(1978), [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(308), - [sym__ws] = ACTIONS(4392), - [sym_comment] = ACTIONS(4392), + [aux_sym__bare_list_lit_repeat1] = STATE(289), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -40293,7 +40226,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RBRACE] = ACTIONS(4394), + [anon_sym_RPAREN] = ACTIONS(4390), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -40314,9 +40247,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDC] = ACTIONS(57), [anon_sym_POUNDc] = ACTIONS(57), }, - [303] = { - [sym__gap] = STATE(310), - [sym_dis_expr] = STATE(310), + [302] = { + [sym__gap] = STATE(308), + [sym_dis_expr] = STATE(308), [sym__form] = STATE(1978), [sym_num_lit] = STATE(1978), [sym_kwd_lit] = STATE(1978), @@ -40345,9 +40278,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(1978), [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(311), - [sym__ws] = ACTIONS(4396), - [sym_comment] = ACTIONS(4396), + [aux_sym__bare_list_lit_repeat1] = STATE(308), + [sym__ws] = ACTIONS(4392), + [sym_comment] = ACTIONS(4392), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -40360,7 +40293,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4398), + [anon_sym_RBRACE] = ACTIONS(4394), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -40381,9 +40314,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDC] = ACTIONS(57), [anon_sym_POUNDc] = ACTIONS(57), }, - [304] = { - [sym__gap] = STATE(363), - [sym_dis_expr] = STATE(363), + [303] = { + [sym__gap] = STATE(310), + [sym_dis_expr] = STATE(310), [sym__form] = STATE(1978), [sym_num_lit] = STATE(1978), [sym_kwd_lit] = STATE(1978), @@ -40412,9 +40345,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(1978), [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(363), - [sym__ws] = ACTIONS(4400), - [sym_comment] = ACTIONS(4400), + [aux_sym__bare_list_lit_repeat1] = STATE(311), + [sym__ws] = ACTIONS(4396), + [sym_comment] = ACTIONS(4396), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -40427,7 +40360,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RBRACE] = ACTIONS(4402), + [anon_sym_RPAREN] = ACTIONS(4398), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -40448,9 +40381,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDC] = ACTIONS(57), [anon_sym_POUNDc] = ACTIONS(57), }, - [305] = { - [sym__gap] = STATE(289), - [sym_dis_expr] = STATE(289), + [304] = { + [sym__gap] = STATE(363), + [sym_dis_expr] = STATE(363), [sym__form] = STATE(1978), [sym_num_lit] = STATE(1978), [sym_kwd_lit] = STATE(1978), @@ -40479,9 +40412,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(1978), [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [aux_sym__bare_list_lit_repeat1] = STATE(363), + [sym__ws] = ACTIONS(4400), + [sym_comment] = ACTIONS(4400), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -40494,7 +40427,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4404), + [anon_sym_RBRACE] = ACTIONS(4402), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -40515,141 +40448,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDC] = ACTIONS(57), [anon_sym_POUNDc] = ACTIONS(57), }, - [306] = { - [sym__gap] = STATE(908), - [sym_dis_expr] = STATE(908), - [sym__form] = STATE(994), - [sym_num_lit] = STATE(994), - [sym_kwd_lit] = STATE(994), - [sym_str_lit] = STATE(994), - [sym_char_lit] = STATE(994), - [sym_sym_lit] = STATE(1189), - [sym__metadata_lit] = STATE(2901), - [sym_meta_lit] = STATE(2858), - [sym_old_meta_lit] = STATE(2859), - [sym_list_lit] = STATE(994), - [sym__bare_list_lit] = STATE(1190), - [sym_vec_lit] = STATE(994), - [sym_set_lit] = STATE(994), - [sym__bare_set_lit] = STATE(1191), - [sym_read_cond_lit] = STATE(994), - [sym_splicing_read_cond_lit] = STATE(994), - [sym_var_quoting_lit] = STATE(994), - [sym_quoting_lit] = STATE(994), - [sym_syn_quoting_lit] = STATE(994), - [sym_unquote_splicing_lit] = STATE(994), - [sym_unquoting_lit] = STATE(994), - [sym_defun] = STATE(1190), - [sym_loop_macro] = STATE(1190), - [sym_path_lit] = STATE(994), - [sym_package_lit] = STATE(994), - [sym_include_reader_macro] = STATE(994), - [sym_complex_num_lit] = STATE(994), - [aux_sym_dis_expr_repeat1] = STATE(908), - [aux_sym_list_lit_repeat1] = STATE(2827), - [aux_sym_do_clause_repeat1] = STATE(37), - [sym__ws] = ACTIONS(4406), - [sym_comment] = ACTIONS(4406), - [anon_sym_POUND_] = ACTIONS(9), - [anon_sym_POUND] = ACTIONS(724), - [anon_sym_DOT] = ACTIONS(726), - [aux_sym_num_lit_token1] = ACTIONS(728), - [anon_sym_COLON] = ACTIONS(4408), - [anon_sym_COLON_COLON] = ACTIONS(732), - [anon_sym_DQUOTE] = ACTIONS(734), - [sym_nil_lit] = ACTIONS(726), - [aux_sym_sym_lit_token1] = ACTIONS(736), - [anon_sym_CARET] = ACTIONS(25), - [anon_sym_POUND_CARET] = ACTIONS(27), - [anon_sym_LPAREN] = ACTIONS(4410), - [anon_sym_POUND0A] = ACTIONS(738), - [anon_sym_POUND0a] = ACTIONS(738), - [anon_sym_POUND_QMARK] = ACTIONS(740), - [anon_sym_POUND_QMARK_AT] = ACTIONS(742), - [anon_sym_POUND_SQUOTE] = ACTIONS(744), - [anon_sym_SQUOTE] = ACTIONS(746), - [anon_sym_BQUOTE] = ACTIONS(748), - [anon_sym_COMMA_AT] = ACTIONS(750), - [anon_sym_COMMA] = ACTIONS(752), - [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(726), - [anon_sym_cl] = ACTIONS(4412), - [anon_sym_POUNDP] = ACTIONS(754), - [anon_sym_POUNDp] = ACTIONS(754), - [sym_self_referential_reader_macro] = ACTIONS(756), - [anon_sym_POUND_PLUS] = ACTIONS(758), - [anon_sym_POUND_DASH] = ACTIONS(758), - [anon_sym_POUNDC] = ACTIONS(760), - [anon_sym_POUNDc] = ACTIONS(760), - }, - [307] = { - [sym__gap] = STATE(908), - [sym_dis_expr] = STATE(908), - [sym__form] = STATE(994), - [sym_num_lit] = STATE(994), - [sym_kwd_lit] = STATE(994), - [sym_str_lit] = STATE(994), - [sym_char_lit] = STATE(994), - [sym_sym_lit] = STATE(1189), - [sym__metadata_lit] = STATE(2901), - [sym_meta_lit] = STATE(2858), - [sym_old_meta_lit] = STATE(2859), - [sym_list_lit] = STATE(994), - [sym__bare_list_lit] = STATE(1190), - [sym_vec_lit] = STATE(994), - [sym_set_lit] = STATE(994), - [sym__bare_set_lit] = STATE(1191), - [sym_read_cond_lit] = STATE(994), - [sym_splicing_read_cond_lit] = STATE(994), - [sym_var_quoting_lit] = STATE(994), - [sym_quoting_lit] = STATE(994), - [sym_syn_quoting_lit] = STATE(994), - [sym_unquote_splicing_lit] = STATE(994), - [sym_unquoting_lit] = STATE(994), - [sym_defun] = STATE(1190), - [sym_loop_macro] = STATE(1190), - [sym_path_lit] = STATE(994), - [sym_package_lit] = STATE(994), - [sym_include_reader_macro] = STATE(994), - [sym_complex_num_lit] = STATE(994), - [aux_sym_dis_expr_repeat1] = STATE(908), - [aux_sym_list_lit_repeat1] = STATE(2827), - [aux_sym_do_clause_repeat1] = STATE(32), - [sym__ws] = ACTIONS(4406), - [sym_comment] = ACTIONS(4406), - [anon_sym_POUND_] = ACTIONS(9), - [anon_sym_POUND] = ACTIONS(724), - [anon_sym_DOT] = ACTIONS(726), - [aux_sym_num_lit_token1] = ACTIONS(728), - [anon_sym_COLON] = ACTIONS(4408), - [anon_sym_COLON_COLON] = ACTIONS(732), - [anon_sym_DQUOTE] = ACTIONS(734), - [sym_nil_lit] = ACTIONS(726), - [aux_sym_sym_lit_token1] = ACTIONS(736), - [anon_sym_CARET] = ACTIONS(25), - [anon_sym_POUND_CARET] = ACTIONS(27), - [anon_sym_LPAREN] = ACTIONS(4410), - [anon_sym_POUND0A] = ACTIONS(738), - [anon_sym_POUND0a] = ACTIONS(738), - [anon_sym_POUND_QMARK] = ACTIONS(740), - [anon_sym_POUND_QMARK_AT] = ACTIONS(742), - [anon_sym_POUND_SQUOTE] = ACTIONS(744), - [anon_sym_SQUOTE] = ACTIONS(746), - [anon_sym_BQUOTE] = ACTIONS(748), - [anon_sym_COMMA_AT] = ACTIONS(750), - [anon_sym_COMMA] = ACTIONS(752), - [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(726), - [anon_sym_cl] = ACTIONS(4412), - [anon_sym_POUNDP] = ACTIONS(754), - [anon_sym_POUNDp] = ACTIONS(754), - [sym_self_referential_reader_macro] = ACTIONS(756), - [anon_sym_POUND_PLUS] = ACTIONS(758), - [anon_sym_POUND_DASH] = ACTIONS(758), - [anon_sym_POUNDC] = ACTIONS(760), - [anon_sym_POUNDc] = ACTIONS(760), - }, - [308] = { + [305] = { [sym__gap] = STATE(289), [sym_dis_expr] = STATE(289), [sym__form] = STATE(1978), @@ -40681,8 +40480,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -40695,7 +40494,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RBRACE] = ACTIONS(4414), + [anon_sym_RPAREN] = ACTIONS(4404), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -40716,9 +40515,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDC] = ACTIONS(57), [anon_sym_POUNDc] = ACTIONS(57), }, - [309] = { - [sym__gap] = STATE(312), - [sym_dis_expr] = STATE(312), + [306] = { + [sym__gap] = STATE(289), + [sym_dis_expr] = STATE(289), [sym__form] = STATE(1978), [sym_num_lit] = STATE(1978), [sym_kwd_lit] = STATE(1978), @@ -40747,9 +40546,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(1978), [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(313), - [sym__ws] = ACTIONS(4416), - [sym_comment] = ACTIONS(4416), + [aux_sym__bare_list_lit_repeat1] = STATE(289), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -40762,7 +40561,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4418), + [anon_sym_RPAREN] = ACTIONS(4406), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -40783,74 +40582,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDC] = ACTIONS(57), [anon_sym_POUNDc] = ACTIONS(57), }, - [310] = { - [sym__gap] = STATE(314), - [sym_dis_expr] = STATE(314), - [sym__form] = STATE(1978), - [sym_num_lit] = STATE(1978), - [sym_kwd_lit] = STATE(1978), - [sym_str_lit] = STATE(1978), - [sym_char_lit] = STATE(1978), - [sym_sym_lit] = STATE(1878), + [307] = { + [sym__gap] = STATE(908), + [sym_dis_expr] = STATE(908), + [sym__form] = STATE(994), + [sym_num_lit] = STATE(994), + [sym_kwd_lit] = STATE(994), + [sym_str_lit] = STATE(994), + [sym_char_lit] = STATE(994), + [sym_sym_lit] = STATE(1186), [sym__metadata_lit] = STATE(2901), [sym_meta_lit] = STATE(2858), [sym_old_meta_lit] = STATE(2859), - [sym_list_lit] = STATE(1978), - [sym__bare_list_lit] = STATE(1877), - [sym_vec_lit] = STATE(1978), - [sym_set_lit] = STATE(1978), - [sym__bare_set_lit] = STATE(1875), - [sym_read_cond_lit] = STATE(1978), - [sym_splicing_read_cond_lit] = STATE(1978), - [sym_var_quoting_lit] = STATE(1978), - [sym_quoting_lit] = STATE(1978), - [sym_syn_quoting_lit] = STATE(1978), - [sym_unquote_splicing_lit] = STATE(1978), - [sym_unquoting_lit] = STATE(1978), - [sym_defun] = STATE(1877), - [sym_loop_macro] = STATE(1877), - [sym_path_lit] = STATE(1978), - [sym_package_lit] = STATE(1978), - [sym_include_reader_macro] = STATE(1978), - [sym_complex_num_lit] = STATE(1978), - [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(314), - [sym__ws] = ACTIONS(4420), - [sym_comment] = ACTIONS(4420), + [sym_list_lit] = STATE(994), + [sym__bare_list_lit] = STATE(1187), + [sym_vec_lit] = STATE(994), + [sym_set_lit] = STATE(994), + [sym__bare_set_lit] = STATE(1191), + [sym_read_cond_lit] = STATE(994), + [sym_splicing_read_cond_lit] = STATE(994), + [sym_var_quoting_lit] = STATE(994), + [sym_quoting_lit] = STATE(994), + [sym_syn_quoting_lit] = STATE(994), + [sym_unquote_splicing_lit] = STATE(994), + [sym_unquoting_lit] = STATE(994), + [sym_defun] = STATE(1187), + [sym_loop_macro] = STATE(1187), + [sym_path_lit] = STATE(994), + [sym_package_lit] = STATE(994), + [sym_include_reader_macro] = STATE(994), + [sym_complex_num_lit] = STATE(994), + [aux_sym_dis_expr_repeat1] = STATE(908), + [aux_sym_list_lit_repeat1] = STATE(2827), + [aux_sym_do_clause_repeat1] = STATE(32), + [sym__ws] = ACTIONS(4408), + [sym_comment] = ACTIONS(4408), [anon_sym_POUND_] = ACTIONS(9), - [anon_sym_POUND] = ACTIONS(11), - [anon_sym_DOT] = ACTIONS(4191), - [aux_sym_num_lit_token1] = ACTIONS(15), - [anon_sym_COLON] = ACTIONS(17), - [anon_sym_COLON_COLON] = ACTIONS(19), - [anon_sym_DQUOTE] = ACTIONS(21), - [sym_nil_lit] = ACTIONS(4191), - [aux_sym_sym_lit_token1] = ACTIONS(23), + [anon_sym_POUND] = ACTIONS(636), + [anon_sym_DOT] = ACTIONS(638), + [aux_sym_num_lit_token1] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(4410), + [anon_sym_COLON_COLON] = ACTIONS(644), + [anon_sym_DQUOTE] = ACTIONS(646), + [sym_nil_lit] = ACTIONS(638), + [aux_sym_sym_lit_token1] = ACTIONS(648), [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), - [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4418), - [anon_sym_POUND0A] = ACTIONS(31), - [anon_sym_POUND0a] = ACTIONS(31), - [anon_sym_POUND_QMARK] = ACTIONS(33), - [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(37), - [anon_sym_SQUOTE] = ACTIONS(39), - [anon_sym_BQUOTE] = ACTIONS(41), - [anon_sym_COMMA_AT] = ACTIONS(43), - [anon_sym_COMMA] = ACTIONS(45), + [anon_sym_LPAREN] = ACTIONS(4412), + [anon_sym_POUND0A] = ACTIONS(650), + [anon_sym_POUND0a] = ACTIONS(650), + [anon_sym_POUND_QMARK] = ACTIONS(652), + [anon_sym_POUND_QMARK_AT] = ACTIONS(654), + [anon_sym_POUND_SQUOTE] = ACTIONS(656), + [anon_sym_SQUOTE] = ACTIONS(658), + [anon_sym_BQUOTE] = ACTIONS(660), + [anon_sym_COMMA_AT] = ACTIONS(662), + [anon_sym_COMMA] = ACTIONS(664), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(4191), - [anon_sym_cl] = ACTIONS(49), - [anon_sym_POUNDP] = ACTIONS(51), - [anon_sym_POUNDp] = ACTIONS(51), - [sym_self_referential_reader_macro] = ACTIONS(4203), - [anon_sym_POUND_PLUS] = ACTIONS(55), - [anon_sym_POUND_DASH] = ACTIONS(55), - [anon_sym_POUNDC] = ACTIONS(57), - [anon_sym_POUNDc] = ACTIONS(57), + [sym_fancy_literal] = ACTIONS(638), + [anon_sym_cl] = ACTIONS(4414), + [anon_sym_POUNDP] = ACTIONS(666), + [anon_sym_POUNDp] = ACTIONS(666), + [sym_self_referential_reader_macro] = ACTIONS(668), + [anon_sym_POUND_PLUS] = ACTIONS(670), + [anon_sym_POUND_DASH] = ACTIONS(670), + [anon_sym_POUNDC] = ACTIONS(672), + [anon_sym_POUNDc] = ACTIONS(672), }, - [311] = { + [308] = { [sym__gap] = STATE(289), [sym_dis_expr] = STATE(289), [sym__form] = STATE(1978), @@ -40882,8 +40681,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -40896,7 +40695,208 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4422), + [anon_sym_RBRACE] = ACTIONS(4416), + [anon_sym_POUND0A] = ACTIONS(31), + [anon_sym_POUND0a] = ACTIONS(31), + [anon_sym_POUND_QMARK] = ACTIONS(33), + [anon_sym_POUND_QMARK_AT] = ACTIONS(35), + [anon_sym_POUND_SQUOTE] = ACTIONS(37), + [anon_sym_SQUOTE] = ACTIONS(39), + [anon_sym_BQUOTE] = ACTIONS(41), + [anon_sym_COMMA_AT] = ACTIONS(43), + [anon_sym_COMMA] = ACTIONS(45), + [sym_block_comment] = ACTIONS(47), + [sym_fancy_literal] = ACTIONS(4191), + [anon_sym_cl] = ACTIONS(49), + [anon_sym_POUNDP] = ACTIONS(51), + [anon_sym_POUNDp] = ACTIONS(51), + [sym_self_referential_reader_macro] = ACTIONS(4203), + [anon_sym_POUND_PLUS] = ACTIONS(55), + [anon_sym_POUND_DASH] = ACTIONS(55), + [anon_sym_POUNDC] = ACTIONS(57), + [anon_sym_POUNDc] = ACTIONS(57), + }, + [309] = { + [sym__gap] = STATE(312), + [sym_dis_expr] = STATE(312), + [sym__form] = STATE(1978), + [sym_num_lit] = STATE(1978), + [sym_kwd_lit] = STATE(1978), + [sym_str_lit] = STATE(1978), + [sym_char_lit] = STATE(1978), + [sym_sym_lit] = STATE(1878), + [sym__metadata_lit] = STATE(2901), + [sym_meta_lit] = STATE(2858), + [sym_old_meta_lit] = STATE(2859), + [sym_list_lit] = STATE(1978), + [sym__bare_list_lit] = STATE(1877), + [sym_vec_lit] = STATE(1978), + [sym_set_lit] = STATE(1978), + [sym__bare_set_lit] = STATE(1875), + [sym_read_cond_lit] = STATE(1978), + [sym_splicing_read_cond_lit] = STATE(1978), + [sym_var_quoting_lit] = STATE(1978), + [sym_quoting_lit] = STATE(1978), + [sym_syn_quoting_lit] = STATE(1978), + [sym_unquote_splicing_lit] = STATE(1978), + [sym_unquoting_lit] = STATE(1978), + [sym_defun] = STATE(1877), + [sym_loop_macro] = STATE(1877), + [sym_path_lit] = STATE(1978), + [sym_package_lit] = STATE(1978), + [sym_include_reader_macro] = STATE(1978), + [sym_complex_num_lit] = STATE(1978), + [aux_sym_list_lit_repeat1] = STATE(2808), + [aux_sym__bare_list_lit_repeat1] = STATE(313), + [sym__ws] = ACTIONS(4418), + [sym_comment] = ACTIONS(4418), + [anon_sym_POUND_] = ACTIONS(9), + [anon_sym_POUND] = ACTIONS(11), + [anon_sym_DOT] = ACTIONS(4191), + [aux_sym_num_lit_token1] = ACTIONS(15), + [anon_sym_COLON] = ACTIONS(17), + [anon_sym_COLON_COLON] = ACTIONS(19), + [anon_sym_DQUOTE] = ACTIONS(21), + [sym_nil_lit] = ACTIONS(4191), + [aux_sym_sym_lit_token1] = ACTIONS(23), + [anon_sym_CARET] = ACTIONS(25), + [anon_sym_POUND_CARET] = ACTIONS(27), + [anon_sym_LPAREN] = ACTIONS(29), + [anon_sym_RPAREN] = ACTIONS(4420), + [anon_sym_POUND0A] = ACTIONS(31), + [anon_sym_POUND0a] = ACTIONS(31), + [anon_sym_POUND_QMARK] = ACTIONS(33), + [anon_sym_POUND_QMARK_AT] = ACTIONS(35), + [anon_sym_POUND_SQUOTE] = ACTIONS(37), + [anon_sym_SQUOTE] = ACTIONS(39), + [anon_sym_BQUOTE] = ACTIONS(41), + [anon_sym_COMMA_AT] = ACTIONS(43), + [anon_sym_COMMA] = ACTIONS(45), + [sym_block_comment] = ACTIONS(47), + [sym_fancy_literal] = ACTIONS(4191), + [anon_sym_cl] = ACTIONS(49), + [anon_sym_POUNDP] = ACTIONS(51), + [anon_sym_POUNDp] = ACTIONS(51), + [sym_self_referential_reader_macro] = ACTIONS(4203), + [anon_sym_POUND_PLUS] = ACTIONS(55), + [anon_sym_POUND_DASH] = ACTIONS(55), + [anon_sym_POUNDC] = ACTIONS(57), + [anon_sym_POUNDc] = ACTIONS(57), + }, + [310] = { + [sym__gap] = STATE(314), + [sym_dis_expr] = STATE(314), + [sym__form] = STATE(1978), + [sym_num_lit] = STATE(1978), + [sym_kwd_lit] = STATE(1978), + [sym_str_lit] = STATE(1978), + [sym_char_lit] = STATE(1978), + [sym_sym_lit] = STATE(1878), + [sym__metadata_lit] = STATE(2901), + [sym_meta_lit] = STATE(2858), + [sym_old_meta_lit] = STATE(2859), + [sym_list_lit] = STATE(1978), + [sym__bare_list_lit] = STATE(1877), + [sym_vec_lit] = STATE(1978), + [sym_set_lit] = STATE(1978), + [sym__bare_set_lit] = STATE(1875), + [sym_read_cond_lit] = STATE(1978), + [sym_splicing_read_cond_lit] = STATE(1978), + [sym_var_quoting_lit] = STATE(1978), + [sym_quoting_lit] = STATE(1978), + [sym_syn_quoting_lit] = STATE(1978), + [sym_unquote_splicing_lit] = STATE(1978), + [sym_unquoting_lit] = STATE(1978), + [sym_defun] = STATE(1877), + [sym_loop_macro] = STATE(1877), + [sym_path_lit] = STATE(1978), + [sym_package_lit] = STATE(1978), + [sym_include_reader_macro] = STATE(1978), + [sym_complex_num_lit] = STATE(1978), + [aux_sym_list_lit_repeat1] = STATE(2808), + [aux_sym__bare_list_lit_repeat1] = STATE(314), + [sym__ws] = ACTIONS(4422), + [sym_comment] = ACTIONS(4422), + [anon_sym_POUND_] = ACTIONS(9), + [anon_sym_POUND] = ACTIONS(11), + [anon_sym_DOT] = ACTIONS(4191), + [aux_sym_num_lit_token1] = ACTIONS(15), + [anon_sym_COLON] = ACTIONS(17), + [anon_sym_COLON_COLON] = ACTIONS(19), + [anon_sym_DQUOTE] = ACTIONS(21), + [sym_nil_lit] = ACTIONS(4191), + [aux_sym_sym_lit_token1] = ACTIONS(23), + [anon_sym_CARET] = ACTIONS(25), + [anon_sym_POUND_CARET] = ACTIONS(27), + [anon_sym_LPAREN] = ACTIONS(29), + [anon_sym_RPAREN] = ACTIONS(4420), + [anon_sym_POUND0A] = ACTIONS(31), + [anon_sym_POUND0a] = ACTIONS(31), + [anon_sym_POUND_QMARK] = ACTIONS(33), + [anon_sym_POUND_QMARK_AT] = ACTIONS(35), + [anon_sym_POUND_SQUOTE] = ACTIONS(37), + [anon_sym_SQUOTE] = ACTIONS(39), + [anon_sym_BQUOTE] = ACTIONS(41), + [anon_sym_COMMA_AT] = ACTIONS(43), + [anon_sym_COMMA] = ACTIONS(45), + [sym_block_comment] = ACTIONS(47), + [sym_fancy_literal] = ACTIONS(4191), + [anon_sym_cl] = ACTIONS(49), + [anon_sym_POUNDP] = ACTIONS(51), + [anon_sym_POUNDp] = ACTIONS(51), + [sym_self_referential_reader_macro] = ACTIONS(4203), + [anon_sym_POUND_PLUS] = ACTIONS(55), + [anon_sym_POUND_DASH] = ACTIONS(55), + [anon_sym_POUNDC] = ACTIONS(57), + [anon_sym_POUNDc] = ACTIONS(57), + }, + [311] = { + [sym__gap] = STATE(289), + [sym_dis_expr] = STATE(289), + [sym__form] = STATE(1978), + [sym_num_lit] = STATE(1978), + [sym_kwd_lit] = STATE(1978), + [sym_str_lit] = STATE(1978), + [sym_char_lit] = STATE(1978), + [sym_sym_lit] = STATE(1878), + [sym__metadata_lit] = STATE(2901), + [sym_meta_lit] = STATE(2858), + [sym_old_meta_lit] = STATE(2859), + [sym_list_lit] = STATE(1978), + [sym__bare_list_lit] = STATE(1877), + [sym_vec_lit] = STATE(1978), + [sym_set_lit] = STATE(1978), + [sym__bare_set_lit] = STATE(1875), + [sym_read_cond_lit] = STATE(1978), + [sym_splicing_read_cond_lit] = STATE(1978), + [sym_var_quoting_lit] = STATE(1978), + [sym_quoting_lit] = STATE(1978), + [sym_syn_quoting_lit] = STATE(1978), + [sym_unquote_splicing_lit] = STATE(1978), + [sym_unquoting_lit] = STATE(1978), + [sym_defun] = STATE(1877), + [sym_loop_macro] = STATE(1877), + [sym_path_lit] = STATE(1978), + [sym_package_lit] = STATE(1978), + [sym_include_reader_macro] = STATE(1978), + [sym_complex_num_lit] = STATE(1978), + [aux_sym_list_lit_repeat1] = STATE(2808), + [aux_sym__bare_list_lit_repeat1] = STATE(289), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), + [anon_sym_POUND_] = ACTIONS(9), + [anon_sym_POUND] = ACTIONS(11), + [anon_sym_DOT] = ACTIONS(4191), + [aux_sym_num_lit_token1] = ACTIONS(15), + [anon_sym_COLON] = ACTIONS(17), + [anon_sym_COLON_COLON] = ACTIONS(19), + [anon_sym_DQUOTE] = ACTIONS(21), + [sym_nil_lit] = ACTIONS(4191), + [aux_sym_sym_lit_token1] = ACTIONS(23), + [anon_sym_CARET] = ACTIONS(25), + [anon_sym_POUND_CARET] = ACTIONS(27), + [anon_sym_LPAREN] = ACTIONS(29), + [anon_sym_RPAREN] = ACTIONS(4424), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -40949,8 +40949,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(316), - [sym__ws] = ACTIONS(4424), - [sym_comment] = ACTIONS(4424), + [sym__ws] = ACTIONS(4426), + [sym_comment] = ACTIONS(4426), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -40963,7 +40963,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4426), + [anon_sym_RPAREN] = ACTIONS(4428), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -41016,8 +41016,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -41030,7 +41030,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4428), + [anon_sym_RPAREN] = ACTIONS(4430), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -41083,8 +41083,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -41097,7 +41097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4430), + [anon_sym_RPAREN] = ACTIONS(4432), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -41126,12 +41126,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_kwd_lit] = STATE(994), [sym_str_lit] = STATE(994), [sym_char_lit] = STATE(994), - [sym_sym_lit] = STATE(1189), + [sym_sym_lit] = STATE(1186), [sym__metadata_lit] = STATE(2901), [sym_meta_lit] = STATE(2858), [sym_old_meta_lit] = STATE(2859), [sym_list_lit] = STATE(994), - [sym__bare_list_lit] = STATE(1190), + [sym__bare_list_lit] = STATE(1187), [sym_vec_lit] = STATE(994), [sym_set_lit] = STATE(994), [sym__bare_set_lit] = STATE(1191), @@ -41142,48 +41142,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_syn_quoting_lit] = STATE(994), [sym_unquote_splicing_lit] = STATE(994), [sym_unquoting_lit] = STATE(994), - [sym_defun] = STATE(1190), - [sym_loop_macro] = STATE(1190), + [sym_defun] = STATE(1187), + [sym_loop_macro] = STATE(1187), [sym_path_lit] = STATE(994), [sym_package_lit] = STATE(994), [sym_include_reader_macro] = STATE(994), [sym_complex_num_lit] = STATE(994), [aux_sym_dis_expr_repeat1] = STATE(908), [aux_sym_list_lit_repeat1] = STATE(2827), - [aux_sym_do_clause_repeat1] = STATE(21), - [sym__ws] = ACTIONS(4406), - [sym_comment] = ACTIONS(4406), + [aux_sym_do_clause_repeat1] = STATE(20), + [sym__ws] = ACTIONS(4408), + [sym_comment] = ACTIONS(4408), [anon_sym_POUND_] = ACTIONS(9), - [anon_sym_POUND] = ACTIONS(724), - [anon_sym_DOT] = ACTIONS(726), - [aux_sym_num_lit_token1] = ACTIONS(728), - [anon_sym_COLON] = ACTIONS(4408), - [anon_sym_COLON_COLON] = ACTIONS(732), - [anon_sym_DQUOTE] = ACTIONS(734), - [sym_nil_lit] = ACTIONS(726), - [aux_sym_sym_lit_token1] = ACTIONS(736), + [anon_sym_POUND] = ACTIONS(636), + [anon_sym_DOT] = ACTIONS(638), + [aux_sym_num_lit_token1] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(4410), + [anon_sym_COLON_COLON] = ACTIONS(644), + [anon_sym_DQUOTE] = ACTIONS(646), + [sym_nil_lit] = ACTIONS(638), + [aux_sym_sym_lit_token1] = ACTIONS(648), [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), - [anon_sym_LPAREN] = ACTIONS(4410), - [anon_sym_POUND0A] = ACTIONS(738), - [anon_sym_POUND0a] = ACTIONS(738), - [anon_sym_POUND_QMARK] = ACTIONS(740), - [anon_sym_POUND_QMARK_AT] = ACTIONS(742), - [anon_sym_POUND_SQUOTE] = ACTIONS(744), - [anon_sym_SQUOTE] = ACTIONS(746), - [anon_sym_BQUOTE] = ACTIONS(748), - [anon_sym_COMMA_AT] = ACTIONS(750), - [anon_sym_COMMA] = ACTIONS(752), + [anon_sym_LPAREN] = ACTIONS(4412), + [anon_sym_POUND0A] = ACTIONS(650), + [anon_sym_POUND0a] = ACTIONS(650), + [anon_sym_POUND_QMARK] = ACTIONS(652), + [anon_sym_POUND_QMARK_AT] = ACTIONS(654), + [anon_sym_POUND_SQUOTE] = ACTIONS(656), + [anon_sym_SQUOTE] = ACTIONS(658), + [anon_sym_BQUOTE] = ACTIONS(660), + [anon_sym_COMMA_AT] = ACTIONS(662), + [anon_sym_COMMA] = ACTIONS(664), [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(726), - [anon_sym_cl] = ACTIONS(4412), - [anon_sym_POUNDP] = ACTIONS(754), - [anon_sym_POUNDp] = ACTIONS(754), - [sym_self_referential_reader_macro] = ACTIONS(756), - [anon_sym_POUND_PLUS] = ACTIONS(758), - [anon_sym_POUND_DASH] = ACTIONS(758), - [anon_sym_POUNDC] = ACTIONS(760), - [anon_sym_POUNDc] = ACTIONS(760), + [sym_fancy_literal] = ACTIONS(638), + [anon_sym_cl] = ACTIONS(4414), + [anon_sym_POUNDP] = ACTIONS(666), + [anon_sym_POUNDp] = ACTIONS(666), + [sym_self_referential_reader_macro] = ACTIONS(668), + [anon_sym_POUND_PLUS] = ACTIONS(670), + [anon_sym_POUND_DASH] = ACTIONS(670), + [anon_sym_POUNDC] = ACTIONS(672), + [anon_sym_POUNDc] = ACTIONS(672), }, [316] = { [sym__gap] = STATE(289), @@ -41217,8 +41217,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -41231,7 +41231,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4432), + [anon_sym_RPAREN] = ACTIONS(4434), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -41284,8 +41284,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(320), - [sym__ws] = ACTIONS(4434), - [sym_comment] = ACTIONS(4434), + [sym__ws] = ACTIONS(4436), + [sym_comment] = ACTIONS(4436), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -41298,7 +41298,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RBRACE] = ACTIONS(4436), + [anon_sym_RBRACE] = ACTIONS(4438), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -41351,8 +41351,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(324), - [sym__ws] = ACTIONS(4438), - [sym_comment] = ACTIONS(4438), + [sym__ws] = ACTIONS(4440), + [sym_comment] = ACTIONS(4440), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -41365,7 +41365,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4440), + [anon_sym_RPAREN] = ACTIONS(4442), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -41418,8 +41418,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -41432,7 +41432,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4442), + [anon_sym_RPAREN] = ACTIONS(4444), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -41485,8 +41485,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -41499,7 +41499,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RBRACE] = ACTIONS(4444), + [anon_sym_RBRACE] = ACTIONS(4446), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -41552,9 +41552,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1991), [aux_sym_source_repeat1] = STATE(375), [aux_sym_list_lit_repeat1] = STATE(2808), - [ts_builtin_sym_end] = ACTIONS(4446), - [sym__ws] = ACTIONS(4448), - [sym_comment] = ACTIONS(4448), + [ts_builtin_sym_end] = ACTIONS(4448), + [sym__ws] = ACTIONS(4450), + [sym_comment] = ACTIONS(4450), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(13), @@ -41619,8 +41619,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(326), - [sym__ws] = ACTIONS(4450), - [sym_comment] = ACTIONS(4450), + [sym__ws] = ACTIONS(4452), + [sym_comment] = ACTIONS(4452), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -41633,7 +41633,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4452), + [anon_sym_RPAREN] = ACTIONS(4454), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -41686,8 +41686,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(327), - [sym__ws] = ACTIONS(4454), - [sym_comment] = ACTIONS(4454), + [sym__ws] = ACTIONS(4456), + [sym_comment] = ACTIONS(4456), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -41700,7 +41700,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4452), + [anon_sym_RPAREN] = ACTIONS(4454), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -41753,8 +41753,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -41767,7 +41767,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4456), + [anon_sym_RPAREN] = ACTIONS(4458), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -41820,8 +41820,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(328), - [sym__ws] = ACTIONS(4458), - [sym_comment] = ACTIONS(4458), + [sym__ws] = ACTIONS(4460), + [sym_comment] = ACTIONS(4460), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -41834,7 +41834,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4460), + [anon_sym_RPAREN] = ACTIONS(4462), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -41887,8 +41887,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -41901,7 +41901,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4462), + [anon_sym_RPAREN] = ACTIONS(4464), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -41954,8 +41954,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -41968,7 +41968,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4464), + [anon_sym_RPAREN] = ACTIONS(4466), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -42021,8 +42021,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -42035,7 +42035,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4466), + [anon_sym_RPAREN] = ACTIONS(4468), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -42057,8 +42057,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDc] = ACTIONS(57), }, [329] = { - [sym__gap] = STATE(332), - [sym_dis_expr] = STATE(332), + [sym__gap] = STATE(331), + [sym_dis_expr] = STATE(331), [sym__form] = STATE(1978), [sym_num_lit] = STATE(1978), [sym_kwd_lit] = STATE(1978), @@ -42087,9 +42087,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(1978), [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(332), - [sym__ws] = ACTIONS(4468), - [sym_comment] = ACTIONS(4468), + [aux_sym__bare_list_lit_repeat1] = STATE(331), + [sym__ws] = ACTIONS(4470), + [sym_comment] = ACTIONS(4470), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -42102,7 +42102,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RBRACE] = ACTIONS(4470), + [anon_sym_RBRACE] = ACTIONS(4472), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -42124,8 +42124,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDc] = ACTIONS(57), }, [330] = { - [sym__gap] = STATE(334), - [sym_dis_expr] = STATE(334), + [sym__gap] = STATE(333), + [sym_dis_expr] = STATE(333), [sym__form] = STATE(1978), [sym_num_lit] = STATE(1978), [sym_kwd_lit] = STATE(1978), @@ -42154,9 +42154,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(1978), [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(350), - [sym__ws] = ACTIONS(4472), - [sym_comment] = ACTIONS(4472), + [aux_sym__bare_list_lit_repeat1] = STATE(334), + [sym__ws] = ACTIONS(4474), + [sym_comment] = ACTIONS(4474), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -42169,7 +42169,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4474), + [anon_sym_RPAREN] = ACTIONS(4476), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -42222,8 +42222,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -42236,7 +42236,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4476), + [anon_sym_RBRACE] = ACTIONS(4478), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -42258,8 +42258,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDc] = ACTIONS(57), }, [332] = { - [sym__gap] = STATE(289), - [sym_dis_expr] = STATE(289), + [sym__gap] = STATE(339), + [sym_dis_expr] = STATE(339), [sym__form] = STATE(1978), [sym_num_lit] = STATE(1978), [sym_kwd_lit] = STATE(1978), @@ -42288,9 +42288,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(1978), [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [aux_sym__bare_list_lit_repeat1] = STATE(335), + [sym__ws] = ACTIONS(4480), + [sym_comment] = ACTIONS(4480), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -42303,7 +42303,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RBRACE] = ACTIONS(4478), + [anon_sym_RPAREN] = ACTIONS(4482), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -42325,8 +42325,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDc] = ACTIONS(57), }, [333] = { - [sym__gap] = STATE(340), - [sym_dis_expr] = STATE(340), + [sym__gap] = STATE(342), + [sym_dis_expr] = STATE(342), [sym__form] = STATE(1978), [sym_num_lit] = STATE(1978), [sym_kwd_lit] = STATE(1978), @@ -42355,9 +42355,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(1978), [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(341), - [sym__ws] = ACTIONS(4480), - [sym_comment] = ACTIONS(4480), + [aux_sym__bare_list_lit_repeat1] = STATE(342), + [sym__ws] = ACTIONS(4484), + [sym_comment] = ACTIONS(4484), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -42392,8 +42392,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDc] = ACTIONS(57), }, [334] = { - [sym__gap] = STATE(343), - [sym_dis_expr] = STATE(343), + [sym__gap] = STATE(289), + [sym_dis_expr] = STATE(289), [sym__form] = STATE(1978), [sym_num_lit] = STATE(1978), [sym_kwd_lit] = STATE(1978), @@ -42422,9 +42422,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(1978), [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(343), - [sym__ws] = ACTIONS(4484), - [sym_comment] = ACTIONS(4484), + [aux_sym__bare_list_lit_repeat1] = STATE(289), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -42437,7 +42437,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4482), + [anon_sym_RPAREN] = ACTIONS(4486), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -42490,8 +42490,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -42504,7 +42504,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4486), + [anon_sym_RPAREN] = ACTIONS(4488), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -42557,8 +42557,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -42571,7 +42571,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RBRACE] = ACTIONS(4488), + [anon_sym_RPAREN] = ACTIONS(4490), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -42593,8 +42593,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDc] = ACTIONS(57), }, [337] = { - [sym__gap] = STATE(289), - [sym_dis_expr] = STATE(289), + [sym__gap] = STATE(300), + [sym_dis_expr] = STATE(300), [sym__form] = STATE(1978), [sym_num_lit] = STATE(1978), [sym_kwd_lit] = STATE(1978), @@ -42623,9 +42623,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(1978), [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [aux_sym__bare_list_lit_repeat1] = STATE(300), + [sym__ws] = ACTIONS(4492), + [sym_comment] = ACTIONS(4492), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -42638,7 +42638,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4490), + [anon_sym_RPAREN] = ACTIONS(4494), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -42691,8 +42691,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -42705,7 +42705,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4492), + [anon_sym_RPAREN] = ACTIONS(4496), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -42727,8 +42727,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDc] = ACTIONS(57), }, [339] = { - [sym__gap] = STATE(384), - [sym_dis_expr] = STATE(384), + [sym__gap] = STATE(343), + [sym_dis_expr] = STATE(343), [sym__form] = STATE(1978), [sym_num_lit] = STATE(1978), [sym_kwd_lit] = STATE(1978), @@ -42757,9 +42757,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(1978), [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(384), - [sym__ws] = ACTIONS(4494), - [sym_comment] = ACTIONS(4494), + [aux_sym__bare_list_lit_repeat1] = STATE(343), + [sym__ws] = ACTIONS(4498), + [sym_comment] = ACTIONS(4498), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -42772,7 +42772,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4496), + [anon_sym_RPAREN] = ACTIONS(4500), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -42794,8 +42794,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDc] = ACTIONS(57), }, [340] = { - [sym__gap] = STATE(344), - [sym_dis_expr] = STATE(344), + [sym__gap] = STATE(298), + [sym_dis_expr] = STATE(298), [sym__form] = STATE(1978), [sym_num_lit] = STATE(1978), [sym_kwd_lit] = STATE(1978), @@ -42824,9 +42824,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(1978), [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(344), - [sym__ws] = ACTIONS(4498), - [sym_comment] = ACTIONS(4498), + [aux_sym__bare_list_lit_repeat1] = STATE(299), + [sym__ws] = ACTIONS(4502), + [sym_comment] = ACTIONS(4502), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -42839,7 +42839,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4500), + [anon_sym_RPAREN] = ACTIONS(4494), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -42861,8 +42861,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDc] = ACTIONS(57), }, [341] = { - [sym__gap] = STATE(289), - [sym_dis_expr] = STATE(289), + [sym__gap] = STATE(297), + [sym_dis_expr] = STATE(297), [sym__form] = STATE(1978), [sym_num_lit] = STATE(1978), [sym_kwd_lit] = STATE(1978), @@ -42891,9 +42891,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(1978), [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [aux_sym__bare_list_lit_repeat1] = STATE(296), + [sym__ws] = ACTIONS(4504), + [sym_comment] = ACTIONS(4504), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -42906,7 +42906,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4502), + [anon_sym_RPAREN] = ACTIONS(4356), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -42928,8 +42928,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDc] = ACTIONS(57), }, [342] = { - [sym__gap] = STATE(298), - [sym_dis_expr] = STATE(298), + [sym__gap] = STATE(289), + [sym_dis_expr] = STATE(289), [sym__form] = STATE(1978), [sym_num_lit] = STATE(1978), [sym_kwd_lit] = STATE(1978), @@ -42958,9 +42958,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(1978), [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(297), - [sym__ws] = ACTIONS(4504), - [sym_comment] = ACTIONS(4504), + [aux_sym__bare_list_lit_repeat1] = STATE(289), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -42973,7 +42973,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4496), + [anon_sym_RPAREN] = ACTIONS(4506), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -43026,8 +43026,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -43040,7 +43040,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4506), + [anon_sym_RPAREN] = ACTIONS(4508), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -43093,8 +43093,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -43107,7 +43107,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4508), + [anon_sym_RBRACE] = ACTIONS(4510), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -43129,8 +43129,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDc] = ACTIONS(57), }, [345] = { - [sym__gap] = STATE(289), - [sym_dis_expr] = STATE(289), + [sym__gap] = STATE(350), + [sym_dis_expr] = STATE(350), [sym__form] = STATE(1978), [sym_num_lit] = STATE(1978), [sym_kwd_lit] = STATE(1978), @@ -43159,9 +43159,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(1978), [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [aux_sym__bare_list_lit_repeat1] = STATE(350), + [sym__ws] = ACTIONS(4512), + [sym_comment] = ACTIONS(4512), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -43174,7 +43174,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RBRACE] = ACTIONS(4510), + [anon_sym_RBRACE] = ACTIONS(4514), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -43196,8 +43196,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDc] = ACTIONS(57), }, [346] = { - [sym__gap] = STATE(336), - [sym_dis_expr] = STATE(336), + [sym__gap] = STATE(908), + [sym_dis_expr] = STATE(908), + [sym__form] = STATE(994), + [sym_num_lit] = STATE(994), + [sym_kwd_lit] = STATE(994), + [sym_str_lit] = STATE(994), + [sym_char_lit] = STATE(994), + [sym_sym_lit] = STATE(1186), + [sym__metadata_lit] = STATE(2901), + [sym_meta_lit] = STATE(2858), + [sym_old_meta_lit] = STATE(2859), + [sym_list_lit] = STATE(994), + [sym__bare_list_lit] = STATE(1187), + [sym_vec_lit] = STATE(994), + [sym_set_lit] = STATE(994), + [sym__bare_set_lit] = STATE(1191), + [sym_read_cond_lit] = STATE(994), + [sym_splicing_read_cond_lit] = STATE(994), + [sym_var_quoting_lit] = STATE(994), + [sym_quoting_lit] = STATE(994), + [sym_syn_quoting_lit] = STATE(994), + [sym_unquote_splicing_lit] = STATE(994), + [sym_unquoting_lit] = STATE(994), + [sym_defun] = STATE(1187), + [sym_loop_macro] = STATE(1187), + [sym_path_lit] = STATE(994), + [sym_package_lit] = STATE(994), + [sym_include_reader_macro] = STATE(994), + [sym_complex_num_lit] = STATE(994), + [aux_sym_dis_expr_repeat1] = STATE(908), + [aux_sym_list_lit_repeat1] = STATE(2827), + [aux_sym_do_clause_repeat1] = STATE(37), + [sym__ws] = ACTIONS(4408), + [sym_comment] = ACTIONS(4408), + [anon_sym_POUND_] = ACTIONS(9), + [anon_sym_POUND] = ACTIONS(636), + [anon_sym_DOT] = ACTIONS(638), + [aux_sym_num_lit_token1] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(4410), + [anon_sym_COLON_COLON] = ACTIONS(644), + [anon_sym_DQUOTE] = ACTIONS(646), + [sym_nil_lit] = ACTIONS(638), + [aux_sym_sym_lit_token1] = ACTIONS(648), + [anon_sym_CARET] = ACTIONS(25), + [anon_sym_POUND_CARET] = ACTIONS(27), + [anon_sym_LPAREN] = ACTIONS(4412), + [anon_sym_POUND0A] = ACTIONS(650), + [anon_sym_POUND0a] = ACTIONS(650), + [anon_sym_POUND_QMARK] = ACTIONS(652), + [anon_sym_POUND_QMARK_AT] = ACTIONS(654), + [anon_sym_POUND_SQUOTE] = ACTIONS(656), + [anon_sym_SQUOTE] = ACTIONS(658), + [anon_sym_BQUOTE] = ACTIONS(660), + [anon_sym_COMMA_AT] = ACTIONS(662), + [anon_sym_COMMA] = ACTIONS(664), + [sym_block_comment] = ACTIONS(47), + [sym_fancy_literal] = ACTIONS(638), + [anon_sym_cl] = ACTIONS(4414), + [anon_sym_POUNDP] = ACTIONS(666), + [anon_sym_POUNDp] = ACTIONS(666), + [sym_self_referential_reader_macro] = ACTIONS(668), + [anon_sym_POUND_PLUS] = ACTIONS(670), + [anon_sym_POUND_DASH] = ACTIONS(670), + [anon_sym_POUNDC] = ACTIONS(672), + [anon_sym_POUNDc] = ACTIONS(672), + }, + [347] = { + [sym__gap] = STATE(289), + [sym_dis_expr] = STATE(289), [sym__form] = STATE(1978), [sym_num_lit] = STATE(1978), [sym_kwd_lit] = STATE(1978), @@ -43226,9 +43293,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(1978), [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(336), - [sym__ws] = ACTIONS(4512), - [sym_comment] = ACTIONS(4512), + [aux_sym__bare_list_lit_repeat1] = STATE(289), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -43241,7 +43308,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RBRACE] = ACTIONS(4514), + [anon_sym_RPAREN] = ACTIONS(4516), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -43262,9 +43329,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDC] = ACTIONS(57), [anon_sym_POUNDc] = ACTIONS(57), }, - [347] = { - [sym__gap] = STATE(299), - [sym_dis_expr] = STATE(299), + [348] = { + [sym__gap] = STATE(289), + [sym_dis_expr] = STATE(289), [sym__form] = STATE(1978), [sym_num_lit] = STATE(1978), [sym_kwd_lit] = STATE(1978), @@ -43293,9 +43360,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(1978), [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(290), - [sym__ws] = ACTIONS(4516), - [sym_comment] = ACTIONS(4516), + [aux_sym__bare_list_lit_repeat1] = STATE(289), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -43308,7 +43375,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4364), + [anon_sym_RPAREN] = ACTIONS(4518), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -43329,7 +43396,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDC] = ACTIONS(57), [anon_sym_POUNDc] = ACTIONS(57), }, - [348] = { + [349] = { [sym__gap] = STATE(289), [sym_dis_expr] = STATE(289), [sym__form] = STATE(1978), @@ -43361,8 +43428,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -43375,7 +43442,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4518), + [anon_sym_RPAREN] = ACTIONS(4520), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -43396,7 +43463,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDC] = ACTIONS(57), [anon_sym_POUNDc] = ACTIONS(57), }, - [349] = { + [350] = { [sym__gap] = STATE(289), [sym_dis_expr] = STATE(289), [sym__form] = STATE(1978), @@ -43428,8 +43495,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -43442,7 +43509,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4520), + [anon_sym_RBRACE] = ACTIONS(4522), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -43463,9 +43530,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDC] = ACTIONS(57), [anon_sym_POUNDc] = ACTIONS(57), }, - [350] = { - [sym__gap] = STATE(289), - [sym_dis_expr] = STATE(289), + [351] = { + [sym__gap] = STATE(355), + [sym_dis_expr] = STATE(355), [sym__form] = STATE(1978), [sym_num_lit] = STATE(1978), [sym_kwd_lit] = STATE(1978), @@ -43494,9 +43561,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(1978), [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [aux_sym__bare_list_lit_repeat1] = STATE(356), + [sym__ws] = ACTIONS(4524), + [sym_comment] = ACTIONS(4524), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -43509,7 +43576,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4522), + [anon_sym_RPAREN] = ACTIONS(4526), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -43530,9 +43597,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDC] = ACTIONS(57), [anon_sym_POUNDc] = ACTIONS(57), }, - [351] = { - [sym__gap] = STATE(355), - [sym_dis_expr] = STATE(355), + [352] = { + [sym__gap] = STATE(357), + [sym_dis_expr] = STATE(357), [sym__form] = STATE(1978), [sym_num_lit] = STATE(1978), [sym_kwd_lit] = STATE(1978), @@ -43561,9 +43628,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(1978), [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(356), - [sym__ws] = ACTIONS(4524), - [sym_comment] = ACTIONS(4524), + [aux_sym__bare_list_lit_repeat1] = STATE(357), + [sym__ws] = ACTIONS(4528), + [sym_comment] = ACTIONS(4528), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -43597,9 +43664,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDC] = ACTIONS(57), [anon_sym_POUNDc] = ACTIONS(57), }, - [352] = { - [sym__gap] = STATE(357), - [sym_dis_expr] = STATE(357), + [353] = { + [sym__gap] = STATE(289), + [sym_dis_expr] = STATE(289), [sym__form] = STATE(1978), [sym_num_lit] = STATE(1978), [sym_kwd_lit] = STATE(1978), @@ -43628,9 +43695,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(1978), [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(357), - [sym__ws] = ACTIONS(4528), - [sym_comment] = ACTIONS(4528), + [aux_sym__bare_list_lit_repeat1] = STATE(289), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -43643,7 +43710,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4526), + [anon_sym_RBRACE] = ACTIONS(4530), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -43664,7 +43731,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDC] = ACTIONS(57), [anon_sym_POUNDc] = ACTIONS(57), }, - [353] = { + [354] = { [sym__gap] = STATE(289), [sym_dis_expr] = STATE(289), [sym__form] = STATE(1978), @@ -43696,8 +43763,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -43710,7 +43777,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RBRACE] = ACTIONS(4530), + [anon_sym_RPAREN] = ACTIONS(4532), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -43731,9 +43798,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDC] = ACTIONS(57), [anon_sym_POUNDc] = ACTIONS(57), }, - [354] = { - [sym__gap] = STATE(289), - [sym_dis_expr] = STATE(289), + [355] = { + [sym__gap] = STATE(358), + [sym_dis_expr] = STATE(358), [sym__form] = STATE(1978), [sym_num_lit] = STATE(1978), [sym_kwd_lit] = STATE(1978), @@ -43762,9 +43829,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(1978), [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [aux_sym__bare_list_lit_repeat1] = STATE(358), + [sym__ws] = ACTIONS(4534), + [sym_comment] = ACTIONS(4534), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -43777,7 +43844,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4532), + [anon_sym_RPAREN] = ACTIONS(4536), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -43798,9 +43865,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDC] = ACTIONS(57), [anon_sym_POUNDc] = ACTIONS(57), }, - [355] = { - [sym__gap] = STATE(358), - [sym_dis_expr] = STATE(358), + [356] = { + [sym__gap] = STATE(289), + [sym_dis_expr] = STATE(289), [sym__form] = STATE(1978), [sym_num_lit] = STATE(1978), [sym_kwd_lit] = STATE(1978), @@ -43829,9 +43896,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(1978), [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(358), - [sym__ws] = ACTIONS(4534), - [sym_comment] = ACTIONS(4534), + [aux_sym__bare_list_lit_repeat1] = STATE(289), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -43844,7 +43911,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(25), [anon_sym_POUND_CARET] = ACTIONS(27), [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4536), + [anon_sym_RPAREN] = ACTIONS(4538), [anon_sym_POUND0A] = ACTIONS(31), [anon_sym_POUND0a] = ACTIONS(31), [anon_sym_POUND_QMARK] = ACTIONS(33), @@ -43865,7 +43932,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDC] = ACTIONS(57), [anon_sym_POUNDc] = ACTIONS(57), }, - [356] = { + [357] = { [sym__gap] = STATE(289), [sym_dis_expr] = STATE(289), [sym__form] = STATE(1978), @@ -43897,75 +43964,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), - [anon_sym_POUND_] = ACTIONS(9), - [anon_sym_POUND] = ACTIONS(11), - [anon_sym_DOT] = ACTIONS(4191), - [aux_sym_num_lit_token1] = ACTIONS(15), - [anon_sym_COLON] = ACTIONS(17), - [anon_sym_COLON_COLON] = ACTIONS(19), - [anon_sym_DQUOTE] = ACTIONS(21), - [sym_nil_lit] = ACTIONS(4191), - [aux_sym_sym_lit_token1] = ACTIONS(23), - [anon_sym_CARET] = ACTIONS(25), - [anon_sym_POUND_CARET] = ACTIONS(27), - [anon_sym_LPAREN] = ACTIONS(29), - [anon_sym_RPAREN] = ACTIONS(4538), - [anon_sym_POUND0A] = ACTIONS(31), - [anon_sym_POUND0a] = ACTIONS(31), - [anon_sym_POUND_QMARK] = ACTIONS(33), - [anon_sym_POUND_QMARK_AT] = ACTIONS(35), - [anon_sym_POUND_SQUOTE] = ACTIONS(37), - [anon_sym_SQUOTE] = ACTIONS(39), - [anon_sym_BQUOTE] = ACTIONS(41), - [anon_sym_COMMA_AT] = ACTIONS(43), - [anon_sym_COMMA] = ACTIONS(45), - [sym_block_comment] = ACTIONS(47), - [sym_fancy_literal] = ACTIONS(4191), - [anon_sym_cl] = ACTIONS(49), - [anon_sym_POUNDP] = ACTIONS(51), - [anon_sym_POUNDp] = ACTIONS(51), - [sym_self_referential_reader_macro] = ACTIONS(4203), - [anon_sym_POUND_PLUS] = ACTIONS(55), - [anon_sym_POUND_DASH] = ACTIONS(55), - [anon_sym_POUNDC] = ACTIONS(57), - [anon_sym_POUNDc] = ACTIONS(57), - }, - [357] = { - [sym__gap] = STATE(289), - [sym_dis_expr] = STATE(289), - [sym__form] = STATE(1978), - [sym_num_lit] = STATE(1978), - [sym_kwd_lit] = STATE(1978), - [sym_str_lit] = STATE(1978), - [sym_char_lit] = STATE(1978), - [sym_sym_lit] = STATE(1878), - [sym__metadata_lit] = STATE(2901), - [sym_meta_lit] = STATE(2858), - [sym_old_meta_lit] = STATE(2859), - [sym_list_lit] = STATE(1978), - [sym__bare_list_lit] = STATE(1877), - [sym_vec_lit] = STATE(1978), - [sym_set_lit] = STATE(1978), - [sym__bare_set_lit] = STATE(1875), - [sym_read_cond_lit] = STATE(1978), - [sym_splicing_read_cond_lit] = STATE(1978), - [sym_var_quoting_lit] = STATE(1978), - [sym_quoting_lit] = STATE(1978), - [sym_syn_quoting_lit] = STATE(1978), - [sym_unquote_splicing_lit] = STATE(1978), - [sym_unquoting_lit] = STATE(1978), - [sym_defun] = STATE(1877), - [sym_loop_macro] = STATE(1877), - [sym_path_lit] = STATE(1978), - [sym_package_lit] = STATE(1978), - [sym_include_reader_macro] = STATE(1978), - [sym_complex_num_lit] = STATE(1978), - [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -44031,8 +44031,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -44299,8 +44299,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -44366,8 +44366,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -44433,8 +44433,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -44634,8 +44634,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -44768,8 +44768,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -44835,8 +44835,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -44902,8 +44902,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -44938,8 +44938,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDc] = ACTIONS(57), }, [372] = { - [sym__gap] = STATE(337), - [sym_dis_expr] = STATE(337), + [sym__gap] = STATE(338), + [sym_dis_expr] = STATE(338), [sym__form] = STATE(1978), [sym_num_lit] = STATE(1978), [sym_kwd_lit] = STATE(1978), @@ -44968,7 +44968,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(1978), [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(337), + [aux_sym__bare_list_lit_repeat1] = STATE(338), [sym__ws] = ACTIONS(4580), [sym_comment] = ACTIONS(4580), [anon_sym_POUND_] = ACTIONS(9), @@ -45036,8 +45036,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -45103,8 +45103,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -45371,8 +45371,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -45438,8 +45438,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -45639,8 +45639,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -45773,8 +45773,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -45840,8 +45840,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -45907,8 +45907,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -45974,8 +45974,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -46010,8 +46010,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDc] = ACTIONS(57), }, [388] = { - [sym__gap] = STATE(292), - [sym_dis_expr] = STATE(292), + [sym__gap] = STATE(337), + [sym_dis_expr] = STATE(337), [sym__form] = STATE(1978), [sym_num_lit] = STATE(1978), [sym_kwd_lit] = STATE(1978), @@ -46040,7 +46040,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(1978), [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(293), + [aux_sym__bare_list_lit_repeat1] = STATE(292), [sym__ws] = ACTIONS(4695), [sym_comment] = ACTIONS(4695), [anon_sym_POUND_] = ACTIONS(9), @@ -46108,8 +46108,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -46242,8 +46242,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -46278,8 +46278,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDc] = ACTIONS(57), }, [392] = { - [sym__gap] = STATE(339), - [sym_dis_expr] = STATE(339), + [sym__gap] = STATE(290), + [sym_dis_expr] = STATE(290), [sym__form] = STATE(1978), [sym_num_lit] = STATE(1978), [sym_kwd_lit] = STATE(1978), @@ -46308,7 +46308,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(1978), [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(338), + [aux_sym__bare_list_lit_repeat1] = STATE(347), [sym__ws] = ACTIONS(4707), [sym_comment] = ACTIONS(4707), [anon_sym_POUND_] = ACTIONS(9), @@ -46345,8 +46345,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUNDc] = ACTIONS(57), }, [393] = { - [sym__gap] = STATE(335), - [sym_dis_expr] = STATE(335), + [sym__gap] = STATE(336), + [sym_dis_expr] = STATE(336), [sym__form] = STATE(1978), [sym_num_lit] = STATE(1978), [sym_kwd_lit] = STATE(1978), @@ -46375,7 +46375,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_include_reader_macro] = STATE(1978), [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), - [aux_sym__bare_list_lit_repeat1] = STATE(335), + [aux_sym__bare_list_lit_repeat1] = STATE(336), [sym__ws] = ACTIONS(4711), [sym_comment] = ACTIONS(4711), [anon_sym_POUND_] = ACTIONS(9), @@ -46510,8 +46510,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -46711,8 +46711,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -46778,8 +46778,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -46979,8 +46979,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -47046,8 +47046,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -47113,8 +47113,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_complex_num_lit] = STATE(1978), [aux_sym_list_lit_repeat1] = STATE(2808), [aux_sym__bare_list_lit_repeat1] = STATE(289), - [sym__ws] = ACTIONS(4354), - [sym_comment] = ACTIONS(4354), + [sym__ws] = ACTIONS(4362), + [sym_comment] = ACTIONS(4362), [anon_sym_POUND_] = ACTIONS(9), [anon_sym_POUND] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4191), @@ -47194,7 +47194,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self_referential_reader_macro, STATE(1489), 1, sym_sym_lit, - STATE(1589), 1, + STATE(1557), 1, sym__bare_set_lit, STATE(2841), 1, aux_sym_list_lit_repeat1, @@ -47231,7 +47231,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(1500), 19, + STATE(1499), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -47960,29 +47960,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(177), 1, + ACTIONS(137), 1, anon_sym_POUND, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -48004,16 +48004,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -48031,7 +48031,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - STATE(22), 19, + STATE(3), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -49694,7 +49694,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self_referential_reader_macro, STATE(1489), 1, sym_sym_lit, - STATE(1589), 1, + STATE(1557), 1, sym__bare_set_lit, STATE(2841), 1, aux_sym_list_lit_repeat1, @@ -49731,7 +49731,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - STATE(1514), 19, + STATE(1517), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -49894,7 +49894,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self_referential_reader_macro, STATE(1489), 1, sym_sym_lit, - STATE(1589), 1, + STATE(1557), 1, sym__bare_set_lit, STATE(2841), 1, aux_sym_list_lit_repeat1, @@ -49931,7 +49931,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(1512), 19, + STATE(1515), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -50060,39 +50060,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(724), 1, + ACTIONS(636), 1, anon_sym_POUND, - ACTIONS(728), 1, + ACTIONS(640), 1, aux_sym_num_lit_token1, - ACTIONS(732), 1, + ACTIONS(644), 1, anon_sym_COLON_COLON, - ACTIONS(734), 1, + ACTIONS(646), 1, anon_sym_DQUOTE, - ACTIONS(736), 1, + ACTIONS(648), 1, aux_sym_sym_lit_token1, - ACTIONS(740), 1, + ACTIONS(652), 1, anon_sym_POUND_QMARK, - ACTIONS(742), 1, + ACTIONS(654), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(744), 1, + ACTIONS(656), 1, anon_sym_POUND_SQUOTE, - ACTIONS(746), 1, + ACTIONS(658), 1, anon_sym_SQUOTE, - ACTIONS(748), 1, + ACTIONS(660), 1, anon_sym_BQUOTE, - ACTIONS(750), 1, + ACTIONS(662), 1, anon_sym_COMMA_AT, - ACTIONS(752), 1, + ACTIONS(664), 1, anon_sym_COMMA, - ACTIONS(4408), 1, - anon_sym_COLON, ACTIONS(4410), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(4412), 1, + anon_sym_LPAREN, + ACTIONS(4414), 1, anon_sym_cl, ACTIONS(4959), 1, sym_self_referential_reader_macro, - STATE(1189), 1, + STATE(1186), 1, sym_sym_lit, STATE(1191), 1, sym__bare_set_lit, @@ -50104,16 +50104,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(738), 2, + ACTIONS(650), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(754), 2, + ACTIONS(666), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(758), 2, + ACTIONS(670), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(760), 2, + ACTIONS(672), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -50123,7 +50123,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, sym_nil_lit, sym_fancy_literal, - STATE(1190), 3, + STATE(1187), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -51292,7 +51292,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_cl, ACTIONS(5057), 1, sym_self_referential_reader_macro, - STATE(2830), 1, + STATE(2823), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -51302,7 +51302,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(4801), 2, sym__ws, @@ -51492,7 +51492,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_cl, ACTIONS(5069), 1, sym_self_referential_reader_macro, - STATE(2830), 1, + STATE(2823), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -51502,7 +51502,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(4801), 2, sym__ws, @@ -51892,7 +51892,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_cl, ACTIONS(5089), 1, sym_self_referential_reader_macro, - STATE(2830), 1, + STATE(2823), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -51902,7 +51902,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(5037), 2, anon_sym_POUND0A, @@ -52060,31 +52060,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1620), 1, + ACTIONS(1598), 1, anon_sym_POUND, - ACTIONS(1624), 1, + ACTIONS(1602), 1, aux_sym_num_lit_token1, - ACTIONS(1628), 1, + ACTIONS(1606), 1, anon_sym_COLON_COLON, - ACTIONS(1630), 1, + ACTIONS(1608), 1, anon_sym_DQUOTE, - ACTIONS(1632), 1, + ACTIONS(1610), 1, aux_sym_sym_lit_token1, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, - ACTIONS(1638), 1, + ACTIONS(1616), 1, anon_sym_POUND_QMARK, - ACTIONS(1640), 1, + ACTIONS(1618), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(1642), 1, + ACTIONS(1620), 1, anon_sym_POUND_SQUOTE, - ACTIONS(1644), 1, + ACTIONS(1622), 1, anon_sym_SQUOTE, - ACTIONS(1646), 1, + ACTIONS(1624), 1, anon_sym_BQUOTE, - ACTIONS(1648), 1, + ACTIONS(1626), 1, anon_sym_COMMA_AT, - ACTIONS(1650), 1, + ACTIONS(1628), 1, anon_sym_COMMA, ACTIONS(5101), 1, anon_sym_COLON, @@ -52096,7 +52096,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(2762), 1, sym_sym_lit, - STATE(2821), 1, + STATE(2840), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -52104,16 +52104,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1636), 2, + ACTIONS(1614), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1662), 2, + ACTIONS(1640), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5097), 2, @@ -52260,31 +52260,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1620), 1, + ACTIONS(1598), 1, anon_sym_POUND, - ACTIONS(1624), 1, + ACTIONS(1602), 1, aux_sym_num_lit_token1, - ACTIONS(1628), 1, + ACTIONS(1606), 1, anon_sym_COLON_COLON, - ACTIONS(1630), 1, + ACTIONS(1608), 1, anon_sym_DQUOTE, - ACTIONS(1632), 1, + ACTIONS(1610), 1, aux_sym_sym_lit_token1, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, - ACTIONS(1638), 1, + ACTIONS(1616), 1, anon_sym_POUND_QMARK, - ACTIONS(1640), 1, + ACTIONS(1618), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(1642), 1, + ACTIONS(1620), 1, anon_sym_POUND_SQUOTE, - ACTIONS(1644), 1, + ACTIONS(1622), 1, anon_sym_SQUOTE, - ACTIONS(1646), 1, + ACTIONS(1624), 1, anon_sym_BQUOTE, - ACTIONS(1648), 1, + ACTIONS(1626), 1, anon_sym_COMMA_AT, - ACTIONS(1650), 1, + ACTIONS(1628), 1, anon_sym_COMMA, ACTIONS(5101), 1, anon_sym_COLON, @@ -52296,7 +52296,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(2762), 1, sym_sym_lit, - STATE(2821), 1, + STATE(2840), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -52304,16 +52304,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1636), 2, + ACTIONS(1614), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1662), 2, + ACTIONS(1640), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5111), 2, @@ -52592,7 +52592,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_cl, ACTIONS(5131), 1, sym_self_referential_reader_macro, - STATE(2830), 1, + STATE(2823), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -52602,7 +52602,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(4801), 2, sym__ws, @@ -52692,7 +52692,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_cl, ACTIONS(5137), 1, sym_self_referential_reader_macro, - STATE(2830), 1, + STATE(2823), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -52702,7 +52702,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(5037), 2, anon_sym_POUND0A, @@ -52892,7 +52892,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_cl, ACTIONS(5145), 1, sym_self_referential_reader_macro, - STATE(2830), 1, + STATE(2823), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -52902,7 +52902,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(4801), 2, sym__ws, @@ -52992,7 +52992,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_cl, ACTIONS(5149), 1, sym_self_referential_reader_macro, - STATE(2830), 1, + STATE(2823), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -53002,7 +53002,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(4801), 2, sym__ws, @@ -53031,7 +53031,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2926), 19, + STATE(2925), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -53192,7 +53192,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_cl, ACTIONS(5161), 1, sym_self_referential_reader_macro, - STATE(2830), 1, + STATE(2823), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -53202,7 +53202,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(5037), 2, anon_sym_POUND0A, @@ -53292,7 +53292,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_cl, ACTIONS(5167), 1, sym_self_referential_reader_macro, - STATE(2830), 1, + STATE(2823), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -53302,7 +53302,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(5037), 2, anon_sym_POUND0A, @@ -53331,7 +53331,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2977), 19, + STATE(2980), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -53502,7 +53502,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(4801), 2, sym__ws, @@ -53531,7 +53531,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(3074), 19, + STATE(3070), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -53592,7 +53592,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_cl, ACTIONS(5205), 1, sym_self_referential_reader_macro, - STATE(2830), 1, + STATE(2823), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -53602,7 +53602,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(4801), 2, sym__ws, @@ -53631,7 +53631,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2958), 19, + STATE(2961), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -53692,7 +53692,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_cl, ACTIONS(5209), 1, sym_self_referential_reader_macro, - STATE(2830), 1, + STATE(2823), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -53702,7 +53702,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(4801), 2, sym__ws, @@ -53731,7 +53731,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2956), 19, + STATE(2960), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -53792,7 +53792,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_cl, ACTIONS(5215), 1, sym_self_referential_reader_macro, - STATE(2830), 1, + STATE(2823), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -53802,7 +53802,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(5037), 2, anon_sym_POUND0A, @@ -53831,7 +53831,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2988), 19, + STATE(2905), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -53892,7 +53892,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_cl, ACTIONS(5219), 1, sym_self_referential_reader_macro, - STATE(2830), 1, + STATE(2823), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -53902,7 +53902,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(4801), 2, sym__ws, @@ -53931,7 +53931,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2948), 19, + STATE(2950), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -54002,7 +54002,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(5055), 2, anon_sym_POUNDP, @@ -54031,7 +54031,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(3056), 19, + STATE(3081), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -54092,7 +54092,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_cl, ACTIONS(5231), 1, sym_self_referential_reader_macro, - STATE(2830), 1, + STATE(2823), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -54102,7 +54102,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(5037), 2, anon_sym_POUND0A, @@ -54131,7 +54131,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2939), 19, + STATE(2944), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -54192,7 +54192,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_cl, ACTIONS(5237), 1, sym_self_referential_reader_macro, - STATE(2830), 1, + STATE(2823), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -54202,7 +54202,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(5037), 2, anon_sym_POUND0A, @@ -54231,7 +54231,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2944), 19, + STATE(2948), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -54292,7 +54292,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_cl, ACTIONS(5243), 1, sym_self_referential_reader_macro, - STATE(2830), 1, + STATE(2823), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -54302,7 +54302,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(5037), 2, anon_sym_POUND0A, @@ -54331,7 +54331,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2961), 19, + STATE(2963), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -54402,7 +54402,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(4801), 2, sym__ws, @@ -54502,7 +54502,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(4801), 2, sym__ws, @@ -54531,7 +54531,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(3093), 19, + STATE(3097), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -54592,7 +54592,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_cl, ACTIONS(5255), 1, sym_self_referential_reader_macro, - STATE(2830), 1, + STATE(2823), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -54602,7 +54602,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(4801), 2, sym__ws, @@ -54631,7 +54631,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2973), 19, + STATE(2977), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -54692,7 +54692,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_cl, ACTIONS(5259), 1, sym_self_referential_reader_macro, - STATE(2830), 1, + STATE(2823), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -54702,7 +54702,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(4801), 2, sym__ws, @@ -54731,7 +54731,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2974), 19, + STATE(2979), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -54792,7 +54792,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_cl, ACTIONS(5263), 1, sym_self_referential_reader_macro, - STATE(2830), 1, + STATE(2823), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -54802,7 +54802,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(4801), 2, sym__ws, @@ -54831,7 +54831,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2979), 19, + STATE(2981), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -54860,29 +54860,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(177), 1, + ACTIONS(137), 1, anon_sym_POUND, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -54904,16 +54904,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -55002,7 +55002,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(5055), 2, anon_sym_POUNDP, @@ -55031,7 +55031,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(3063), 19, + STATE(3062), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -55102,7 +55102,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(5055), 2, anon_sym_POUNDP, @@ -55131,7 +55131,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(3062), 19, + STATE(3061), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -55192,7 +55192,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_cl, ACTIONS(5285), 1, sym_self_referential_reader_macro, - STATE(2830), 1, + STATE(2823), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -55202,7 +55202,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(5037), 2, anon_sym_POUND0A, @@ -55292,7 +55292,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_cl, ACTIONS(5291), 1, sym_self_referential_reader_macro, - STATE(2830), 1, + STATE(2823), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -55302,7 +55302,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(5037), 2, anon_sym_POUND0A, @@ -55392,7 +55392,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_cl, ACTIONS(5297), 1, sym_self_referential_reader_macro, - STATE(2830), 1, + STATE(2823), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -55402,7 +55402,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(5037), 2, anon_sym_POUND0A, @@ -55460,39 +55460,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(724), 1, + ACTIONS(636), 1, anon_sym_POUND, - ACTIONS(728), 1, + ACTIONS(640), 1, aux_sym_num_lit_token1, - ACTIONS(732), 1, + ACTIONS(644), 1, anon_sym_COLON_COLON, - ACTIONS(734), 1, + ACTIONS(646), 1, anon_sym_DQUOTE, - ACTIONS(736), 1, + ACTIONS(648), 1, aux_sym_sym_lit_token1, - ACTIONS(740), 1, + ACTIONS(652), 1, anon_sym_POUND_QMARK, - ACTIONS(742), 1, + ACTIONS(654), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(744), 1, + ACTIONS(656), 1, anon_sym_POUND_SQUOTE, - ACTIONS(746), 1, + ACTIONS(658), 1, anon_sym_SQUOTE, - ACTIONS(748), 1, + ACTIONS(660), 1, anon_sym_BQUOTE, - ACTIONS(750), 1, + ACTIONS(662), 1, anon_sym_COMMA_AT, - ACTIONS(752), 1, + ACTIONS(664), 1, anon_sym_COMMA, - ACTIONS(4408), 1, - anon_sym_COLON, ACTIONS(4410), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(4412), 1, + anon_sym_LPAREN, + ACTIONS(4414), 1, anon_sym_cl, ACTIONS(5301), 1, sym_self_referential_reader_macro, - STATE(1189), 1, + STATE(1186), 1, sym_sym_lit, STATE(1191), 1, sym__bare_set_lit, @@ -55504,16 +55504,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(738), 2, + ACTIONS(650), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(754), 2, + ACTIONS(666), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(758), 2, + ACTIONS(670), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(760), 2, + ACTIONS(672), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -55523,7 +55523,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, sym_nil_lit, sym_fancy_literal, - STATE(1190), 3, + STATE(1187), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -55560,39 +55560,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(724), 1, + ACTIONS(636), 1, anon_sym_POUND, - ACTIONS(728), 1, + ACTIONS(640), 1, aux_sym_num_lit_token1, - ACTIONS(732), 1, + ACTIONS(644), 1, anon_sym_COLON_COLON, - ACTIONS(734), 1, + ACTIONS(646), 1, anon_sym_DQUOTE, - ACTIONS(736), 1, + ACTIONS(648), 1, aux_sym_sym_lit_token1, - ACTIONS(740), 1, + ACTIONS(652), 1, anon_sym_POUND_QMARK, - ACTIONS(742), 1, + ACTIONS(654), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(744), 1, + ACTIONS(656), 1, anon_sym_POUND_SQUOTE, - ACTIONS(746), 1, + ACTIONS(658), 1, anon_sym_SQUOTE, - ACTIONS(748), 1, + ACTIONS(660), 1, anon_sym_BQUOTE, - ACTIONS(750), 1, + ACTIONS(662), 1, anon_sym_COMMA_AT, - ACTIONS(752), 1, + ACTIONS(664), 1, anon_sym_COMMA, - ACTIONS(4408), 1, - anon_sym_COLON, ACTIONS(4410), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(4412), 1, + anon_sym_LPAREN, + ACTIONS(4414), 1, anon_sym_cl, ACTIONS(5305), 1, sym_self_referential_reader_macro, - STATE(1189), 1, + STATE(1186), 1, sym_sym_lit, STATE(1191), 1, sym__bare_set_lit, @@ -55604,16 +55604,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(738), 2, + ACTIONS(650), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(754), 2, + ACTIONS(666), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(758), 2, + ACTIONS(670), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(760), 2, + ACTIONS(672), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -55623,7 +55623,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, sym_nil_lit, sym_fancy_literal, - STATE(1190), 3, + STATE(1187), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -55660,39 +55660,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(724), 1, + ACTIONS(636), 1, anon_sym_POUND, - ACTIONS(728), 1, + ACTIONS(640), 1, aux_sym_num_lit_token1, - ACTIONS(732), 1, + ACTIONS(644), 1, anon_sym_COLON_COLON, - ACTIONS(734), 1, + ACTIONS(646), 1, anon_sym_DQUOTE, - ACTIONS(736), 1, + ACTIONS(648), 1, aux_sym_sym_lit_token1, - ACTIONS(740), 1, + ACTIONS(652), 1, anon_sym_POUND_QMARK, - ACTIONS(742), 1, + ACTIONS(654), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(744), 1, + ACTIONS(656), 1, anon_sym_POUND_SQUOTE, - ACTIONS(746), 1, + ACTIONS(658), 1, anon_sym_SQUOTE, - ACTIONS(748), 1, + ACTIONS(660), 1, anon_sym_BQUOTE, - ACTIONS(750), 1, + ACTIONS(662), 1, anon_sym_COMMA_AT, - ACTIONS(752), 1, + ACTIONS(664), 1, anon_sym_COMMA, - ACTIONS(4408), 1, - anon_sym_COLON, ACTIONS(4410), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(4412), 1, + anon_sym_LPAREN, + ACTIONS(4414), 1, anon_sym_cl, ACTIONS(5311), 1, sym_self_referential_reader_macro, - STATE(1189), 1, + STATE(1186), 1, sym_sym_lit, STATE(1191), 1, sym__bare_set_lit, @@ -55704,16 +55704,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(738), 2, + ACTIONS(650), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(754), 2, + ACTIONS(666), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(758), 2, + ACTIONS(670), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(760), 2, + ACTIONS(672), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5307), 2, @@ -55727,7 +55727,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - STATE(1190), 3, + STATE(1187), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -55760,39 +55760,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(724), 1, + ACTIONS(636), 1, anon_sym_POUND, - ACTIONS(728), 1, + ACTIONS(640), 1, aux_sym_num_lit_token1, - ACTIONS(732), 1, + ACTIONS(644), 1, anon_sym_COLON_COLON, - ACTIONS(734), 1, + ACTIONS(646), 1, anon_sym_DQUOTE, - ACTIONS(736), 1, + ACTIONS(648), 1, aux_sym_sym_lit_token1, - ACTIONS(740), 1, + ACTIONS(652), 1, anon_sym_POUND_QMARK, - ACTIONS(742), 1, + ACTIONS(654), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(744), 1, + ACTIONS(656), 1, anon_sym_POUND_SQUOTE, - ACTIONS(746), 1, + ACTIONS(658), 1, anon_sym_SQUOTE, - ACTIONS(748), 1, + ACTIONS(660), 1, anon_sym_BQUOTE, - ACTIONS(750), 1, + ACTIONS(662), 1, anon_sym_COMMA_AT, - ACTIONS(752), 1, + ACTIONS(664), 1, anon_sym_COMMA, - ACTIONS(4408), 1, - anon_sym_COLON, ACTIONS(4410), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(4412), 1, + anon_sym_LPAREN, + ACTIONS(4414), 1, anon_sym_cl, ACTIONS(5315), 1, sym_self_referential_reader_macro, - STATE(1189), 1, + STATE(1186), 1, sym_sym_lit, STATE(1191), 1, sym__bare_set_lit, @@ -55804,16 +55804,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(738), 2, + ACTIONS(650), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(754), 2, + ACTIONS(666), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(758), 2, + ACTIONS(670), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(760), 2, + ACTIONS(672), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -55823,7 +55823,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, sym_nil_lit, sym_fancy_literal, - STATE(1190), 3, + STATE(1187), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -55860,39 +55860,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(724), 1, + ACTIONS(636), 1, anon_sym_POUND, - ACTIONS(728), 1, + ACTIONS(640), 1, aux_sym_num_lit_token1, - ACTIONS(732), 1, + ACTIONS(644), 1, anon_sym_COLON_COLON, - ACTIONS(734), 1, + ACTIONS(646), 1, anon_sym_DQUOTE, - ACTIONS(736), 1, + ACTIONS(648), 1, aux_sym_sym_lit_token1, - ACTIONS(740), 1, + ACTIONS(652), 1, anon_sym_POUND_QMARK, - ACTIONS(742), 1, + ACTIONS(654), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(744), 1, + ACTIONS(656), 1, anon_sym_POUND_SQUOTE, - ACTIONS(746), 1, + ACTIONS(658), 1, anon_sym_SQUOTE, - ACTIONS(748), 1, + ACTIONS(660), 1, anon_sym_BQUOTE, - ACTIONS(750), 1, + ACTIONS(662), 1, anon_sym_COMMA_AT, - ACTIONS(752), 1, + ACTIONS(664), 1, anon_sym_COMMA, - ACTIONS(4408), 1, - anon_sym_COLON, ACTIONS(4410), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(4412), 1, + anon_sym_LPAREN, + ACTIONS(4414), 1, anon_sym_cl, ACTIONS(5321), 1, sym_self_referential_reader_macro, - STATE(1189), 1, + STATE(1186), 1, sym_sym_lit, STATE(1191), 1, sym__bare_set_lit, @@ -55904,16 +55904,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(738), 2, + ACTIONS(650), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(754), 2, + ACTIONS(666), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(758), 2, + ACTIONS(670), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(760), 2, + ACTIONS(672), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5317), 2, @@ -55927,7 +55927,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - STATE(1190), 3, + STATE(1187), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -55960,39 +55960,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(724), 1, + ACTIONS(636), 1, anon_sym_POUND, - ACTIONS(728), 1, + ACTIONS(640), 1, aux_sym_num_lit_token1, - ACTIONS(732), 1, + ACTIONS(644), 1, anon_sym_COLON_COLON, - ACTIONS(734), 1, + ACTIONS(646), 1, anon_sym_DQUOTE, - ACTIONS(736), 1, + ACTIONS(648), 1, aux_sym_sym_lit_token1, - ACTIONS(740), 1, + ACTIONS(652), 1, anon_sym_POUND_QMARK, - ACTIONS(742), 1, + ACTIONS(654), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(744), 1, + ACTIONS(656), 1, anon_sym_POUND_SQUOTE, - ACTIONS(746), 1, + ACTIONS(658), 1, anon_sym_SQUOTE, - ACTIONS(748), 1, + ACTIONS(660), 1, anon_sym_BQUOTE, - ACTIONS(750), 1, + ACTIONS(662), 1, anon_sym_COMMA_AT, - ACTIONS(752), 1, + ACTIONS(664), 1, anon_sym_COMMA, - ACTIONS(4408), 1, - anon_sym_COLON, ACTIONS(4410), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(4412), 1, + anon_sym_LPAREN, + ACTIONS(4414), 1, anon_sym_cl, ACTIONS(5325), 1, sym_self_referential_reader_macro, - STATE(1189), 1, + STATE(1186), 1, sym_sym_lit, STATE(1191), 1, sym__bare_set_lit, @@ -56004,16 +56004,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(738), 2, + ACTIONS(650), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(754), 2, + ACTIONS(666), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(758), 2, + ACTIONS(670), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(760), 2, + ACTIONS(672), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -56023,7 +56023,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, sym_nil_lit, sym_fancy_literal, - STATE(1190), 3, + STATE(1187), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -56060,39 +56060,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(724), 1, + ACTIONS(636), 1, anon_sym_POUND, - ACTIONS(728), 1, + ACTIONS(640), 1, aux_sym_num_lit_token1, - ACTIONS(732), 1, + ACTIONS(644), 1, anon_sym_COLON_COLON, - ACTIONS(734), 1, + ACTIONS(646), 1, anon_sym_DQUOTE, - ACTIONS(736), 1, + ACTIONS(648), 1, aux_sym_sym_lit_token1, - ACTIONS(740), 1, + ACTIONS(652), 1, anon_sym_POUND_QMARK, - ACTIONS(742), 1, + ACTIONS(654), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(744), 1, + ACTIONS(656), 1, anon_sym_POUND_SQUOTE, - ACTIONS(746), 1, + ACTIONS(658), 1, anon_sym_SQUOTE, - ACTIONS(748), 1, + ACTIONS(660), 1, anon_sym_BQUOTE, - ACTIONS(750), 1, + ACTIONS(662), 1, anon_sym_COMMA_AT, - ACTIONS(752), 1, + ACTIONS(664), 1, anon_sym_COMMA, - ACTIONS(4408), 1, - anon_sym_COLON, ACTIONS(4410), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(4412), 1, + anon_sym_LPAREN, + ACTIONS(4414), 1, anon_sym_cl, ACTIONS(5329), 1, sym_self_referential_reader_macro, - STATE(1189), 1, + STATE(1186), 1, sym_sym_lit, STATE(1191), 1, sym__bare_set_lit, @@ -56104,16 +56104,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(738), 2, + ACTIONS(650), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(754), 2, + ACTIONS(666), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(758), 2, + ACTIONS(670), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(760), 2, + ACTIONS(672), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -56123,7 +56123,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, sym_nil_lit, sym_fancy_literal, - STATE(1190), 3, + STATE(1187), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -56160,39 +56160,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(724), 1, + ACTIONS(636), 1, anon_sym_POUND, - ACTIONS(728), 1, + ACTIONS(640), 1, aux_sym_num_lit_token1, - ACTIONS(732), 1, + ACTIONS(644), 1, anon_sym_COLON_COLON, - ACTIONS(734), 1, + ACTIONS(646), 1, anon_sym_DQUOTE, - ACTIONS(736), 1, + ACTIONS(648), 1, aux_sym_sym_lit_token1, - ACTIONS(740), 1, + ACTIONS(652), 1, anon_sym_POUND_QMARK, - ACTIONS(742), 1, + ACTIONS(654), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(744), 1, + ACTIONS(656), 1, anon_sym_POUND_SQUOTE, - ACTIONS(746), 1, + ACTIONS(658), 1, anon_sym_SQUOTE, - ACTIONS(748), 1, + ACTIONS(660), 1, anon_sym_BQUOTE, - ACTIONS(750), 1, + ACTIONS(662), 1, anon_sym_COMMA_AT, - ACTIONS(752), 1, + ACTIONS(664), 1, anon_sym_COMMA, - ACTIONS(4408), 1, - anon_sym_COLON, ACTIONS(4410), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(4412), 1, + anon_sym_LPAREN, + ACTIONS(4414), 1, anon_sym_cl, ACTIONS(5335), 1, sym_self_referential_reader_macro, - STATE(1189), 1, + STATE(1186), 1, sym_sym_lit, STATE(1191), 1, sym__bare_set_lit, @@ -56204,16 +56204,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(738), 2, + ACTIONS(650), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(754), 2, + ACTIONS(666), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(758), 2, + ACTIONS(670), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(760), 2, + ACTIONS(672), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5331), 2, @@ -56227,7 +56227,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - STATE(1190), 3, + STATE(1187), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -56260,39 +56260,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(724), 1, + ACTIONS(636), 1, anon_sym_POUND, - ACTIONS(728), 1, + ACTIONS(640), 1, aux_sym_num_lit_token1, - ACTIONS(732), 1, + ACTIONS(644), 1, anon_sym_COLON_COLON, - ACTIONS(734), 1, + ACTIONS(646), 1, anon_sym_DQUOTE, - ACTIONS(736), 1, + ACTIONS(648), 1, aux_sym_sym_lit_token1, - ACTIONS(740), 1, + ACTIONS(652), 1, anon_sym_POUND_QMARK, - ACTIONS(742), 1, + ACTIONS(654), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(744), 1, + ACTIONS(656), 1, anon_sym_POUND_SQUOTE, - ACTIONS(746), 1, + ACTIONS(658), 1, anon_sym_SQUOTE, - ACTIONS(748), 1, + ACTIONS(660), 1, anon_sym_BQUOTE, - ACTIONS(750), 1, + ACTIONS(662), 1, anon_sym_COMMA_AT, - ACTIONS(752), 1, + ACTIONS(664), 1, anon_sym_COMMA, - ACTIONS(4408), 1, - anon_sym_COLON, ACTIONS(4410), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(4412), 1, + anon_sym_LPAREN, + ACTIONS(4414), 1, anon_sym_cl, ACTIONS(5341), 1, sym_self_referential_reader_macro, - STATE(1189), 1, + STATE(1186), 1, sym_sym_lit, STATE(1191), 1, sym__bare_set_lit, @@ -56304,16 +56304,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(738), 2, + ACTIONS(650), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(754), 2, + ACTIONS(666), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(758), 2, + ACTIONS(670), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(760), 2, + ACTIONS(672), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5337), 2, @@ -56327,7 +56327,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - STATE(1190), 3, + STATE(1187), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -56392,7 +56392,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_cl, ACTIONS(5345), 1, sym_self_referential_reader_macro, - STATE(2830), 1, + STATE(2823), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -56402,7 +56402,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(4801), 2, sym__ws, @@ -56460,39 +56460,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(724), 1, + ACTIONS(636), 1, anon_sym_POUND, - ACTIONS(728), 1, + ACTIONS(640), 1, aux_sym_num_lit_token1, - ACTIONS(732), 1, + ACTIONS(644), 1, anon_sym_COLON_COLON, - ACTIONS(734), 1, + ACTIONS(646), 1, anon_sym_DQUOTE, - ACTIONS(736), 1, + ACTIONS(648), 1, aux_sym_sym_lit_token1, - ACTIONS(740), 1, + ACTIONS(652), 1, anon_sym_POUND_QMARK, - ACTIONS(742), 1, + ACTIONS(654), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(744), 1, + ACTIONS(656), 1, anon_sym_POUND_SQUOTE, - ACTIONS(746), 1, + ACTIONS(658), 1, anon_sym_SQUOTE, - ACTIONS(748), 1, + ACTIONS(660), 1, anon_sym_BQUOTE, - ACTIONS(750), 1, + ACTIONS(662), 1, anon_sym_COMMA_AT, - ACTIONS(752), 1, + ACTIONS(664), 1, anon_sym_COMMA, - ACTIONS(4408), 1, - anon_sym_COLON, ACTIONS(4410), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(4412), 1, + anon_sym_LPAREN, + ACTIONS(4414), 1, anon_sym_cl, ACTIONS(5349), 1, sym_self_referential_reader_macro, - STATE(1189), 1, + STATE(1186), 1, sym_sym_lit, STATE(1191), 1, sym__bare_set_lit, @@ -56504,16 +56504,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(738), 2, + ACTIONS(650), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(754), 2, + ACTIONS(666), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(758), 2, + ACTIONS(670), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(760), 2, + ACTIONS(672), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -56523,7 +56523,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, sym_nil_lit, sym_fancy_literal, - STATE(1190), 3, + STATE(1187), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -56560,39 +56560,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(724), 1, + ACTIONS(636), 1, anon_sym_POUND, - ACTIONS(728), 1, + ACTIONS(640), 1, aux_sym_num_lit_token1, - ACTIONS(732), 1, + ACTIONS(644), 1, anon_sym_COLON_COLON, - ACTIONS(734), 1, + ACTIONS(646), 1, anon_sym_DQUOTE, - ACTIONS(736), 1, + ACTIONS(648), 1, aux_sym_sym_lit_token1, - ACTIONS(740), 1, + ACTIONS(652), 1, anon_sym_POUND_QMARK, - ACTIONS(742), 1, + ACTIONS(654), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(744), 1, + ACTIONS(656), 1, anon_sym_POUND_SQUOTE, - ACTIONS(746), 1, + ACTIONS(658), 1, anon_sym_SQUOTE, - ACTIONS(748), 1, + ACTIONS(660), 1, anon_sym_BQUOTE, - ACTIONS(750), 1, + ACTIONS(662), 1, anon_sym_COMMA_AT, - ACTIONS(752), 1, + ACTIONS(664), 1, anon_sym_COMMA, - ACTIONS(4408), 1, - anon_sym_COLON, ACTIONS(4410), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(4412), 1, + anon_sym_LPAREN, + ACTIONS(4414), 1, anon_sym_cl, ACTIONS(5353), 1, sym_self_referential_reader_macro, - STATE(1189), 1, + STATE(1186), 1, sym_sym_lit, STATE(1191), 1, sym__bare_set_lit, @@ -56604,16 +56604,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(738), 2, + ACTIONS(650), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(754), 2, + ACTIONS(666), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(758), 2, + ACTIONS(670), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(760), 2, + ACTIONS(672), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -56623,7 +56623,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, sym_nil_lit, sym_fancy_literal, - STATE(1190), 3, + STATE(1187), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -56660,39 +56660,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(724), 1, + ACTIONS(636), 1, anon_sym_POUND, - ACTIONS(728), 1, + ACTIONS(640), 1, aux_sym_num_lit_token1, - ACTIONS(732), 1, + ACTIONS(644), 1, anon_sym_COLON_COLON, - ACTIONS(734), 1, + ACTIONS(646), 1, anon_sym_DQUOTE, - ACTIONS(736), 1, + ACTIONS(648), 1, aux_sym_sym_lit_token1, - ACTIONS(740), 1, + ACTIONS(652), 1, anon_sym_POUND_QMARK, - ACTIONS(742), 1, + ACTIONS(654), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(744), 1, + ACTIONS(656), 1, anon_sym_POUND_SQUOTE, - ACTIONS(746), 1, + ACTIONS(658), 1, anon_sym_SQUOTE, - ACTIONS(748), 1, + ACTIONS(660), 1, anon_sym_BQUOTE, - ACTIONS(750), 1, + ACTIONS(662), 1, anon_sym_COMMA_AT, - ACTIONS(752), 1, + ACTIONS(664), 1, anon_sym_COMMA, - ACTIONS(4408), 1, - anon_sym_COLON, ACTIONS(4410), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(4412), 1, + anon_sym_LPAREN, + ACTIONS(4414), 1, anon_sym_cl, ACTIONS(5359), 1, sym_self_referential_reader_macro, - STATE(1189), 1, + STATE(1186), 1, sym_sym_lit, STATE(1191), 1, sym__bare_set_lit, @@ -56704,16 +56704,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(738), 2, + ACTIONS(650), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(754), 2, + ACTIONS(666), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(758), 2, + ACTIONS(670), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(760), 2, + ACTIONS(672), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5355), 2, @@ -56727,7 +56727,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - STATE(1190), 3, + STATE(1187), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -56760,39 +56760,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(724), 1, + ACTIONS(636), 1, anon_sym_POUND, - ACTIONS(728), 1, + ACTIONS(640), 1, aux_sym_num_lit_token1, - ACTIONS(732), 1, + ACTIONS(644), 1, anon_sym_COLON_COLON, - ACTIONS(734), 1, + ACTIONS(646), 1, anon_sym_DQUOTE, - ACTIONS(736), 1, + ACTIONS(648), 1, aux_sym_sym_lit_token1, - ACTIONS(740), 1, + ACTIONS(652), 1, anon_sym_POUND_QMARK, - ACTIONS(742), 1, + ACTIONS(654), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(744), 1, + ACTIONS(656), 1, anon_sym_POUND_SQUOTE, - ACTIONS(746), 1, + ACTIONS(658), 1, anon_sym_SQUOTE, - ACTIONS(748), 1, + ACTIONS(660), 1, anon_sym_BQUOTE, - ACTIONS(750), 1, + ACTIONS(662), 1, anon_sym_COMMA_AT, - ACTIONS(752), 1, + ACTIONS(664), 1, anon_sym_COMMA, - ACTIONS(4408), 1, - anon_sym_COLON, ACTIONS(4410), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(4412), 1, + anon_sym_LPAREN, + ACTIONS(4414), 1, anon_sym_cl, ACTIONS(5363), 1, sym_self_referential_reader_macro, - STATE(1189), 1, + STATE(1186), 1, sym_sym_lit, STATE(1191), 1, sym__bare_set_lit, @@ -56804,16 +56804,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(738), 2, + ACTIONS(650), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(754), 2, + ACTIONS(666), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(758), 2, + ACTIONS(670), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(760), 2, + ACTIONS(672), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -56823,7 +56823,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, sym_nil_lit, sym_fancy_literal, - STATE(1190), 3, + STATE(1187), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -56892,7 +56892,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(5053), 1, anon_sym_cl, - STATE(2830), 1, + STATE(2823), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -56902,7 +56902,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(5037), 2, anon_sym_POUND0A, @@ -56960,39 +56960,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(724), 1, + ACTIONS(636), 1, anon_sym_POUND, - ACTIONS(728), 1, + ACTIONS(640), 1, aux_sym_num_lit_token1, - ACTIONS(732), 1, + ACTIONS(644), 1, anon_sym_COLON_COLON, - ACTIONS(734), 1, + ACTIONS(646), 1, anon_sym_DQUOTE, - ACTIONS(736), 1, + ACTIONS(648), 1, aux_sym_sym_lit_token1, - ACTIONS(740), 1, + ACTIONS(652), 1, anon_sym_POUND_QMARK, - ACTIONS(742), 1, + ACTIONS(654), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(744), 1, + ACTIONS(656), 1, anon_sym_POUND_SQUOTE, - ACTIONS(746), 1, + ACTIONS(658), 1, anon_sym_SQUOTE, - ACTIONS(748), 1, + ACTIONS(660), 1, anon_sym_BQUOTE, - ACTIONS(750), 1, + ACTIONS(662), 1, anon_sym_COMMA_AT, - ACTIONS(752), 1, + ACTIONS(664), 1, anon_sym_COMMA, - ACTIONS(4408), 1, - anon_sym_COLON, ACTIONS(4410), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(4412), 1, + anon_sym_LPAREN, + ACTIONS(4414), 1, anon_sym_cl, ACTIONS(5371), 1, sym_self_referential_reader_macro, - STATE(1189), 1, + STATE(1186), 1, sym_sym_lit, STATE(1191), 1, sym__bare_set_lit, @@ -57004,16 +57004,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(738), 2, + ACTIONS(650), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(754), 2, + ACTIONS(666), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(758), 2, + ACTIONS(670), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(760), 2, + ACTIONS(672), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5367), 2, @@ -57027,7 +57027,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - STATE(1190), 3, + STATE(1187), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -57060,39 +57060,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(724), 1, + ACTIONS(636), 1, anon_sym_POUND, - ACTIONS(728), 1, + ACTIONS(640), 1, aux_sym_num_lit_token1, - ACTIONS(732), 1, + ACTIONS(644), 1, anon_sym_COLON_COLON, - ACTIONS(734), 1, + ACTIONS(646), 1, anon_sym_DQUOTE, - ACTIONS(736), 1, + ACTIONS(648), 1, aux_sym_sym_lit_token1, - ACTIONS(740), 1, + ACTIONS(652), 1, anon_sym_POUND_QMARK, - ACTIONS(742), 1, + ACTIONS(654), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(744), 1, + ACTIONS(656), 1, anon_sym_POUND_SQUOTE, - ACTIONS(746), 1, + ACTIONS(658), 1, anon_sym_SQUOTE, - ACTIONS(748), 1, + ACTIONS(660), 1, anon_sym_BQUOTE, - ACTIONS(750), 1, + ACTIONS(662), 1, anon_sym_COMMA_AT, - ACTIONS(752), 1, + ACTIONS(664), 1, anon_sym_COMMA, - ACTIONS(4408), 1, - anon_sym_COLON, ACTIONS(4410), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(4412), 1, + anon_sym_LPAREN, + ACTIONS(4414), 1, anon_sym_cl, ACTIONS(5377), 1, sym_self_referential_reader_macro, - STATE(1189), 1, + STATE(1186), 1, sym_sym_lit, STATE(1191), 1, sym__bare_set_lit, @@ -57104,16 +57104,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(738), 2, + ACTIONS(650), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(754), 2, + ACTIONS(666), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(758), 2, + ACTIONS(670), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(760), 2, + ACTIONS(672), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5373), 2, @@ -57127,7 +57127,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - STATE(1190), 3, + STATE(1187), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -57160,39 +57160,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(724), 1, + ACTIONS(636), 1, anon_sym_POUND, - ACTIONS(728), 1, + ACTIONS(640), 1, aux_sym_num_lit_token1, - ACTIONS(732), 1, + ACTIONS(644), 1, anon_sym_COLON_COLON, - ACTIONS(734), 1, + ACTIONS(646), 1, anon_sym_DQUOTE, - ACTIONS(736), 1, + ACTIONS(648), 1, aux_sym_sym_lit_token1, - ACTIONS(740), 1, + ACTIONS(652), 1, anon_sym_POUND_QMARK, - ACTIONS(742), 1, + ACTIONS(654), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(744), 1, + ACTIONS(656), 1, anon_sym_POUND_SQUOTE, - ACTIONS(746), 1, + ACTIONS(658), 1, anon_sym_SQUOTE, - ACTIONS(748), 1, + ACTIONS(660), 1, anon_sym_BQUOTE, - ACTIONS(750), 1, + ACTIONS(662), 1, anon_sym_COMMA_AT, - ACTIONS(752), 1, + ACTIONS(664), 1, anon_sym_COMMA, - ACTIONS(4408), 1, - anon_sym_COLON, ACTIONS(4410), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(4412), 1, + anon_sym_LPAREN, + ACTIONS(4414), 1, anon_sym_cl, ACTIONS(5383), 1, sym_self_referential_reader_macro, - STATE(1189), 1, + STATE(1186), 1, sym_sym_lit, STATE(1191), 1, sym__bare_set_lit, @@ -57204,16 +57204,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(738), 2, + ACTIONS(650), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(754), 2, + ACTIONS(666), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(758), 2, + ACTIONS(670), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(760), 2, + ACTIONS(672), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5379), 2, @@ -57227,7 +57227,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - STATE(1190), 3, + STATE(1187), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -57292,7 +57292,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(5053), 1, anon_sym_cl, - STATE(2830), 1, + STATE(2823), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -57302,7 +57302,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(4801), 2, sym__ws, @@ -57392,7 +57392,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(5053), 1, anon_sym_cl, - STATE(2830), 1, + STATE(2823), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -57402,7 +57402,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(4801), 2, sym__ws, @@ -57460,39 +57460,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(724), 1, + ACTIONS(636), 1, anon_sym_POUND, - ACTIONS(728), 1, + ACTIONS(640), 1, aux_sym_num_lit_token1, - ACTIONS(732), 1, + ACTIONS(644), 1, anon_sym_COLON_COLON, - ACTIONS(734), 1, + ACTIONS(646), 1, anon_sym_DQUOTE, - ACTIONS(736), 1, + ACTIONS(648), 1, aux_sym_sym_lit_token1, - ACTIONS(740), 1, + ACTIONS(652), 1, anon_sym_POUND_QMARK, - ACTIONS(742), 1, + ACTIONS(654), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(744), 1, + ACTIONS(656), 1, anon_sym_POUND_SQUOTE, - ACTIONS(746), 1, + ACTIONS(658), 1, anon_sym_SQUOTE, - ACTIONS(748), 1, + ACTIONS(660), 1, anon_sym_BQUOTE, - ACTIONS(750), 1, + ACTIONS(662), 1, anon_sym_COMMA_AT, - ACTIONS(752), 1, + ACTIONS(664), 1, anon_sym_COMMA, - ACTIONS(4408), 1, - anon_sym_COLON, ACTIONS(4410), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(4412), 1, + anon_sym_LPAREN, + ACTIONS(4414), 1, anon_sym_cl, ACTIONS(5387), 1, sym_self_referential_reader_macro, - STATE(1189), 1, + STATE(1186), 1, sym_sym_lit, STATE(1191), 1, sym__bare_set_lit, @@ -57504,16 +57504,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(738), 2, + ACTIONS(650), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(754), 2, + ACTIONS(666), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(758), 2, + ACTIONS(670), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(760), 2, + ACTIONS(672), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -57523,7 +57523,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, sym_nil_lit, sym_fancy_literal, - STATE(1190), 3, + STATE(1187), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -57560,39 +57560,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(724), 1, + ACTIONS(636), 1, anon_sym_POUND, - ACTIONS(728), 1, + ACTIONS(640), 1, aux_sym_num_lit_token1, - ACTIONS(732), 1, + ACTIONS(644), 1, anon_sym_COLON_COLON, - ACTIONS(734), 1, + ACTIONS(646), 1, anon_sym_DQUOTE, - ACTIONS(736), 1, + ACTIONS(648), 1, aux_sym_sym_lit_token1, - ACTIONS(740), 1, + ACTIONS(652), 1, anon_sym_POUND_QMARK, - ACTIONS(742), 1, + ACTIONS(654), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(744), 1, + ACTIONS(656), 1, anon_sym_POUND_SQUOTE, - ACTIONS(746), 1, + ACTIONS(658), 1, anon_sym_SQUOTE, - ACTIONS(748), 1, + ACTIONS(660), 1, anon_sym_BQUOTE, - ACTIONS(750), 1, + ACTIONS(662), 1, anon_sym_COMMA_AT, - ACTIONS(752), 1, + ACTIONS(664), 1, anon_sym_COMMA, - ACTIONS(4408), 1, - anon_sym_COLON, ACTIONS(4410), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(4412), 1, + anon_sym_LPAREN, + ACTIONS(4414), 1, anon_sym_cl, ACTIONS(5391), 1, sym_self_referential_reader_macro, - STATE(1189), 1, + STATE(1186), 1, sym_sym_lit, STATE(1191), 1, sym__bare_set_lit, @@ -57604,16 +57604,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(738), 2, + ACTIONS(650), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(754), 2, + ACTIONS(666), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(758), 2, + ACTIONS(670), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(760), 2, + ACTIONS(672), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -57623,7 +57623,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, sym_nil_lit, sym_fancy_literal, - STATE(1190), 3, + STATE(1187), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -57660,39 +57660,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(724), 1, + ACTIONS(636), 1, anon_sym_POUND, - ACTIONS(728), 1, + ACTIONS(640), 1, aux_sym_num_lit_token1, - ACTIONS(732), 1, + ACTIONS(644), 1, anon_sym_COLON_COLON, - ACTIONS(734), 1, + ACTIONS(646), 1, anon_sym_DQUOTE, - ACTIONS(736), 1, + ACTIONS(648), 1, aux_sym_sym_lit_token1, - ACTIONS(740), 1, + ACTIONS(652), 1, anon_sym_POUND_QMARK, - ACTIONS(742), 1, + ACTIONS(654), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(744), 1, + ACTIONS(656), 1, anon_sym_POUND_SQUOTE, - ACTIONS(746), 1, + ACTIONS(658), 1, anon_sym_SQUOTE, - ACTIONS(748), 1, + ACTIONS(660), 1, anon_sym_BQUOTE, - ACTIONS(750), 1, + ACTIONS(662), 1, anon_sym_COMMA_AT, - ACTIONS(752), 1, + ACTIONS(664), 1, anon_sym_COMMA, - ACTIONS(4408), 1, - anon_sym_COLON, ACTIONS(4410), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(4412), 1, + anon_sym_LPAREN, + ACTIONS(4414), 1, anon_sym_cl, ACTIONS(5395), 1, sym_self_referential_reader_macro, - STATE(1189), 1, + STATE(1186), 1, sym_sym_lit, STATE(1191), 1, sym__bare_set_lit, @@ -57704,16 +57704,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(738), 2, + ACTIONS(650), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(754), 2, + ACTIONS(666), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(758), 2, + ACTIONS(670), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(760), 2, + ACTIONS(672), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -57723,7 +57723,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, sym_nil_lit, sym_fancy_literal, - STATE(1190), 3, + STATE(1187), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -57892,7 +57892,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(5053), 1, anon_sym_cl, - STATE(2830), 1, + STATE(2823), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -57902,7 +57902,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(5037), 2, anon_sym_POUND0A, @@ -57992,7 +57992,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(5053), 1, anon_sym_cl, - STATE(2830), 1, + STATE(2823), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -58002,7 +58002,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(5037), 2, anon_sym_POUND0A, @@ -58060,39 +58060,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(724), 1, + ACTIONS(636), 1, anon_sym_POUND, - ACTIONS(728), 1, + ACTIONS(640), 1, aux_sym_num_lit_token1, - ACTIONS(732), 1, + ACTIONS(644), 1, anon_sym_COLON_COLON, - ACTIONS(734), 1, + ACTIONS(646), 1, anon_sym_DQUOTE, - ACTIONS(736), 1, + ACTIONS(648), 1, aux_sym_sym_lit_token1, - ACTIONS(740), 1, + ACTIONS(652), 1, anon_sym_POUND_QMARK, - ACTIONS(742), 1, + ACTIONS(654), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(744), 1, + ACTIONS(656), 1, anon_sym_POUND_SQUOTE, - ACTIONS(746), 1, + ACTIONS(658), 1, anon_sym_SQUOTE, - ACTIONS(748), 1, + ACTIONS(660), 1, anon_sym_BQUOTE, - ACTIONS(750), 1, + ACTIONS(662), 1, anon_sym_COMMA_AT, - ACTIONS(752), 1, + ACTIONS(664), 1, anon_sym_COMMA, - ACTIONS(4408), 1, - anon_sym_COLON, ACTIONS(4410), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(4412), 1, + anon_sym_LPAREN, + ACTIONS(4414), 1, anon_sym_cl, ACTIONS(5409), 1, sym_self_referential_reader_macro, - STATE(1189), 1, + STATE(1186), 1, sym_sym_lit, STATE(1191), 1, sym__bare_set_lit, @@ -58104,16 +58104,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(738), 2, + ACTIONS(650), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(754), 2, + ACTIONS(666), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(758), 2, + ACTIONS(670), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(760), 2, + ACTIONS(672), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5405), 2, @@ -58127,7 +58127,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - STATE(1190), 3, + STATE(1187), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -58160,39 +58160,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(724), 1, + ACTIONS(636), 1, anon_sym_POUND, - ACTIONS(728), 1, + ACTIONS(640), 1, aux_sym_num_lit_token1, - ACTIONS(732), 1, + ACTIONS(644), 1, anon_sym_COLON_COLON, - ACTIONS(734), 1, + ACTIONS(646), 1, anon_sym_DQUOTE, - ACTIONS(736), 1, + ACTIONS(648), 1, aux_sym_sym_lit_token1, - ACTIONS(740), 1, + ACTIONS(652), 1, anon_sym_POUND_QMARK, - ACTIONS(742), 1, + ACTIONS(654), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(744), 1, + ACTIONS(656), 1, anon_sym_POUND_SQUOTE, - ACTIONS(746), 1, + ACTIONS(658), 1, anon_sym_SQUOTE, - ACTIONS(748), 1, + ACTIONS(660), 1, anon_sym_BQUOTE, - ACTIONS(750), 1, + ACTIONS(662), 1, anon_sym_COMMA_AT, - ACTIONS(752), 1, + ACTIONS(664), 1, anon_sym_COMMA, - ACTIONS(4408), 1, - anon_sym_COLON, ACTIONS(4410), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(4412), 1, + anon_sym_LPAREN, + ACTIONS(4414), 1, anon_sym_cl, ACTIONS(5415), 1, sym_self_referential_reader_macro, - STATE(1189), 1, + STATE(1186), 1, sym_sym_lit, STATE(1191), 1, sym__bare_set_lit, @@ -58204,16 +58204,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(738), 2, + ACTIONS(650), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(754), 2, + ACTIONS(666), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(758), 2, + ACTIONS(670), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(760), 2, + ACTIONS(672), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5411), 2, @@ -58227,7 +58227,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - STATE(1190), 3, + STATE(1187), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -58260,39 +58260,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(724), 1, + ACTIONS(636), 1, anon_sym_POUND, - ACTIONS(728), 1, + ACTIONS(640), 1, aux_sym_num_lit_token1, - ACTIONS(732), 1, + ACTIONS(644), 1, anon_sym_COLON_COLON, - ACTIONS(734), 1, + ACTIONS(646), 1, anon_sym_DQUOTE, - ACTIONS(736), 1, + ACTIONS(648), 1, aux_sym_sym_lit_token1, - ACTIONS(740), 1, + ACTIONS(652), 1, anon_sym_POUND_QMARK, - ACTIONS(742), 1, + ACTIONS(654), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(744), 1, + ACTIONS(656), 1, anon_sym_POUND_SQUOTE, - ACTIONS(746), 1, + ACTIONS(658), 1, anon_sym_SQUOTE, - ACTIONS(748), 1, + ACTIONS(660), 1, anon_sym_BQUOTE, - ACTIONS(750), 1, + ACTIONS(662), 1, anon_sym_COMMA_AT, - ACTIONS(752), 1, + ACTIONS(664), 1, anon_sym_COMMA, - ACTIONS(4408), 1, - anon_sym_COLON, ACTIONS(4410), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(4412), 1, + anon_sym_LPAREN, + ACTIONS(4414), 1, anon_sym_cl, ACTIONS(5421), 1, sym_self_referential_reader_macro, - STATE(1189), 1, + STATE(1186), 1, sym_sym_lit, STATE(1191), 1, sym__bare_set_lit, @@ -58304,16 +58304,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(738), 2, + ACTIONS(650), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(754), 2, + ACTIONS(666), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(758), 2, + ACTIONS(670), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(760), 2, + ACTIONS(672), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5417), 2, @@ -58327,7 +58327,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - STATE(1190), 3, + STATE(1187), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -58560,29 +58560,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(177), 1, + ACTIONS(137), 1, anon_sym_POUND, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -58604,16 +58604,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -58694,7 +58694,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self_referential_reader_macro, STATE(1489), 1, sym_sym_lit, - STATE(1589), 1, + STATE(1557), 1, sym__bare_set_lit, STATE(2841), 1, aux_sym_list_lit_repeat1, @@ -58731,7 +58731,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(1509), 19, + STATE(1512), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -58960,29 +58960,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(177), 1, + ACTIONS(137), 1, anon_sym_POUND, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -59004,16 +59004,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -59060,31 +59060,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1620), 1, + ACTIONS(1598), 1, anon_sym_POUND, - ACTIONS(1624), 1, + ACTIONS(1602), 1, aux_sym_num_lit_token1, - ACTIONS(1628), 1, + ACTIONS(1606), 1, anon_sym_COLON_COLON, - ACTIONS(1630), 1, + ACTIONS(1608), 1, anon_sym_DQUOTE, - ACTIONS(1632), 1, + ACTIONS(1610), 1, aux_sym_sym_lit_token1, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, - ACTIONS(1638), 1, + ACTIONS(1616), 1, anon_sym_POUND_QMARK, - ACTIONS(1640), 1, + ACTIONS(1618), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(1642), 1, + ACTIONS(1620), 1, anon_sym_POUND_SQUOTE, - ACTIONS(1644), 1, + ACTIONS(1622), 1, anon_sym_SQUOTE, - ACTIONS(1646), 1, + ACTIONS(1624), 1, anon_sym_BQUOTE, - ACTIONS(1648), 1, + ACTIONS(1626), 1, anon_sym_COMMA_AT, - ACTIONS(1650), 1, + ACTIONS(1628), 1, anon_sym_COMMA, ACTIONS(5101), 1, anon_sym_COLON, @@ -59096,7 +59096,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(2762), 1, sym_sym_lit, - STATE(2821), 1, + STATE(2840), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -59104,16 +59104,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1636), 2, + ACTIONS(1614), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1662), 2, + ACTIONS(1640), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5461), 2, @@ -59160,29 +59160,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(177), 1, + ACTIONS(137), 1, anon_sym_POUND, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -59204,16 +59204,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5467), 2, @@ -59260,29 +59260,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(177), 1, + ACTIONS(137), 1, anon_sym_POUND, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -59304,16 +59304,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -59360,31 +59360,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1620), 1, + ACTIONS(1598), 1, anon_sym_POUND, - ACTIONS(1624), 1, + ACTIONS(1602), 1, aux_sym_num_lit_token1, - ACTIONS(1628), 1, + ACTIONS(1606), 1, anon_sym_COLON_COLON, - ACTIONS(1630), 1, + ACTIONS(1608), 1, anon_sym_DQUOTE, - ACTIONS(1632), 1, + ACTIONS(1610), 1, aux_sym_sym_lit_token1, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, - ACTIONS(1638), 1, + ACTIONS(1616), 1, anon_sym_POUND_QMARK, - ACTIONS(1640), 1, + ACTIONS(1618), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(1642), 1, + ACTIONS(1620), 1, anon_sym_POUND_SQUOTE, - ACTIONS(1644), 1, + ACTIONS(1622), 1, anon_sym_SQUOTE, - ACTIONS(1646), 1, + ACTIONS(1624), 1, anon_sym_BQUOTE, - ACTIONS(1648), 1, + ACTIONS(1626), 1, anon_sym_COMMA_AT, - ACTIONS(1650), 1, + ACTIONS(1628), 1, anon_sym_COMMA, ACTIONS(5101), 1, anon_sym_COLON, @@ -59396,7 +59396,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(2762), 1, sym_sym_lit, - STATE(2821), 1, + STATE(2840), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -59404,16 +59404,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1636), 2, + ACTIONS(1614), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1662), 2, + ACTIONS(1640), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5477), 2, @@ -59460,29 +59460,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(177), 1, + ACTIONS(137), 1, anon_sym_POUND, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -59504,16 +59504,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5483), 2, @@ -59560,29 +59560,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(177), 1, + ACTIONS(137), 1, anon_sym_POUND, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -59604,16 +59604,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -59660,31 +59660,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1620), 1, + ACTIONS(1598), 1, anon_sym_POUND, - ACTIONS(1624), 1, + ACTIONS(1602), 1, aux_sym_num_lit_token1, - ACTIONS(1628), 1, + ACTIONS(1606), 1, anon_sym_COLON_COLON, - ACTIONS(1630), 1, + ACTIONS(1608), 1, anon_sym_DQUOTE, - ACTIONS(1632), 1, + ACTIONS(1610), 1, aux_sym_sym_lit_token1, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, - ACTIONS(1638), 1, + ACTIONS(1616), 1, anon_sym_POUND_QMARK, - ACTIONS(1640), 1, + ACTIONS(1618), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(1642), 1, + ACTIONS(1620), 1, anon_sym_POUND_SQUOTE, - ACTIONS(1644), 1, + ACTIONS(1622), 1, anon_sym_SQUOTE, - ACTIONS(1646), 1, + ACTIONS(1624), 1, anon_sym_BQUOTE, - ACTIONS(1648), 1, + ACTIONS(1626), 1, anon_sym_COMMA_AT, - ACTIONS(1650), 1, + ACTIONS(1628), 1, anon_sym_COMMA, ACTIONS(5101), 1, anon_sym_COLON, @@ -59696,7 +59696,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(2762), 1, sym_sym_lit, - STATE(2821), 1, + STATE(2840), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -59704,16 +59704,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1636), 2, + ACTIONS(1614), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1662), 2, + ACTIONS(1640), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5493), 2, @@ -59760,29 +59760,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(177), 1, + ACTIONS(137), 1, anon_sym_POUND, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -59804,16 +59804,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -59860,31 +59860,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1620), 1, + ACTIONS(1598), 1, anon_sym_POUND, - ACTIONS(1624), 1, + ACTIONS(1602), 1, aux_sym_num_lit_token1, - ACTIONS(1628), 1, + ACTIONS(1606), 1, anon_sym_COLON_COLON, - ACTIONS(1630), 1, + ACTIONS(1608), 1, anon_sym_DQUOTE, - ACTIONS(1632), 1, + ACTIONS(1610), 1, aux_sym_sym_lit_token1, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, - ACTIONS(1638), 1, + ACTIONS(1616), 1, anon_sym_POUND_QMARK, - ACTIONS(1640), 1, + ACTIONS(1618), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(1642), 1, + ACTIONS(1620), 1, anon_sym_POUND_SQUOTE, - ACTIONS(1644), 1, + ACTIONS(1622), 1, anon_sym_SQUOTE, - ACTIONS(1646), 1, + ACTIONS(1624), 1, anon_sym_BQUOTE, - ACTIONS(1648), 1, + ACTIONS(1626), 1, anon_sym_COMMA_AT, - ACTIONS(1650), 1, + ACTIONS(1628), 1, anon_sym_COMMA, ACTIONS(5101), 1, anon_sym_COLON, @@ -59896,7 +59896,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(2762), 1, sym_sym_lit, - STATE(2821), 1, + STATE(2840), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -59904,16 +59904,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1636), 2, + ACTIONS(1614), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1662), 2, + ACTIONS(1640), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -59960,29 +59960,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(177), 1, + ACTIONS(137), 1, anon_sym_POUND, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -60004,16 +60004,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5507), 2, @@ -60160,31 +60160,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1620), 1, + ACTIONS(1598), 1, anon_sym_POUND, - ACTIONS(1624), 1, + ACTIONS(1602), 1, aux_sym_num_lit_token1, - ACTIONS(1628), 1, + ACTIONS(1606), 1, anon_sym_COLON_COLON, - ACTIONS(1630), 1, + ACTIONS(1608), 1, anon_sym_DQUOTE, - ACTIONS(1632), 1, + ACTIONS(1610), 1, aux_sym_sym_lit_token1, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, - ACTIONS(1638), 1, + ACTIONS(1616), 1, anon_sym_POUND_QMARK, - ACTIONS(1640), 1, + ACTIONS(1618), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(1642), 1, + ACTIONS(1620), 1, anon_sym_POUND_SQUOTE, - ACTIONS(1644), 1, + ACTIONS(1622), 1, anon_sym_SQUOTE, - ACTIONS(1646), 1, + ACTIONS(1624), 1, anon_sym_BQUOTE, - ACTIONS(1648), 1, + ACTIONS(1626), 1, anon_sym_COMMA_AT, - ACTIONS(1650), 1, + ACTIONS(1628), 1, anon_sym_COMMA, ACTIONS(5101), 1, anon_sym_COLON, @@ -60196,7 +60196,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(2762), 1, sym_sym_lit, - STATE(2821), 1, + STATE(2840), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -60204,16 +60204,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1636), 2, + ACTIONS(1614), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1662), 2, + ACTIONS(1640), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -60360,29 +60360,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(177), 1, + ACTIONS(137), 1, anon_sym_POUND, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -60404,16 +60404,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5527), 2, @@ -60560,31 +60560,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1620), 1, + ACTIONS(1598), 1, anon_sym_POUND, - ACTIONS(1624), 1, + ACTIONS(1602), 1, aux_sym_num_lit_token1, - ACTIONS(1628), 1, + ACTIONS(1606), 1, anon_sym_COLON_COLON, - ACTIONS(1630), 1, + ACTIONS(1608), 1, anon_sym_DQUOTE, - ACTIONS(1632), 1, + ACTIONS(1610), 1, aux_sym_sym_lit_token1, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, - ACTIONS(1638), 1, + ACTIONS(1616), 1, anon_sym_POUND_QMARK, - ACTIONS(1640), 1, + ACTIONS(1618), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(1642), 1, + ACTIONS(1620), 1, anon_sym_POUND_SQUOTE, - ACTIONS(1644), 1, + ACTIONS(1622), 1, anon_sym_SQUOTE, - ACTIONS(1646), 1, + ACTIONS(1624), 1, anon_sym_BQUOTE, - ACTIONS(1648), 1, + ACTIONS(1626), 1, anon_sym_COMMA_AT, - ACTIONS(1650), 1, + ACTIONS(1628), 1, anon_sym_COMMA, ACTIONS(5101), 1, anon_sym_COLON, @@ -60596,7 +60596,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(2762), 1, sym_sym_lit, - STATE(2821), 1, + STATE(2840), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -60604,16 +60604,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1636), 2, + ACTIONS(1614), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1662), 2, + ACTIONS(1640), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -60660,31 +60660,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1620), 1, + ACTIONS(1598), 1, anon_sym_POUND, - ACTIONS(1624), 1, + ACTIONS(1602), 1, aux_sym_num_lit_token1, - ACTIONS(1628), 1, + ACTIONS(1606), 1, anon_sym_COLON_COLON, - ACTIONS(1630), 1, + ACTIONS(1608), 1, anon_sym_DQUOTE, - ACTIONS(1632), 1, + ACTIONS(1610), 1, aux_sym_sym_lit_token1, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, - ACTIONS(1638), 1, + ACTIONS(1616), 1, anon_sym_POUND_QMARK, - ACTIONS(1640), 1, + ACTIONS(1618), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(1642), 1, + ACTIONS(1620), 1, anon_sym_POUND_SQUOTE, - ACTIONS(1644), 1, + ACTIONS(1622), 1, anon_sym_SQUOTE, - ACTIONS(1646), 1, + ACTIONS(1624), 1, anon_sym_BQUOTE, - ACTIONS(1648), 1, + ACTIONS(1626), 1, anon_sym_COMMA_AT, - ACTIONS(1650), 1, + ACTIONS(1628), 1, anon_sym_COMMA, ACTIONS(5101), 1, anon_sym_COLON, @@ -60696,7 +60696,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(2762), 1, sym_sym_lit, - STATE(2821), 1, + STATE(2840), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -60704,16 +60704,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1636), 2, + ACTIONS(1614), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1662), 2, + ACTIONS(1640), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -60860,39 +60860,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(724), 1, + ACTIONS(636), 1, anon_sym_POUND, - ACTIONS(728), 1, + ACTIONS(640), 1, aux_sym_num_lit_token1, - ACTIONS(732), 1, + ACTIONS(644), 1, anon_sym_COLON_COLON, - ACTIONS(734), 1, + ACTIONS(646), 1, anon_sym_DQUOTE, - ACTIONS(736), 1, + ACTIONS(648), 1, aux_sym_sym_lit_token1, - ACTIONS(740), 1, + ACTIONS(652), 1, anon_sym_POUND_QMARK, - ACTIONS(742), 1, + ACTIONS(654), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(744), 1, + ACTIONS(656), 1, anon_sym_POUND_SQUOTE, - ACTIONS(746), 1, + ACTIONS(658), 1, anon_sym_SQUOTE, - ACTIONS(748), 1, + ACTIONS(660), 1, anon_sym_BQUOTE, - ACTIONS(750), 1, + ACTIONS(662), 1, anon_sym_COMMA_AT, - ACTIONS(752), 1, + ACTIONS(664), 1, anon_sym_COMMA, - ACTIONS(4408), 1, - anon_sym_COLON, ACTIONS(4410), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(4412), 1, + anon_sym_LPAREN, + ACTIONS(4414), 1, anon_sym_cl, ACTIONS(5553), 1, sym_self_referential_reader_macro, - STATE(1189), 1, + STATE(1186), 1, sym_sym_lit, STATE(1191), 1, sym__bare_set_lit, @@ -60904,16 +60904,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(738), 2, + ACTIONS(650), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(754), 2, + ACTIONS(666), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(758), 2, + ACTIONS(670), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(760), 2, + ACTIONS(672), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -60923,7 +60923,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, sym_nil_lit, sym_fancy_literal, - STATE(1190), 3, + STATE(1187), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -60960,31 +60960,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1620), 1, + ACTIONS(1598), 1, anon_sym_POUND, - ACTIONS(1624), 1, + ACTIONS(1602), 1, aux_sym_num_lit_token1, - ACTIONS(1628), 1, + ACTIONS(1606), 1, anon_sym_COLON_COLON, - ACTIONS(1630), 1, + ACTIONS(1608), 1, anon_sym_DQUOTE, - ACTIONS(1632), 1, + ACTIONS(1610), 1, aux_sym_sym_lit_token1, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, - ACTIONS(1638), 1, + ACTIONS(1616), 1, anon_sym_POUND_QMARK, - ACTIONS(1640), 1, + ACTIONS(1618), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(1642), 1, + ACTIONS(1620), 1, anon_sym_POUND_SQUOTE, - ACTIONS(1644), 1, + ACTIONS(1622), 1, anon_sym_SQUOTE, - ACTIONS(1646), 1, + ACTIONS(1624), 1, anon_sym_BQUOTE, - ACTIONS(1648), 1, + ACTIONS(1626), 1, anon_sym_COMMA_AT, - ACTIONS(1650), 1, + ACTIONS(1628), 1, anon_sym_COMMA, ACTIONS(5101), 1, anon_sym_COLON, @@ -60996,7 +60996,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(2762), 1, sym_sym_lit, - STATE(2821), 1, + STATE(2840), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -61004,16 +61004,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1636), 2, + ACTIONS(1614), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1662), 2, + ACTIONS(1640), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -61160,31 +61160,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1620), 1, + ACTIONS(1598), 1, anon_sym_POUND, - ACTIONS(1624), 1, + ACTIONS(1602), 1, aux_sym_num_lit_token1, - ACTIONS(1628), 1, + ACTIONS(1606), 1, anon_sym_COLON_COLON, - ACTIONS(1630), 1, + ACTIONS(1608), 1, anon_sym_DQUOTE, - ACTIONS(1632), 1, + ACTIONS(1610), 1, aux_sym_sym_lit_token1, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, - ACTIONS(1638), 1, + ACTIONS(1616), 1, anon_sym_POUND_QMARK, - ACTIONS(1640), 1, + ACTIONS(1618), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(1642), 1, + ACTIONS(1620), 1, anon_sym_POUND_SQUOTE, - ACTIONS(1644), 1, + ACTIONS(1622), 1, anon_sym_SQUOTE, - ACTIONS(1646), 1, + ACTIONS(1624), 1, anon_sym_BQUOTE, - ACTIONS(1648), 1, + ACTIONS(1626), 1, anon_sym_COMMA_AT, - ACTIONS(1650), 1, + ACTIONS(1628), 1, anon_sym_COMMA, ACTIONS(5101), 1, anon_sym_COLON, @@ -61196,7 +61196,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(2762), 1, sym_sym_lit, - STATE(2821), 1, + STATE(2840), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -61204,16 +61204,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1636), 2, + ACTIONS(1614), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1662), 2, + ACTIONS(1640), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -61260,29 +61260,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(177), 1, + ACTIONS(137), 1, anon_sym_POUND, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -61304,16 +61304,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -61360,31 +61360,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1620), 1, + ACTIONS(1598), 1, anon_sym_POUND, - ACTIONS(1624), 1, + ACTIONS(1602), 1, aux_sym_num_lit_token1, - ACTIONS(1628), 1, + ACTIONS(1606), 1, anon_sym_COLON_COLON, - ACTIONS(1630), 1, + ACTIONS(1608), 1, anon_sym_DQUOTE, - ACTIONS(1632), 1, + ACTIONS(1610), 1, aux_sym_sym_lit_token1, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, - ACTIONS(1638), 1, + ACTIONS(1616), 1, anon_sym_POUND_QMARK, - ACTIONS(1640), 1, + ACTIONS(1618), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(1642), 1, + ACTIONS(1620), 1, anon_sym_POUND_SQUOTE, - ACTIONS(1644), 1, + ACTIONS(1622), 1, anon_sym_SQUOTE, - ACTIONS(1646), 1, + ACTIONS(1624), 1, anon_sym_BQUOTE, - ACTIONS(1648), 1, + ACTIONS(1626), 1, anon_sym_COMMA_AT, - ACTIONS(1650), 1, + ACTIONS(1628), 1, anon_sym_COMMA, ACTIONS(5101), 1, anon_sym_COLON, @@ -61396,7 +61396,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(2762), 1, sym_sym_lit, - STATE(2821), 1, + STATE(2840), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -61404,16 +61404,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1636), 2, + ACTIONS(1614), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1662), 2, + ACTIONS(1640), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5571), 2, @@ -61560,29 +61560,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(177), 1, + ACTIONS(137), 1, anon_sym_POUND, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -61604,16 +61604,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -61660,31 +61660,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1620), 1, + ACTIONS(1598), 1, anon_sym_POUND, - ACTIONS(1624), 1, + ACTIONS(1602), 1, aux_sym_num_lit_token1, - ACTIONS(1628), 1, + ACTIONS(1606), 1, anon_sym_COLON_COLON, - ACTIONS(1630), 1, + ACTIONS(1608), 1, anon_sym_DQUOTE, - ACTIONS(1632), 1, + ACTIONS(1610), 1, aux_sym_sym_lit_token1, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, - ACTIONS(1638), 1, + ACTIONS(1616), 1, anon_sym_POUND_QMARK, - ACTIONS(1640), 1, + ACTIONS(1618), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(1642), 1, + ACTIONS(1620), 1, anon_sym_POUND_SQUOTE, - ACTIONS(1644), 1, + ACTIONS(1622), 1, anon_sym_SQUOTE, - ACTIONS(1646), 1, + ACTIONS(1624), 1, anon_sym_BQUOTE, - ACTIONS(1648), 1, + ACTIONS(1626), 1, anon_sym_COMMA_AT, - ACTIONS(1650), 1, + ACTIONS(1628), 1, anon_sym_COMMA, ACTIONS(5101), 1, anon_sym_COLON, @@ -61696,7 +61696,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(2762), 1, sym_sym_lit, - STATE(2821), 1, + STATE(2840), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -61704,16 +61704,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1636), 2, + ACTIONS(1614), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1662), 2, + ACTIONS(1640), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5587), 2, @@ -61760,31 +61760,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1620), 1, + ACTIONS(1598), 1, anon_sym_POUND, - ACTIONS(1624), 1, + ACTIONS(1602), 1, aux_sym_num_lit_token1, - ACTIONS(1628), 1, + ACTIONS(1606), 1, anon_sym_COLON_COLON, - ACTIONS(1630), 1, + ACTIONS(1608), 1, anon_sym_DQUOTE, - ACTIONS(1632), 1, + ACTIONS(1610), 1, aux_sym_sym_lit_token1, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, - ACTIONS(1638), 1, + ACTIONS(1616), 1, anon_sym_POUND_QMARK, - ACTIONS(1640), 1, + ACTIONS(1618), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(1642), 1, + ACTIONS(1620), 1, anon_sym_POUND_SQUOTE, - ACTIONS(1644), 1, + ACTIONS(1622), 1, anon_sym_SQUOTE, - ACTIONS(1646), 1, + ACTIONS(1624), 1, anon_sym_BQUOTE, - ACTIONS(1648), 1, + ACTIONS(1626), 1, anon_sym_COMMA_AT, - ACTIONS(1650), 1, + ACTIONS(1628), 1, anon_sym_COMMA, ACTIONS(5101), 1, anon_sym_COLON, @@ -61796,7 +61796,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(2762), 1, sym_sym_lit, - STATE(2821), 1, + STATE(2840), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -61804,16 +61804,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1636), 2, + ACTIONS(1614), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1662), 2, + ACTIONS(1640), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5593), 2, @@ -61860,31 +61860,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1620), 1, + ACTIONS(1598), 1, anon_sym_POUND, - ACTIONS(1624), 1, + ACTIONS(1602), 1, aux_sym_num_lit_token1, - ACTIONS(1628), 1, + ACTIONS(1606), 1, anon_sym_COLON_COLON, - ACTIONS(1630), 1, + ACTIONS(1608), 1, anon_sym_DQUOTE, - ACTIONS(1632), 1, + ACTIONS(1610), 1, aux_sym_sym_lit_token1, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, - ACTIONS(1638), 1, + ACTIONS(1616), 1, anon_sym_POUND_QMARK, - ACTIONS(1640), 1, + ACTIONS(1618), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(1642), 1, + ACTIONS(1620), 1, anon_sym_POUND_SQUOTE, - ACTIONS(1644), 1, + ACTIONS(1622), 1, anon_sym_SQUOTE, - ACTIONS(1646), 1, + ACTIONS(1624), 1, anon_sym_BQUOTE, - ACTIONS(1648), 1, + ACTIONS(1626), 1, anon_sym_COMMA_AT, - ACTIONS(1650), 1, + ACTIONS(1628), 1, anon_sym_COMMA, ACTIONS(5101), 1, anon_sym_COLON, @@ -61896,7 +61896,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(2762), 1, sym_sym_lit, - STATE(2821), 1, + STATE(2840), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -61904,16 +61904,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1636), 2, + ACTIONS(1614), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1662), 2, + ACTIONS(1640), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5599), 2, @@ -61960,31 +61960,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1620), 1, + ACTIONS(1598), 1, anon_sym_POUND, - ACTIONS(1624), 1, + ACTIONS(1602), 1, aux_sym_num_lit_token1, - ACTIONS(1628), 1, + ACTIONS(1606), 1, anon_sym_COLON_COLON, - ACTIONS(1630), 1, + ACTIONS(1608), 1, anon_sym_DQUOTE, - ACTIONS(1632), 1, + ACTIONS(1610), 1, aux_sym_sym_lit_token1, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, - ACTIONS(1638), 1, + ACTIONS(1616), 1, anon_sym_POUND_QMARK, - ACTIONS(1640), 1, + ACTIONS(1618), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(1642), 1, + ACTIONS(1620), 1, anon_sym_POUND_SQUOTE, - ACTIONS(1644), 1, + ACTIONS(1622), 1, anon_sym_SQUOTE, - ACTIONS(1646), 1, + ACTIONS(1624), 1, anon_sym_BQUOTE, - ACTIONS(1648), 1, + ACTIONS(1626), 1, anon_sym_COMMA_AT, - ACTIONS(1650), 1, + ACTIONS(1628), 1, anon_sym_COMMA, ACTIONS(5101), 1, anon_sym_COLON, @@ -61996,7 +61996,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(2762), 1, sym_sym_lit, - STATE(2821), 1, + STATE(2840), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -62004,16 +62004,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1636), 2, + ACTIONS(1614), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1662), 2, + ACTIONS(1640), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5605), 2, @@ -62060,31 +62060,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1620), 1, + ACTIONS(1598), 1, anon_sym_POUND, - ACTIONS(1624), 1, + ACTIONS(1602), 1, aux_sym_num_lit_token1, - ACTIONS(1628), 1, + ACTIONS(1606), 1, anon_sym_COLON_COLON, - ACTIONS(1630), 1, + ACTIONS(1608), 1, anon_sym_DQUOTE, - ACTIONS(1632), 1, + ACTIONS(1610), 1, aux_sym_sym_lit_token1, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, - ACTIONS(1638), 1, + ACTIONS(1616), 1, anon_sym_POUND_QMARK, - ACTIONS(1640), 1, + ACTIONS(1618), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(1642), 1, + ACTIONS(1620), 1, anon_sym_POUND_SQUOTE, - ACTIONS(1644), 1, + ACTIONS(1622), 1, anon_sym_SQUOTE, - ACTIONS(1646), 1, + ACTIONS(1624), 1, anon_sym_BQUOTE, - ACTIONS(1648), 1, + ACTIONS(1626), 1, anon_sym_COMMA_AT, - ACTIONS(1650), 1, + ACTIONS(1628), 1, anon_sym_COMMA, ACTIONS(5101), 1, anon_sym_COLON, @@ -62096,7 +62096,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(2762), 1, sym_sym_lit, - STATE(2821), 1, + STATE(2840), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -62104,16 +62104,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1636), 2, + ACTIONS(1614), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1662), 2, + ACTIONS(1640), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -62160,29 +62160,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(177), 1, + ACTIONS(137), 1, anon_sym_POUND, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -62204,16 +62204,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5615), 2, @@ -62260,29 +62260,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(177), 1, + ACTIONS(137), 1, anon_sym_POUND, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -62304,16 +62304,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -62360,39 +62360,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(724), 1, + ACTIONS(636), 1, anon_sym_POUND, - ACTIONS(728), 1, + ACTIONS(640), 1, aux_sym_num_lit_token1, - ACTIONS(732), 1, + ACTIONS(644), 1, anon_sym_COLON_COLON, - ACTIONS(734), 1, + ACTIONS(646), 1, anon_sym_DQUOTE, - ACTIONS(736), 1, + ACTIONS(648), 1, aux_sym_sym_lit_token1, - ACTIONS(740), 1, + ACTIONS(652), 1, anon_sym_POUND_QMARK, - ACTIONS(742), 1, + ACTIONS(654), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(744), 1, + ACTIONS(656), 1, anon_sym_POUND_SQUOTE, - ACTIONS(746), 1, + ACTIONS(658), 1, anon_sym_SQUOTE, - ACTIONS(748), 1, + ACTIONS(660), 1, anon_sym_BQUOTE, - ACTIONS(750), 1, + ACTIONS(662), 1, anon_sym_COMMA_AT, - ACTIONS(752), 1, + ACTIONS(664), 1, anon_sym_COMMA, - ACTIONS(4408), 1, - anon_sym_COLON, ACTIONS(4410), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(4412), 1, + anon_sym_LPAREN, + ACTIONS(4414), 1, anon_sym_cl, ACTIONS(5629), 1, sym_self_referential_reader_macro, - STATE(1189), 1, + STATE(1186), 1, sym_sym_lit, STATE(1191), 1, sym__bare_set_lit, @@ -62404,16 +62404,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(738), 2, + ACTIONS(650), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(754), 2, + ACTIONS(666), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(758), 2, + ACTIONS(670), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(760), 2, + ACTIONS(672), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5625), 2, @@ -62427,7 +62427,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - STATE(1190), 3, + STATE(1187), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -62460,29 +62460,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(177), 1, + ACTIONS(137), 1, anon_sym_POUND, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -62504,16 +62504,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5631), 2, @@ -62560,29 +62560,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(177), 1, + ACTIONS(137), 1, anon_sym_POUND, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -62604,16 +62604,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5637), 2, @@ -62660,29 +62660,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(177), 1, + ACTIONS(137), 1, anon_sym_POUND, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -62704,16 +62704,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5643), 2, @@ -62760,39 +62760,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(724), 1, + ACTIONS(636), 1, anon_sym_POUND, - ACTIONS(728), 1, + ACTIONS(640), 1, aux_sym_num_lit_token1, - ACTIONS(732), 1, + ACTIONS(644), 1, anon_sym_COLON_COLON, - ACTIONS(734), 1, + ACTIONS(646), 1, anon_sym_DQUOTE, - ACTIONS(736), 1, + ACTIONS(648), 1, aux_sym_sym_lit_token1, - ACTIONS(740), 1, + ACTIONS(652), 1, anon_sym_POUND_QMARK, - ACTIONS(742), 1, + ACTIONS(654), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(744), 1, + ACTIONS(656), 1, anon_sym_POUND_SQUOTE, - ACTIONS(746), 1, + ACTIONS(658), 1, anon_sym_SQUOTE, - ACTIONS(748), 1, + ACTIONS(660), 1, anon_sym_BQUOTE, - ACTIONS(750), 1, + ACTIONS(662), 1, anon_sym_COMMA_AT, - ACTIONS(752), 1, + ACTIONS(664), 1, anon_sym_COMMA, - ACTIONS(4408), 1, - anon_sym_COLON, ACTIONS(4410), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(4412), 1, + anon_sym_LPAREN, + ACTIONS(4414), 1, anon_sym_cl, ACTIONS(5651), 1, sym_self_referential_reader_macro, - STATE(1189), 1, + STATE(1186), 1, sym_sym_lit, STATE(1191), 1, sym__bare_set_lit, @@ -62804,16 +62804,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(738), 2, + ACTIONS(650), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(754), 2, + ACTIONS(666), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(758), 2, + ACTIONS(670), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(760), 2, + ACTIONS(672), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -62823,7 +62823,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, sym_nil_lit, sym_fancy_literal, - STATE(1190), 3, + STATE(1187), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -62960,39 +62960,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(724), 1, + ACTIONS(636), 1, anon_sym_POUND, - ACTIONS(728), 1, + ACTIONS(640), 1, aux_sym_num_lit_token1, - ACTIONS(732), 1, + ACTIONS(644), 1, anon_sym_COLON_COLON, - ACTIONS(734), 1, + ACTIONS(646), 1, anon_sym_DQUOTE, - ACTIONS(736), 1, + ACTIONS(648), 1, aux_sym_sym_lit_token1, - ACTIONS(740), 1, + ACTIONS(652), 1, anon_sym_POUND_QMARK, - ACTIONS(742), 1, + ACTIONS(654), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(744), 1, + ACTIONS(656), 1, anon_sym_POUND_SQUOTE, - ACTIONS(746), 1, + ACTIONS(658), 1, anon_sym_SQUOTE, - ACTIONS(748), 1, + ACTIONS(660), 1, anon_sym_BQUOTE, - ACTIONS(750), 1, + ACTIONS(662), 1, anon_sym_COMMA_AT, - ACTIONS(752), 1, + ACTIONS(664), 1, anon_sym_COMMA, - ACTIONS(4408), 1, - anon_sym_COLON, ACTIONS(4410), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(4412), 1, + anon_sym_LPAREN, + ACTIONS(4414), 1, anon_sym_cl, ACTIONS(5659), 1, sym_self_referential_reader_macro, - STATE(1189), 1, + STATE(1186), 1, sym_sym_lit, STATE(1191), 1, sym__bare_set_lit, @@ -63004,16 +63004,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(738), 2, + ACTIONS(650), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(754), 2, + ACTIONS(666), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(758), 2, + ACTIONS(670), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(760), 2, + ACTIONS(672), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -63023,7 +63023,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, sym_nil_lit, sym_fancy_literal, - STATE(1190), 3, + STATE(1187), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -63094,7 +63094,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self_referential_reader_macro, STATE(1489), 1, sym_sym_lit, - STATE(1589), 1, + STATE(1557), 1, sym__bare_set_lit, STATE(2841), 1, aux_sym_list_lit_repeat1, @@ -63260,29 +63260,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(177), 1, + ACTIONS(137), 1, anon_sym_POUND, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -63304,16 +63304,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -63460,29 +63460,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(177), 1, + ACTIONS(137), 1, anon_sym_POUND, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -63504,16 +63504,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -63560,31 +63560,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1620), 1, + ACTIONS(1598), 1, anon_sym_POUND, - ACTIONS(1624), 1, + ACTIONS(1602), 1, aux_sym_num_lit_token1, - ACTIONS(1628), 1, + ACTIONS(1606), 1, anon_sym_COLON_COLON, - ACTIONS(1630), 1, + ACTIONS(1608), 1, anon_sym_DQUOTE, - ACTIONS(1632), 1, + ACTIONS(1610), 1, aux_sym_sym_lit_token1, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, - ACTIONS(1638), 1, + ACTIONS(1616), 1, anon_sym_POUND_QMARK, - ACTIONS(1640), 1, + ACTIONS(1618), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(1642), 1, + ACTIONS(1620), 1, anon_sym_POUND_SQUOTE, - ACTIONS(1644), 1, + ACTIONS(1622), 1, anon_sym_SQUOTE, - ACTIONS(1646), 1, + ACTIONS(1624), 1, anon_sym_BQUOTE, - ACTIONS(1648), 1, + ACTIONS(1626), 1, anon_sym_COMMA_AT, - ACTIONS(1650), 1, + ACTIONS(1628), 1, anon_sym_COMMA, ACTIONS(5101), 1, anon_sym_COLON, @@ -63596,7 +63596,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(2762), 1, sym_sym_lit, - STATE(2821), 1, + STATE(2840), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -63604,16 +63604,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1636), 2, + ACTIONS(1614), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1662), 2, + ACTIONS(1640), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5683), 2, @@ -63660,31 +63660,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1620), 1, + ACTIONS(1598), 1, anon_sym_POUND, - ACTIONS(1624), 1, + ACTIONS(1602), 1, aux_sym_num_lit_token1, - ACTIONS(1628), 1, + ACTIONS(1606), 1, anon_sym_COLON_COLON, - ACTIONS(1630), 1, + ACTIONS(1608), 1, anon_sym_DQUOTE, - ACTIONS(1632), 1, + ACTIONS(1610), 1, aux_sym_sym_lit_token1, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, - ACTIONS(1638), 1, + ACTIONS(1616), 1, anon_sym_POUND_QMARK, - ACTIONS(1640), 1, + ACTIONS(1618), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(1642), 1, + ACTIONS(1620), 1, anon_sym_POUND_SQUOTE, - ACTIONS(1644), 1, + ACTIONS(1622), 1, anon_sym_SQUOTE, - ACTIONS(1646), 1, + ACTIONS(1624), 1, anon_sym_BQUOTE, - ACTIONS(1648), 1, + ACTIONS(1626), 1, anon_sym_COMMA_AT, - ACTIONS(1650), 1, + ACTIONS(1628), 1, anon_sym_COMMA, ACTIONS(5101), 1, anon_sym_COLON, @@ -63696,7 +63696,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(2762), 1, sym_sym_lit, - STATE(2821), 1, + STATE(2840), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -63704,16 +63704,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1636), 2, + ACTIONS(1614), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1662), 2, + ACTIONS(1640), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -63760,29 +63760,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(177), 1, + ACTIONS(137), 1, anon_sym_POUND, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -63804,16 +63804,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -63902,7 +63902,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(4801), 2, sym__ws, @@ -63960,31 +63960,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1620), 1, + ACTIONS(1598), 1, anon_sym_POUND, - ACTIONS(1624), 1, + ACTIONS(1602), 1, aux_sym_num_lit_token1, - ACTIONS(1628), 1, + ACTIONS(1606), 1, anon_sym_COLON_COLON, - ACTIONS(1630), 1, + ACTIONS(1608), 1, anon_sym_DQUOTE, - ACTIONS(1632), 1, + ACTIONS(1610), 1, aux_sym_sym_lit_token1, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, - ACTIONS(1638), 1, + ACTIONS(1616), 1, anon_sym_POUND_QMARK, - ACTIONS(1640), 1, + ACTIONS(1618), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(1642), 1, + ACTIONS(1620), 1, anon_sym_POUND_SQUOTE, - ACTIONS(1644), 1, + ACTIONS(1622), 1, anon_sym_SQUOTE, - ACTIONS(1646), 1, + ACTIONS(1624), 1, anon_sym_BQUOTE, - ACTIONS(1648), 1, + ACTIONS(1626), 1, anon_sym_COMMA_AT, - ACTIONS(1650), 1, + ACTIONS(1628), 1, anon_sym_COMMA, ACTIONS(5101), 1, anon_sym_COLON, @@ -63996,7 +63996,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(2762), 1, sym_sym_lit, - STATE(2821), 1, + STATE(2840), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -64004,16 +64004,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1636), 2, + ACTIONS(1614), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1662), 2, + ACTIONS(1640), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -64060,39 +64060,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(724), 1, + ACTIONS(636), 1, anon_sym_POUND, - ACTIONS(728), 1, + ACTIONS(640), 1, aux_sym_num_lit_token1, - ACTIONS(732), 1, + ACTIONS(644), 1, anon_sym_COLON_COLON, - ACTIONS(734), 1, + ACTIONS(646), 1, anon_sym_DQUOTE, - ACTIONS(736), 1, + ACTIONS(648), 1, aux_sym_sym_lit_token1, - ACTIONS(740), 1, + ACTIONS(652), 1, anon_sym_POUND_QMARK, - ACTIONS(742), 1, + ACTIONS(654), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(744), 1, + ACTIONS(656), 1, anon_sym_POUND_SQUOTE, - ACTIONS(746), 1, + ACTIONS(658), 1, anon_sym_SQUOTE, - ACTIONS(748), 1, + ACTIONS(660), 1, anon_sym_BQUOTE, - ACTIONS(750), 1, + ACTIONS(662), 1, anon_sym_COMMA_AT, - ACTIONS(752), 1, + ACTIONS(664), 1, anon_sym_COMMA, - ACTIONS(4408), 1, - anon_sym_COLON, ACTIONS(4410), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(4412), 1, + anon_sym_LPAREN, + ACTIONS(4414), 1, anon_sym_cl, ACTIONS(5709), 1, sym_self_referential_reader_macro, - STATE(1189), 1, + STATE(1186), 1, sym_sym_lit, STATE(1191), 1, sym__bare_set_lit, @@ -64104,16 +64104,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(738), 2, + ACTIONS(650), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(754), 2, + ACTIONS(666), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(758), 2, + ACTIONS(670), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(760), 2, + ACTIONS(672), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5705), 2, @@ -64127,7 +64127,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - STATE(1190), 3, + STATE(1187), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -64160,39 +64160,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(724), 1, + ACTIONS(636), 1, anon_sym_POUND, - ACTIONS(728), 1, + ACTIONS(640), 1, aux_sym_num_lit_token1, - ACTIONS(732), 1, + ACTIONS(644), 1, anon_sym_COLON_COLON, - ACTIONS(734), 1, + ACTIONS(646), 1, anon_sym_DQUOTE, - ACTIONS(736), 1, + ACTIONS(648), 1, aux_sym_sym_lit_token1, - ACTIONS(740), 1, + ACTIONS(652), 1, anon_sym_POUND_QMARK, - ACTIONS(742), 1, + ACTIONS(654), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(744), 1, + ACTIONS(656), 1, anon_sym_POUND_SQUOTE, - ACTIONS(746), 1, + ACTIONS(658), 1, anon_sym_SQUOTE, - ACTIONS(748), 1, + ACTIONS(660), 1, anon_sym_BQUOTE, - ACTIONS(750), 1, + ACTIONS(662), 1, anon_sym_COMMA_AT, - ACTIONS(752), 1, + ACTIONS(664), 1, anon_sym_COMMA, - ACTIONS(4408), 1, - anon_sym_COLON, ACTIONS(4410), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(4412), 1, + anon_sym_LPAREN, + ACTIONS(4414), 1, anon_sym_cl, ACTIONS(5715), 1, sym_self_referential_reader_macro, - STATE(1189), 1, + STATE(1186), 1, sym_sym_lit, STATE(1191), 1, sym__bare_set_lit, @@ -64204,16 +64204,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(738), 2, + ACTIONS(650), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(754), 2, + ACTIONS(666), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(758), 2, + ACTIONS(670), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(760), 2, + ACTIONS(672), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5711), 2, @@ -64227,7 +64227,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - STATE(1190), 3, + STATE(1187), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -64260,31 +64260,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1620), 1, + ACTIONS(1598), 1, anon_sym_POUND, - ACTIONS(1624), 1, + ACTIONS(1602), 1, aux_sym_num_lit_token1, - ACTIONS(1628), 1, + ACTIONS(1606), 1, anon_sym_COLON_COLON, - ACTIONS(1630), 1, + ACTIONS(1608), 1, anon_sym_DQUOTE, - ACTIONS(1632), 1, + ACTIONS(1610), 1, aux_sym_sym_lit_token1, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, - ACTIONS(1638), 1, + ACTIONS(1616), 1, anon_sym_POUND_QMARK, - ACTIONS(1640), 1, + ACTIONS(1618), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(1642), 1, + ACTIONS(1620), 1, anon_sym_POUND_SQUOTE, - ACTIONS(1644), 1, + ACTIONS(1622), 1, anon_sym_SQUOTE, - ACTIONS(1646), 1, + ACTIONS(1624), 1, anon_sym_BQUOTE, - ACTIONS(1648), 1, + ACTIONS(1626), 1, anon_sym_COMMA_AT, - ACTIONS(1650), 1, + ACTIONS(1628), 1, anon_sym_COMMA, ACTIONS(5101), 1, anon_sym_COLON, @@ -64296,7 +64296,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(2762), 1, sym_sym_lit, - STATE(2821), 1, + STATE(2840), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -64304,16 +64304,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1636), 2, + ACTIONS(1614), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1662), 2, + ACTIONS(1640), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -64360,29 +64360,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(177), 1, + ACTIONS(137), 1, anon_sym_POUND, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -64404,16 +64404,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5721), 2, @@ -64460,29 +64460,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(177), 1, + ACTIONS(137), 1, anon_sym_POUND, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -64504,16 +64504,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5727), 2, @@ -64560,29 +64560,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(177), 1, + ACTIONS(137), 1, anon_sym_POUND, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -64604,16 +64604,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5733), 2, @@ -64660,31 +64660,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1620), 1, + ACTIONS(1598), 1, anon_sym_POUND, - ACTIONS(1624), 1, + ACTIONS(1602), 1, aux_sym_num_lit_token1, - ACTIONS(1628), 1, + ACTIONS(1606), 1, anon_sym_COLON_COLON, - ACTIONS(1630), 1, + ACTIONS(1608), 1, anon_sym_DQUOTE, - ACTIONS(1632), 1, + ACTIONS(1610), 1, aux_sym_sym_lit_token1, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, - ACTIONS(1638), 1, + ACTIONS(1616), 1, anon_sym_POUND_QMARK, - ACTIONS(1640), 1, + ACTIONS(1618), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(1642), 1, + ACTIONS(1620), 1, anon_sym_POUND_SQUOTE, - ACTIONS(1644), 1, + ACTIONS(1622), 1, anon_sym_SQUOTE, - ACTIONS(1646), 1, + ACTIONS(1624), 1, anon_sym_BQUOTE, - ACTIONS(1648), 1, + ACTIONS(1626), 1, anon_sym_COMMA_AT, - ACTIONS(1650), 1, + ACTIONS(1628), 1, anon_sym_COMMA, ACTIONS(5101), 1, anon_sym_COLON, @@ -64696,7 +64696,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(2762), 1, sym_sym_lit, - STATE(2821), 1, + STATE(2840), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -64704,16 +64704,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1636), 2, + ACTIONS(1614), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1662), 2, + ACTIONS(1640), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5739), 2, @@ -64860,31 +64860,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1620), 1, + ACTIONS(1598), 1, anon_sym_POUND, - ACTIONS(1624), 1, + ACTIONS(1602), 1, aux_sym_num_lit_token1, - ACTIONS(1628), 1, + ACTIONS(1606), 1, anon_sym_COLON_COLON, - ACTIONS(1630), 1, + ACTIONS(1608), 1, anon_sym_DQUOTE, - ACTIONS(1632), 1, + ACTIONS(1610), 1, aux_sym_sym_lit_token1, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, - ACTIONS(1638), 1, + ACTIONS(1616), 1, anon_sym_POUND_QMARK, - ACTIONS(1640), 1, + ACTIONS(1618), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(1642), 1, + ACTIONS(1620), 1, anon_sym_POUND_SQUOTE, - ACTIONS(1644), 1, + ACTIONS(1622), 1, anon_sym_SQUOTE, - ACTIONS(1646), 1, + ACTIONS(1624), 1, anon_sym_BQUOTE, - ACTIONS(1648), 1, + ACTIONS(1626), 1, anon_sym_COMMA_AT, - ACTIONS(1650), 1, + ACTIONS(1628), 1, anon_sym_COMMA, ACTIONS(5101), 1, anon_sym_COLON, @@ -64896,7 +64896,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(2762), 1, sym_sym_lit, - STATE(2821), 1, + STATE(2840), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -64904,16 +64904,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1636), 2, + ACTIONS(1614), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1662), 2, + ACTIONS(1640), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5751), 2, @@ -65160,31 +65160,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1620), 1, + ACTIONS(1598), 1, anon_sym_POUND, - ACTIONS(1624), 1, + ACTIONS(1602), 1, aux_sym_num_lit_token1, - ACTIONS(1628), 1, + ACTIONS(1606), 1, anon_sym_COLON_COLON, - ACTIONS(1630), 1, + ACTIONS(1608), 1, anon_sym_DQUOTE, - ACTIONS(1632), 1, + ACTIONS(1610), 1, aux_sym_sym_lit_token1, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, - ACTIONS(1638), 1, + ACTIONS(1616), 1, anon_sym_POUND_QMARK, - ACTIONS(1640), 1, + ACTIONS(1618), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(1642), 1, + ACTIONS(1620), 1, anon_sym_POUND_SQUOTE, - ACTIONS(1644), 1, + ACTIONS(1622), 1, anon_sym_SQUOTE, - ACTIONS(1646), 1, + ACTIONS(1624), 1, anon_sym_BQUOTE, - ACTIONS(1648), 1, + ACTIONS(1626), 1, anon_sym_COMMA_AT, - ACTIONS(1650), 1, + ACTIONS(1628), 1, anon_sym_COMMA, ACTIONS(5101), 1, anon_sym_COLON, @@ -65196,7 +65196,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(2762), 1, sym_sym_lit, - STATE(2821), 1, + STATE(2840), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -65204,16 +65204,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1636), 2, + ACTIONS(1614), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1662), 2, + ACTIONS(1640), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -65460,31 +65460,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1620), 1, + ACTIONS(1598), 1, anon_sym_POUND, - ACTIONS(1624), 1, + ACTIONS(1602), 1, aux_sym_num_lit_token1, - ACTIONS(1628), 1, + ACTIONS(1606), 1, anon_sym_COLON_COLON, - ACTIONS(1630), 1, + ACTIONS(1608), 1, anon_sym_DQUOTE, - ACTIONS(1632), 1, + ACTIONS(1610), 1, aux_sym_sym_lit_token1, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, - ACTIONS(1638), 1, + ACTIONS(1616), 1, anon_sym_POUND_QMARK, - ACTIONS(1640), 1, + ACTIONS(1618), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(1642), 1, + ACTIONS(1620), 1, anon_sym_POUND_SQUOTE, - ACTIONS(1644), 1, + ACTIONS(1622), 1, anon_sym_SQUOTE, - ACTIONS(1646), 1, + ACTIONS(1624), 1, anon_sym_BQUOTE, - ACTIONS(1648), 1, + ACTIONS(1626), 1, anon_sym_COMMA_AT, - ACTIONS(1650), 1, + ACTIONS(1628), 1, anon_sym_COMMA, ACTIONS(5101), 1, anon_sym_COLON, @@ -65496,7 +65496,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(2762), 1, sym_sym_lit, - STATE(2821), 1, + STATE(2840), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -65504,16 +65504,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1636), 2, + ACTIONS(1614), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1662), 2, + ACTIONS(1640), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -65660,31 +65660,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1620), 1, + ACTIONS(1598), 1, anon_sym_POUND, - ACTIONS(1624), 1, + ACTIONS(1602), 1, aux_sym_num_lit_token1, - ACTIONS(1628), 1, + ACTIONS(1606), 1, anon_sym_COLON_COLON, - ACTIONS(1630), 1, + ACTIONS(1608), 1, anon_sym_DQUOTE, - ACTIONS(1632), 1, + ACTIONS(1610), 1, aux_sym_sym_lit_token1, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, - ACTIONS(1638), 1, + ACTIONS(1616), 1, anon_sym_POUND_QMARK, - ACTIONS(1640), 1, + ACTIONS(1618), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(1642), 1, + ACTIONS(1620), 1, anon_sym_POUND_SQUOTE, - ACTIONS(1644), 1, + ACTIONS(1622), 1, anon_sym_SQUOTE, - ACTIONS(1646), 1, + ACTIONS(1624), 1, anon_sym_BQUOTE, - ACTIONS(1648), 1, + ACTIONS(1626), 1, anon_sym_COMMA_AT, - ACTIONS(1650), 1, + ACTIONS(1628), 1, anon_sym_COMMA, ACTIONS(5101), 1, anon_sym_COLON, @@ -65696,7 +65696,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(2762), 1, sym_sym_lit, - STATE(2821), 1, + STATE(2840), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -65704,16 +65704,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1636), 2, + ACTIONS(1614), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1662), 2, + ACTIONS(1640), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5789), 2, @@ -65760,31 +65760,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1620), 1, + ACTIONS(1598), 1, anon_sym_POUND, - ACTIONS(1624), 1, + ACTIONS(1602), 1, aux_sym_num_lit_token1, - ACTIONS(1628), 1, + ACTIONS(1606), 1, anon_sym_COLON_COLON, - ACTIONS(1630), 1, + ACTIONS(1608), 1, anon_sym_DQUOTE, - ACTIONS(1632), 1, + ACTIONS(1610), 1, aux_sym_sym_lit_token1, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, - ACTIONS(1638), 1, + ACTIONS(1616), 1, anon_sym_POUND_QMARK, - ACTIONS(1640), 1, + ACTIONS(1618), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(1642), 1, + ACTIONS(1620), 1, anon_sym_POUND_SQUOTE, - ACTIONS(1644), 1, + ACTIONS(1622), 1, anon_sym_SQUOTE, - ACTIONS(1646), 1, + ACTIONS(1624), 1, anon_sym_BQUOTE, - ACTIONS(1648), 1, + ACTIONS(1626), 1, anon_sym_COMMA_AT, - ACTIONS(1650), 1, + ACTIONS(1628), 1, anon_sym_COMMA, ACTIONS(5101), 1, anon_sym_COLON, @@ -65796,7 +65796,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(2762), 1, sym_sym_lit, - STATE(2821), 1, + STATE(2840), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -65804,16 +65804,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1636), 2, + ACTIONS(1614), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1662), 2, + ACTIONS(1640), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -66060,31 +66060,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1620), 1, + ACTIONS(1598), 1, anon_sym_POUND, - ACTIONS(1624), 1, + ACTIONS(1602), 1, aux_sym_num_lit_token1, - ACTIONS(1628), 1, + ACTIONS(1606), 1, anon_sym_COLON_COLON, - ACTIONS(1630), 1, + ACTIONS(1608), 1, anon_sym_DQUOTE, - ACTIONS(1632), 1, + ACTIONS(1610), 1, aux_sym_sym_lit_token1, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, - ACTIONS(1638), 1, + ACTIONS(1616), 1, anon_sym_POUND_QMARK, - ACTIONS(1640), 1, + ACTIONS(1618), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(1642), 1, + ACTIONS(1620), 1, anon_sym_POUND_SQUOTE, - ACTIONS(1644), 1, + ACTIONS(1622), 1, anon_sym_SQUOTE, - ACTIONS(1646), 1, + ACTIONS(1624), 1, anon_sym_BQUOTE, - ACTIONS(1648), 1, + ACTIONS(1626), 1, anon_sym_COMMA_AT, - ACTIONS(1650), 1, + ACTIONS(1628), 1, anon_sym_COMMA, ACTIONS(5101), 1, anon_sym_COLON, @@ -66096,7 +66096,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(2762), 1, sym_sym_lit, - STATE(2821), 1, + STATE(2840), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -66104,16 +66104,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1636), 2, + ACTIONS(1614), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1662), 2, + ACTIONS(1640), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5807), 2, @@ -66360,31 +66360,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1620), 1, + ACTIONS(1598), 1, anon_sym_POUND, - ACTIONS(1624), 1, + ACTIONS(1602), 1, aux_sym_num_lit_token1, - ACTIONS(1628), 1, + ACTIONS(1606), 1, anon_sym_COLON_COLON, - ACTIONS(1630), 1, + ACTIONS(1608), 1, anon_sym_DQUOTE, - ACTIONS(1632), 1, + ACTIONS(1610), 1, aux_sym_sym_lit_token1, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, - ACTIONS(1638), 1, + ACTIONS(1616), 1, anon_sym_POUND_QMARK, - ACTIONS(1640), 1, + ACTIONS(1618), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(1642), 1, + ACTIONS(1620), 1, anon_sym_POUND_SQUOTE, - ACTIONS(1644), 1, + ACTIONS(1622), 1, anon_sym_SQUOTE, - ACTIONS(1646), 1, + ACTIONS(1624), 1, anon_sym_BQUOTE, - ACTIONS(1648), 1, + ACTIONS(1626), 1, anon_sym_COMMA_AT, - ACTIONS(1650), 1, + ACTIONS(1628), 1, anon_sym_COMMA, ACTIONS(5101), 1, anon_sym_COLON, @@ -66396,7 +66396,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(2762), 1, sym_sym_lit, - STATE(2821), 1, + STATE(2840), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -66404,16 +66404,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1636), 2, + ACTIONS(1614), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1662), 2, + ACTIONS(1640), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -66460,29 +66460,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(177), 1, + ACTIONS(137), 1, anon_sym_POUND, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -66504,16 +66504,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -66560,31 +66560,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1620), 1, + ACTIONS(1598), 1, anon_sym_POUND, - ACTIONS(1624), 1, + ACTIONS(1602), 1, aux_sym_num_lit_token1, - ACTIONS(1628), 1, + ACTIONS(1606), 1, anon_sym_COLON_COLON, - ACTIONS(1630), 1, + ACTIONS(1608), 1, anon_sym_DQUOTE, - ACTIONS(1632), 1, + ACTIONS(1610), 1, aux_sym_sym_lit_token1, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, - ACTIONS(1638), 1, + ACTIONS(1616), 1, anon_sym_POUND_QMARK, - ACTIONS(1640), 1, + ACTIONS(1618), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(1642), 1, + ACTIONS(1620), 1, anon_sym_POUND_SQUOTE, - ACTIONS(1644), 1, + ACTIONS(1622), 1, anon_sym_SQUOTE, - ACTIONS(1646), 1, + ACTIONS(1624), 1, anon_sym_BQUOTE, - ACTIONS(1648), 1, + ACTIONS(1626), 1, anon_sym_COMMA_AT, - ACTIONS(1650), 1, + ACTIONS(1628), 1, anon_sym_COMMA, ACTIONS(5101), 1, anon_sym_COLON, @@ -66596,7 +66596,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(2762), 1, sym_sym_lit, - STATE(2821), 1, + STATE(2840), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -66604,16 +66604,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1636), 2, + ACTIONS(1614), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1662), 2, + ACTIONS(1640), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -66894,7 +66894,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self_referential_reader_macro, STATE(1489), 1, sym_sym_lit, - STATE(1589), 1, + STATE(1557), 1, sym__bare_set_lit, STATE(2841), 1, aux_sym_list_lit_repeat1, @@ -66931,7 +66931,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(1507), 19, + STATE(1510), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -66994,7 +66994,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self_referential_reader_macro, STATE(1489), 1, sym_sym_lit, - STATE(1589), 1, + STATE(1557), 1, sym__bare_set_lit, STATE(2841), 1, aux_sym_list_lit_repeat1, @@ -67031,7 +67031,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(1508), 19, + STATE(1511), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -67660,29 +67660,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(177), 1, + ACTIONS(137), 1, anon_sym_POUND, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -67704,16 +67704,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5887), 2, @@ -68360,29 +68360,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(177), 1, + ACTIONS(137), 1, anon_sym_POUND, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -68404,16 +68404,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -68560,29 +68560,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(177), 1, + ACTIONS(137), 1, anon_sym_POUND, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -68604,16 +68604,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -69060,29 +69060,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(177), 1, + ACTIONS(137), 1, anon_sym_POUND, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -69104,16 +69104,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5955), 2, @@ -69160,29 +69160,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(177), 1, + ACTIONS(137), 1, anon_sym_POUND, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -69204,16 +69204,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5961), 2, @@ -69760,39 +69760,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(724), 1, + ACTIONS(636), 1, anon_sym_POUND, - ACTIONS(728), 1, + ACTIONS(640), 1, aux_sym_num_lit_token1, - ACTIONS(732), 1, + ACTIONS(644), 1, anon_sym_COLON_COLON, - ACTIONS(734), 1, + ACTIONS(646), 1, anon_sym_DQUOTE, - ACTIONS(736), 1, + ACTIONS(648), 1, aux_sym_sym_lit_token1, - ACTIONS(740), 1, + ACTIONS(652), 1, anon_sym_POUND_QMARK, - ACTIONS(742), 1, + ACTIONS(654), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(744), 1, + ACTIONS(656), 1, anon_sym_POUND_SQUOTE, - ACTIONS(746), 1, + ACTIONS(658), 1, anon_sym_SQUOTE, - ACTIONS(748), 1, + ACTIONS(660), 1, anon_sym_BQUOTE, - ACTIONS(750), 1, + ACTIONS(662), 1, anon_sym_COMMA_AT, - ACTIONS(752), 1, + ACTIONS(664), 1, anon_sym_COMMA, - ACTIONS(4408), 1, - anon_sym_COLON, ACTIONS(4410), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(4412), 1, + anon_sym_LPAREN, + ACTIONS(4414), 1, anon_sym_cl, ACTIONS(5999), 1, sym_self_referential_reader_macro, - STATE(1189), 1, + STATE(1186), 1, sym_sym_lit, STATE(1191), 1, sym__bare_set_lit, @@ -69804,16 +69804,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(738), 2, + ACTIONS(650), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(754), 2, + ACTIONS(666), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(758), 2, + ACTIONS(670), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(760), 2, + ACTIONS(672), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(5995), 2, @@ -69827,7 +69827,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - STATE(1190), 3, + STATE(1187), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -70460,29 +70460,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(177), 1, + ACTIONS(137), 1, anon_sym_POUND, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -70504,16 +70504,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(6031), 2, @@ -70931,7 +70931,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2811), 19, + STATE(2800), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -71431,7 +71431,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2979), 19, + STATE(2981), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -71531,7 +71531,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2974), 19, + STATE(2979), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -71831,7 +71831,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2973), 19, + STATE(2977), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -71931,7 +71931,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2840), 19, + STATE(2822), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -72131,7 +72131,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2817), 19, + STATE(2830), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -72231,7 +72231,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2961), 19, + STATE(2963), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -72331,7 +72331,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2944), 19, + STATE(2948), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -72431,7 +72431,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2939), 19, + STATE(2944), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -72731,7 +72731,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2948), 19, + STATE(2950), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -72831,7 +72831,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2988), 19, + STATE(2905), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -72902,7 +72902,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(5055), 2, anon_sym_POUNDP, @@ -72919,7 +72919,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(6141), 2, sym__ws, sym_comment, - STATE(1992), 2, + STATE(1981), 2, sym_unquote_splicing_lit, sym_unquoting_lit, ACTIONS(6143), 3, @@ -73032,7 +73032,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2956), 19, + STATE(2960), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -73132,7 +73132,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2958), 19, + STATE(2961), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -73332,7 +73332,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2977), 19, + STATE(2980), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -73495,7 +73495,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self_referential_reader_macro, STATE(1489), 1, sym_sym_lit, - STATE(1589), 1, + STATE(1557), 1, sym__bare_set_lit, STATE(2841), 1, aux_sym_list_lit_repeat1, @@ -73595,7 +73595,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self_referential_reader_macro, STATE(1489), 1, sym_sym_lit, - STATE(1589), 1, + STATE(1557), 1, sym__bare_set_lit, STATE(2841), 1, aux_sym_list_lit_repeat1, @@ -73632,7 +73632,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(1510), 19, + STATE(1513), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -73732,7 +73732,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2926), 19, + STATE(2925), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -73895,7 +73895,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self_referential_reader_macro, STATE(1489), 1, sym_sym_lit, - STATE(1589), 1, + STATE(1557), 1, sym__bare_set_lit, STATE(2841), 1, aux_sym_list_lit_repeat1, @@ -73932,7 +73932,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(1511), 19, + STATE(1514), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -74195,7 +74195,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self_referential_reader_macro, STATE(1489), 1, sym_sym_lit, - STATE(1589), 1, + STATE(1557), 1, sym__bare_set_lit, STATE(2841), 1, aux_sym_list_lit_repeat1, @@ -74595,7 +74595,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self_referential_reader_macro, STATE(1489), 1, sym_sym_lit, - STATE(1589), 1, + STATE(1557), 1, sym__bare_set_lit, STATE(2841), 1, aux_sym_list_lit_repeat1, @@ -74795,7 +74795,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self_referential_reader_macro, STATE(1489), 1, sym_sym_lit, - STATE(1589), 1, + STATE(1557), 1, sym__bare_set_lit, STATE(2841), 1, aux_sym_list_lit_repeat1, @@ -75095,7 +75095,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self_referential_reader_macro, STATE(1489), 1, sym_sym_lit, - STATE(1589), 1, + STATE(1557), 1, sym__bare_set_lit, STATE(2841), 1, aux_sym_list_lit_repeat1, @@ -75395,7 +75395,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self_referential_reader_macro, STATE(1489), 1, sym_sym_lit, - STATE(1589), 1, + STATE(1557), 1, sym__bare_set_lit, STATE(2841), 1, aux_sym_list_lit_repeat1, @@ -75695,7 +75695,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self_referential_reader_macro, STATE(1489), 1, sym_sym_lit, - STATE(1589), 1, + STATE(1557), 1, sym__bare_set_lit, STATE(2841), 1, aux_sym_list_lit_repeat1, @@ -75995,7 +75995,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self_referential_reader_macro, STATE(1489), 1, sym_sym_lit, - STATE(1589), 1, + STATE(1557), 1, sym__bare_set_lit, STATE(2841), 1, aux_sym_list_lit_repeat1, @@ -76295,7 +76295,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self_referential_reader_macro, STATE(1489), 1, sym_sym_lit, - STATE(1589), 1, + STATE(1557), 1, sym__bare_set_lit, STATE(2841), 1, aux_sym_list_lit_repeat1, @@ -76495,7 +76495,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self_referential_reader_macro, STATE(1489), 1, sym_sym_lit, - STATE(1589), 1, + STATE(1557), 1, sym__bare_set_lit, STATE(2841), 1, aux_sym_list_lit_repeat1, @@ -76795,7 +76795,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self_referential_reader_macro, STATE(1489), 1, sym_sym_lit, - STATE(1589), 1, + STATE(1557), 1, sym__bare_set_lit, STATE(2841), 1, aux_sym_list_lit_repeat1, @@ -76895,7 +76895,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self_referential_reader_macro, STATE(1489), 1, sym_sym_lit, - STATE(1589), 1, + STATE(1557), 1, sym__bare_set_lit, STATE(2841), 1, aux_sym_list_lit_repeat1, @@ -78295,7 +78295,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self_referential_reader_macro, STATE(1489), 1, sym_sym_lit, - STATE(1589), 1, + STATE(1557), 1, sym__bare_set_lit, STATE(2841), 1, aux_sym_list_lit_repeat1, @@ -78795,7 +78795,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self_referential_reader_macro, STATE(1489), 1, sym_sym_lit, - STATE(1589), 1, + STATE(1557), 1, sym__bare_set_lit, STATE(2841), 1, aux_sym_list_lit_repeat1, @@ -79195,7 +79195,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self_referential_reader_macro, STATE(1489), 1, sym_sym_lit, - STATE(1589), 1, + STATE(1557), 1, sym__bare_set_lit, STATE(2841), 1, aux_sym_list_lit_repeat1, @@ -79295,7 +79295,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self_referential_reader_macro, STATE(1489), 1, sym_sym_lit, - STATE(1589), 1, + STATE(1557), 1, sym__bare_set_lit, STATE(2841), 1, aux_sym_list_lit_repeat1, @@ -79395,7 +79395,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self_referential_reader_macro, STATE(1489), 1, sym_sym_lit, - STATE(1589), 1, + STATE(1557), 1, sym__bare_set_lit, STATE(2841), 1, aux_sym_list_lit_repeat1, @@ -79995,7 +79995,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self_referential_reader_macro, STATE(1489), 1, sym_sym_lit, - STATE(1589), 1, + STATE(1557), 1, sym__bare_set_lit, STATE(2841), 1, aux_sym_list_lit_repeat1, @@ -80032,7 +80032,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - STATE(1581), 19, + STATE(1559), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -80295,7 +80295,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self_referential_reader_macro, STATE(1489), 1, sym_sym_lit, - STATE(1589), 1, + STATE(1557), 1, sym__bare_set_lit, STATE(2841), 1, aux_sym_list_lit_repeat1, @@ -80332,7 +80332,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - STATE(1559), 19, + STATE(1556), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -80695,7 +80695,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self_referential_reader_macro, STATE(1489), 1, sym_sym_lit, - STATE(1589), 1, + STATE(1557), 1, sym__bare_set_lit, STATE(2841), 1, aux_sym_list_lit_repeat1, @@ -81661,29 +81661,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(177), 1, + ACTIONS(137), 1, anon_sym_POUND, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -81705,16 +81705,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(6541), 2, @@ -81803,7 +81803,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(5055), 2, anon_sym_POUNDP, @@ -81903,7 +81903,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(5055), 2, anon_sym_POUNDP, @@ -82395,7 +82395,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self_referential_reader_macro, STATE(1489), 1, sym_sym_lit, - STATE(1589), 1, + STATE(1557), 1, sym__bare_set_lit, STATE(2841), 1, aux_sym_list_lit_repeat1, @@ -82503,7 +82503,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(5055), 2, anon_sym_POUNDP, @@ -82795,7 +82795,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self_referential_reader_macro, STATE(1489), 1, sym_sym_lit, - STATE(1589), 1, + STATE(1557), 1, sym__bare_set_lit, STATE(2841), 1, aux_sym_list_lit_repeat1, @@ -82897,7 +82897,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(1878), 1, sym_sym_lit, - STATE(2812), 1, + STATE(2811), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -83197,7 +83197,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(1878), 1, sym_sym_lit, - STATE(2812), 1, + STATE(2811), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -83395,7 +83395,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self_referential_reader_macro, STATE(1489), 1, sym_sym_lit, - STATE(1589), 1, + STATE(1557), 1, sym__bare_set_lit, STATE(2841), 1, aux_sym_list_lit_repeat1, @@ -83497,7 +83497,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(1878), 1, sym_sym_lit, - STATE(2812), 1, + STATE(2811), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -83903,7 +83903,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(4801), 2, sym__ws, @@ -83932,7 +83932,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2979), 19, + STATE(2981), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -84103,7 +84103,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(4801), 2, sym__ws, @@ -84132,7 +84132,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2974), 19, + STATE(2979), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -84203,7 +84203,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(4801), 2, sym__ws, @@ -84232,7 +84232,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2973), 19, + STATE(2977), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -84397,7 +84397,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(1878), 1, sym_sym_lit, - STATE(2812), 1, + STATE(2811), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -84697,7 +84697,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(1878), 1, sym_sym_lit, - STATE(2812), 1, + STATE(2811), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -84761,29 +84761,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(177), 1, + ACTIONS(137), 1, anon_sym_POUND, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -84805,16 +84805,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -84903,7 +84903,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(5055), 2, anon_sym_POUNDP, @@ -84932,7 +84932,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2961), 19, + STATE(2963), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -85203,7 +85203,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(5055), 2, anon_sym_POUNDP, @@ -85232,7 +85232,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2944), 19, + STATE(2948), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -85503,7 +85503,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(5055), 2, anon_sym_POUNDP, @@ -85532,7 +85532,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2939), 19, + STATE(2944), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -85897,7 +85897,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(1878), 1, sym_sym_lit, - STATE(2812), 1, + STATE(2811), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -86203,7 +86203,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(4801), 2, sym__ws, @@ -86232,7 +86232,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2948), 19, + STATE(2950), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -86403,7 +86403,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(5055), 2, anon_sym_POUNDP, @@ -86432,7 +86432,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2988), 19, + STATE(2905), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -86503,7 +86503,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(4801), 2, sym__ws, @@ -86532,7 +86532,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2956), 19, + STATE(2960), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -86603,7 +86603,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(4801), 2, sym__ws, @@ -86632,7 +86632,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2958), 19, + STATE(2961), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -86697,7 +86697,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(1878), 1, sym_sym_lit, - STATE(2812), 1, + STATE(2811), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -87403,7 +87403,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(5055), 2, anon_sym_POUNDP, @@ -87432,7 +87432,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2977), 19, + STATE(2980), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -87603,7 +87603,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(5055), 2, anon_sym_POUNDP, @@ -88003,7 +88003,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(4801), 2, sym__ws, @@ -88032,7 +88032,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2926), 19, + STATE(2925), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -88203,7 +88203,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(4801), 2, sym__ws, @@ -88403,7 +88403,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(5055), 2, anon_sym_POUNDP, @@ -88503,7 +88503,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(4801), 2, sym__ws, @@ -88603,7 +88603,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(5055), 2, anon_sym_POUNDP, @@ -88703,7 +88703,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(4801), 2, sym__ws, @@ -88803,7 +88803,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(4801), 2, sym__ws, @@ -88897,7 +88897,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(1878), 1, sym_sym_lit, - STATE(2812), 1, + STATE(2811), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -89003,7 +89003,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(5055), 2, anon_sym_POUNDP, @@ -89032,7 +89032,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(3092), 19, + STATE(3089), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -89197,7 +89197,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(1878), 1, sym_sym_lit, - STATE(2812), 1, + STATE(2811), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -89297,7 +89297,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(1878), 1, sym_sym_lit, - STATE(2812), 1, + STATE(2811), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -89505,10 +89505,10 @@ static const uint16_t ts_small_parse_table[] = { sym_sym_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(6777), 2, @@ -89532,7 +89532,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2811), 19, + STATE(2800), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -89705,10 +89705,10 @@ static const uint16_t ts_small_parse_table[] = { sym_sym_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(6783), 2, @@ -89805,10 +89805,10 @@ static const uint16_t ts_small_parse_table[] = { sym_sym_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -89897,7 +89897,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(1878), 1, sym_sym_lit, - STATE(2812), 1, + STATE(2811), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -90093,7 +90093,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_cl, ACTIONS(5953), 1, sym_self_referential_reader_macro, - STATE(2830), 1, + STATE(2823), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -90103,7 +90103,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(4801), 2, sym__ws, @@ -90197,7 +90197,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(1878), 1, sym_sym_lit, - STATE(2812), 1, + STATE(2811), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -90397,7 +90397,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(1878), 1, sym_sym_lit, - STATE(2812), 1, + STATE(2811), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -90505,10 +90505,10 @@ static const uint16_t ts_small_parse_table[] = { sym_sym_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -90532,7 +90532,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - STATE(2840), 19, + STATE(2822), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -90805,10 +90805,10 @@ static const uint16_t ts_small_parse_table[] = { sym_sym_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -90832,7 +90832,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - STATE(2817), 19, + STATE(2830), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -91797,7 +91797,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(1878), 1, sym_sym_lit, - STATE(2812), 1, + STATE(2811), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -91897,7 +91897,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(1878), 1, sym_sym_lit, - STATE(2812), 1, + STATE(2811), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -92097,7 +92097,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(1878), 1, sym_sym_lit, - STATE(2812), 1, + STATE(2811), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -92205,10 +92205,10 @@ static const uint16_t ts_small_parse_table[] = { sym_sym_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(6783), 2, @@ -92497,7 +92497,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(1878), 1, sym_sym_lit, - STATE(2812), 1, + STATE(2811), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -92797,7 +92797,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(1878), 1, sym_sym_lit, - STATE(2812), 1, + STATE(2811), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -92997,7 +92997,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(1878), 1, sym_sym_lit, - STATE(2812), 1, + STATE(2811), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -93097,7 +93097,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(1878), 1, sym_sym_lit, - STATE(2812), 1, + STATE(2811), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -93305,10 +93305,10 @@ static const uint16_t ts_small_parse_table[] = { sym_sym_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -93497,7 +93497,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(1878), 1, sym_sym_lit, - STATE(2812), 1, + STATE(2811), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -93697,7 +93697,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(1878), 1, sym_sym_lit, - STATE(2812), 1, + STATE(2811), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -93997,7 +93997,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(1878), 1, sym_sym_lit, - STATE(2812), 1, + STATE(2811), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -94097,7 +94097,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(1878), 1, sym_sym_lit, - STATE(2812), 1, + STATE(2811), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -94297,7 +94297,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(1878), 1, sym_sym_lit, - STATE(2812), 1, + STATE(2811), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -94597,7 +94597,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(1878), 1, sym_sym_lit, - STATE(2812), 1, + STATE(2811), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -94697,7 +94697,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(1878), 1, sym_sym_lit, - STATE(2812), 1, + STATE(2811), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -94897,7 +94897,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(1878), 1, sym_sym_lit, - STATE(2812), 1, + STATE(2811), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -95397,7 +95397,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(1878), 1, sym_sym_lit, - STATE(2812), 1, + STATE(2811), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -95597,7 +95597,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_set_lit, STATE(1878), 1, sym_sym_lit, - STATE(2812), 1, + STATE(2811), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -95905,10 +95905,10 @@ static const uint16_t ts_small_parse_table[] = { sym_sym_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(6783), 2, @@ -96005,10 +96005,10 @@ static const uint16_t ts_small_parse_table[] = { sym_sym_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(6783), 2, @@ -96105,10 +96105,10 @@ static const uint16_t ts_small_parse_table[] = { sym_sym_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(6783), 2, @@ -96161,29 +96161,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(177), 1, + ACTIONS(137), 1, anon_sym_POUND, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -96205,16 +96205,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(7019), 2, @@ -97461,39 +97461,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(724), 1, + ACTIONS(636), 1, anon_sym_POUND, - ACTIONS(728), 1, + ACTIONS(640), 1, aux_sym_num_lit_token1, - ACTIONS(732), 1, + ACTIONS(644), 1, anon_sym_COLON_COLON, - ACTIONS(734), 1, + ACTIONS(646), 1, anon_sym_DQUOTE, - ACTIONS(736), 1, + ACTIONS(648), 1, aux_sym_sym_lit_token1, - ACTIONS(740), 1, + ACTIONS(652), 1, anon_sym_POUND_QMARK, - ACTIONS(742), 1, + ACTIONS(654), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(744), 1, + ACTIONS(656), 1, anon_sym_POUND_SQUOTE, - ACTIONS(746), 1, + ACTIONS(658), 1, anon_sym_SQUOTE, - ACTIONS(748), 1, + ACTIONS(660), 1, anon_sym_BQUOTE, - ACTIONS(750), 1, + ACTIONS(662), 1, anon_sym_COMMA_AT, - ACTIONS(752), 1, + ACTIONS(664), 1, anon_sym_COMMA, - ACTIONS(4408), 1, - anon_sym_COLON, ACTIONS(4410), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(4412), 1, + anon_sym_LPAREN, + ACTIONS(4414), 1, anon_sym_cl, ACTIONS(7077), 1, sym_self_referential_reader_macro, - STATE(1189), 1, + STATE(1186), 1, sym_sym_lit, STATE(1191), 1, sym__bare_set_lit, @@ -97505,16 +97505,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(738), 2, + ACTIONS(650), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(754), 2, + ACTIONS(666), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(758), 2, + ACTIONS(670), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(760), 2, + ACTIONS(672), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -97524,7 +97524,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, sym_nil_lit, sym_fancy_literal, - STATE(1190), 3, + STATE(1187), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -97632,7 +97632,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2044), 19, + STATE(2035), 19, sym__form, sym_num_lit, sym_kwd_lit, @@ -97693,7 +97693,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_cl, ACTIONS(6949), 1, sym_self_referential_reader_macro, - STATE(2830), 1, + STATE(2823), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -97703,7 +97703,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(5037), 2, anon_sym_POUND0A, @@ -97803,7 +97803,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3077), 1, + STATE(3078), 1, sym_sym_lit, ACTIONS(4801), 2, sym__ws, @@ -97820,7 +97820,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5201), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - STATE(2005), 2, + STATE(2008), 2, sym_unquote_splicing_lit, sym_unquoting_lit, ACTIONS(7087), 3, @@ -97962,29 +97962,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(177), 1, + ACTIONS(137), 1, anon_sym_POUND, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -98006,16 +98006,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -98206,10 +98206,10 @@ static const uint16_t ts_small_parse_table[] = { sym_sym_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -98706,10 +98706,10 @@ static const uint16_t ts_small_parse_table[] = { sym_sym_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -98906,10 +98906,10 @@ static const uint16_t ts_small_parse_table[] = { sym_sym_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -99906,10 +99906,10 @@ static const uint16_t ts_small_parse_table[] = { sym_sym_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -100006,10 +100006,10 @@ static const uint16_t ts_small_parse_table[] = { sym_sym_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(6783), 2, @@ -100206,10 +100206,10 @@ static const uint16_t ts_small_parse_table[] = { sym_sym_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(6783), 2, @@ -100306,10 +100306,10 @@ static const uint16_t ts_small_parse_table[] = { sym_sym_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -100362,29 +100362,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(177), 1, + ACTIONS(137), 1, anon_sym_POUND, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -100406,16 +100406,16 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(7169), 2, @@ -100606,10 +100606,10 @@ static const uint16_t ts_small_parse_table[] = { sym_sym_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(6783), 2, @@ -101706,10 +101706,10 @@ static const uint16_t ts_small_parse_table[] = { sym_sym_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(6783), 2, @@ -101806,10 +101806,10 @@ static const uint16_t ts_small_parse_table[] = { sym_sym_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -102006,10 +102006,10 @@ static const uint16_t ts_small_parse_table[] = { sym_sym_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(6783), 2, @@ -102206,10 +102206,10 @@ static const uint16_t ts_small_parse_table[] = { sym_sym_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(6783), 2, @@ -102406,10 +102406,10 @@ static const uint16_t ts_small_parse_table[] = { sym_sym_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -102506,10 +102506,10 @@ static const uint16_t ts_small_parse_table[] = { sym_sym_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -102706,10 +102706,10 @@ static const uint16_t ts_small_parse_table[] = { sym_sym_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(6783), 2, @@ -102806,10 +102806,10 @@ static const uint16_t ts_small_parse_table[] = { sym_sym_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -103106,10 +103106,10 @@ static const uint16_t ts_small_parse_table[] = { sym_sym_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -103506,10 +103506,10 @@ static const uint16_t ts_small_parse_table[] = { sym_sym_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(4801), 2, @@ -103806,10 +103806,10 @@ static const uint16_t ts_small_parse_table[] = { sym_sym_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(6783), 2, @@ -104106,10 +104106,10 @@ static const uint16_t ts_small_parse_table[] = { sym_sym_lit, STATE(2901), 1, sym__metadata_lit, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(6783), 2, @@ -104312,12 +104312,12 @@ static const uint16_t ts_small_parse_table[] = { sym_sym_lit, STATE(2901), 1, sym__metadata_lit, - STATE(3018), 1, + STATE(3020), 1, sym_array_dimension, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(6783), 2, @@ -104359,33 +104359,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(728), 1, + ACTIONS(640), 1, aux_sym_num_lit_token1, - ACTIONS(732), 1, + ACTIONS(644), 1, anon_sym_COLON_COLON, - ACTIONS(734), 1, + ACTIONS(646), 1, anon_sym_DQUOTE, - ACTIONS(736), 1, + ACTIONS(648), 1, aux_sym_sym_lit_token1, - ACTIONS(740), 1, + ACTIONS(652), 1, anon_sym_POUND_QMARK, - ACTIONS(742), 1, + ACTIONS(654), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(744), 1, + ACTIONS(656), 1, anon_sym_POUND_SQUOTE, - ACTIONS(746), 1, + ACTIONS(658), 1, anon_sym_SQUOTE, - ACTIONS(748), 1, + ACTIONS(660), 1, anon_sym_BQUOTE, - ACTIONS(750), 1, + ACTIONS(662), 1, anon_sym_COMMA_AT, - ACTIONS(752), 1, + ACTIONS(664), 1, anon_sym_COMMA, - ACTIONS(4408), 1, - anon_sym_COLON, ACTIONS(4410), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(4412), 1, + anon_sym_LPAREN, + ACTIONS(4414), 1, anon_sym_cl, ACTIONS(7291), 1, anon_sym_POUND, @@ -104411,25 +104411,25 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - STATE(3052), 1, + STATE(3000), 1, sym_array_dimension, - ACTIONS(738), 2, + ACTIONS(650), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(754), 2, + ACTIONS(666), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(758), 2, + ACTIONS(670), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(760), 2, + ACTIONS(672), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(7295), 3, anon_sym_DOT, sym_nil_lit, sym_fancy_literal, - STATE(1190), 3, + STATE(1187), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -104496,7 +104496,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(7313), 1, sym_self_referential_reader_macro, - STATE(2830), 1, + STATE(2823), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -104504,11 +104504,11 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2951), 1, - sym_list_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3016), 1, + STATE(2994), 1, + sym_list_lit, + STATE(3014), 1, sym_array_dimension, STATE(3076), 1, sym_sym_lit, @@ -104702,14 +104702,14 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2951), 1, - sym_list_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3026), 1, - sym_sym_lit, - STATE(3035), 1, + STATE(2994), 1, + sym_list_lit, + STATE(3024), 1, sym_array_dimension, + STATE(3044), 1, + sym_sym_lit, ACTIONS(5055), 2, anon_sym_POUNDP, anon_sym_POUNDp, @@ -104755,29 +104755,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1624), 1, + ACTIONS(1602), 1, aux_sym_num_lit_token1, - ACTIONS(1628), 1, + ACTIONS(1606), 1, anon_sym_COLON_COLON, - ACTIONS(1630), 1, + ACTIONS(1608), 1, anon_sym_DQUOTE, - ACTIONS(1632), 1, + ACTIONS(1610), 1, aux_sym_sym_lit_token1, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, - ACTIONS(1638), 1, + ACTIONS(1616), 1, anon_sym_POUND_QMARK, - ACTIONS(1640), 1, + ACTIONS(1618), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(1642), 1, + ACTIONS(1620), 1, anon_sym_POUND_SQUOTE, - ACTIONS(1644), 1, + ACTIONS(1622), 1, anon_sym_SQUOTE, - ACTIONS(1646), 1, + ACTIONS(1624), 1, anon_sym_BQUOTE, - ACTIONS(1648), 1, + ACTIONS(1626), 1, anon_sym_COMMA_AT, - ACTIONS(1650), 1, + ACTIONS(1628), 1, anon_sym_COMMA, ACTIONS(5101), 1, anon_sym_COLON, @@ -104799,7 +104799,7 @@ static const uint16_t ts_small_parse_table[] = { sym_list_lit, STATE(2763), 1, sym_sym_lit, - STATE(2821), 1, + STATE(2840), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -104807,18 +104807,18 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - STATE(3007), 1, + STATE(3031), 1, sym_array_dimension, - ACTIONS(1636), 2, + ACTIONS(1614), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(1658), 2, + ACTIONS(1636), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(1662), 2, + ACTIONS(1640), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(7283), 3, @@ -105005,7 +105005,7 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - STATE(3002), 1, + STATE(3005), 1, sym_array_dimension, ACTIONS(2754), 2, anon_sym_POUND0A, @@ -105094,7 +105094,7 @@ static const uint16_t ts_small_parse_table[] = { sym_sym_lit, STATE(1496), 1, sym_list_lit, - STATE(1589), 1, + STATE(1557), 1, sym__bare_set_lit, STATE(2841), 1, aux_sym_list_lit_repeat1, @@ -105197,11 +105197,11 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2951), 1, - sym_list_lit, STATE(2990), 1, sym__bare_set_lit, - STATE(3027), 1, + STATE(2994), 1, + sym_list_lit, + STATE(3002), 1, sym_array_dimension, STATE(3076), 1, sym_sym_lit, @@ -105294,7 +105294,7 @@ static const uint16_t ts_small_parse_table[] = { sym_list_lit, STATE(1888), 1, sym_sym_lit, - STATE(2812), 1, + STATE(2811), 1, aux_sym_list_lit_repeat1, STATE(2858), 1, sym_meta_lit, @@ -105302,7 +105302,7 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - STATE(3019), 1, + STATE(3018), 1, sym_array_dimension, ACTIONS(51), 2, anon_sym_POUNDP, @@ -105500,7 +105500,7 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - STATE(3019), 1, + STATE(3018), 1, sym_array_dimension, ACTIONS(31), 2, anon_sym_POUND0A, @@ -105547,27 +105547,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(181), 1, + ACTIONS(141), 1, aux_sym_num_lit_token1, - ACTIONS(186), 1, + ACTIONS(146), 1, anon_sym_COLON_COLON, - ACTIONS(188), 1, + ACTIONS(148), 1, anon_sym_DQUOTE, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, - ACTIONS(205), 1, + ACTIONS(165), 1, anon_sym_POUND_QMARK, - ACTIONS(207), 1, + ACTIONS(167), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(209), 1, + ACTIONS(169), 1, anon_sym_POUND_SQUOTE, - ACTIONS(211), 1, + ACTIONS(171), 1, anon_sym_SQUOTE, - ACTIONS(213), 1, + ACTIONS(173), 1, anon_sym_BQUOTE, - ACTIONS(215), 1, + ACTIONS(175), 1, anon_sym_COMMA_AT, - ACTIONS(217), 1, + ACTIONS(177), 1, anon_sym_COMMA, ACTIONS(4855), 1, anon_sym_COLON, @@ -105599,18 +105599,18 @@ static const uint16_t ts_small_parse_table[] = { sym_old_meta_lit, STATE(2901), 1, sym__metadata_lit, - STATE(3024), 1, + STATE(3029), 1, sym_array_dimension, - ACTIONS(203), 2, + ACTIONS(163), 2, anon_sym_POUND0A, anon_sym_POUND0a, - ACTIONS(226), 2, + ACTIONS(186), 2, anon_sym_POUNDP, anon_sym_POUNDp, - ACTIONS(230), 2, + ACTIONS(190), 2, anon_sym_POUND_PLUS, anon_sym_POUND_DASH, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, ACTIONS(7391), 3, @@ -116959,178 +116959,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_finally, anon_sym_return, anon_sym_initially, - [90947] = 3, - ACTIONS(47), 1, - sym_block_comment, - ACTIONS(7529), 23, - sym__ws, - sym_comment, - anon_sym_POUND_, - anon_sym_COLON_COLON, - anon_sym_DQUOTE, - anon_sym_CARET, - anon_sym_POUND_CARET, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_POUND0A, - anon_sym_POUND0a, - anon_sym_POUND_QMARK_AT, - anon_sym_POUND_SQUOTE, - anon_sym_SQUOTE, - anon_sym_BQUOTE, - anon_sym_COMMA_AT, - anon_sym_POUNDP, - anon_sym_POUNDp, - sym_self_referential_reader_macro, - anon_sym_POUND_PLUS, - anon_sym_POUND_DASH, - anon_sym_POUNDC, - anon_sym_POUNDc, - ACTIONS(7531), 29, - anon_sym_POUND, - anon_sym_DOT, - aux_sym_num_lit_token1, - anon_sym_COLON, - sym_nil_lit, - aux_sym_sym_lit_token1, - anon_sym_POUND_QMARK, - anon_sym_COMMA, - sym_fancy_literal, - anon_sym_cl, - aux_sym_accumulation_verb_token1, - anon_sym_for, - anon_sym_and, - anon_sym_as, - anon_sym_with, - anon_sym_do, - anon_sym_while, - anon_sym_until, - anon_sym_repeat, - anon_sym_when, - anon_sym_if, - anon_sym_unless, - anon_sym_always, - anon_sym_thereis, - anon_sym_never, - anon_sym_else, - anon_sym_finally, - anon_sym_return, - anon_sym_initially, - [91007] = 3, - ACTIONS(47), 1, - sym_block_comment, - ACTIONS(7646), 23, - sym__ws, - sym_comment, - anon_sym_POUND_, - anon_sym_COLON_COLON, - anon_sym_DQUOTE, - anon_sym_CARET, - anon_sym_POUND_CARET, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_POUND0A, - anon_sym_POUND0a, - anon_sym_POUND_QMARK_AT, - anon_sym_POUND_SQUOTE, - anon_sym_SQUOTE, - anon_sym_BQUOTE, - anon_sym_COMMA_AT, - anon_sym_POUNDP, - anon_sym_POUNDp, - sym_self_referential_reader_macro, - anon_sym_POUND_PLUS, - anon_sym_POUND_DASH, - anon_sym_POUNDC, - anon_sym_POUNDc, - ACTIONS(7648), 29, - anon_sym_POUND, - anon_sym_DOT, - aux_sym_num_lit_token1, - anon_sym_COLON, - sym_nil_lit, - aux_sym_sym_lit_token1, - anon_sym_POUND_QMARK, - anon_sym_COMMA, - sym_fancy_literal, - anon_sym_cl, - aux_sym_accumulation_verb_token1, - anon_sym_for, - anon_sym_and, - anon_sym_as, - anon_sym_with, - anon_sym_do, - anon_sym_while, - anon_sym_until, - anon_sym_repeat, - anon_sym_when, - anon_sym_if, - anon_sym_unless, - anon_sym_always, - anon_sym_thereis, - anon_sym_never, - anon_sym_else, - anon_sym_finally, - anon_sym_return, - anon_sym_initially, - [91067] = 3, - ACTIONS(47), 1, - sym_block_comment, - ACTIONS(7529), 23, - sym__ws, - sym_comment, - anon_sym_POUND_, - anon_sym_COLON_COLON, - anon_sym_DQUOTE, - anon_sym_CARET, - anon_sym_POUND_CARET, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_POUND0A, - anon_sym_POUND0a, - anon_sym_POUND_QMARK_AT, - anon_sym_POUND_SQUOTE, - anon_sym_SQUOTE, - anon_sym_BQUOTE, - anon_sym_COMMA_AT, - anon_sym_POUNDP, - anon_sym_POUNDp, - sym_self_referential_reader_macro, - anon_sym_POUND_PLUS, - anon_sym_POUND_DASH, - anon_sym_POUNDC, - anon_sym_POUNDc, - ACTIONS(7531), 29, - anon_sym_POUND, - anon_sym_DOT, - aux_sym_num_lit_token1, - anon_sym_COLON, - sym_nil_lit, - aux_sym_sym_lit_token1, - anon_sym_POUND_QMARK, - anon_sym_COMMA, - sym_fancy_literal, - anon_sym_cl, - aux_sym_accumulation_verb_token1, - anon_sym_for, - anon_sym_and, - anon_sym_as, - anon_sym_with, - anon_sym_do, - anon_sym_while, - anon_sym_until, - anon_sym_repeat, - anon_sym_when, - anon_sym_if, - anon_sym_unless, - anon_sym_always, - anon_sym_thereis, - anon_sym_never, - anon_sym_else, - anon_sym_finally, - anon_sym_return, - anon_sym_initially, - [91127] = 5, + [90947] = 5, ACTIONS(47), 1, sym_block_comment, ACTIONS(7873), 1, @@ -117189,7 +117018,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_finally, anon_sym_return, anon_sym_initially, - [91191] = 5, + [91011] = 5, ACTIONS(47), 1, sym_block_comment, ACTIONS(7873), 1, @@ -117248,7 +117077,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_finally, anon_sym_return, anon_sym_initially, - [91255] = 3, + [91075] = 3, ACTIONS(47), 1, sym_block_comment, ACTIONS(7708), 23, @@ -117305,10 +117134,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_finally, anon_sym_return, anon_sym_initially, - [91315] = 3, + [91135] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7704), 23, + ACTIONS(7529), 23, sym__ws, sym_comment, anon_sym_POUND_, @@ -117332,7 +117161,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - ACTIONS(7706), 29, + ACTIONS(7531), 29, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -117362,10 +117191,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_finally, anon_sym_return, anon_sym_initially, - [91375] = 3, + [91195] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7700), 23, + ACTIONS(7646), 23, sym__ws, sym_comment, anon_sym_POUND_, @@ -117389,7 +117218,178 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - ACTIONS(7702), 29, + ACTIONS(7648), 29, + anon_sym_POUND, + anon_sym_DOT, + aux_sym_num_lit_token1, + anon_sym_COLON, + sym_nil_lit, + aux_sym_sym_lit_token1, + anon_sym_POUND_QMARK, + anon_sym_COMMA, + sym_fancy_literal, + anon_sym_cl, + aux_sym_accumulation_verb_token1, + anon_sym_for, + anon_sym_and, + anon_sym_as, + anon_sym_with, + anon_sym_do, + anon_sym_while, + anon_sym_until, + anon_sym_repeat, + anon_sym_when, + anon_sym_if, + anon_sym_unless, + anon_sym_always, + anon_sym_thereis, + anon_sym_never, + anon_sym_else, + anon_sym_finally, + anon_sym_return, + anon_sym_initially, + [91255] = 3, + ACTIONS(47), 1, + sym_block_comment, + ACTIONS(7529), 23, + sym__ws, + sym_comment, + anon_sym_POUND_, + anon_sym_COLON_COLON, + anon_sym_DQUOTE, + anon_sym_CARET, + anon_sym_POUND_CARET, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_POUND0A, + anon_sym_POUND0a, + anon_sym_POUND_QMARK_AT, + anon_sym_POUND_SQUOTE, + anon_sym_SQUOTE, + anon_sym_BQUOTE, + anon_sym_COMMA_AT, + anon_sym_POUNDP, + anon_sym_POUNDp, + sym_self_referential_reader_macro, + anon_sym_POUND_PLUS, + anon_sym_POUND_DASH, + anon_sym_POUNDC, + anon_sym_POUNDc, + ACTIONS(7531), 29, + anon_sym_POUND, + anon_sym_DOT, + aux_sym_num_lit_token1, + anon_sym_COLON, + sym_nil_lit, + aux_sym_sym_lit_token1, + anon_sym_POUND_QMARK, + anon_sym_COMMA, + sym_fancy_literal, + anon_sym_cl, + aux_sym_accumulation_verb_token1, + anon_sym_for, + anon_sym_and, + anon_sym_as, + anon_sym_with, + anon_sym_do, + anon_sym_while, + anon_sym_until, + anon_sym_repeat, + anon_sym_when, + anon_sym_if, + anon_sym_unless, + anon_sym_always, + anon_sym_thereis, + anon_sym_never, + anon_sym_else, + anon_sym_finally, + anon_sym_return, + anon_sym_initially, + [91315] = 3, + ACTIONS(47), 1, + sym_block_comment, + ACTIONS(7704), 23, + sym__ws, + sym_comment, + anon_sym_POUND_, + anon_sym_COLON_COLON, + anon_sym_DQUOTE, + anon_sym_CARET, + anon_sym_POUND_CARET, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_POUND0A, + anon_sym_POUND0a, + anon_sym_POUND_QMARK_AT, + anon_sym_POUND_SQUOTE, + anon_sym_SQUOTE, + anon_sym_BQUOTE, + anon_sym_COMMA_AT, + anon_sym_POUNDP, + anon_sym_POUNDp, + sym_self_referential_reader_macro, + anon_sym_POUND_PLUS, + anon_sym_POUND_DASH, + anon_sym_POUNDC, + anon_sym_POUNDc, + ACTIONS(7706), 29, + anon_sym_POUND, + anon_sym_DOT, + aux_sym_num_lit_token1, + anon_sym_COLON, + sym_nil_lit, + aux_sym_sym_lit_token1, + anon_sym_POUND_QMARK, + anon_sym_COMMA, + sym_fancy_literal, + anon_sym_cl, + aux_sym_accumulation_verb_token1, + anon_sym_for, + anon_sym_and, + anon_sym_as, + anon_sym_with, + anon_sym_do, + anon_sym_while, + anon_sym_until, + anon_sym_repeat, + anon_sym_when, + anon_sym_if, + anon_sym_unless, + anon_sym_always, + anon_sym_thereis, + anon_sym_never, + anon_sym_else, + anon_sym_finally, + anon_sym_return, + anon_sym_initially, + [91375] = 3, + ACTIONS(47), 1, + sym_block_comment, + ACTIONS(7700), 23, + sym__ws, + sym_comment, + anon_sym_POUND_, + anon_sym_COLON_COLON, + anon_sym_DQUOTE, + anon_sym_CARET, + anon_sym_POUND_CARET, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_POUND0A, + anon_sym_POUND0a, + anon_sym_POUND_QMARK_AT, + anon_sym_POUND_SQUOTE, + anon_sym_SQUOTE, + anon_sym_BQUOTE, + anon_sym_COMMA_AT, + anon_sym_POUNDP, + anon_sym_POUNDp, + sym_self_referential_reader_macro, + anon_sym_POUND_PLUS, + anon_sym_POUND_DASH, + anon_sym_POUNDC, + anon_sym_POUNDc, + ACTIONS(7702), 29, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -120972,7 +120972,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_for_clause_repeat1, STATE(1611), 1, sym__for_part, - ACTIONS(1654), 2, + ACTIONS(1632), 2, anon_sym_in, anon_sym_being, ACTIONS(7877), 2, @@ -120982,7 +120982,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 15, + ACTIONS(1634), 15, anon_sym_across, anon_sym_using, aux_sym_for_clause_word_token1, @@ -121038,7 +121038,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_for_clause_repeat1, STATE(1611), 1, sym__for_part, - ACTIONS(1654), 2, + ACTIONS(1632), 2, anon_sym_in, anon_sym_being, ACTIONS(7893), 2, @@ -121048,7 +121048,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 15, + ACTIONS(1634), 15, anon_sym_across, anon_sym_using, aux_sym_for_clause_word_token1, @@ -121104,7 +121104,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_for_clause_repeat1, STATE(1611), 1, sym__for_part, - ACTIONS(1654), 2, + ACTIONS(1632), 2, anon_sym_in, anon_sym_being, ACTIONS(7909), 2, @@ -121114,7 +121114,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 15, + ACTIONS(1634), 15, anon_sym_across, anon_sym_using, aux_sym_for_clause_word_token1, @@ -121170,7 +121170,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_for_clause_repeat1, STATE(1611), 1, sym__for_part, - ACTIONS(1654), 2, + ACTIONS(1632), 2, anon_sym_in, anon_sym_being, ACTIONS(7925), 2, @@ -121180,7 +121180,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 15, + ACTIONS(1634), 15, anon_sym_across, anon_sym_using, aux_sym_for_clause_word_token1, @@ -121236,7 +121236,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_for_clause_repeat1, STATE(1611), 1, sym__for_part, - ACTIONS(1654), 2, + ACTIONS(1632), 2, anon_sym_in, anon_sym_being, ACTIONS(7941), 2, @@ -121246,7 +121246,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 15, + ACTIONS(1634), 15, anon_sym_across, anon_sym_using, aux_sym_for_clause_word_token1, @@ -121288,13 +121288,13 @@ static const uint16_t ts_small_parse_table[] = { [95554] = 13, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7896), 1, + ACTIONS(7960), 1, anon_sym_POUND_, - ACTIONS(7899), 1, + ACTIONS(7963), 1, anon_sym_COLON, - ACTIONS(7904), 1, + ACTIONS(7968), 1, anon_sym_cl, - ACTIONS(7907), 1, + ACTIONS(7971), 1, anon_sym_do, STATE(405), 1, sym_for_clause_word, @@ -121302,17 +121302,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_for_clause_repeat1, STATE(1611), 1, sym__for_part, - ACTIONS(1654), 2, + ACTIONS(1632), 2, anon_sym_in, anon_sym_being, - ACTIONS(7893), 2, + ACTIONS(7957), 2, sym__ws, sym_comment, STATE(2746), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 15, + ACTIONS(1634), 15, anon_sym_across, anon_sym_using, aux_sym_for_clause_word_token1, @@ -121328,7 +121328,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_by, anon_sym_then, anon_sym_EQ, - ACTIONS(7902), 22, + ACTIONS(7966), 22, anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, @@ -121354,13 +121354,13 @@ static const uint16_t ts_small_parse_table[] = { [95633] = 13, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7960), 1, + ACTIONS(7944), 1, anon_sym_POUND_, - ACTIONS(7963), 1, + ACTIONS(7947), 1, anon_sym_COLON, - ACTIONS(7968), 1, + ACTIONS(7952), 1, anon_sym_cl, - ACTIONS(7971), 1, + ACTIONS(7955), 1, anon_sym_do, STATE(405), 1, sym_for_clause_word, @@ -121368,83 +121368,83 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_for_clause_repeat1, STATE(1611), 1, sym__for_part, - ACTIONS(1654), 2, + ACTIONS(1632), 2, anon_sym_in, anon_sym_being, - ACTIONS(7957), 2, + ACTIONS(7941), 2, + sym__ws, + sym_comment, + STATE(2746), 3, + sym__gap, + sym_dis_expr, + aux_sym_dis_expr_repeat1, + ACTIONS(1634), 15, + anon_sym_across, + anon_sym_using, + aux_sym_for_clause_word_token1, + anon_sym_below, + anon_sym_above, + anon_sym_from, + anon_sym_to, + anon_sym_upto, + anon_sym_upfrom, + anon_sym_downto, + anon_sym_downfrom, + anon_sym_on, + anon_sym_by, + anon_sym_then, + anon_sym_EQ, + ACTIONS(7950), 22, + anon_sym_CARET, + anon_sym_POUND_CARET, + anon_sym_LPAREN, + anon_sym_RPAREN, + aux_sym_accumulation_verb_token1, + anon_sym_for, + anon_sym_and, + anon_sym_as, + anon_sym_with, + anon_sym_while, + anon_sym_until, + anon_sym_repeat, + anon_sym_when, + anon_sym_if, + anon_sym_unless, + anon_sym_always, + anon_sym_thereis, + anon_sym_never, + anon_sym_else, + anon_sym_finally, + anon_sym_return, + anon_sym_initially, + [95712] = 13, + ACTIONS(47), 1, + sym_block_comment, + ACTIONS(7912), 1, + anon_sym_POUND_, + ACTIONS(7915), 1, + anon_sym_COLON, + ACTIONS(7920), 1, + anon_sym_cl, + ACTIONS(7923), 1, + anon_sym_do, + STATE(405), 1, + sym_for_clause_word, + STATE(1280), 1, + aux_sym_for_clause_repeat1, + STATE(1611), 1, + sym__for_part, + ACTIONS(1632), 2, + anon_sym_in, + anon_sym_being, + ACTIONS(7909), 2, sym__ws, sym_comment, STATE(2746), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 15, - anon_sym_across, - anon_sym_using, - aux_sym_for_clause_word_token1, - anon_sym_below, - anon_sym_above, - anon_sym_from, - anon_sym_to, - anon_sym_upto, - anon_sym_upfrom, - anon_sym_downto, - anon_sym_downfrom, - anon_sym_on, - anon_sym_by, - anon_sym_then, - anon_sym_EQ, - ACTIONS(7966), 22, - anon_sym_CARET, - anon_sym_POUND_CARET, - anon_sym_LPAREN, - anon_sym_RPAREN, - aux_sym_accumulation_verb_token1, - anon_sym_for, - anon_sym_and, - anon_sym_as, - anon_sym_with, - anon_sym_while, - anon_sym_until, - anon_sym_repeat, - anon_sym_when, - anon_sym_if, - anon_sym_unless, - anon_sym_always, - anon_sym_thereis, - anon_sym_never, - anon_sym_else, - anon_sym_finally, - anon_sym_return, - anon_sym_initially, - [95712] = 13, - ACTIONS(47), 1, - sym_block_comment, - ACTIONS(7912), 1, - anon_sym_POUND_, - ACTIONS(7915), 1, - anon_sym_COLON, - ACTIONS(7920), 1, - anon_sym_cl, - ACTIONS(7923), 1, - anon_sym_do, - STATE(405), 1, - sym_for_clause_word, - STATE(1280), 1, - aux_sym_for_clause_repeat1, - STATE(1611), 1, - sym__for_part, - ACTIONS(1654), 2, - anon_sym_in, - anon_sym_being, - ACTIONS(7909), 2, - sym__ws, - sym_comment, - STATE(2746), 3, - sym__gap, - sym_dis_expr, - aux_sym_dis_expr_repeat1, - ACTIONS(1656), 15, + ACTIONS(1634), 15, anon_sym_across, anon_sym_using, aux_sym_for_clause_word_token1, @@ -121500,7 +121500,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_for_clause_repeat1, STATE(1611), 1, sym__for_part, - ACTIONS(1654), 2, + ACTIONS(1632), 2, anon_sym_in, anon_sym_being, ACTIONS(7925), 2, @@ -121510,7 +121510,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 15, + ACTIONS(1634), 15, anon_sym_across, anon_sym_using, aux_sym_for_clause_word_token1, @@ -121566,7 +121566,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_for_clause_repeat1, STATE(1611), 1, sym__for_part, - ACTIONS(1654), 2, + ACTIONS(1632), 2, anon_sym_in, anon_sym_being, ACTIONS(7877), 2, @@ -121576,7 +121576,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 15, + ACTIONS(1634), 15, anon_sym_across, anon_sym_using, aux_sym_for_clause_word_token1, @@ -121632,7 +121632,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_for_clause_repeat1, STATE(1611), 1, sym__for_part, - ACTIONS(1654), 2, + ACTIONS(1632), 2, anon_sym_in, anon_sym_being, ACTIONS(7877), 2, @@ -121642,7 +121642,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 15, + ACTIONS(1634), 15, anon_sym_across, anon_sym_using, aux_sym_for_clause_word_token1, @@ -121698,7 +121698,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_for_clause_repeat1, STATE(1611), 1, sym__for_part, - ACTIONS(1654), 2, + ACTIONS(1632), 2, anon_sym_in, anon_sym_being, ACTIONS(7973), 2, @@ -121708,7 +121708,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 15, + ACTIONS(1634), 15, anon_sym_across, anon_sym_using, aux_sym_for_clause_word_token1, @@ -121764,7 +121764,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_for_clause_repeat1, STATE(1611), 1, sym__for_part, - ACTIONS(1654), 2, + ACTIONS(1632), 2, anon_sym_in, anon_sym_being, ACTIONS(7925), 2, @@ -121774,7 +121774,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 15, + ACTIONS(1634), 15, anon_sym_across, anon_sym_using, aux_sym_for_clause_word_token1, @@ -121816,13 +121816,13 @@ static const uint16_t ts_small_parse_table[] = { [96186] = 13, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7992), 1, + ACTIONS(7960), 1, anon_sym_POUND_, - ACTIONS(7995), 1, + ACTIONS(7963), 1, anon_sym_COLON, - ACTIONS(8000), 1, + ACTIONS(7968), 1, anon_sym_cl, - ACTIONS(8003), 1, + ACTIONS(7971), 1, anon_sym_do, STATE(405), 1, sym_for_clause_word, @@ -121830,17 +121830,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_for_clause_repeat1, STATE(1611), 1, sym__for_part, - ACTIONS(1654), 2, + ACTIONS(1632), 2, anon_sym_in, anon_sym_being, - ACTIONS(7989), 2, + ACTIONS(7957), 2, sym__ws, sym_comment, STATE(2746), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 15, + ACTIONS(1634), 15, anon_sym_across, anon_sym_using, aux_sym_for_clause_word_token1, @@ -121856,7 +121856,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_by, anon_sym_then, anon_sym_EQ, - ACTIONS(7998), 22, + ACTIONS(7966), 22, anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, @@ -121882,13 +121882,13 @@ static const uint16_t ts_small_parse_table[] = { [96265] = 13, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7960), 1, + ACTIONS(7992), 1, anon_sym_POUND_, - ACTIONS(7963), 1, + ACTIONS(7995), 1, anon_sym_COLON, - ACTIONS(7968), 1, + ACTIONS(8000), 1, anon_sym_cl, - ACTIONS(7971), 1, + ACTIONS(8003), 1, anon_sym_do, STATE(405), 1, sym_for_clause_word, @@ -121896,17 +121896,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_for_clause_repeat1, STATE(1611), 1, sym__for_part, - ACTIONS(1654), 2, + ACTIONS(1632), 2, anon_sym_in, anon_sym_being, - ACTIONS(7957), 2, + ACTIONS(7989), 2, sym__ws, sym_comment, STATE(2746), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 15, + ACTIONS(1634), 15, anon_sym_across, anon_sym_using, aux_sym_for_clause_word_token1, @@ -121922,7 +121922,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_by, anon_sym_then, anon_sym_EQ, - ACTIONS(7966), 22, + ACTIONS(7998), 22, anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, @@ -121948,13 +121948,13 @@ static const uint16_t ts_small_parse_table[] = { [96344] = 13, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7944), 1, + ACTIONS(7960), 1, anon_sym_POUND_, - ACTIONS(7947), 1, + ACTIONS(7963), 1, anon_sym_COLON, - ACTIONS(7952), 1, + ACTIONS(7968), 1, anon_sym_cl, - ACTIONS(7955), 1, + ACTIONS(7971), 1, anon_sym_do, STATE(405), 1, sym_for_clause_word, @@ -121962,17 +121962,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_for_clause_repeat1, STATE(1611), 1, sym__for_part, - ACTIONS(1654), 2, + ACTIONS(1632), 2, anon_sym_in, anon_sym_being, - ACTIONS(7941), 2, + ACTIONS(7957), 2, sym__ws, sym_comment, STATE(2746), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 15, + ACTIONS(1634), 15, anon_sym_across, anon_sym_using, aux_sym_for_clause_word_token1, @@ -121988,7 +121988,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_by, anon_sym_then, anon_sym_EQ, - ACTIONS(7950), 22, + ACTIONS(7966), 22, anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, @@ -122014,13 +122014,13 @@ static const uint16_t ts_small_parse_table[] = { [96423] = 13, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7896), 1, + ACTIONS(7992), 1, anon_sym_POUND_, - ACTIONS(7899), 1, + ACTIONS(7995), 1, anon_sym_COLON, - ACTIONS(7904), 1, + ACTIONS(8000), 1, anon_sym_cl, - ACTIONS(7907), 1, + ACTIONS(8003), 1, anon_sym_do, STATE(405), 1, sym_for_clause_word, @@ -122028,17 +122028,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_for_clause_repeat1, STATE(1611), 1, sym__for_part, - ACTIONS(1654), 2, + ACTIONS(1632), 2, anon_sym_in, anon_sym_being, - ACTIONS(7893), 2, + ACTIONS(7989), 2, sym__ws, sym_comment, STATE(2746), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 15, + ACTIONS(1634), 15, anon_sym_across, anon_sym_using, aux_sym_for_clause_word_token1, @@ -122054,7 +122054,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_by, anon_sym_then, anon_sym_EQ, - ACTIONS(7902), 22, + ACTIONS(7998), 22, anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, @@ -122080,13 +122080,13 @@ static const uint16_t ts_small_parse_table[] = { [96502] = 13, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7992), 1, + ACTIONS(8008), 1, anon_sym_POUND_, - ACTIONS(7995), 1, + ACTIONS(8011), 1, anon_sym_COLON, - ACTIONS(8000), 1, + ACTIONS(8016), 1, anon_sym_cl, - ACTIONS(8003), 1, + ACTIONS(8019), 1, anon_sym_do, STATE(405), 1, sym_for_clause_word, @@ -122094,17 +122094,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_for_clause_repeat1, STATE(1611), 1, sym__for_part, - ACTIONS(1654), 2, + ACTIONS(1632), 2, anon_sym_in, anon_sym_being, - ACTIONS(7989), 2, + ACTIONS(8005), 2, sym__ws, sym_comment, STATE(2746), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 15, + ACTIONS(1634), 15, anon_sym_across, anon_sym_using, aux_sym_for_clause_word_token1, @@ -122120,7 +122120,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_by, anon_sym_then, anon_sym_EQ, - ACTIONS(7998), 22, + ACTIONS(8014), 22, anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, @@ -122146,13 +122146,13 @@ static const uint16_t ts_small_parse_table[] = { [96581] = 13, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8008), 1, + ACTIONS(8024), 1, anon_sym_POUND_, - ACTIONS(8011), 1, + ACTIONS(8027), 1, anon_sym_COLON, - ACTIONS(8016), 1, + ACTIONS(8032), 1, anon_sym_cl, - ACTIONS(8019), 1, + ACTIONS(8035), 1, anon_sym_do, STATE(405), 1, sym_for_clause_word, @@ -122160,17 +122160,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_for_clause_repeat1, STATE(1611), 1, sym__for_part, - ACTIONS(1654), 2, + ACTIONS(1632), 2, anon_sym_in, anon_sym_being, - ACTIONS(8005), 2, + ACTIONS(8021), 2, sym__ws, sym_comment, STATE(2746), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 15, + ACTIONS(1634), 15, anon_sym_across, anon_sym_using, aux_sym_for_clause_word_token1, @@ -122186,7 +122186,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_by, anon_sym_then, anon_sym_EQ, - ACTIONS(8014), 22, + ACTIONS(8030), 22, anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, @@ -122212,13 +122212,13 @@ static const uint16_t ts_small_parse_table[] = { [96660] = 13, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8024), 1, + ACTIONS(8008), 1, anon_sym_POUND_, - ACTIONS(8027), 1, + ACTIONS(8011), 1, anon_sym_COLON, - ACTIONS(8032), 1, + ACTIONS(8016), 1, anon_sym_cl, - ACTIONS(8035), 1, + ACTIONS(8019), 1, anon_sym_do, STATE(405), 1, sym_for_clause_word, @@ -122226,17 +122226,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_for_clause_repeat1, STATE(1611), 1, sym__for_part, - ACTIONS(1654), 2, + ACTIONS(1632), 2, anon_sym_in, anon_sym_being, - ACTIONS(8021), 2, + ACTIONS(8005), 2, sym__ws, sym_comment, STATE(2746), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 15, + ACTIONS(1634), 15, anon_sym_across, anon_sym_using, aux_sym_for_clause_word_token1, @@ -122252,7 +122252,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_by, anon_sym_then, anon_sym_EQ, - ACTIONS(8030), 22, + ACTIONS(8014), 22, anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, @@ -122292,7 +122292,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_for_clause_repeat1, STATE(1611), 1, sym__for_part, - ACTIONS(1654), 2, + ACTIONS(1632), 2, anon_sym_in, anon_sym_being, ACTIONS(7909), 2, @@ -122302,7 +122302,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 15, + ACTIONS(1634), 15, anon_sym_across, anon_sym_using, aux_sym_for_clause_word_token1, @@ -122344,13 +122344,13 @@ static const uint16_t ts_small_parse_table[] = { [96818] = 13, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7944), 1, + ACTIONS(7992), 1, anon_sym_POUND_, - ACTIONS(7947), 1, + ACTIONS(7995), 1, anon_sym_COLON, - ACTIONS(7952), 1, + ACTIONS(8000), 1, anon_sym_cl, - ACTIONS(7955), 1, + ACTIONS(8003), 1, anon_sym_do, STATE(405), 1, sym_for_clause_word, @@ -122358,17 +122358,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_for_clause_repeat1, STATE(1611), 1, sym__for_part, - ACTIONS(1654), 2, + ACTIONS(1632), 2, anon_sym_in, anon_sym_being, - ACTIONS(7941), 2, + ACTIONS(7989), 2, sym__ws, sym_comment, STATE(2746), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 15, + ACTIONS(1634), 15, anon_sym_across, anon_sym_using, aux_sym_for_clause_word_token1, @@ -122384,7 +122384,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_by, anon_sym_then, anon_sym_EQ, - ACTIONS(7950), 22, + ACTIONS(7998), 22, anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, @@ -122424,7 +122424,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_for_clause_repeat1, STATE(1611), 1, sym__for_part, - ACTIONS(1654), 2, + ACTIONS(1632), 2, anon_sym_in, anon_sym_being, ACTIONS(8037), 2, @@ -122434,7 +122434,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 15, + ACTIONS(1634), 15, anon_sym_across, anon_sym_using, aux_sym_for_clause_word_token1, @@ -122490,7 +122490,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_for_clause_repeat1, STATE(1611), 1, sym__for_part, - ACTIONS(1654), 2, + ACTIONS(1632), 2, anon_sym_in, anon_sym_being, ACTIONS(8053), 2, @@ -122500,7 +122500,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 15, + ACTIONS(1634), 15, anon_sym_across, anon_sym_using, aux_sym_for_clause_word_token1, @@ -122542,13 +122542,13 @@ static const uint16_t ts_small_parse_table[] = { [97055] = 13, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8024), 1, + ACTIONS(7896), 1, anon_sym_POUND_, - ACTIONS(8027), 1, + ACTIONS(7899), 1, anon_sym_COLON, - ACTIONS(8032), 1, + ACTIONS(7904), 1, anon_sym_cl, - ACTIONS(8035), 1, + ACTIONS(7907), 1, anon_sym_do, STATE(405), 1, sym_for_clause_word, @@ -122556,17 +122556,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_for_clause_repeat1, STATE(1611), 1, sym__for_part, - ACTIONS(1654), 2, + ACTIONS(1632), 2, anon_sym_in, anon_sym_being, - ACTIONS(8021), 2, + ACTIONS(7893), 2, sym__ws, sym_comment, STATE(2746), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 15, + ACTIONS(1634), 15, anon_sym_across, anon_sym_using, aux_sym_for_clause_word_token1, @@ -122582,7 +122582,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_by, anon_sym_then, anon_sym_EQ, - ACTIONS(8030), 22, + ACTIONS(7902), 22, anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, @@ -122688,7 +122688,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_for_clause_repeat1, STATE(1611), 1, sym__for_part, - ACTIONS(1654), 2, + ACTIONS(1632), 2, anon_sym_in, anon_sym_being, ACTIONS(8053), 2, @@ -122698,7 +122698,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 15, + ACTIONS(1634), 15, anon_sym_across, anon_sym_using, aux_sym_for_clause_word_token1, @@ -122740,13 +122740,13 @@ static const uint16_t ts_small_parse_table[] = { [97292] = 13, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8024), 1, + ACTIONS(7896), 1, anon_sym_POUND_, - ACTIONS(8027), 1, + ACTIONS(7899), 1, anon_sym_COLON, - ACTIONS(8032), 1, + ACTIONS(7904), 1, anon_sym_cl, - ACTIONS(8035), 1, + ACTIONS(7907), 1, anon_sym_do, STATE(405), 1, sym_for_clause_word, @@ -122754,17 +122754,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_for_clause_repeat1, STATE(1611), 1, sym__for_part, - ACTIONS(1654), 2, + ACTIONS(1632), 2, anon_sym_in, anon_sym_being, - ACTIONS(8021), 2, + ACTIONS(7893), 2, sym__ws, sym_comment, STATE(2746), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 15, + ACTIONS(1634), 15, anon_sym_across, anon_sym_using, aux_sym_for_clause_word_token1, @@ -122780,7 +122780,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_by, anon_sym_then, anon_sym_EQ, - ACTIONS(8030), 22, + ACTIONS(7902), 22, anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, @@ -122946,11 +122946,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -123024,11 +123024,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -123102,11 +123102,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -123180,11 +123180,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -123258,11 +123258,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -123336,11 +123336,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -123414,11 +123414,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -123492,11 +123492,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -123570,11 +123570,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -123648,11 +123648,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -123726,11 +123726,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -123804,11 +123804,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -123882,11 +123882,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -123960,11 +123960,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -124038,11 +124038,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -124116,11 +124116,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -124194,11 +124194,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -124272,11 +124272,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -124350,11 +124350,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -124428,11 +124428,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -124506,11 +124506,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -124584,11 +124584,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -124662,11 +124662,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -124740,11 +124740,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -124818,11 +124818,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -124896,11 +124896,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -124974,11 +124974,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -125052,11 +125052,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -125130,11 +125130,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -125208,11 +125208,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -125286,11 +125286,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -125364,11 +125364,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -125442,11 +125442,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -125520,11 +125520,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -125598,11 +125598,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -125676,11 +125676,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -125754,11 +125754,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -125832,11 +125832,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -125910,11 +125910,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -125988,11 +125988,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -126066,11 +126066,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -126144,11 +126144,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -126222,11 +126222,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -126300,11 +126300,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -126378,11 +126378,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -126456,11 +126456,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -126534,11 +126534,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -126612,11 +126612,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -126690,11 +126690,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -126768,11 +126768,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -126846,11 +126846,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -126924,11 +126924,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -127002,11 +127002,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -127080,11 +127080,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -127158,11 +127158,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -127236,11 +127236,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -127314,11 +127314,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -127392,11 +127392,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -127470,11 +127470,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -127548,11 +127548,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -127626,11 +127626,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8263), 2, sym__ws, @@ -127704,11 +127704,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -127782,11 +127782,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -127860,11 +127860,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -127938,11 +127938,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -128016,11 +128016,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -128094,11 +128094,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -128172,11 +128172,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -128250,11 +128250,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -128328,11 +128328,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -128406,11 +128406,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -128484,11 +128484,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -128562,11 +128562,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -128640,11 +128640,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -128718,11 +128718,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -128796,11 +128796,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -128874,11 +128874,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -128952,11 +128952,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -129030,11 +129030,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -129108,11 +129108,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8109), 2, anon_sym_for, @@ -129186,11 +129186,11 @@ static const uint16_t ts_small_parse_table[] = { sym_accumulation_verb, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(8093), 2, sym__ws, @@ -136086,11 +136086,11 @@ static const uint16_t ts_small_parse_table[] = { [113239] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7746), 3, + ACTIONS(7531), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(7744), 42, + ACTIONS(7529), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -136386,11 +136386,11 @@ static const uint16_t ts_small_parse_table[] = { [113557] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7527), 3, + ACTIONS(8370), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(7525), 42, + ACTIONS(8368), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -136436,11 +136436,11 @@ static const uint16_t ts_small_parse_table[] = { [113610] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8370), 3, + ACTIONS(7819), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(8368), 42, + ACTIONS(7817), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -136486,11 +136486,11 @@ static const uint16_t ts_small_parse_table[] = { [113663] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7819), 3, + ACTIONS(7862), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(7817), 42, + ACTIONS(7860), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -136536,11 +136536,11 @@ static const uint16_t ts_small_parse_table[] = { [113716] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7862), 3, + ACTIONS(7714), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(7860), 42, + ACTIONS(7712), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -136586,11 +136586,11 @@ static const uint16_t ts_small_parse_table[] = { [113769] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7714), 3, + ACTIONS(7483), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(7712), 42, + ACTIONS(7481), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -136636,11 +136636,11 @@ static const uint16_t ts_small_parse_table[] = { [113822] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7483), 3, + ACTIONS(7507), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(7481), 42, + ACTIONS(7505), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -136686,11 +136686,11 @@ static const uint16_t ts_small_parse_table[] = { [113875] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7507), 3, + ACTIONS(7644), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(7505), 42, + ACTIONS(7642), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -136736,11 +136736,11 @@ static const uint16_t ts_small_parse_table[] = { [113928] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7636), 3, + ACTIONS(7451), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(7634), 42, + ACTIONS(7449), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -136786,11 +136786,11 @@ static const uint16_t ts_small_parse_table[] = { [113981] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7632), 3, + ACTIONS(7660), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(7630), 42, + ACTIONS(7658), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -136836,11 +136836,11 @@ static const uint16_t ts_small_parse_table[] = { [114034] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7615), 3, + ACTIONS(7527), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(7613), 42, + ACTIONS(7525), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -136886,11 +136886,11 @@ static const uint16_t ts_small_parse_table[] = { [114087] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7603), 3, + ACTIONS(7636), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(7601), 42, + ACTIONS(7634), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -136936,11 +136936,11 @@ static const uint16_t ts_small_parse_table[] = { [114140] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7595), 3, + ACTIONS(7632), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(7593), 42, + ACTIONS(7630), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -136986,11 +136986,11 @@ static const uint16_t ts_small_parse_table[] = { [114193] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7583), 3, + ACTIONS(7615), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(7581), 42, + ACTIONS(7613), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -137036,11 +137036,11 @@ static const uint16_t ts_small_parse_table[] = { [114246] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8374), 3, + ACTIONS(7603), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(8372), 42, + ACTIONS(7601), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -137086,11 +137086,11 @@ static const uint16_t ts_small_parse_table[] = { [114299] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7567), 3, + ACTIONS(7595), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(7565), 42, + ACTIONS(7593), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -137136,11 +137136,11 @@ static const uint16_t ts_small_parse_table[] = { [114352] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8374), 3, + ACTIONS(7583), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(8372), 42, + ACTIONS(7581), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -137186,11 +137186,11 @@ static const uint16_t ts_small_parse_table[] = { [114405] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7547), 3, + ACTIONS(8374), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(7545), 42, + ACTIONS(8372), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -137236,11 +137236,11 @@ static const uint16_t ts_small_parse_table[] = { [114458] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7543), 3, + ACTIONS(7567), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(7541), 42, + ACTIONS(7565), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -137286,11 +137286,11 @@ static const uint16_t ts_small_parse_table[] = { [114511] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7531), 3, + ACTIONS(8374), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(7529), 42, + ACTIONS(8372), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -137336,11 +137336,11 @@ static const uint16_t ts_small_parse_table[] = { [114564] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7523), 3, + ACTIONS(7547), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(7521), 42, + ACTIONS(7545), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -137386,11 +137386,11 @@ static const uint16_t ts_small_parse_table[] = { [114617] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7515), 3, + ACTIONS(7543), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(7513), 42, + ACTIONS(7541), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -137436,11 +137436,11 @@ static const uint16_t ts_small_parse_table[] = { [114670] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7511), 3, + ACTIONS(7527), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(7509), 42, + ACTIONS(7525), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -137486,11 +137486,11 @@ static const uint16_t ts_small_parse_table[] = { [114723] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7503), 3, + ACTIONS(7523), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(7501), 42, + ACTIONS(7521), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -137536,11 +137536,11 @@ static const uint16_t ts_small_parse_table[] = { [114776] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7499), 3, + ACTIONS(7515), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(7497), 42, + ACTIONS(7513), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -137586,11 +137586,11 @@ static const uint16_t ts_small_parse_table[] = { [114829] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7487), 3, + ACTIONS(7511), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(7485), 42, + ACTIONS(7509), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -137636,11 +137636,11 @@ static const uint16_t ts_small_parse_table[] = { [114882] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7644), 3, + ACTIONS(7503), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(7642), 42, + ACTIONS(7501), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -137686,11 +137686,11 @@ static const uint16_t ts_small_parse_table[] = { [114935] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7451), 3, + ACTIONS(7499), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(7449), 42, + ACTIONS(7497), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -137736,11 +137736,11 @@ static const uint16_t ts_small_parse_table[] = { [114988] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7660), 3, + ACTIONS(7487), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(7658), 42, + ACTIONS(7485), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -138436,11 +138436,11 @@ static const uint16_t ts_small_parse_table[] = { [115730] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7848), 3, + ACTIONS(7551), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(7846), 42, + ACTIONS(7549), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -139236,11 +139236,11 @@ static const uint16_t ts_small_parse_table[] = { [116578] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7527), 3, + ACTIONS(7555), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(7525), 42, + ACTIONS(7553), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -139286,11 +139286,11 @@ static const uint16_t ts_small_parse_table[] = { [116631] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7682), 3, + ACTIONS(7706), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(7680), 42, + ACTIONS(7704), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -139336,11 +139336,11 @@ static const uint16_t ts_small_parse_table[] = { [116684] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7640), 3, + ACTIONS(7848), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(7638), 42, + ACTIONS(7846), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -139386,11 +139386,11 @@ static const uint16_t ts_small_parse_table[] = { [116737] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7555), 3, + ACTIONS(7539), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(7553), 42, + ACTIONS(7537), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -140186,11 +140186,11 @@ static const uint16_t ts_small_parse_table[] = { [117585] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7551), 3, + ACTIONS(7640), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(7549), 42, + ACTIONS(7638), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -140486,11 +140486,11 @@ static const uint16_t ts_small_parse_table[] = { [117903] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7539), 3, + ACTIONS(7682), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(7537), 42, + ACTIONS(7680), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -140886,11 +140886,11 @@ static const uint16_t ts_small_parse_table[] = { [118327] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7706), 3, + ACTIONS(7746), 3, anon_sym_in, anon_sym_being, anon_sym_do, - ACTIONS(7704), 42, + ACTIONS(7744), 42, sym__ws, sym_comment, anon_sym_POUND_, @@ -142092,7 +142092,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_cl, ACTIONS(8390), 1, anon_sym_loop, - STATE(342), 1, + STATE(341), 1, sym_defun_header, STATE(662), 1, sym_defun_keyword, @@ -142196,7 +142196,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_cl, ACTIONS(8398), 1, anon_sym_loop, - STATE(347), 1, + STATE(340), 1, sym_defun_header, STATE(662), 1, sym_defun_keyword, @@ -142352,7 +142352,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_cl, ACTIONS(8410), 1, anon_sym_loop, - STATE(333), 1, + STATE(332), 1, sym_defun_header, STATE(662), 1, sym_defun_keyword, @@ -148044,7 +148044,7 @@ static const uint16_t ts_small_parse_table[] = { sym_format_modifiers, STATE(2982), 1, sym__format_token, - STATE(3101), 1, + STATE(3092), 1, aux_sym_format_modifiers_repeat1, STATE(4020), 1, sym_format_directive_type, @@ -148100,7 +148100,7 @@ static const uint16_t ts_small_parse_table[] = { sym_format_modifiers, STATE(2982), 1, sym__format_token, - STATE(3101), 1, + STATE(3092), 1, aux_sym_format_modifiers_repeat1, STATE(4020), 1, sym_format_directive_type, @@ -148156,7 +148156,7 @@ static const uint16_t ts_small_parse_table[] = { sym_format_modifiers, STATE(2982), 1, sym__format_token, - STATE(3101), 1, + STATE(3092), 1, aux_sym_format_modifiers_repeat1, STATE(4020), 1, sym_format_directive_type, @@ -148212,7 +148212,7 @@ static const uint16_t ts_small_parse_table[] = { sym_format_modifiers, STATE(2982), 1, sym__format_token, - STATE(3101), 1, + STATE(3092), 1, aux_sym_format_modifiers_repeat1, STATE(4020), 1, sym_format_directive_type, @@ -148268,7 +148268,7 @@ static const uint16_t ts_small_parse_table[] = { sym_format_modifiers, STATE(2982), 1, sym__format_token, - STATE(3101), 1, + STATE(3092), 1, aux_sym_format_modifiers_repeat1, STATE(4020), 1, sym_format_directive_type, @@ -148324,7 +148324,7 @@ static const uint16_t ts_small_parse_table[] = { sym_format_modifiers, STATE(2982), 1, sym__format_token, - STATE(3101), 1, + STATE(3092), 1, aux_sym_format_modifiers_repeat1, STATE(4020), 1, sym_format_directive_type, @@ -148380,7 +148380,7 @@ static const uint16_t ts_small_parse_table[] = { sym_format_modifiers, STATE(2982), 1, sym__format_token, - STATE(3101), 1, + STATE(3092), 1, aux_sym_format_modifiers_repeat1, STATE(4020), 1, sym_format_directive_type, @@ -148436,7 +148436,7 @@ static const uint16_t ts_small_parse_table[] = { sym_format_modifiers, STATE(2982), 1, sym__format_token, - STATE(3101), 1, + STATE(3092), 1, aux_sym_format_modifiers_repeat1, STATE(4020), 1, sym_format_directive_type, @@ -148492,7 +148492,7 @@ static const uint16_t ts_small_parse_table[] = { sym_format_modifiers, STATE(2982), 1, sym__format_token, - STATE(3101), 1, + STATE(3092), 1, aux_sym_format_modifiers_repeat1, STATE(4020), 1, sym_format_directive_type, @@ -148548,7 +148548,7 @@ static const uint16_t ts_small_parse_table[] = { sym_format_modifiers, STATE(2982), 1, sym__format_token, - STATE(3101), 1, + STATE(3092), 1, aux_sym_format_modifiers_repeat1, STATE(4020), 1, sym_format_directive_type, @@ -148604,7 +148604,7 @@ static const uint16_t ts_small_parse_table[] = { sym_format_modifiers, STATE(2982), 1, sym__format_token, - STATE(3101), 1, + STATE(3092), 1, aux_sym_format_modifiers_repeat1, STATE(4020), 1, sym_format_directive_type, @@ -148660,7 +148660,7 @@ static const uint16_t ts_small_parse_table[] = { sym_format_modifiers, STATE(2982), 1, sym__format_token, - STATE(3101), 1, + STATE(3092), 1, aux_sym_format_modifiers_repeat1, STATE(4020), 1, sym_format_directive_type, @@ -148716,7 +148716,7 @@ static const uint16_t ts_small_parse_table[] = { sym_format_modifiers, STATE(2982), 1, sym__format_token, - STATE(3101), 1, + STATE(3092), 1, aux_sym_format_modifiers_repeat1, STATE(4020), 1, sym_format_directive_type, @@ -148772,7 +148772,7 @@ static const uint16_t ts_small_parse_table[] = { sym_format_modifiers, STATE(2982), 1, sym__format_token, - STATE(3101), 1, + STATE(3092), 1, aux_sym_format_modifiers_repeat1, STATE(4020), 1, sym_format_directive_type, @@ -148828,7 +148828,7 @@ static const uint16_t ts_small_parse_table[] = { sym_format_modifiers, STATE(2982), 1, sym__format_token, - STATE(3101), 1, + STATE(3092), 1, aux_sym_format_modifiers_repeat1, STATE(4020), 1, sym_format_directive_type, @@ -148884,7 +148884,7 @@ static const uint16_t ts_small_parse_table[] = { sym_format_modifiers, STATE(2982), 1, sym__format_token, - STATE(3101), 1, + STATE(3092), 1, aux_sym_format_modifiers_repeat1, STATE(4020), 1, sym_format_directive_type, @@ -148940,7 +148940,7 @@ static const uint16_t ts_small_parse_table[] = { sym_format_modifiers, STATE(2982), 1, sym__format_token, - STATE(3101), 1, + STATE(3092), 1, aux_sym_format_modifiers_repeat1, STATE(4020), 1, sym_format_directive_type, @@ -148996,7 +148996,7 @@ static const uint16_t ts_small_parse_table[] = { sym_format_modifiers, STATE(2982), 1, sym__format_token, - STATE(3101), 1, + STATE(3092), 1, aux_sym_format_modifiers_repeat1, STATE(4020), 1, sym_format_directive_type, @@ -149052,7 +149052,7 @@ static const uint16_t ts_small_parse_table[] = { sym_format_modifiers, STATE(2982), 1, sym__format_token, - STATE(3101), 1, + STATE(3092), 1, aux_sym_format_modifiers_repeat1, STATE(4020), 1, sym_format_directive_type, @@ -149108,7 +149108,7 @@ static const uint16_t ts_small_parse_table[] = { sym_format_modifiers, STATE(2982), 1, sym__format_token, - STATE(3101), 1, + STATE(3092), 1, aux_sym_format_modifiers_repeat1, STATE(4020), 1, sym_format_directive_type, @@ -149162,7 +149162,7 @@ static const uint16_t ts_small_parse_table[] = { sym_format_modifiers, STATE(2982), 1, sym__format_token, - STATE(3101), 1, + STATE(3092), 1, aux_sym_format_modifiers_repeat1, STATE(4020), 1, sym_format_directive_type, @@ -157847,27 +157847,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [136813] = 5, + [136813] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8494), 1, - anon_sym_COLON_COLON, - ACTIONS(8512), 1, - anon_sym_COLON, - ACTIONS(7619), 9, + ACTIONS(8514), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, + anon_sym_COLON, sym_nil_lit, aux_sym_sym_lit_token1, anon_sym_POUND_QMARK, anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(7617), 22, + ACTIONS(8512), 23, sym__ws, sym_comment, anon_sym_POUND_, + anon_sym_COLON_COLON, anon_sym_DQUOTE, anon_sym_CARET, anon_sym_POUND_CARET, @@ -157887,10 +157885,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [136858] = 3, + [136854] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8516), 10, + ACTIONS(8518), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -157901,7 +157899,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8514), 23, + ACTIONS(8516), 23, sym__ws, sym_comment, anon_sym_POUND_, @@ -157925,10 +157923,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [136899] = 3, + [136895] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8520), 10, + ACTIONS(8522), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -157939,7 +157937,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8518), 23, + ACTIONS(8520), 23, sym__ws, sym_comment, anon_sym_POUND_, @@ -157963,10 +157961,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [136940] = 3, + [136936] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8520), 10, + ACTIONS(8522), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -157977,7 +157975,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8518), 23, + ACTIONS(8520), 23, sym__ws, sym_comment, anon_sym_POUND_, @@ -158001,12 +157999,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [136981] = 5, + [136977] = 5, ACTIONS(47), 1, sym_block_comment, ACTIONS(8494), 1, anon_sym_COLON_COLON, - ACTIONS(8522), 1, + ACTIONS(8524), 1, anon_sym_COLON, ACTIONS(7619), 9, anon_sym_POUND, @@ -158041,86 +158039,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [137026] = 3, - ACTIONS(47), 1, - sym_block_comment, - ACTIONS(8520), 10, - anon_sym_POUND, - anon_sym_DOT, - aux_sym_num_lit_token1, - anon_sym_COLON, - sym_nil_lit, - aux_sym_sym_lit_token1, - anon_sym_POUND_QMARK, - anon_sym_COMMA, - sym_fancy_literal, - anon_sym_cl, - ACTIONS(8518), 23, - sym__ws, - sym_comment, - anon_sym_POUND_, - anon_sym_COLON_COLON, - anon_sym_DQUOTE, - anon_sym_CARET, - anon_sym_POUND_CARET, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_POUND0A, - anon_sym_POUND0a, - anon_sym_POUND_QMARK_AT, - anon_sym_POUND_SQUOTE, - anon_sym_SQUOTE, - anon_sym_BQUOTE, - anon_sym_COMMA_AT, - anon_sym_POUNDP, - anon_sym_POUNDp, - sym_self_referential_reader_macro, - anon_sym_POUND_PLUS, - anon_sym_POUND_DASH, - anon_sym_POUNDC, - anon_sym_POUNDc, - [137067] = 3, - ACTIONS(47), 1, - sym_block_comment, - ACTIONS(8526), 10, - anon_sym_POUND, - anon_sym_DOT, - aux_sym_num_lit_token1, - anon_sym_COLON, - sym_nil_lit, - aux_sym_sym_lit_token1, - anon_sym_POUND_QMARK, - anon_sym_COMMA, - sym_fancy_literal, - anon_sym_cl, - ACTIONS(8524), 23, - sym__ws, - sym_comment, - anon_sym_POUND_, - anon_sym_COLON_COLON, - anon_sym_DQUOTE, - anon_sym_CARET, - anon_sym_POUND_CARET, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_POUND0A, - anon_sym_POUND0a, - anon_sym_POUND_QMARK_AT, - anon_sym_POUND_SQUOTE, - anon_sym_SQUOTE, - anon_sym_BQUOTE, - anon_sym_COMMA_AT, - anon_sym_POUNDP, - anon_sym_POUNDp, - sym_self_referential_reader_macro, - anon_sym_POUND_PLUS, - anon_sym_POUND_DASH, - anon_sym_POUNDC, - anon_sym_POUNDc, - [137108] = 3, + [137022] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8520), 10, + ACTIONS(8522), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -158131,7 +158053,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8518), 23, + ACTIONS(8520), 23, sym__ws, sym_comment, anon_sym_POUND_, @@ -158155,12 +158077,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [137149] = 5, + [137063] = 5, ACTIONS(47), 1, sym_block_comment, ACTIONS(8494), 1, anon_sym_COLON_COLON, - ACTIONS(8528), 1, + ACTIONS(8526), 1, + anon_sym_COLON, + ACTIONS(7619), 9, + anon_sym_POUND, + anon_sym_DOT, + aux_sym_num_lit_token1, + sym_nil_lit, + aux_sym_sym_lit_token1, + anon_sym_POUND_QMARK, + anon_sym_COMMA, + sym_fancy_literal, + anon_sym_cl, + ACTIONS(7617), 22, + sym__ws, + sym_comment, + anon_sym_POUND_, + anon_sym_DQUOTE, + anon_sym_CARET, + anon_sym_POUND_CARET, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_POUND0A, + anon_sym_POUND0a, + anon_sym_POUND_QMARK_AT, + anon_sym_POUND_SQUOTE, + anon_sym_SQUOTE, + anon_sym_BQUOTE, + anon_sym_COMMA_AT, + anon_sym_POUNDP, + anon_sym_POUNDp, + sym_self_referential_reader_macro, + anon_sym_POUND_PLUS, + anon_sym_POUND_DASH, + anon_sym_POUNDC, + anon_sym_POUNDc, + [137108] = 3, + ACTIONS(47), 1, + sym_block_comment, + ACTIONS(8522), 10, + anon_sym_POUND, + anon_sym_DOT, + aux_sym_num_lit_token1, + anon_sym_COLON, + sym_nil_lit, + aux_sym_sym_lit_token1, + anon_sym_POUND_QMARK, + anon_sym_COMMA, + sym_fancy_literal, + anon_sym_cl, + ACTIONS(8520), 23, + sym__ws, + sym_comment, + anon_sym_POUND_, + anon_sym_COLON_COLON, + anon_sym_DQUOTE, + anon_sym_CARET, + anon_sym_POUND_CARET, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_POUND0A, + anon_sym_POUND0a, + anon_sym_POUND_QMARK_AT, + anon_sym_POUND_SQUOTE, + anon_sym_SQUOTE, + anon_sym_BQUOTE, + anon_sym_COMMA_AT, + anon_sym_POUNDP, + anon_sym_POUNDp, + sym_self_referential_reader_macro, + anon_sym_POUND_PLUS, + anon_sym_POUND_DASH, + anon_sym_POUNDC, + anon_sym_POUNDc, + [137149] = 5, + ACTIONS(47), 1, + sym_block_comment, + ACTIONS(8494), 1, + anon_sym_COLON_COLON, + ACTIONS(8528), 1, anon_sym_COLON, ACTIONS(7619), 9, anon_sym_POUND, @@ -158313,25 +158313,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [137325] = 3, + [137325] = 5, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8540), 10, + ACTIONS(8494), 1, + anon_sym_COLON_COLON, + ACTIONS(8538), 1, + anon_sym_COLON, + ACTIONS(7619), 9, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, - anon_sym_COLON, sym_nil_lit, aux_sym_sym_lit_token1, anon_sym_POUND_QMARK, anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8538), 23, + ACTIONS(7617), 22, sym__ws, sym_comment, anon_sym_POUND_, - anon_sym_COLON_COLON, anon_sym_DQUOTE, anon_sym_CARET, anon_sym_POUND_CARET, @@ -158351,10 +158353,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [137366] = 3, + [137370] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8544), 10, + ACTIONS(8542), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -158365,7 +158367,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8542), 23, + ACTIONS(8540), 23, sym__ws, sym_comment, anon_sym_POUND_, @@ -158389,12 +158391,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [137407] = 5, + [137411] = 5, ACTIONS(47), 1, sym_block_comment, ACTIONS(8494), 1, anon_sym_COLON_COLON, - ACTIONS(8546), 1, + ACTIONS(8544), 1, anon_sym_COLON, ACTIONS(7619), 9, anon_sym_POUND, @@ -158429,10 +158431,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [137452] = 3, + [137456] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8550), 10, + ACTIONS(8548), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -158443,7 +158445,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8548), 23, + ACTIONS(8546), 23, sym__ws, sym_comment, anon_sym_POUND_, @@ -158467,10 +158469,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [137493] = 3, + [137497] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8544), 10, + ACTIONS(8552), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -158481,7 +158483,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8542), 23, + ACTIONS(8550), 23, sym__ws, sym_comment, anon_sym_POUND_, @@ -158505,12 +158507,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [137534] = 5, + [137538] = 5, ACTIONS(47), 1, sym_block_comment, ACTIONS(8494), 1, anon_sym_COLON_COLON, - ACTIONS(8552), 1, + ACTIONS(8554), 1, anon_sym_COLON, ACTIONS(7619), 9, anon_sym_POUND, @@ -158545,10 +158547,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [137579] = 3, + [137583] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8550), 10, + ACTIONS(8548), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -158559,7 +158561,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8548), 23, + ACTIONS(8546), 23, sym__ws, sym_comment, anon_sym_POUND_, @@ -158583,10 +158585,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [137620] = 3, + [137624] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8550), 10, + ACTIONS(8548), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -158597,7 +158599,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8548), 23, + ACTIONS(8546), 23, sym__ws, sym_comment, anon_sym_POUND_, @@ -158621,10 +158623,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [137661] = 3, + [137665] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8526), 10, + ACTIONS(8548), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -158635,7 +158637,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8524), 23, + ACTIONS(8546), 23, sym__ws, sym_comment, anon_sym_POUND_, @@ -158659,10 +158661,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [137702] = 3, + [137706] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8556), 10, + ACTIONS(8558), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -158673,7 +158675,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8554), 23, + ACTIONS(8556), 23, sym__ws, sym_comment, anon_sym_POUND_, @@ -158697,10 +158699,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [137743] = 3, + [137747] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8556), 10, + ACTIONS(8558), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -158711,7 +158713,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8554), 23, + ACTIONS(8556), 23, sym__ws, sym_comment, anon_sym_POUND_, @@ -158735,10 +158737,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [137784] = 3, + [137788] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8556), 10, + ACTIONS(8558), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -158749,7 +158751,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8554), 23, + ACTIONS(8556), 23, sym__ws, sym_comment, anon_sym_POUND_, @@ -158773,10 +158775,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [137825] = 3, + [137829] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8556), 10, + ACTIONS(8558), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -158787,7 +158789,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8554), 23, + ACTIONS(8556), 23, sym__ws, sym_comment, anon_sym_POUND_, @@ -158811,10 +158813,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [137866] = 3, + [137870] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8560), 10, + ACTIONS(8552), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -158825,7 +158827,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8558), 23, + ACTIONS(8550), 23, sym__ws, sym_comment, anon_sym_POUND_, @@ -158849,7 +158851,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [137907] = 12, + [137911] = 12, ACTIONS(47), 1, sym_block_comment, ACTIONS(8436), 1, @@ -158864,7 +158866,7 @@ static const uint16_t ts_small_parse_table[] = { sym_format_modifiers, STATE(2982), 1, sym__format_token, - STATE(3101), 1, + STATE(3092), 1, aux_sym_format_modifiers_repeat1, STATE(4018), 1, sym_format_directive_type, @@ -158896,10 +158898,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK, anon_sym_Newline, aux_sym_format_directive_type_token11, - [137966] = 3, + [137970] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8564), 10, + ACTIONS(8562), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -158910,7 +158912,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8562), 23, + ACTIONS(8560), 23, sym__ws, sym_comment, anon_sym_POUND_, @@ -158934,10 +158936,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [138007] = 3, + [138011] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8564), 10, + ACTIONS(8566), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -158948,7 +158950,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8562), 23, + ACTIONS(8564), 23, sym__ws, sym_comment, anon_sym_POUND_, @@ -158972,10 +158974,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [138048] = 3, + [138052] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8526), 10, + ACTIONS(8570), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -158986,7 +158988,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8524), 23, + ACTIONS(8568), 23, sym__ws, sym_comment, anon_sym_POUND_, @@ -159010,10 +159012,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [138089] = 3, + [138093] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8564), 10, + ACTIONS(8562), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -159024,7 +159026,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8562), 23, + ACTIONS(8560), 23, sym__ws, sym_comment, anon_sym_POUND_, @@ -159048,27 +159050,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [138130] = 5, + [138134] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8494), 1, - anon_sym_COLON_COLON, - ACTIONS(8566), 1, - anon_sym_COLON, - ACTIONS(7619), 9, + ACTIONS(8562), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, + anon_sym_COLON, sym_nil_lit, aux_sym_sym_lit_token1, anon_sym_POUND_QMARK, anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(7617), 22, + ACTIONS(8560), 23, sym__ws, sym_comment, anon_sym_POUND_, + anon_sym_COLON_COLON, anon_sym_DQUOTE, anon_sym_CARET, anon_sym_POUND_CARET, @@ -159088,27 +159088,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [138175] = 5, + [138175] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8494), 1, - anon_sym_COLON_COLON, - ACTIONS(8568), 1, - anon_sym_COLON, - ACTIONS(7619), 9, + ACTIONS(8570), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, + anon_sym_COLON, sym_nil_lit, aux_sym_sym_lit_token1, anon_sym_POUND_QMARK, anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(7617), 22, + ACTIONS(8568), 23, sym__ws, sym_comment, anon_sym_POUND_, + anon_sym_COLON_COLON, anon_sym_DQUOTE, anon_sym_CARET, anon_sym_POUND_CARET, @@ -159128,25 +159126,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [138220] = 3, + [138216] = 5, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8550), 10, + ACTIONS(8494), 1, + anon_sym_COLON_COLON, + ACTIONS(8572), 1, + anon_sym_COLON, + ACTIONS(7619), 9, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, - anon_sym_COLON, sym_nil_lit, aux_sym_sym_lit_token1, anon_sym_POUND_QMARK, anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8548), 23, + ACTIONS(7617), 22, sym__ws, sym_comment, anon_sym_POUND_, - anon_sym_COLON_COLON, anon_sym_DQUOTE, anon_sym_CARET, anon_sym_POUND_CARET, @@ -159169,7 +159169,7 @@ static const uint16_t ts_small_parse_table[] = { [138261] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8526), 10, + ACTIONS(8570), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -159180,7 +159180,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8524), 23, + ACTIONS(8568), 23, sym__ws, sym_comment, anon_sym_POUND_, @@ -159207,7 +159207,7 @@ static const uint16_t ts_small_parse_table[] = { [138302] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8572), 10, + ACTIONS(8576), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -159218,7 +159218,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8570), 23, + ACTIONS(8574), 23, sym__ws, sym_comment, anon_sym_POUND_, @@ -159245,7 +159245,7 @@ static const uint16_t ts_small_parse_table[] = { [138343] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8572), 10, + ACTIONS(8576), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -159256,7 +159256,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8570), 23, + ACTIONS(8574), 23, sym__ws, sym_comment, anon_sym_POUND_, @@ -159285,7 +159285,7 @@ static const uint16_t ts_small_parse_table[] = { sym_block_comment, ACTIONS(8494), 1, anon_sym_COLON_COLON, - ACTIONS(8574), 1, + ACTIONS(8578), 1, anon_sym_COLON, ACTIONS(7619), 9, anon_sym_POUND, @@ -159323,7 +159323,7 @@ static const uint16_t ts_small_parse_table[] = { [138429] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8578), 10, + ACTIONS(8514), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -159334,7 +159334,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8576), 23, + ACTIONS(8512), 23, sym__ws, sym_comment, anon_sym_POUND_, @@ -159361,7 +159361,7 @@ static const uint16_t ts_small_parse_table[] = { [138470] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8578), 10, + ACTIONS(8514), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -159372,7 +159372,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8576), 23, + ACTIONS(8512), 23, sym__ws, sym_comment, anon_sym_POUND_, @@ -159399,7 +159399,7 @@ static const uint16_t ts_small_parse_table[] = { [138511] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8578), 10, + ACTIONS(8570), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -159410,7 +159410,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8576), 23, + ACTIONS(8568), 23, sym__ws, sym_comment, anon_sym_POUND_, @@ -159437,7 +159437,7 @@ static const uint16_t ts_small_parse_table[] = { [138552] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8578), 10, + ACTIONS(8514), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -159448,7 +159448,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8576), 23, + ACTIONS(8512), 23, sym__ws, sym_comment, anon_sym_POUND_, @@ -159475,7 +159475,7 @@ static const uint16_t ts_small_parse_table[] = { [138593] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8572), 10, + ACTIONS(8576), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -159486,7 +159486,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8570), 23, + ACTIONS(8574), 23, sym__ws, sym_comment, anon_sym_POUND_, @@ -159513,7 +159513,7 @@ static const uint16_t ts_small_parse_table[] = { [138634] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8572), 10, + ACTIONS(8576), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -159524,7 +159524,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8570), 23, + ACTIONS(8574), 23, sym__ws, sym_comment, anon_sym_POUND_, @@ -159931,7 +159931,7 @@ static const uint16_t ts_small_parse_table[] = { [139085] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8564), 10, + ACTIONS(8562), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -159942,7 +159942,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8562), 23, + ACTIONS(8560), 23, sym__ws, sym_comment, anon_sym_POUND_, @@ -159966,47 +159966,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [139126] = 3, + [139126] = 8, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8598), 10, - anon_sym_POUND, - anon_sym_DOT, - aux_sym_num_lit_token1, + ACTIONS(8599), 1, + anon_sym_POUND_, + ACTIONS(8602), 1, anon_sym_COLON, - sym_nil_lit, - aux_sym_sym_lit_token1, - anon_sym_POUND_QMARK, - anon_sym_COMMA, - sym_fancy_literal, + ACTIONS(8607), 1, anon_sym_cl, - ACTIONS(8596), 22, + ACTIONS(8610), 1, + anon_sym_into, + ACTIONS(8596), 2, sym__ws, sym_comment, - anon_sym_POUND_, - anon_sym_COLON_COLON, - anon_sym_DQUOTE, + STATE(3104), 3, + sym__gap, + sym_dis_expr, + aux_sym_dis_expr_repeat1, + ACTIONS(8605), 23, anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, - anon_sym_POUND0A, - anon_sym_POUND0a, - anon_sym_POUND_QMARK_AT, - anon_sym_POUND_SQUOTE, - anon_sym_SQUOTE, - anon_sym_BQUOTE, - anon_sym_COMMA_AT, - anon_sym_POUNDP, - anon_sym_POUNDp, - sym_self_referential_reader_macro, - anon_sym_POUND_PLUS, - anon_sym_POUND_DASH, - anon_sym_POUNDC, - anon_sym_POUNDc, - [139166] = 3, + anon_sym_RPAREN, + aux_sym_accumulation_verb_token1, + anon_sym_for, + anon_sym_and, + anon_sym_as, + anon_sym_with, + anon_sym_do, + anon_sym_while, + anon_sym_until, + anon_sym_repeat, + anon_sym_when, + anon_sym_if, + anon_sym_unless, + anon_sym_always, + anon_sym_thereis, + anon_sym_never, + anon_sym_else, + anon_sym_finally, + anon_sym_return, + anon_sym_initially, + [139176] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8602), 10, + ACTIONS(8614), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -160017,7 +160022,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8600), 22, + ACTIONS(8612), 22, sym__ws, sym_comment, anon_sym_POUND_, @@ -160040,25 +160045,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [139206] = 8, + [139216] = 8, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8607), 1, + ACTIONS(8619), 1, anon_sym_POUND_, - ACTIONS(8610), 1, + ACTIONS(8622), 1, anon_sym_COLON, - ACTIONS(8615), 1, + ACTIONS(8627), 1, anon_sym_cl, - ACTIONS(8618), 1, + ACTIONS(8630), 1, anon_sym_into, - ACTIONS(8604), 2, + ACTIONS(8616), 2, sym__ws, sym_comment, STATE(3107), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(8613), 23, + ACTIONS(8625), 23, anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, @@ -160082,10 +160087,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_finally, anon_sym_return, anon_sym_initially, - [139256] = 3, + [139266] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8622), 10, + ACTIONS(8634), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -160096,7 +160101,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8620), 22, + ACTIONS(8632), 22, sym__ws, sym_comment, anon_sym_POUND_, @@ -160119,10 +160124,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [139296] = 3, + [139306] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8626), 10, + ACTIONS(8638), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -160133,7 +160138,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8624), 22, + ACTIONS(8636), 22, sym__ws, sym_comment, anon_sym_POUND_, @@ -160156,10 +160161,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [139336] = 3, + [139346] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8630), 10, + ACTIONS(8642), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -160170,7 +160175,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8628), 22, + ACTIONS(8640), 22, sym__ws, sym_comment, anon_sym_POUND_, @@ -160193,10 +160198,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [139376] = 3, + [139386] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8634), 10, + ACTIONS(8646), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -160207,7 +160212,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8632), 22, + ACTIONS(8644), 22, sym__ws, sym_comment, anon_sym_POUND_, @@ -160230,10 +160235,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [139416] = 3, + [139426] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8638), 10, + ACTIONS(8650), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -160244,7 +160249,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8636), 22, + ACTIONS(8648), 22, sym__ws, sym_comment, anon_sym_POUND_, @@ -160267,10 +160272,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [139456] = 3, + [139466] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8642), 10, + ACTIONS(8654), 10, anon_sym_POUND, anon_sym_DOT, aux_sym_num_lit_token1, @@ -160281,7 +160286,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym_fancy_literal, anon_sym_cl, - ACTIONS(8640), 22, + ACTIONS(8652), 22, sym__ws, sym_comment, anon_sym_POUND_, @@ -160304,48 +160309,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [139496] = 8, + [139506] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8647), 1, - anon_sym_POUND_, - ACTIONS(8650), 1, + ACTIONS(8658), 10, + anon_sym_POUND, + anon_sym_DOT, + aux_sym_num_lit_token1, anon_sym_COLON, - ACTIONS(8655), 1, + sym_nil_lit, + aux_sym_sym_lit_token1, + anon_sym_POUND_QMARK, + anon_sym_COMMA, + sym_fancy_literal, anon_sym_cl, - ACTIONS(8658), 1, - anon_sym_into, - ACTIONS(8644), 2, + ACTIONS(8656), 22, sym__ws, sym_comment, - STATE(3105), 3, - sym__gap, - sym_dis_expr, - aux_sym_dis_expr_repeat1, - ACTIONS(8653), 23, + anon_sym_POUND_, + anon_sym_COLON_COLON, + anon_sym_DQUOTE, anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, - anon_sym_RPAREN, - aux_sym_accumulation_verb_token1, - anon_sym_for, - anon_sym_and, - anon_sym_as, - anon_sym_with, - anon_sym_do, - anon_sym_while, - anon_sym_until, - anon_sym_repeat, - anon_sym_when, - anon_sym_if, - anon_sym_unless, - anon_sym_always, - anon_sym_thereis, - anon_sym_never, - anon_sym_else, - anon_sym_finally, - anon_sym_return, - anon_sym_initially, + anon_sym_POUND0A, + anon_sym_POUND0a, + anon_sym_POUND_QMARK_AT, + anon_sym_POUND_SQUOTE, + anon_sym_SQUOTE, + anon_sym_BQUOTE, + anon_sym_COMMA_AT, + anon_sym_POUNDP, + anon_sym_POUNDp, + sym_self_referential_reader_macro, + anon_sym_POUND_PLUS, + anon_sym_POUND_DASH, + anon_sym_POUNDC, + anon_sym_POUNDc, [139546] = 5, ACTIONS(47), 1, sym_block_comment, @@ -183909,7 +183909,7 @@ static const uint16_t ts_small_parse_table[] = { [165876] = 11, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1654), 1, + ACTIONS(1632), 1, anon_sym_being, ACTIONS(10366), 1, anon_sym_POUND_, @@ -183930,7 +183930,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 16, + ACTIONS(1634), 16, anon_sym_in, anon_sym_across, anon_sym_using, @@ -183982,7 +183982,7 @@ static const uint16_t ts_small_parse_table[] = { [165962] = 11, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1654), 1, + ACTIONS(1632), 1, anon_sym_being, ACTIONS(10366), 1, anon_sym_POUND_, @@ -183992,7 +183992,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_cl, STATE(405), 1, sym_for_clause_word, - STATE(1269), 1, + STATE(1259), 1, aux_sym_for_clause_repeat1, STATE(1611), 1, sym__for_part, @@ -184003,7 +184003,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 16, + ACTIONS(1634), 16, anon_sym_in, anon_sym_across, anon_sym_using, @@ -184023,7 +184023,7 @@ static const uint16_t ts_small_parse_table[] = { [166014] = 11, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1654), 1, + ACTIONS(1632), 1, anon_sym_being, ACTIONS(10366), 1, anon_sym_POUND_, @@ -184044,7 +184044,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 16, + ACTIONS(1634), 16, anon_sym_in, anon_sym_across, anon_sym_using, @@ -184096,7 +184096,7 @@ static const uint16_t ts_small_parse_table[] = { [166100] = 11, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1654), 1, + ACTIONS(1632), 1, anon_sym_being, ACTIONS(10366), 1, anon_sym_POUND_, @@ -184117,7 +184117,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 16, + ACTIONS(1634), 16, anon_sym_in, anon_sym_across, anon_sym_using, @@ -184169,7 +184169,7 @@ static const uint16_t ts_small_parse_table[] = { [166186] = 11, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1654), 1, + ACTIONS(1632), 1, anon_sym_being, ACTIONS(10366), 1, anon_sym_POUND_, @@ -184190,7 +184190,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 16, + ACTIONS(1634), 16, anon_sym_in, anon_sym_across, anon_sym_using, @@ -184242,7 +184242,7 @@ static const uint16_t ts_small_parse_table[] = { [166272] = 11, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1654), 1, + ACTIONS(1632), 1, anon_sym_being, ACTIONS(10366), 1, anon_sym_POUND_, @@ -184252,7 +184252,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_cl, STATE(405), 1, sym_for_clause_word, - STATE(1270), 1, + STATE(1269), 1, aux_sym_for_clause_repeat1, STATE(1611), 1, sym__for_part, @@ -184263,7 +184263,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 16, + ACTIONS(1634), 16, anon_sym_in, anon_sym_across, anon_sym_using, @@ -184443,7 +184443,7 @@ static const uint16_t ts_small_parse_table[] = { [166494] = 11, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1654), 1, + ACTIONS(1632), 1, anon_sym_being, ACTIONS(10366), 1, anon_sym_POUND_, @@ -184464,7 +184464,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 16, + ACTIONS(1634), 16, anon_sym_in, anon_sym_across, anon_sym_using, @@ -184523,7 +184523,7 @@ static const uint16_t ts_small_parse_table[] = { [166594] = 11, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1654), 1, + ACTIONS(1632), 1, anon_sym_being, ACTIONS(10366), 1, anon_sym_POUND_, @@ -184544,7 +184544,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 16, + ACTIONS(1634), 16, anon_sym_in, anon_sym_across, anon_sym_using, @@ -184564,7 +184564,7 @@ static const uint16_t ts_small_parse_table[] = { [166646] = 11, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1654), 1, + ACTIONS(1632), 1, anon_sym_being, ACTIONS(10366), 1, anon_sym_POUND_, @@ -184585,7 +184585,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 16, + ACTIONS(1634), 16, anon_sym_in, anon_sym_across, anon_sym_using, @@ -185060,7 +185060,7 @@ static const uint16_t ts_small_parse_table[] = { [167188] = 11, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1654), 1, + ACTIONS(1632), 1, anon_sym_being, ACTIONS(10366), 1, anon_sym_POUND_, @@ -185081,7 +185081,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 16, + ACTIONS(1634), 16, anon_sym_in, anon_sym_across, anon_sym_using, @@ -185197,7 +185197,7 @@ static const uint16_t ts_small_parse_table[] = { [167342] = 11, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1654), 1, + ACTIONS(1632), 1, anon_sym_being, ACTIONS(10366), 1, anon_sym_POUND_, @@ -185218,7 +185218,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 16, + ACTIONS(1634), 16, anon_sym_in, anon_sym_across, anon_sym_using, @@ -185366,7 +185366,7 @@ static const uint16_t ts_small_parse_table[] = { [167530] = 11, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1654), 1, + ACTIONS(1632), 1, anon_sym_being, ACTIONS(10366), 1, anon_sym_POUND_, @@ -185387,7 +185387,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 16, + ACTIONS(1634), 16, anon_sym_in, anon_sym_across, anon_sym_using, @@ -185439,7 +185439,7 @@ static const uint16_t ts_small_parse_table[] = { [167616] = 11, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1654), 1, + ACTIONS(1632), 1, anon_sym_being, ACTIONS(10366), 1, anon_sym_POUND_, @@ -185449,7 +185449,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_cl, STATE(405), 1, sym_for_clause_word, - STATE(1259), 1, + STATE(1271), 1, aux_sym_for_clause_repeat1, STATE(1611), 1, sym__for_part, @@ -185460,7 +185460,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 16, + ACTIONS(1634), 16, anon_sym_in, anon_sym_across, anon_sym_using, @@ -185736,7 +185736,7 @@ static const uint16_t ts_small_parse_table[] = { [167940] = 11, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1654), 1, + ACTIONS(1632), 1, anon_sym_being, ACTIONS(10366), 1, anon_sym_POUND_, @@ -185746,7 +185746,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_cl, STATE(405), 1, sym_for_clause_word, - STATE(1256), 1, + STATE(1268), 1, aux_sym_for_clause_repeat1, STATE(1611), 1, sym__for_part, @@ -185757,7 +185757,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 16, + ACTIONS(1634), 16, anon_sym_in, anon_sym_across, anon_sym_using, @@ -185777,7 +185777,7 @@ static const uint16_t ts_small_parse_table[] = { [167992] = 11, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1654), 1, + ACTIONS(1632), 1, anon_sym_being, ACTIONS(10366), 1, anon_sym_POUND_, @@ -185787,7 +185787,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_cl, STATE(405), 1, sym_for_clause_word, - STATE(1271), 1, + STATE(1270), 1, aux_sym_for_clause_repeat1, STATE(1611), 1, sym__for_part, @@ -185798,7 +185798,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 16, + ACTIONS(1634), 16, anon_sym_in, anon_sym_across, anon_sym_using, @@ -186042,7 +186042,7 @@ static const uint16_t ts_small_parse_table[] = { [168282] = 11, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1654), 1, + ACTIONS(1632), 1, anon_sym_being, ACTIONS(10366), 1, anon_sym_POUND_, @@ -186063,7 +186063,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 16, + ACTIONS(1634), 16, anon_sym_in, anon_sym_across, anon_sym_using, @@ -186083,7 +186083,7 @@ static const uint16_t ts_small_parse_table[] = { [168334] = 11, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1654), 1, + ACTIONS(1632), 1, anon_sym_being, ACTIONS(10366), 1, anon_sym_POUND_, @@ -186104,7 +186104,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 16, + ACTIONS(1634), 16, anon_sym_in, anon_sym_across, anon_sym_using, @@ -186124,7 +186124,7 @@ static const uint16_t ts_small_parse_table[] = { [168386] = 11, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1654), 1, + ACTIONS(1632), 1, anon_sym_being, ACTIONS(10366), 1, anon_sym_POUND_, @@ -186145,7 +186145,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 16, + ACTIONS(1634), 16, anon_sym_in, anon_sym_across, anon_sym_using, @@ -186197,7 +186197,7 @@ static const uint16_t ts_small_parse_table[] = { [168472] = 9, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1654), 1, + ACTIONS(1632), 1, anon_sym_being, ACTIONS(10366), 1, anon_sym_POUND_, @@ -186214,7 +186214,7 @@ static const uint16_t ts_small_parse_table[] = { sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, - ACTIONS(1656), 16, + ACTIONS(1634), 16, anon_sym_in, anon_sym_across, anon_sym_using, @@ -186347,11 +186347,11 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_map_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3106), 1, + STATE(3105), 1, aux_sym_list_lit_repeat1, ACTIONS(10434), 2, sym__ws, @@ -186395,11 +186395,11 @@ static const uint16_t ts_small_parse_table[] = { sym_sym_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3072), 1, + STATE(3067), 1, aux_sym_list_lit_repeat1, ACTIONS(10444), 2, sym__ws, @@ -186408,7 +186408,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2984), 3, + STATE(2986), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, @@ -186437,11 +186437,11 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_map_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3104), 1, + STATE(3106), 1, aux_sym_list_lit_repeat1, ACTIONS(10434), 2, sym__ws, @@ -186485,11 +186485,11 @@ static const uint16_t ts_small_parse_table[] = { sym_sym_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3072), 1, + STATE(3067), 1, aux_sym_list_lit_repeat1, ACTIONS(10444), 2, sym__ws, @@ -186498,7 +186498,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(2984), 3, + STATE(2986), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, @@ -186531,11 +186531,11 @@ static const uint16_t ts_small_parse_table[] = { sym_sym_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3072), 1, + STATE(3067), 1, aux_sym_list_lit_repeat1, ACTIONS(10456), 2, sym__ws, @@ -186573,11 +186573,11 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_map_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3106), 1, + STATE(3105), 1, aux_sym_list_lit_repeat1, ACTIONS(10458), 2, sym__ws, @@ -186617,11 +186617,11 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_map_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3104), 1, + STATE(3106), 1, aux_sym_list_lit_repeat1, ACTIONS(10434), 2, sym__ws, @@ -186661,11 +186661,11 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_map_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3104), 1, + STATE(3106), 1, aux_sym_list_lit_repeat1, ACTIONS(10460), 2, sym__ws, @@ -186705,11 +186705,11 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_map_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3104), 1, + STATE(3106), 1, aux_sym_list_lit_repeat1, ACTIONS(10462), 2, sym__ws, @@ -186749,11 +186749,11 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_map_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3106), 1, + STATE(3105), 1, aux_sym_list_lit_repeat1, ACTIONS(10464), 2, sym__ws, @@ -186787,9 +186787,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_sym_lit_token1, ACTIONS(10450), 1, anon_sym_COMMA, - STATE(1993), 1, - sym_list_lit, STATE(1996), 1, + sym_list_lit, + STATE(2005), 1, sym_unquoting_lit, STATE(2846), 1, sym_kwd_lit, @@ -186797,11 +186797,11 @@ static const uint16_t ts_small_parse_table[] = { sym_sym_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3072), 1, + STATE(3067), 1, aux_sym_list_lit_repeat1, ACTIONS(10466), 2, sym__ws, @@ -186839,11 +186839,11 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_map_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3106), 1, + STATE(3105), 1, aux_sym_list_lit_repeat1, ACTIONS(10434), 2, sym__ws, @@ -187901,11 +187901,11 @@ static const uint16_t ts_small_parse_table[] = { [170542] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7571), 3, + ACTIONS(7595), 3, anon_sym_POUND, anon_sym_COLON, anon_sym_POUND_QMARK, - ACTIONS(7569), 18, + ACTIONS(7593), 18, sym__ws, sym_comment, anon_sym_POUND_, @@ -188231,37 +188231,11 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2987), 1, sym__bare_set_lit, - STATE(2980), 3, + STATE(2983), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, - [170963] = 3, - ACTIONS(47), 1, - sym_block_comment, - ACTIONS(7595), 3, - anon_sym_POUND, - anon_sym_COLON, - anon_sym_POUND_QMARK, - ACTIONS(7593), 18, - sym__ws, - sym_comment, - anon_sym_POUND_, - anon_sym_COLON_COLON, - anon_sym_DQUOTE, - aux_sym_sym_lit_token1, - anon_sym_CARET, - anon_sym_POUND_CARET, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_POUND_QMARK_AT, - anon_sym_POUND_SQUOTE, - anon_sym_SQUOTE, - anon_sym_COMMA_AT, - anon_sym_POUND_PLUS, - anon_sym_POUND_DASH, - anon_sym_POUNDC, - anon_sym_POUNDc, - [170992] = 20, + [170963] = 20, ACTIONS(25), 1, anon_sym_CARET, ACTIONS(27), 1, @@ -188304,6 +188278,32 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, + [171026] = 3, + ACTIONS(47), 1, + sym_block_comment, + ACTIONS(7571), 3, + anon_sym_POUND, + anon_sym_COLON, + anon_sym_POUND_QMARK, + ACTIONS(7569), 18, + sym__ws, + sym_comment, + anon_sym_POUND_, + anon_sym_COLON_COLON, + anon_sym_DQUOTE, + aux_sym_sym_lit_token1, + anon_sym_CARET, + anon_sym_POUND_CARET, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_POUND_QMARK_AT, + anon_sym_POUND_SQUOTE, + anon_sym_SQUOTE, + anon_sym_COMMA_AT, + anon_sym_POUND_PLUS, + anon_sym_POUND_DASH, + anon_sym_POUNDC, + anon_sym_POUNDc, [171055] = 20, ACTIONS(25), 1, anon_sym_CARET, @@ -188412,7 +188412,7 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2987), 1, sym__bare_set_lit, - STATE(2980), 3, + STATE(2983), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -188445,11 +188445,11 @@ static const uint16_t ts_small_parse_table[] = { [171239] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7459), 3, + ACTIONS(7531), 3, anon_sym_POUND, anon_sym_COLON, anon_sym_POUND_QMARK, - ACTIONS(7457), 18, + ACTIONS(7529), 18, sym__ws, sym_comment, anon_sym_POUND_, @@ -188546,50 +188546,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [171355] = 20, - ACTIONS(25), 1, - anon_sym_CARET, - ACTIONS(27), 1, - anon_sym_POUND_CARET, - ACTIONS(47), 1, - sym_block_comment, - ACTIONS(1634), 1, - anon_sym_LPAREN, - ACTIONS(10579), 1, - anon_sym_POUND, - ACTIONS(10581), 1, - anon_sym_POUND_QMARK, - ACTIONS(10583), 1, - anon_sym_POUND_QMARK_AT, - ACTIONS(10585), 1, - anon_sym_POUND_SQUOTE, - ACTIONS(10587), 1, - anon_sym_SQUOTE, - ACTIONS(10589), 1, - anon_sym_COMMA_AT, - ACTIONS(10591), 1, - anon_sym_POUND_PLUS, - ACTIONS(10593), 1, - anon_sym_POUND_DASH, - ACTIONS(10595), 1, - anon_sym_POUNDC, - ACTIONS(10597), 1, - anon_sym_POUNDc, - STATE(1906), 1, - sym__bare_set_lit, - STATE(2858), 1, - sym_meta_lit, - STATE(2859), 1, - sym_old_meta_lit, - STATE(2876), 1, - aux_sym_list_lit_repeat1, - STATE(2901), 1, - sym__metadata_lit, - STATE(1904), 3, - sym__bare_list_lit, - sym_defun, - sym_loop_macro, - [171418] = 3, + [171355] = 3, ACTIONS(47), 1, sym_block_comment, ACTIONS(7660), 3, @@ -188615,14 +188572,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [171447] = 3, + [171384] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7531), 3, + ACTIONS(7463), 3, anon_sym_POUND, anon_sym_COLON, anon_sym_POUND_QMARK, - ACTIONS(7529), 18, + ACTIONS(7461), 18, sym__ws, sym_comment, anon_sym_POUND_, @@ -188641,6 +188598,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, + [171413] = 20, + ACTIONS(25), 1, + anon_sym_CARET, + ACTIONS(27), 1, + anon_sym_POUND_CARET, + ACTIONS(47), 1, + sym_block_comment, + ACTIONS(4811), 1, + anon_sym_LPAREN, + ACTIONS(10517), 1, + anon_sym_POUND, + ACTIONS(10531), 1, + anon_sym_POUNDC, + ACTIONS(10533), 1, + anon_sym_POUNDc, + ACTIONS(10579), 1, + anon_sym_POUND_QMARK, + ACTIONS(10581), 1, + anon_sym_POUND_QMARK_AT, + ACTIONS(10583), 1, + anon_sym_POUND_SQUOTE, + ACTIONS(10585), 1, + anon_sym_SQUOTE, + ACTIONS(10587), 1, + anon_sym_COMMA_AT, + ACTIONS(10589), 1, + anon_sym_POUND_PLUS, + ACTIONS(10591), 1, + anon_sym_POUND_DASH, + STATE(2858), 1, + sym_meta_lit, + STATE(2859), 1, + sym_old_meta_lit, + STATE(2876), 1, + aux_sym_list_lit_repeat1, + STATE(2901), 1, + sym__metadata_lit, + STATE(2987), 1, + sym__bare_set_lit, + STATE(2983), 3, + sym__bare_list_lit, + sym_defun, + sym_loop_macro, [171476] = 3, ACTIONS(47), 1, sym_block_comment, @@ -188726,27 +188726,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(4410), 1, + ACTIONS(4412), 1, anon_sym_LPAREN, - ACTIONS(10599), 1, + ACTIONS(10593), 1, anon_sym_POUND, - ACTIONS(10601), 1, + ACTIONS(10595), 1, anon_sym_POUND_QMARK, - ACTIONS(10603), 1, + ACTIONS(10597), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(10605), 1, + ACTIONS(10599), 1, anon_sym_POUND_SQUOTE, - ACTIONS(10607), 1, + ACTIONS(10601), 1, anon_sym_SQUOTE, - ACTIONS(10609), 1, + ACTIONS(10603), 1, anon_sym_COMMA_AT, - ACTIONS(10611), 1, + ACTIONS(10605), 1, anon_sym_POUND_PLUS, - ACTIONS(10613), 1, + ACTIONS(10607), 1, anon_sym_POUND_DASH, - ACTIONS(10615), 1, + ACTIONS(10609), 1, anon_sym_POUNDC, - ACTIONS(10617), 1, + ACTIONS(10611), 1, anon_sym_POUNDc, STATE(1140), 1, sym__bare_set_lit, @@ -188771,25 +188771,25 @@ static const uint16_t ts_small_parse_table[] = { sym_block_comment, ACTIONS(4811), 1, anon_sym_LPAREN, - ACTIONS(10619), 1, + ACTIONS(10613), 1, anon_sym_POUND, - ACTIONS(10621), 1, + ACTIONS(10615), 1, anon_sym_POUND_QMARK, - ACTIONS(10623), 1, + ACTIONS(10617), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(10625), 1, + ACTIONS(10619), 1, anon_sym_POUND_SQUOTE, - ACTIONS(10627), 1, + ACTIONS(10621), 1, anon_sym_SQUOTE, - ACTIONS(10629), 1, + ACTIONS(10623), 1, anon_sym_COMMA_AT, - ACTIONS(10631), 1, + ACTIONS(10625), 1, anon_sym_POUND_PLUS, - ACTIONS(10633), 1, + ACTIONS(10627), 1, anon_sym_POUND_DASH, - ACTIONS(10635), 1, + ACTIONS(10629), 1, anon_sym_POUNDC, - ACTIONS(10637), 1, + ACTIONS(10631), 1, anon_sym_POUNDc, STATE(2604), 1, sym__bare_set_lit, @@ -188831,50 +188831,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [171718] = 20, - ACTIONS(25), 1, - anon_sym_CARET, - ACTIONS(27), 1, - anon_sym_POUND_CARET, + [171718] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(4811), 1, - anon_sym_LPAREN, - ACTIONS(10517), 1, + ACTIONS(7459), 3, anon_sym_POUND, - ACTIONS(10531), 1, - anon_sym_POUNDC, - ACTIONS(10533), 1, - anon_sym_POUNDc, - ACTIONS(10639), 1, + anon_sym_COLON, anon_sym_POUND_QMARK, - ACTIONS(10641), 1, + ACTIONS(7457), 18, + sym__ws, + sym_comment, + anon_sym_POUND_, + anon_sym_COLON_COLON, + anon_sym_DQUOTE, + aux_sym_sym_lit_token1, + anon_sym_CARET, + anon_sym_POUND_CARET, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_POUND_QMARK_AT, - ACTIONS(10643), 1, anon_sym_POUND_SQUOTE, - ACTIONS(10645), 1, anon_sym_SQUOTE, - ACTIONS(10647), 1, anon_sym_COMMA_AT, - ACTIONS(10649), 1, anon_sym_POUND_PLUS, - ACTIONS(10651), 1, anon_sym_POUND_DASH, - STATE(2858), 1, - sym_meta_lit, - STATE(2859), 1, - sym_old_meta_lit, - STATE(2876), 1, - aux_sym_list_lit_repeat1, - STATE(2901), 1, - sym__metadata_lit, - STATE(2987), 1, - sym__bare_set_lit, - STATE(2980), 3, - sym__bare_list_lit, - sym_defun, - sym_loop_macro, - [171781] = 3, + anon_sym_POUNDC, + anon_sym_POUNDc, + [171747] = 3, ACTIONS(47), 1, sym_block_comment, ACTIONS(7702), 3, @@ -188900,7 +188883,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [171810] = 20, + [171776] = 20, ACTIONS(25), 1, anon_sym_CARET, ACTIONS(27), 1, @@ -188911,24 +188894,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(10565), 1, anon_sym_POUND_QMARK, - ACTIONS(10579), 1, + ACTIONS(10633), 1, anon_sym_POUND, - ACTIONS(10595), 1, - anon_sym_POUNDC, - ACTIONS(10597), 1, - anon_sym_POUNDc, - ACTIONS(10653), 1, + ACTIONS(10635), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(10655), 1, + ACTIONS(10637), 1, anon_sym_POUND_SQUOTE, - ACTIONS(10657), 1, + ACTIONS(10639), 1, anon_sym_SQUOTE, - ACTIONS(10659), 1, + ACTIONS(10641), 1, anon_sym_COMMA_AT, - ACTIONS(10661), 1, + ACTIONS(10643), 1, anon_sym_POUND_PLUS, - ACTIONS(10663), 1, + ACTIONS(10645), 1, anon_sym_POUND_DASH, + ACTIONS(10647), 1, + anon_sym_POUNDC, + ACTIONS(10649), 1, + anon_sym_POUNDc, STATE(1906), 1, sym__bare_set_lit, STATE(2858), 1, @@ -188943,7 +188926,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - [171873] = 20, + [171839] = 20, ACTIONS(25), 1, anon_sym_CARET, ACTIONS(27), 1, @@ -188952,25 +188935,25 @@ static const uint16_t ts_small_parse_table[] = { sym_block_comment, ACTIONS(6225), 1, anon_sym_LPAREN, - ACTIONS(10665), 1, + ACTIONS(10651), 1, anon_sym_POUND, - ACTIONS(10667), 1, + ACTIONS(10653), 1, anon_sym_POUND_QMARK, - ACTIONS(10669), 1, + ACTIONS(10655), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(10671), 1, + ACTIONS(10657), 1, anon_sym_POUND_SQUOTE, - ACTIONS(10673), 1, + ACTIONS(10659), 1, anon_sym_SQUOTE, - ACTIONS(10675), 1, + ACTIONS(10661), 1, anon_sym_COMMA_AT, - ACTIONS(10677), 1, + ACTIONS(10663), 1, anon_sym_POUND_PLUS, - ACTIONS(10679), 1, + ACTIONS(10665), 1, anon_sym_POUND_DASH, - ACTIONS(10681), 1, + ACTIONS(10667), 1, anon_sym_POUNDC, - ACTIONS(10683), 1, + ACTIONS(10669), 1, anon_sym_POUNDc, STATE(1709), 1, sym__bare_set_lit, @@ -188986,7 +188969,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - [171936] = 20, + [171902] = 20, ACTIONS(25), 1, anon_sym_CARET, ACTIONS(27), 1, @@ -188995,25 +188978,25 @@ static const uint16_t ts_small_parse_table[] = { sym_block_comment, ACTIONS(4811), 1, anon_sym_LPAREN, - ACTIONS(10619), 1, + ACTIONS(10613), 1, anon_sym_POUND, - ACTIONS(10621), 1, + ACTIONS(10615), 1, anon_sym_POUND_QMARK, - ACTIONS(10623), 1, + ACTIONS(10617), 1, anon_sym_POUND_QMARK_AT, - ACTIONS(10635), 1, + ACTIONS(10629), 1, anon_sym_POUNDC, - ACTIONS(10637), 1, + ACTIONS(10631), 1, anon_sym_POUNDc, - ACTIONS(10685), 1, + ACTIONS(10671), 1, anon_sym_POUND_SQUOTE, - ACTIONS(10687), 1, + ACTIONS(10673), 1, anon_sym_SQUOTE, - ACTIONS(10689), 1, + ACTIONS(10675), 1, anon_sym_COMMA_AT, - ACTIONS(10691), 1, + ACTIONS(10677), 1, anon_sym_POUND_PLUS, - ACTIONS(10693), 1, + ACTIONS(10679), 1, anon_sym_POUND_DASH, STATE(2604), 1, sym__bare_set_lit, @@ -189029,7 +189012,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - [171999] = 3, + [171965] = 3, ACTIONS(47), 1, sym_block_comment, ACTIONS(7841), 3, @@ -189055,7 +189038,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [172028] = 3, + [171994] = 3, ACTIONS(47), 1, sym_block_comment, ACTIONS(7742), 3, @@ -189081,7 +189064,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [172057] = 3, + [172023] = 3, ACTIONS(47), 1, sym_block_comment, ACTIONS(7678), 3, @@ -189107,7 +189090,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [172086] = 3, + [172052] = 3, ACTIONS(47), 1, sym_block_comment, ACTIONS(7507), 3, @@ -189133,7 +189116,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_DASH, anon_sym_POUNDC, anon_sym_POUNDc, - [172115] = 20, + [172081] = 20, ACTIONS(25), 1, anon_sym_CARET, ACTIONS(27), 1, @@ -189160,7 +189143,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUNDC, ACTIONS(10533), 1, anon_sym_POUNDc, - ACTIONS(10695), 1, + ACTIONS(10681), 1, anon_sym_COMMA_AT, STATE(2858), 1, sym_meta_lit, @@ -189172,36 +189155,53 @@ static const uint16_t ts_small_parse_table[] = { sym__metadata_lit, STATE(2987), 1, sym__bare_set_lit, - STATE(2980), 3, + STATE(2983), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, - [172178] = 3, + [172144] = 20, + ACTIONS(25), 1, + anon_sym_CARET, + ACTIONS(27), 1, + anon_sym_POUND_CARET, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7463), 3, + ACTIONS(1612), 1, + anon_sym_LPAREN, + ACTIONS(10633), 1, anon_sym_POUND, - anon_sym_COLON, + ACTIONS(10647), 1, + anon_sym_POUNDC, + ACTIONS(10649), 1, + anon_sym_POUNDc, + ACTIONS(10683), 1, anon_sym_POUND_QMARK, - ACTIONS(7461), 18, - sym__ws, - sym_comment, - anon_sym_POUND_, - anon_sym_COLON_COLON, - anon_sym_DQUOTE, - aux_sym_sym_lit_token1, - anon_sym_CARET, - anon_sym_POUND_CARET, - anon_sym_LPAREN, - anon_sym_LBRACE, + ACTIONS(10685), 1, anon_sym_POUND_QMARK_AT, + ACTIONS(10687), 1, anon_sym_POUND_SQUOTE, + ACTIONS(10689), 1, anon_sym_SQUOTE, + ACTIONS(10691), 1, anon_sym_COMMA_AT, + ACTIONS(10693), 1, anon_sym_POUND_PLUS, + ACTIONS(10695), 1, anon_sym_POUND_DASH, - anon_sym_POUNDC, - anon_sym_POUNDc, + STATE(1906), 1, + sym__bare_set_lit, + STATE(2858), 1, + sym_meta_lit, + STATE(2859), 1, + sym_old_meta_lit, + STATE(2876), 1, + aux_sym_list_lit_repeat1, + STATE(2901), 1, + sym__metadata_lit, + STATE(1904), 3, + sym__bare_list_lit, + sym_defun, + sym_loop_macro, [172207] = 20, ACTIONS(25), 1, anon_sym_CARET, @@ -189231,7 +189231,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUNDC, ACTIONS(10715), 1, anon_sym_POUNDc, - STATE(1516), 1, + STATE(1519), 1, sym__bare_set_lit, STATE(2858), 1, sym_meta_lit, @@ -189241,7 +189241,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_list_lit_repeat1, STATE(2901), 1, sym__metadata_lit, - STATE(1515), 3, + STATE(1518), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -189364,15 +189364,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, STATE(2007), 1, sym_unquoting_lit, - STATE(2008), 1, + STATE(2010), 1, sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3072), 1, + STATE(3067), 1, aux_sym_list_lit_repeat1, ACTIONS(10717), 2, sym__ws, @@ -189404,11 +189404,11 @@ static const uint16_t ts_small_parse_table[] = { sym_unquoting_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3072), 1, + STATE(3067), 1, aux_sym_list_lit_repeat1, ACTIONS(10721), 2, sym__ws, @@ -189466,17 +189466,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(10719), 1, anon_sym_POUND_, - STATE(1986), 1, - sym_unquoting_lit, STATE(2009), 1, sym_list_lit, + STATE(2020), 1, + sym_unquoting_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3072), 1, + STATE(3067), 1, aux_sym_list_lit_repeat1, ACTIONS(10743), 2, sym__ws, @@ -189485,14 +189485,14 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(3079), 3, + STATE(3072), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, [172582] = 5, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1632), 1, + ACTIONS(1610), 1, aux_sym_sym_lit_token1, ACTIONS(10747), 1, aux_sym_for_clause_word_token1, @@ -189528,17 +189528,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(10719), 1, anon_sym_POUND_, - STATE(2000), 1, + STATE(2012), 1, sym_list_lit, STATE(2014), 1, sym_unquoting_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3072), 1, + STATE(3067), 1, aux_sym_list_lit_repeat1, ACTIONS(10743), 2, sym__ws, @@ -189547,7 +189547,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(3079), 3, + STATE(3072), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, @@ -189625,23 +189625,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3072), 1, + STATE(3067), 1, aux_sym_list_lit_repeat1, ACTIONS(10743), 2, sym__ws, sym_comment, - STATE(1981), 2, + STATE(1993), 2, sym_list_lit, sym_unquoting_lit, STATE(1877), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(3079), 3, + STATE(3072), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, @@ -189658,17 +189658,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(10719), 1, anon_sym_POUND_, - STATE(2020), 1, + STATE(1980), 1, sym_list_lit, STATE(2021), 1, sym_unquoting_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3072), 1, + STATE(3067), 1, aux_sym_list_lit_repeat1, ACTIONS(10743), 2, sym__ws, @@ -189677,7 +189677,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(3079), 3, + STATE(3072), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, @@ -189726,11 +189726,11 @@ static const uint16_t ts_small_parse_table[] = { sym_unquoting_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3072), 1, + STATE(3067), 1, aux_sym_list_lit_repeat1, ACTIONS(10781), 2, sym__ws, @@ -189816,11 +189816,11 @@ static const uint16_t ts_small_parse_table[] = { sym_unquoting_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3072), 1, + STATE(3067), 1, aux_sym_list_lit_repeat1, ACTIONS(10743), 2, sym__ws, @@ -189829,7 +189829,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(3079), 3, + STATE(3072), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, @@ -189852,11 +189852,11 @@ static const uint16_t ts_small_parse_table[] = { sym_unquoting_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3072), 1, + STATE(3067), 1, aux_sym_list_lit_repeat1, ACTIONS(10743), 2, sym__ws, @@ -189865,7 +189865,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(3079), 3, + STATE(3072), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, @@ -189888,11 +189888,11 @@ static const uint16_t ts_small_parse_table[] = { sym_unquoting_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3072), 1, + STATE(3067), 1, aux_sym_list_lit_repeat1, ACTIONS(10797), 2, sym__ws, @@ -189924,11 +189924,11 @@ static const uint16_t ts_small_parse_table[] = { sym_unquoting_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3072), 1, + STATE(3067), 1, aux_sym_list_lit_repeat1, ACTIONS(10743), 2, sym__ws, @@ -189937,7 +189937,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(3079), 3, + STATE(3072), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, @@ -189960,11 +189960,11 @@ static const uint16_t ts_small_parse_table[] = { sym_unquoting_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3072), 1, + STATE(3067), 1, aux_sym_list_lit_repeat1, ACTIONS(10799), 2, sym__ws, @@ -189992,15 +189992,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, STATE(1999), 1, sym_list_lit, - STATE(2013), 1, + STATE(2000), 1, sym_unquoting_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3072), 1, + STATE(3067), 1, aux_sym_list_lit_repeat1, ACTIONS(10743), 2, sym__ws, @@ -190009,7 +190009,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(3079), 3, + STATE(3072), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, @@ -190032,11 +190032,11 @@ static const uint16_t ts_small_parse_table[] = { sym_unquoting_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3072), 1, + STATE(3067), 1, aux_sym_list_lit_repeat1, ACTIONS(10801), 2, sym__ws, @@ -190068,11 +190068,11 @@ static const uint16_t ts_small_parse_table[] = { sym_unquoting_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3072), 1, + STATE(3067), 1, aux_sym_list_lit_repeat1, ACTIONS(10803), 2, sym__ws, @@ -190154,11 +190154,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3072), 1, + STATE(3067), 1, aux_sym_list_lit_repeat1, ACTIONS(10815), 2, sym__ws, @@ -190193,11 +190193,11 @@ static const uint16_t ts_small_parse_table[] = { sym_unquoting_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3072), 1, + STATE(3067), 1, aux_sym_list_lit_repeat1, ACTIONS(10743), 2, sym__ws, @@ -190206,7 +190206,7 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - STATE(3079), 3, + STATE(3072), 3, sym__gap, sym_dis_expr, aux_sym_dis_expr_repeat1, @@ -190223,17 +190223,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(10719), 1, anon_sym_POUND_, - STATE(2010), 1, + STATE(2011), 1, sym_list_lit, STATE(2034), 1, sym_unquoting_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3072), 1, + STATE(3067), 1, aux_sym_list_lit_repeat1, ACTIONS(10817), 2, sym__ws, @@ -190595,7 +190595,7 @@ static const uint16_t ts_small_parse_table[] = { [174017] = 14, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, ACTIONS(7285), 1, aux_sym_char_lit_token1, @@ -190611,13 +190611,13 @@ static const uint16_t ts_small_parse_table[] = { sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3007), 1, + STATE(3031), 1, sym_array_dimension, - STATE(3102), 1, + STATE(3103), 1, aux_sym_list_lit_repeat1, STATE(1892), 3, sym__bare_list_lit, @@ -190640,15 +190640,15 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__form_token1, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2929), 1, + sym_list_lit, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(2996), 1, - sym_list_lit, - STATE(3016), 1, + STATE(3014), 1, sym_array_dimension, - STATE(3103), 1, + STATE(3077), 1, aux_sym_list_lit_repeat1, STATE(2991), 3, sym__bare_list_lit, @@ -190671,13 +190671,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__form_token1, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2929), 1, + sym_list_lit, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(2996), 1, - sym_list_lit, - STATE(3027), 1, + STATE(3002), 1, sym_array_dimension, STATE(3071), 1, aux_sym_list_lit_repeat1, @@ -190704,13 +190704,13 @@ static const uint16_t ts_small_parse_table[] = { sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3018), 1, + STATE(3020), 1, sym_array_dimension, - STATE(3053), 1, + STATE(3074), 1, aux_sym_list_lit_repeat1, STATE(1892), 3, sym__bare_list_lit, @@ -190731,13 +190731,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(10875), 1, aux_sym__form_token1, - STATE(1556), 1, + STATE(1520), 1, sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, STATE(3045), 1, sym_array_dimension, @@ -190766,13 +190766,13 @@ static const uint16_t ts_small_parse_table[] = { sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, STATE(3040), 1, sym_array_dimension, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, STATE(2648), 3, sym__bare_list_lit, @@ -190797,9 +190797,9 @@ static const uint16_t ts_small_parse_table[] = { sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, STATE(3038), 1, sym_array_dimension, @@ -190828,13 +190828,13 @@ static const uint16_t ts_small_parse_table[] = { sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3019), 1, + STATE(3018), 1, sym_array_dimension, - STATE(3072), 1, + STATE(3067), 1, aux_sym_list_lit_repeat1, STATE(1877), 3, sym__bare_list_lit, @@ -190859,13 +190859,13 @@ static const uint16_t ts_small_parse_table[] = { sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3002), 1, + STATE(3005), 1, sym_array_dimension, - STATE(3080), 1, + STATE(3101), 1, aux_sym_list_lit_repeat1, STATE(1483), 3, sym__bare_list_lit, @@ -190874,7 +190874,7 @@ static const uint16_t ts_small_parse_table[] = { [174422] = 14, ACTIONS(47), 1, sym_block_comment, - ACTIONS(4410), 1, + ACTIONS(4412), 1, anon_sym_LPAREN, ACTIONS(7297), 1, aux_sym_char_lit_token1, @@ -190890,15 +190890,15 @@ static const uint16_t ts_small_parse_table[] = { sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3052), 1, + STATE(3000), 1, sym_array_dimension, - STATE(3065), 1, + STATE(3073), 1, aux_sym_list_lit_repeat1, - STATE(1190), 3, + STATE(1187), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -190919,15 +190919,15 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__form_token1, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2929), 1, + sym_list_lit, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(2996), 1, - sym_list_lit, - STATE(3035), 1, + STATE(3024), 1, sym_array_dimension, - STATE(3075), 1, + STATE(3080), 1, aux_sym_list_lit_repeat1, STATE(2991), 3, sym__bare_list_lit, @@ -190952,13 +190952,13 @@ static const uint16_t ts_small_parse_table[] = { sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3024), 1, + STATE(3029), 1, sym_array_dimension, - STATE(3073), 1, + STATE(3069), 1, aux_sym_list_lit_repeat1, STATE(1070), 3, sym__bare_list_lit, @@ -191067,9 +191067,9 @@ static const uint16_t ts_small_parse_table[] = { [174678] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7796), 1, + ACTIONS(7826), 1, anon_sym_COLON, - ACTIONS(7794), 12, + ACTIONS(7824), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -191193,9 +191193,9 @@ static const uint16_t ts_small_parse_table[] = { [174825] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7579), 1, + ACTIONS(7788), 1, anon_sym_COLON, - ACTIONS(7577), 12, + ACTIONS(7786), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -191247,9 +191247,9 @@ static const uint16_t ts_small_parse_table[] = { [174888] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7599), 1, + ACTIONS(7579), 1, anon_sym_COLON, - ACTIONS(7597), 12, + ACTIONS(7577), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -191409,27 +191409,27 @@ static const uint16_t ts_small_parse_table[] = { [175077] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10911), 2, + ACTIONS(7682), 1, anon_sym_COLON, - anon_sym_AT, - ACTIONS(10909), 11, - aux_sym_num_lit_token1, - anon_sym_TILDE, - anon_sym_SQUOTE, + ACTIONS(7680), 12, + sym__ws, + sym_comment, + anon_sym_POUND_, + anon_sym_COLON_COLON, + anon_sym_DQUOTE, + aux_sym_sym_lit_token1, + anon_sym_CARET, + anon_sym_POUND_CARET, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_POUND_QMARK, anon_sym_COMMA, - anon_sym_AT_COLON, - anon_sym_COLON_AT, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_STAR, - aux_sym_format_directive_type_token11, [175098] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7698), 1, + ACTIONS(7539), 1, anon_sym_COLON, - ACTIONS(7696), 12, + ACTIONS(7537), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -191445,9 +191445,9 @@ static const uint16_t ts_small_parse_table[] = { [175119] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7539), 1, + ACTIONS(7694), 1, anon_sym_COLON, - ACTIONS(7537), 12, + ACTIONS(7692), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -191463,9 +191463,9 @@ static const uint16_t ts_small_parse_table[] = { [175140] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7694), 1, + ACTIONS(7698), 1, anon_sym_COLON, - ACTIONS(7692), 12, + ACTIONS(7696), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -191499,9 +191499,9 @@ static const uint16_t ts_small_parse_table[] = { [175182] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7698), 1, + ACTIONS(7527), 1, anon_sym_COLON, - ACTIONS(7696), 12, + ACTIONS(7525), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -191679,21 +191679,21 @@ static const uint16_t ts_small_parse_table[] = { [175392] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7784), 1, + ACTIONS(10911), 2, anon_sym_COLON, - ACTIONS(7782), 12, - sym__ws, - sym_comment, - anon_sym_POUND_, - anon_sym_COLON_COLON, - anon_sym_DQUOTE, - aux_sym_sym_lit_token1, - anon_sym_CARET, - anon_sym_POUND_CARET, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_POUND_QMARK, + anon_sym_AT, + ACTIONS(10909), 11, + aux_sym_num_lit_token1, + anon_sym_TILDE, + anon_sym_SQUOTE, anon_sym_COMMA, + anon_sym_AT_COLON, + anon_sym_COLON_AT, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_STAR, + aux_sym_format_directive_type_token11, [175413] = 3, ACTIONS(47), 1, sym_block_comment, @@ -191715,9 +191715,9 @@ static const uint16_t ts_small_parse_table[] = { [175434] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7575), 1, + ACTIONS(7698), 1, anon_sym_COLON, - ACTIONS(7573), 12, + ACTIONS(7696), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -191769,9 +191769,9 @@ static const uint16_t ts_small_parse_table[] = { [175497] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7761), 1, + ACTIONS(7784), 1, anon_sym_COLON, - ACTIONS(7759), 12, + ACTIONS(7782), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -191787,9 +191787,9 @@ static const uint16_t ts_small_parse_table[] = { [175518] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7726), 1, + ACTIONS(7575), 1, anon_sym_COLON, - ACTIONS(7724), 12, + ACTIONS(7573), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -191841,9 +191841,9 @@ static const uint16_t ts_small_parse_table[] = { [175581] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7833), 1, + ACTIONS(7761), 1, anon_sym_COLON, - ACTIONS(7831), 12, + ACTIONS(7759), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -191859,9 +191859,9 @@ static const uint16_t ts_small_parse_table[] = { [175602] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7788), 1, + ACTIONS(7726), 1, anon_sym_COLON, - ACTIONS(7786), 12, + ACTIONS(7724), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -191877,9 +191877,9 @@ static const uint16_t ts_small_parse_table[] = { [175623] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7796), 1, + ACTIONS(7833), 1, anon_sym_COLON, - ACTIONS(7794), 12, + ACTIONS(7831), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -191895,9 +191895,9 @@ static const uint16_t ts_small_parse_table[] = { [175644] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7527), 1, + ACTIONS(7776), 1, anon_sym_COLON, - ACTIONS(7525), 12, + ACTIONS(7774), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -191913,9 +191913,9 @@ static const uint16_t ts_small_parse_table[] = { [175665] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7788), 1, + ACTIONS(7796), 1, anon_sym_COLON, - ACTIONS(7786), 12, + ACTIONS(7794), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -191931,9 +191931,9 @@ static const uint16_t ts_small_parse_table[] = { [175686] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7815), 1, + ACTIONS(7796), 1, anon_sym_COLON, - ACTIONS(7813), 12, + ACTIONS(7794), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -191949,9 +191949,9 @@ static const uint16_t ts_small_parse_table[] = { [175707] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7672), 1, + ACTIONS(7788), 1, anon_sym_COLON, - ACTIONS(7670), 12, + ACTIONS(7786), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -191967,9 +191967,9 @@ static const uint16_t ts_small_parse_table[] = { [175728] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7780), 1, + ACTIONS(7815), 1, anon_sym_COLON, - ACTIONS(7778), 12, + ACTIONS(7813), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -191985,9 +191985,9 @@ static const uint16_t ts_small_parse_table[] = { [175749] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7792), 1, + ACTIONS(7672), 1, anon_sym_COLON, - ACTIONS(7790), 12, + ACTIONS(7670), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -192021,9 +192021,9 @@ static const uint16_t ts_small_parse_table[] = { [175791] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7768), 1, + ACTIONS(7780), 1, anon_sym_COLON, - ACTIONS(7766), 12, + ACTIONS(7778), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -192057,9 +192057,9 @@ static const uint16_t ts_small_parse_table[] = { [175833] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7640), 1, + ACTIONS(7792), 1, anon_sym_COLON, - ACTIONS(7638), 12, + ACTIONS(7790), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -192075,9 +192075,9 @@ static const uint16_t ts_small_parse_table[] = { [175854] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7656), 1, + ACTIONS(7768), 1, anon_sym_COLON, - ACTIONS(7654), 12, + ACTIONS(7766), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -192093,9 +192093,9 @@ static const uint16_t ts_small_parse_table[] = { [175875] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7628), 1, + ACTIONS(7640), 1, anon_sym_COLON, - ACTIONS(7626), 12, + ACTIONS(7638), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -192111,9 +192111,9 @@ static const uint16_t ts_small_parse_table[] = { [175896] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7611), 1, + ACTIONS(7656), 1, anon_sym_COLON, - ACTIONS(7609), 12, + ACTIONS(7654), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -192147,9 +192147,9 @@ static const uint16_t ts_small_parse_table[] = { [175938] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7690), 1, + ACTIONS(7628), 1, anon_sym_COLON, - ACTIONS(7688), 12, + ACTIONS(7626), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -192198,32 +192198,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_POUND_QMARK, anon_sym_COMMA, - [176001] = 5, + [176001] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10915), 1, - anon_sym_POUND_, - ACTIONS(10913), 2, + ACTIONS(7611), 1, + anon_sym_COLON, + ACTIONS(7609), 12, sym__ws, sym_comment, - STATE(2969), 3, - sym__gap, - sym_dis_expr, - aux_sym_dis_expr_repeat1, - ACTIONS(10789), 7, + anon_sym_POUND_, + anon_sym_COLON_COLON, + anon_sym_DQUOTE, + aux_sym_sym_lit_token1, anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_POUND_QMARK, - anon_sym_POUNDC, - anon_sym_POUNDc, - [176026] = 5, + anon_sym_COMMA, + [176022] = 5, ACTIONS(47), 1, sym_block_comment, ACTIONS(10915), 1, anon_sym_POUND_, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -192238,12 +192236,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_QMARK, anon_sym_POUNDC, anon_sym_POUNDc, - [176051] = 5, + [176047] = 5, ACTIONS(47), 1, sym_block_comment, ACTIONS(10915), 1, anon_sym_POUND_, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -192258,7 +192256,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_QMARK, anon_sym_POUNDC, anon_sym_POUNDc, - [176076] = 3, + [176072] = 3, ACTIONS(47), 1, sym_block_comment, ACTIONS(7491), 1, @@ -192276,62 +192274,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_POUND_QMARK, anon_sym_COMMA, - [176097] = 5, + [176093] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10915), 1, - anon_sym_POUND_, - ACTIONS(10919), 2, + ACTIONS(7690), 1, + anon_sym_COLON, + ACTIONS(7688), 12, sym__ws, sym_comment, - STATE(2970), 3, - sym__gap, - sym_dis_expr, - aux_sym_dis_expr_repeat1, - ACTIONS(10795), 7, + anon_sym_POUND_, + anon_sym_COLON_COLON, + anon_sym_DQUOTE, + aux_sym_sym_lit_token1, anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_POUND_QMARK, - anon_sym_POUNDC, - anon_sym_POUNDc, - [176122] = 3, + anon_sym_COMMA, + [176114] = 5, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7467), 1, - anon_sym_COLON, - ACTIONS(7465), 12, + ACTIONS(10915), 1, + anon_sym_POUND_, + ACTIONS(10917), 2, sym__ws, sym_comment, - anon_sym_POUND_, - anon_sym_COLON_COLON, - anon_sym_DQUOTE, - aux_sym_sym_lit_token1, + STATE(2969), 3, + sym__gap, + sym_dis_expr, + aux_sym_dis_expr_repeat1, + ACTIONS(10789), 7, anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_POUND_QMARK, - anon_sym_COMMA, - [176143] = 3, + anon_sym_POUNDC, + anon_sym_POUNDc, + [176139] = 5, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7471), 1, - anon_sym_COLON, - ACTIONS(7469), 12, + ACTIONS(10915), 1, + anon_sym_POUND_, + ACTIONS(10919), 2, sym__ws, sym_comment, - anon_sym_POUND_, - anon_sym_COLON_COLON, - anon_sym_DQUOTE, - aux_sym_sym_lit_token1, + STATE(2970), 3, + sym__gap, + sym_dis_expr, + aux_sym_dis_expr_repeat1, + ACTIONS(10795), 7, anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_POUND_QMARK, - anon_sym_COMMA, + anon_sym_POUNDC, + anon_sym_POUNDc, [176164] = 3, ACTIONS(47), 1, sym_block_comment, @@ -192371,9 +192371,9 @@ static const uint16_t ts_small_parse_table[] = { [176206] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7491), 1, + ACTIONS(7467), 1, anon_sym_COLON, - ACTIONS(7489), 12, + ACTIONS(7465), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -192407,9 +192407,9 @@ static const uint16_t ts_small_parse_table[] = { [176248] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7475), 1, + ACTIONS(7471), 1, anon_sym_COLON, - ACTIONS(7473), 12, + ACTIONS(7469), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -192425,9 +192425,9 @@ static const uint16_t ts_small_parse_table[] = { [176269] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7547), 1, + ACTIONS(7491), 1, anon_sym_COLON, - ACTIONS(7545), 12, + ACTIONS(7489), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -192443,9 +192443,9 @@ static const uint16_t ts_small_parse_table[] = { [176290] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7776), 1, + ACTIONS(7475), 1, anon_sym_COLON, - ACTIONS(7774), 12, + ACTIONS(7473), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -192481,9 +192481,9 @@ static const uint16_t ts_small_parse_table[] = { [176336] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7776), 1, + ACTIONS(7547), 1, anon_sym_COLON, - ACTIONS(7774), 12, + ACTIONS(7545), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -192496,33 +192496,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_POUND_QMARK, anon_sym_COMMA, - [176357] = 6, + [176357] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7405), 1, + ACTIONS(7776), 1, anon_sym_COLON, - ACTIONS(10936), 1, - anon_sym_POUND_, - ACTIONS(10933), 2, + ACTIONS(7774), 12, sym__ws, sym_comment, - STATE(2984), 3, - sym__gap, - sym_dis_expr, - aux_sym_dis_expr_repeat1, - ACTIONS(7407), 6, + anon_sym_POUND_, anon_sym_COLON_COLON, + anon_sym_DQUOTE, aux_sym_sym_lit_token1, anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_POUND_QMARK, anon_sym_COMMA, - [176384] = 3, + [176378] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7511), 1, + ACTIONS(7776), 1, anon_sym_COLON, - ACTIONS(7509), 12, + ACTIONS(7774), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -192535,23 +192532,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_POUND_QMARK, anon_sym_COMMA, - [176405] = 3, + [176399] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7515), 1, + ACTIONS(7405), 1, anon_sym_COLON, - ACTIONS(7513), 12, + ACTIONS(10936), 1, + anon_sym_POUND_, + ACTIONS(10933), 2, sym__ws, sym_comment, - anon_sym_POUND_, + STATE(2986), 3, + sym__gap, + sym_dis_expr, + aux_sym_dis_expr_repeat1, + ACTIONS(7407), 6, anon_sym_COLON_COLON, - anon_sym_DQUOTE, aux_sym_sym_lit_token1, anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_POUND_QMARK, anon_sym_COMMA, [176426] = 3, ACTIONS(47), 1, @@ -192574,9 +192574,9 @@ static const uint16_t ts_small_parse_table[] = { [176447] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7826), 1, + ACTIONS(7511), 1, anon_sym_COLON, - ACTIONS(7824), 12, + ACTIONS(7509), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -192646,9 +192646,9 @@ static const uint16_t ts_small_parse_table[] = { [176531] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7682), 1, + ACTIONS(7515), 1, anon_sym_COLON, - ACTIONS(7680), 12, + ACTIONS(7513), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -192664,9 +192664,9 @@ static const uint16_t ts_small_parse_table[] = { [176552] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7780), 1, + ACTIONS(7523), 1, anon_sym_COLON, - ACTIONS(7778), 12, + ACTIONS(7521), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -192682,9 +192682,9 @@ static const uint16_t ts_small_parse_table[] = { [176573] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7523), 1, + ACTIONS(7527), 1, anon_sym_COLON, - ACTIONS(7521), 12, + ACTIONS(7525), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -192700,9 +192700,9 @@ static const uint16_t ts_small_parse_table[] = { [176594] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7776), 1, + ACTIONS(7780), 1, anon_sym_COLON, - ACTIONS(7774), 12, + ACTIONS(7778), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -192718,9 +192718,9 @@ static const uint16_t ts_small_parse_table[] = { [176615] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7527), 1, + ACTIONS(7599), 1, anon_sym_COLON, - ACTIONS(7525), 12, + ACTIONS(7597), 12, sym__ws, sym_comment, anon_sym_POUND_, @@ -192786,149 +192786,149 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_QMARK, anon_sym_POUNDC, anon_sym_POUNDc, - [176698] = 8, + [176698] = 10, ACTIONS(47), 1, sym_block_comment, - STATE(1437), 1, + ACTIONS(4412), 1, + anon_sym_LPAREN, + ACTIONS(8099), 1, + anon_sym_CARET, + ACTIONS(8101), 1, + anon_sym_POUND_CARET, + STATE(1145), 1, sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3080), 1, + STATE(3073), 1, aux_sym_list_lit_repeat1, - ACTIONS(10941), 3, - anon_sym_CARET, - anon_sym_POUND_CARET, - anon_sym_LPAREN, - STATE(1483), 3, + STATE(1187), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, - [176727] = 10, + [176731] = 8, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8099), 1, - anon_sym_CARET, - ACTIONS(8101), 1, - anon_sym_POUND_CARET, - ACTIONS(10943), 1, - aux_sym_num_lit_token1, + STATE(1976), 1, + sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3110), 1, + STATE(3074), 1, aux_sym_list_lit_repeat1, - ACTIONS(4787), 2, - anon_sym_POUNDC, - anon_sym_POUNDc, - STATE(1499), 2, - sym_num_lit, - sym_complex_num_lit, + ACTIONS(10941), 3, + anon_sym_CARET, + anon_sym_POUND_CARET, + anon_sym_LPAREN, + STATE(1892), 3, + sym__bare_list_lit, + sym_defun, + sym_loop_macro, [176760] = 10, ACTIONS(47), 1, sym_block_comment, - ACTIONS(4795), 1, + ACTIONS(5181), 1, anon_sym_LPAREN, ACTIONS(8099), 1, anon_sym_CARET, ACTIONS(8101), 1, anon_sym_POUND_CARET, - STATE(1456), 1, - sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3080), 1, + STATE(2988), 1, + sym_list_lit, + STATE(3071), 1, aux_sym_list_lit_repeat1, - STATE(1483), 3, + STATE(2991), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, [176793] = 8, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10945), 1, - anon_sym_CARET, - ACTIONS(10948), 1, - anon_sym_POUND_CARET, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3003), 1, + STATE(2993), 1, + sym_list_lit, + STATE(3071), 1, aux_sym_list_lit_repeat1, - ACTIONS(10831), 5, + ACTIONS(10941), 3, + anon_sym_CARET, + anon_sym_POUND_CARET, anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_POUND_QMARK, - anon_sym_POUNDC, - anon_sym_POUNDc, + STATE(2991), 3, + sym__bare_list_lit, + sym_defun, + sym_loop_macro, [176822] = 8, ACTIONS(47), 1, sym_block_comment, - STATE(1964), 1, + STATE(1437), 1, sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3102), 1, + STATE(3101), 1, aux_sym_list_lit_repeat1, ACTIONS(10941), 3, anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, - STATE(1892), 3, + STATE(1483), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, [176851] = 10, ACTIONS(47), 1, sym_block_comment, + ACTIONS(4795), 1, + anon_sym_LPAREN, ACTIONS(8099), 1, anon_sym_CARET, ACTIONS(8101), 1, anon_sym_POUND_CARET, - ACTIONS(10951), 1, - aux_sym_num_lit_token1, + STATE(1456), 1, + sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3117), 1, + STATE(3101), 1, aux_sym_list_lit_repeat1, - ACTIONS(5061), 2, - anon_sym_POUNDC, - anon_sym_POUNDc, - STATE(2932), 2, - sym_num_lit, - sym_complex_num_lit, + STATE(1483), 3, + sym__bare_list_lit, + sym_defun, + sym_loop_macro, [176884] = 8, ACTIONS(47), 1, sym_block_comment, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2911), 1, + sym_list_lit, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(2994), 1, - sym_list_lit, STATE(3071), 1, aux_sym_list_lit_repeat1, ACTIONS(10941), 3, @@ -192939,64 +192939,85 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - [176913] = 10, + [176913] = 8, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1634), 1, - anon_sym_LPAREN, - ACTIONS(8099), 1, - anon_sym_CARET, - ACTIONS(8101), 1, - anon_sym_POUND_CARET, - STATE(1974), 1, - sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3102), 1, + STATE(2993), 1, + sym_list_lit, + STATE(3077), 1, aux_sym_list_lit_repeat1, - STATE(1892), 3, + ACTIONS(10941), 3, + anon_sym_CARET, + anon_sym_POUND_CARET, + anon_sym_LPAREN, + STATE(2991), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, - [176946] = 8, + [176942] = 8, ACTIONS(47), 1, sym_block_comment, - STATE(1143), 1, - sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2911), 1, + sym_list_lit, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3065), 1, + STATE(3077), 1, aux_sym_list_lit_repeat1, ACTIONS(10941), 3, anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, - STATE(1190), 3, + STATE(2991), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, - [176975] = 10, + [176971] = 10, ACTIONS(47), 1, sym_block_comment, ACTIONS(8099), 1, anon_sym_CARET, ACTIONS(8101), 1, anon_sym_POUND_CARET, - ACTIONS(10953), 1, + ACTIONS(10943), 1, aux_sym_num_lit_token1, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, + sym_old_meta_lit, + STATE(3117), 1, + aux_sym_list_lit_repeat1, + ACTIONS(5061), 2, + anon_sym_POUNDC, + anon_sym_POUNDc, + STATE(2932), 2, + sym_num_lit, + sym_complex_num_lit, + [177004] = 10, + ACTIONS(47), 1, + sym_block_comment, + ACTIONS(8099), 1, + anon_sym_CARET, + ACTIONS(8101), 1, + anon_sym_POUND_CARET, + ACTIONS(10945), 1, + aux_sym_num_lit_token1, + STATE(2901), 1, + sym__metadata_lit, + STATE(2973), 1, + sym_meta_lit, + STATE(2974), 1, sym_old_meta_lit, STATE(3114), 1, aux_sym_list_lit_repeat1, @@ -193006,20 +193027,41 @@ static const uint16_t ts_small_parse_table[] = { STATE(2598), 2, sym_num_lit, sym_complex_num_lit, - [177008] = 10, + [177037] = 8, + ACTIONS(47), 1, + sym_block_comment, + STATE(1964), 1, + sym_list_lit, + STATE(2901), 1, + sym__metadata_lit, + STATE(2973), 1, + sym_meta_lit, + STATE(2974), 1, + sym_old_meta_lit, + STATE(3103), 1, + aux_sym_list_lit_repeat1, + ACTIONS(10941), 3, + anon_sym_CARET, + anon_sym_POUND_CARET, + anon_sym_LPAREN, + STATE(1892), 3, + sym__bare_list_lit, + sym_defun, + sym_loop_macro, + [177066] = 10, ACTIONS(47), 1, sym_block_comment, ACTIONS(8099), 1, anon_sym_CARET, ACTIONS(8101), 1, anon_sym_POUND_CARET, - ACTIONS(10955), 1, + ACTIONS(10947), 1, aux_sym_num_lit_token1, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, STATE(3113), 1, aux_sym_list_lit_repeat1, @@ -193029,20 +193071,20 @@ static const uint16_t ts_small_parse_table[] = { STATE(1471), 2, sym_num_lit, sym_complex_num_lit, - [177041] = 10, + [177099] = 10, ACTIONS(47), 1, sym_block_comment, ACTIONS(8099), 1, anon_sym_CARET, ACTIONS(8101), 1, anon_sym_POUND_CARET, - ACTIONS(10957), 1, + ACTIONS(10949), 1, aux_sym_num_lit_token1, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, STATE(3117), 1, aux_sym_list_lit_repeat1, @@ -193052,87 +193094,87 @@ static const uint16_t ts_small_parse_table[] = { STATE(2932), 2, sym_num_lit, sym_complex_num_lit, - [177074] = 8, + [177132] = 10, ACTIONS(47), 1, sym_block_comment, + ACTIONS(4811), 1, + anon_sym_LPAREN, + ACTIONS(8099), 1, + anon_sym_CARET, + ACTIONS(8101), 1, + anon_sym_POUND_CARET, STATE(2901), 1, sym__metadata_lit, - STATE(2911), 1, - sym_list_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3071), 1, + STATE(2988), 1, + sym_list_lit, + STATE(3077), 1, aux_sym_list_lit_repeat1, - ACTIONS(10941), 3, - anon_sym_CARET, - anon_sym_POUND_CARET, - anon_sym_LPAREN, STATE(2991), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, - [177103] = 10, + [177165] = 8, ACTIONS(47), 1, sym_block_comment, - ACTIONS(8099), 1, - anon_sym_CARET, - ACTIONS(8101), 1, - anon_sym_POUND_CARET, - ACTIONS(10959), 1, - aux_sym_num_lit_token1, + STATE(1458), 1, + sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3115), 1, + STATE(3101), 1, aux_sym_list_lit_repeat1, - ACTIONS(1664), 2, - anon_sym_POUNDC, - anon_sym_POUNDc, - STATE(1898), 2, - sym_num_lit, - sym_complex_num_lit, - [177136] = 10, + ACTIONS(10941), 3, + anon_sym_CARET, + anon_sym_POUND_CARET, + anon_sym_LPAREN, + STATE(1483), 3, + sym__bare_list_lit, + sym_defun, + sym_loop_macro, + [177194] = 10, ACTIONS(47), 1, sym_block_comment, ACTIONS(8099), 1, anon_sym_CARET, ACTIONS(8101), 1, anon_sym_POUND_CARET, - ACTIONS(10961), 1, + ACTIONS(10951), 1, aux_sym_num_lit_token1, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, STATE(3112), 1, aux_sym_list_lit_repeat1, - ACTIONS(232), 2, + ACTIONS(192), 2, anon_sym_POUNDC, anon_sym_POUNDc, STATE(1050), 2, sym_num_lit, sym_complex_num_lit, - [177169] = 10, + [177227] = 10, ACTIONS(47), 1, sym_block_comment, ACTIONS(8099), 1, anon_sym_CARET, ACTIONS(8101), 1, anon_sym_POUND_CARET, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, STATE(3424), 1, aux_sym_list_lit_repeat1, @@ -193142,51 +193184,51 @@ static const uint16_t ts_small_parse_table[] = { STATE(1874), 2, sym_num_lit, sym_complex_num_lit, - [177202] = 10, + [177260] = 10, + ACTIONS(29), 1, + anon_sym_LPAREN, ACTIONS(47), 1, sym_block_comment, - ACTIONS(4811), 1, - anon_sym_LPAREN, ACTIONS(8099), 1, anon_sym_CARET, ACTIONS(8101), 1, anon_sym_POUND_CARET, + STATE(1855), 1, + sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(2985), 1, - sym_list_lit, - STATE(3103), 1, + STATE(3067), 1, aux_sym_list_lit_repeat1, - STATE(2991), 3, + STATE(1877), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, - [177235] = 8, + [177293] = 8, ACTIONS(47), 1, sym_block_comment, - STATE(1976), 1, - sym_list_lit, + ACTIONS(10955), 1, + anon_sym_CARET, + ACTIONS(10958), 1, + anon_sym_POUND_CARET, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3053), 1, + STATE(3019), 1, aux_sym_list_lit_repeat1, - ACTIONS(10941), 3, - anon_sym_CARET, - anon_sym_POUND_CARET, + ACTIONS(10831), 5, anon_sym_LPAREN, - STATE(1892), 3, - sym__bare_list_lit, - sym_defun, - sym_loop_macro, - [177264] = 10, + anon_sym_LBRACE, + anon_sym_POUND_QMARK, + anon_sym_POUNDC, + anon_sym_POUNDc, + [177322] = 10, ACTIONS(47), 1, sym_block_comment, ACTIONS(6049), 1, @@ -193199,51 +193241,28 @@ static const uint16_t ts_small_parse_table[] = { sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3053), 1, + STATE(3074), 1, aux_sym_list_lit_repeat1, STATE(1892), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, - [177297] = 10, - ACTIONS(29), 1, - anon_sym_LPAREN, - ACTIONS(47), 1, - sym_block_comment, - ACTIONS(8099), 1, - anon_sym_CARET, - ACTIONS(8101), 1, - anon_sym_POUND_CARET, - STATE(1855), 1, - sym_list_lit, - STATE(2901), 1, - sym__metadata_lit, - STATE(2968), 1, - sym_meta_lit, - STATE(2972), 1, - sym_old_meta_lit, - STATE(3072), 1, - aux_sym_list_lit_repeat1, - STATE(1877), 3, - sym__bare_list_lit, - sym_defun, - sym_loop_macro, - [177330] = 8, + [177355] = 8, ACTIONS(47), 1, sym_block_comment, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(2994), 1, + STATE(2993), 1, sym_list_lit, - STATE(3103), 1, + STATE(3080), 1, aux_sym_list_lit_repeat1, ACTIONS(10941), 3, anon_sym_CARET, @@ -193253,48 +193272,29 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - [177359] = 8, + [177384] = 10, ACTIONS(47), 1, sym_block_comment, - STATE(1964), 1, - sym_list_lit, - STATE(2901), 1, - sym__metadata_lit, - STATE(2968), 1, - sym_meta_lit, - STATE(2972), 1, - sym_old_meta_lit, - STATE(3053), 1, - aux_sym_list_lit_repeat1, - ACTIONS(10941), 3, + ACTIONS(8099), 1, anon_sym_CARET, + ACTIONS(8101), 1, anon_sym_POUND_CARET, - anon_sym_LPAREN, - STATE(1892), 3, - sym__bare_list_lit, - sym_defun, - sym_loop_macro, - [177388] = 8, - ACTIONS(47), 1, - sym_block_comment, - STATE(1015), 1, - sym_list_lit, + ACTIONS(10961), 1, + aux_sym_num_lit_token1, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3073), 1, + STATE(3115), 1, aux_sym_list_lit_repeat1, - ACTIONS(10941), 3, - anon_sym_CARET, - anon_sym_POUND_CARET, - anon_sym_LPAREN, - STATE(1070), 3, - sym__bare_list_lit, - sym_defun, - sym_loop_macro, + ACTIONS(1642), 2, + anon_sym_POUNDC, + anon_sym_POUNDc, + STATE(1898), 2, + sym_num_lit, + sym_complex_num_lit, [177417] = 10, ACTIONS(47), 1, sym_block_comment, @@ -193302,13 +193302,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(8101), 1, anon_sym_POUND_CARET, - ACTIONS(10965), 1, + ACTIONS(10963), 1, aux_sym_num_lit_token1, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, STATE(3114), 1, aux_sym_list_lit_repeat1, @@ -193321,120 +193321,103 @@ static const uint16_t ts_small_parse_table[] = { [177450] = 10, ACTIONS(47), 1, sym_block_comment, - ACTIONS(4857), 1, + ACTIONS(6049), 1, anon_sym_LPAREN, ACTIONS(8099), 1, anon_sym_CARET, ACTIONS(8101), 1, anon_sym_POUND_CARET, - STATE(1012), 1, - sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3073), 1, + STATE(2988), 1, + sym_list_lit, + STATE(3080), 1, aux_sym_list_lit_repeat1, - STATE(1070), 3, + STATE(2991), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, [177483] = 8, ACTIONS(47), 1, sym_block_comment, + STATE(1964), 1, + sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2911), 1, - sym_list_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3103), 1, + STATE(3074), 1, aux_sym_list_lit_repeat1, ACTIONS(10941), 3, anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, - STATE(2991), 3, + STATE(1892), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, - [177512] = 4, - ACTIONS(47), 1, - sym_block_comment, - ACTIONS(10967), 1, - anon_sym_COLON, - ACTIONS(10969), 1, - anon_sym_COLON_COLON, - ACTIONS(7453), 9, - sym__ws, - sym_comment, - anon_sym_POUND_, - anon_sym_DQUOTE, - aux_sym_sym_lit_token1, - anon_sym_CARET, - anon_sym_POUND_CARET, - anon_sym_LBRACE, - anon_sym_POUND_QMARK, - [177533] = 10, + [177512] = 10, ACTIONS(47), 1, sym_block_comment, - ACTIONS(5181), 1, - anon_sym_LPAREN, ACTIONS(8099), 1, anon_sym_CARET, ACTIONS(8101), 1, anon_sym_POUND_CARET, + ACTIONS(10965), 1, + aux_sym_num_lit_token1, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(2985), 1, - sym_list_lit, - STATE(3071), 1, + STATE(3424), 1, aux_sym_list_lit_repeat1, - STATE(2991), 3, - sym__bare_list_lit, - sym_defun, - sym_loop_macro, - [177566] = 8, + ACTIONS(57), 2, + anon_sym_POUNDC, + anon_sym_POUNDc, + STATE(1874), 2, + sym_num_lit, + sym_complex_num_lit, + [177545] = 8, ACTIONS(47), 1, sym_block_comment, - STATE(1741), 1, + STATE(2613), 1, sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3090), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(10941), 3, anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, - STATE(1676), 3, + STATE(2648), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, - [177595] = 8, + [177574] = 8, ACTIONS(47), 1, sym_block_comment, - STATE(1126), 1, + STATE(1015), 1, sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3073), 1, + STATE(3069), 1, aux_sym_list_lit_repeat1, ACTIONS(10941), 3, anon_sym_CARET, @@ -193444,83 +193427,106 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - [177624] = 10, + [177603] = 10, ACTIONS(47), 1, sym_block_comment, + ACTIONS(4857), 1, + anon_sym_LPAREN, ACTIONS(8099), 1, anon_sym_CARET, ACTIONS(8101), 1, anon_sym_POUND_CARET, - ACTIONS(10971), 1, - aux_sym_num_lit_token1, + STATE(1012), 1, + sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3424), 1, + STATE(3069), 1, aux_sym_list_lit_repeat1, - ACTIONS(57), 2, - anon_sym_POUNDC, - anon_sym_POUNDc, - STATE(1874), 2, - sym_num_lit, - sym_complex_num_lit, - [177657] = 8, + STATE(1070), 3, + sym__bare_list_lit, + sym_defun, + sym_loop_macro, + [177636] = 8, ACTIONS(47), 1, sym_block_comment, + STATE(1165), 1, + sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(2994), 1, - sym_list_lit, - STATE(3075), 1, + STATE(3073), 1, aux_sym_list_lit_repeat1, ACTIONS(10941), 3, anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, - STATE(2991), 3, + STATE(1187), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, - [177686] = 8, + [177665] = 10, ACTIONS(47), 1, sym_block_comment, - STATE(1822), 1, + ACTIONS(1612), 1, + anon_sym_LPAREN, + ACTIONS(8099), 1, + anon_sym_CARET, + ACTIONS(8101), 1, + anon_sym_POUND_CARET, + STATE(1974), 1, sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, + sym_old_meta_lit, + STATE(3103), 1, + aux_sym_list_lit_repeat1, + STATE(1892), 3, + sym__bare_list_lit, + sym_defun, + sym_loop_macro, + [177698] = 8, + ACTIONS(47), 1, + sym_block_comment, + STATE(1126), 1, + sym_list_lit, + STATE(2901), 1, + sym__metadata_lit, + STATE(2973), 1, + sym_meta_lit, + STATE(2974), 1, sym_old_meta_lit, - STATE(3072), 1, + STATE(3069), 1, aux_sym_list_lit_repeat1, ACTIONS(10941), 3, anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, - STATE(1877), 3, + STATE(1070), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, - [177715] = 8, + [177727] = 8, ACTIONS(47), 1, sym_block_comment, STATE(1849), 1, sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3072), 1, + STATE(3067), 1, aux_sym_list_lit_repeat1, ACTIONS(10941), 3, anon_sym_CARET, @@ -193530,62 +193536,60 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - [177744] = 10, + [177756] = 10, ACTIONS(47), 1, sym_block_comment, ACTIONS(8099), 1, anon_sym_CARET, ACTIONS(8101), 1, anon_sym_POUND_CARET, - ACTIONS(10973), 1, + ACTIONS(10967), 1, aux_sym_num_lit_token1, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, STATE(3115), 1, aux_sym_list_lit_repeat1, - ACTIONS(1664), 2, + ACTIONS(1642), 2, anon_sym_POUNDC, anon_sym_POUNDc, STATE(1898), 2, sym_num_lit, sym_complex_num_lit, - [177777] = 10, + [177789] = 8, ACTIONS(47), 1, sym_block_comment, - ACTIONS(6049), 1, - anon_sym_LPAREN, - ACTIONS(8099), 1, - anon_sym_CARET, - ACTIONS(8101), 1, - anon_sym_POUND_CARET, + STATE(1976), 1, + sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(2985), 1, - sym_list_lit, - STATE(3075), 1, + STATE(3103), 1, aux_sym_list_lit_repeat1, - STATE(2991), 3, + ACTIONS(10941), 3, + anon_sym_CARET, + anon_sym_POUND_CARET, + anon_sym_LPAREN, + STATE(1892), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, - [177810] = 8, + [177818] = 8, ACTIONS(47), 1, sym_block_comment, STATE(1713), 1, sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, STATE(3090), 1, aux_sym_list_lit_repeat1, @@ -193597,28 +193601,28 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - [177839] = 8, + [177847] = 8, ACTIONS(47), 1, sym_block_comment, - STATE(1540), 1, + STATE(1822), 1, sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3066), 1, + STATE(3067), 1, aux_sym_list_lit_repeat1, ACTIONS(10941), 3, anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, - STATE(1612), 3, + STATE(1877), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, - [177868] = 10, + [177876] = 10, ACTIONS(47), 1, sym_block_comment, ACTIONS(6225), 1, @@ -193631,9 +193635,9 @@ static const uint16_t ts_small_parse_table[] = { sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, STATE(3090), 1, aux_sym_list_lit_repeat1, @@ -193641,12 +193645,12 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - [177901] = 4, + [177909] = 4, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10967), 1, - anon_sym_COLON, ACTIONS(10969), 1, + anon_sym_COLON, + ACTIONS(10971), 1, anon_sym_COLON_COLON, ACTIONS(7716), 9, sym__ws, @@ -193658,7 +193662,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, anon_sym_LBRACE, anon_sym_POUND_QMARK, - [177922] = 10, + [177930] = 10, ACTIONS(47), 1, sym_block_comment, ACTIONS(4811), 1, @@ -193671,28 +193675,28 @@ static const uint16_t ts_small_parse_table[] = { sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, STATE(2648), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, - [177955] = 8, + [177963] = 8, ACTIONS(47), 1, sym_block_comment, STATE(2628), 1, sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3079), 1, aux_sym_list_lit_repeat1, ACTIONS(10941), 3, anon_sym_CARET, @@ -193702,65 +193706,61 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - [177984] = 4, + [177992] = 8, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10967), 1, - anon_sym_COLON, - ACTIONS(10969), 1, - anon_sym_COLON_COLON, - ACTIONS(7617), 9, - sym__ws, - sym_comment, - anon_sym_POUND_, - anon_sym_DQUOTE, - aux_sym_sym_lit_token1, - anon_sym_CARET, - anon_sym_POUND_CARET, - anon_sym_LBRACE, - anon_sym_POUND_QMARK, - [178005] = 8, - ACTIONS(47), 1, - sym_block_comment, - STATE(2613), 1, + STATE(1558), 1, sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3060), 1, + STATE(3066), 1, aux_sym_list_lit_repeat1, ACTIONS(10941), 3, anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, - STATE(2648), 3, + STATE(1612), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, - [178034] = 8, + [178021] = 4, ACTIONS(47), 1, sym_block_comment, - STATE(1165), 1, - sym_list_lit, - STATE(2901), 1, - sym__metadata_lit, - STATE(2968), 1, - sym_meta_lit, - STATE(2972), 1, - sym_old_meta_lit, - STATE(3065), 1, - aux_sym_list_lit_repeat1, - ACTIONS(10941), 3, + ACTIONS(10969), 1, + anon_sym_COLON, + ACTIONS(10971), 1, + anon_sym_COLON_COLON, + ACTIONS(7617), 9, + sym__ws, + sym_comment, + anon_sym_POUND_, + anon_sym_DQUOTE, + aux_sym_sym_lit_token1, anon_sym_CARET, anon_sym_POUND_CARET, - anon_sym_LPAREN, - STATE(1190), 3, - sym__bare_list_lit, - sym_defun, - sym_loop_macro, + anon_sym_LBRACE, + anon_sym_POUND_QMARK, + [178042] = 4, + ACTIONS(47), 1, + sym_block_comment, + ACTIONS(10969), 1, + anon_sym_COLON, + ACTIONS(10971), 1, + anon_sym_COLON_COLON, + ACTIONS(7453), 9, + sym__ws, + sym_comment, + anon_sym_POUND_, + anon_sym_DQUOTE, + aux_sym_sym_lit_token1, + anon_sym_CARET, + anon_sym_POUND_CARET, + anon_sym_LBRACE, + anon_sym_POUND_QMARK, [178063] = 10, ACTIONS(47), 1, sym_block_comment, @@ -193770,13 +193770,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(8101), 1, anon_sym_POUND_CARET, - STATE(1520), 1, + STATE(1523), 1, sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, STATE(3066), 1, aux_sym_list_lit_repeat1, @@ -193787,21 +193787,21 @@ static const uint16_t ts_small_parse_table[] = { [178096] = 8, ACTIONS(47), 1, sym_block_comment, - STATE(1976), 1, + STATE(1143), 1, sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3102), 1, + STATE(3073), 1, aux_sym_list_lit_repeat1, ACTIONS(10941), 3, anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, - STATE(1892), 3, + STATE(1187), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -193812,17 +193812,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(8101), 1, anon_sym_POUND_CARET, - ACTIONS(10975), 1, + ACTIONS(10973), 1, aux_sym_num_lit_token1, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, STATE(3111), 1, aux_sym_list_lit_repeat1, - ACTIONS(760), 2, + ACTIONS(672), 2, anon_sym_POUNDC, anon_sym_POUNDc, STATE(1182), 2, @@ -193835,13 +193835,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(8101), 1, anon_sym_POUND_CARET, - ACTIONS(10977), 1, + ACTIONS(10975), 1, aux_sym_num_lit_token1, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, STATE(3116), 1, aux_sym_list_lit_repeat1, @@ -193851,37 +193851,39 @@ static const uint16_t ts_small_parse_table[] = { STATE(1689), 2, sym_num_lit, sym_complex_num_lit, - [178191] = 8, + [178191] = 10, ACTIONS(47), 1, sym_block_comment, + ACTIONS(8099), 1, + anon_sym_CARET, + ACTIONS(8101), 1, + anon_sym_POUND_CARET, + ACTIONS(10977), 1, + aux_sym_num_lit_token1, STATE(2901), 1, sym__metadata_lit, - STATE(2911), 1, - sym_list_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3075), 1, + STATE(3110), 1, aux_sym_list_lit_repeat1, - ACTIONS(10941), 3, - anon_sym_CARET, - anon_sym_POUND_CARET, - anon_sym_LPAREN, - STATE(2991), 3, - sym__bare_list_lit, - sym_defun, - sym_loop_macro, - [178220] = 8, + ACTIONS(4787), 2, + anon_sym_POUNDC, + anon_sym_POUNDc, + STATE(1508), 2, + sym_num_lit, + sym_complex_num_lit, + [178224] = 8, ACTIONS(47), 1, sym_block_comment, - STATE(1458), 1, - sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2911), 1, + sym_list_lit, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, STATE(3080), 1, aux_sym_list_lit_repeat1, @@ -193889,20 +193891,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, - STATE(1483), 3, + STATE(2991), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, - [178249] = 8, + [178253] = 8, ACTIONS(47), 1, sym_block_comment, - STATE(1518), 1, + STATE(1521), 1, sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, STATE(3066), 1, aux_sym_list_lit_repeat1, @@ -193914,71 +193916,49 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_list_lit, sym_defun, sym_loop_macro, - [178278] = 10, + [178282] = 8, ACTIONS(47), 1, sym_block_comment, - ACTIONS(4410), 1, - anon_sym_LPAREN, - ACTIONS(8099), 1, - anon_sym_CARET, - ACTIONS(8101), 1, - anon_sym_POUND_CARET, - STATE(1145), 1, + STATE(1741), 1, sym_list_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3065), 1, + STATE(3090), 1, aux_sym_list_lit_repeat1, - STATE(1190), 3, - sym__bare_list_lit, - sym_defun, - sym_loop_macro, - [178311] = 9, - ACTIONS(47), 1, - sym_block_comment, - ACTIONS(6049), 1, - anon_sym_LPAREN, - ACTIONS(8099), 1, + ACTIONS(10941), 3, anon_sym_CARET, - ACTIONS(8101), 1, anon_sym_POUND_CARET, - STATE(2901), 1, - sym__metadata_lit, - STATE(2968), 1, - sym_meta_lit, - STATE(2972), 1, - sym_old_meta_lit, - STATE(3003), 1, - aux_sym_list_lit_repeat1, - STATE(1904), 3, + anon_sym_LPAREN, + STATE(1676), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, - [178341] = 3, + [178311] = 4, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7503), 1, + ACTIONS(10979), 1, anon_sym_COLON, - ACTIONS(7501), 9, + ACTIONS(10981), 1, + anon_sym_COLON_COLON, + ACTIONS(7617), 8, sym__ws, sym_comment, anon_sym_POUND_, - anon_sym_COLON_COLON, aux_sym_sym_lit_token1, anon_sym_CARET, anon_sym_POUND_CARET, anon_sym_LPAREN, anon_sym_COMMA, - [178359] = 3, + [178331] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7648), 1, + ACTIONS(7714), 1, anon_sym_COLON, - ACTIONS(7646), 9, + ACTIONS(7712), 9, sym__ws, sym_comment, anon_sym_POUND_, @@ -193988,12 +193968,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, anon_sym_LPAREN, anon_sym_COMMA, - [178377] = 3, + [178349] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7803), 1, + ACTIONS(7648), 1, anon_sym_COLON, - ACTIONS(7801), 9, + ACTIONS(7646), 9, sym__ws, sym_comment, anon_sym_POUND_, @@ -194003,12 +193983,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, anon_sym_LPAREN, anon_sym_COMMA, - [178395] = 3, + [178367] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7862), 1, + ACTIONS(7563), 1, anon_sym_COLON, - ACTIONS(7860), 9, + ACTIONS(7561), 9, sym__ws, sym_comment, anon_sym_POUND_, @@ -194018,7 +193998,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, anon_sym_LPAREN, anon_sym_COMMA, - [178413] = 3, + [178385] = 3, ACTIONS(47), 1, sym_block_comment, ACTIONS(7571), 1, @@ -194033,12 +194013,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, anon_sym_LPAREN, anon_sym_COMMA, - [178431] = 3, + [178403] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7607), 1, + ACTIONS(7531), 1, anon_sym_COLON, - ACTIONS(7605), 9, + ACTIONS(7529), 9, sym__ws, sym_comment, anon_sym_POUND_, @@ -194048,33 +194028,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, anon_sym_LPAREN, anon_sym_COMMA, - [178449] = 9, + [178421] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(4811), 1, - anon_sym_LPAREN, - ACTIONS(8099), 1, + ACTIONS(7531), 1, + anon_sym_COLON, + ACTIONS(7529), 9, + sym__ws, + sym_comment, + anon_sym_POUND_, + anon_sym_COLON_COLON, + aux_sym_sym_lit_token1, anon_sym_CARET, - ACTIONS(8101), 1, anon_sym_POUND_CARET, - STATE(2901), 1, - sym__metadata_lit, - STATE(2968), 1, - sym_meta_lit, - STATE(2972), 1, - sym_old_meta_lit, - STATE(3003), 1, - aux_sym_list_lit_repeat1, - STATE(2596), 3, - sym__bare_list_lit, - sym_defun, - sym_loop_macro, - [178479] = 3, + anon_sym_LPAREN, + anon_sym_COMMA, + [178439] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7563), 1, + ACTIONS(7742), 1, anon_sym_COLON, - ACTIONS(7561), 9, + ACTIONS(7740), 9, sym__ws, sym_comment, anon_sym_POUND_, @@ -194084,7 +194058,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, anon_sym_LPAREN, anon_sym_COMMA, - [178497] = 3, + [178457] = 3, ACTIONS(47), 1, sym_block_comment, ACTIONS(7595), 1, @@ -194099,7 +194073,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, anon_sym_LPAREN, anon_sym_COMMA, - [178515] = 3, + [178475] = 3, ACTIONS(47), 1, sym_block_comment, ACTIONS(7583), 1, @@ -194114,12 +194088,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, anon_sym_LPAREN, anon_sym_COMMA, - [178533] = 3, + [178493] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7531), 1, + ACTIONS(7519), 1, anon_sym_COLON, - ACTIONS(7529), 9, + ACTIONS(7517), 9, sym__ws, sym_comment, anon_sym_POUND_, @@ -194129,10 +194103,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, anon_sym_LPAREN, anon_sym_COMMA, - [178551] = 9, + [178511] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(4410), 1, + ACTIONS(7495), 1, + anon_sym_COLON, + ACTIONS(7493), 9, + sym__ws, + sym_comment, + anon_sym_POUND_, + anon_sym_COLON_COLON, + aux_sym_sym_lit_token1, + anon_sym_CARET, + anon_sym_POUND_CARET, + anon_sym_LPAREN, + anon_sym_COMMA, + [178529] = 3, + ACTIONS(47), 1, + sym_block_comment, + ACTIONS(7607), 1, + anon_sym_COLON, + ACTIONS(7605), 9, + sym__ws, + sym_comment, + anon_sym_POUND_, + anon_sym_COLON_COLON, + aux_sym_sym_lit_token1, + anon_sym_CARET, + anon_sym_POUND_CARET, + anon_sym_LPAREN, + anon_sym_COMMA, + [178547] = 9, + ACTIONS(47), 1, + sym_block_comment, + ACTIONS(4761), 1, anon_sym_LPAREN, ACTIONS(8099), 1, anon_sym_CARET, @@ -194140,53 +194144,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3003), 1, + STATE(3019), 1, aux_sym_list_lit_repeat1, - STATE(1139), 3, + STATE(1518), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, - [178581] = 9, + [178577] = 9, + ACTIONS(29), 1, + anon_sym_LPAREN, ACTIONS(47), 1, sym_block_comment, - ACTIONS(4761), 1, - anon_sym_LPAREN, ACTIONS(8099), 1, anon_sym_CARET, ACTIONS(8101), 1, anon_sym_POUND_CARET, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3003), 1, + STATE(3019), 1, aux_sym_list_lit_repeat1, - STATE(1515), 3, + STATE(1862), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, - [178611] = 3, - ACTIONS(47), 1, - sym_block_comment, - ACTIONS(7531), 1, - anon_sym_COLON, - ACTIONS(7529), 9, - sym__ws, - sym_comment, - anon_sym_POUND_, - anon_sym_COLON_COLON, - aux_sym_sym_lit_token1, - anon_sym_CARET, - anon_sym_POUND_CARET, - anon_sym_LPAREN, - anon_sym_COMMA, - [178629] = 3, + [178607] = 3, ACTIONS(47), 1, sym_block_comment, ACTIONS(7819), 1, @@ -194201,27 +194190,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, anon_sym_LPAREN, anon_sym_COMMA, - [178647] = 3, + [178625] = 9, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7519), 1, - anon_sym_COLON, - ACTIONS(7517), 9, - sym__ws, - sym_comment, - anon_sym_POUND_, - anon_sym_COLON_COLON, - aux_sym_sym_lit_token1, + ACTIONS(4857), 1, + anon_sym_LPAREN, + ACTIONS(8099), 1, anon_sym_CARET, + ACTIONS(8101), 1, anon_sym_POUND_CARET, - anon_sym_LPAREN, - anon_sym_COMMA, - [178665] = 3, + STATE(2901), 1, + sym__metadata_lit, + STATE(2973), 1, + sym_meta_lit, + STATE(2974), 1, + sym_old_meta_lit, + STATE(3019), 1, + aux_sym_list_lit_repeat1, + STATE(1022), 3, + sym__bare_list_lit, + sym_defun, + sym_loop_macro, + [178655] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7495), 1, + ACTIONS(7678), 1, anon_sym_COLON, - ACTIONS(7493), 9, + ACTIONS(7676), 9, sym__ws, sym_comment, anon_sym_POUND_, @@ -194231,7 +194226,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, anon_sym_LPAREN, anon_sym_COMMA, - [178683] = 9, + [178673] = 9, ACTIONS(47), 1, sym_block_comment, ACTIONS(5181), 1, @@ -194242,41 +194237,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3003), 1, + STATE(3019), 1, aux_sym_list_lit_repeat1, - STATE(2980), 3, + STATE(2983), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, - [178713] = 9, - ACTIONS(29), 1, + [178703] = 5, + ACTIONS(47), 1, + sym_block_comment, + ACTIONS(10986), 1, + anon_sym_POUND_, + ACTIONS(10983), 2, + sym__ws, + sym_comment, + STATE(3072), 3, + sym__gap, + sym_dis_expr, + aux_sym_dis_expr_repeat1, + ACTIONS(7407), 4, + anon_sym_CARET, + anon_sym_POUND_CARET, anon_sym_LPAREN, + anon_sym_COMMA, + [178725] = 9, ACTIONS(47), 1, sym_block_comment, + ACTIONS(4412), 1, + anon_sym_LPAREN, ACTIONS(8099), 1, anon_sym_CARET, ACTIONS(8101), 1, anon_sym_POUND_CARET, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3003), 1, + STATE(3019), 1, aux_sym_list_lit_repeat1, - STATE(1862), 3, + STATE(1139), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, - [178743] = 9, + [178755] = 9, ACTIONS(47), 1, sym_block_comment, - ACTIONS(4857), 1, + ACTIONS(6049), 1, anon_sym_LPAREN, ACTIONS(8099), 1, anon_sym_CARET, @@ -194284,22 +194296,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3003), 1, + STATE(3019), 1, aux_sym_list_lit_repeat1, - STATE(1022), 3, + STATE(1904), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, - [178773] = 3, + [178785] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7678), 1, + ACTIONS(7837), 1, anon_sym_COLON, - ACTIONS(7676), 9, + ACTIONS(7835), 9, sym__ws, sym_comment, anon_sym_POUND_, @@ -194309,28 +194321,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, anon_sym_LPAREN, anon_sym_COMMA, - [178791] = 9, - ACTIONS(47), 1, - sym_block_comment, - ACTIONS(6049), 1, - anon_sym_LPAREN, - ACTIONS(8099), 1, - anon_sym_CARET, - ACTIONS(8101), 1, - anon_sym_POUND_CARET, - STATE(2901), 1, - sym__metadata_lit, - STATE(2968), 1, - sym_meta_lit, - STATE(2972), 1, - sym_old_meta_lit, - STATE(3003), 1, - aux_sym_list_lit_repeat1, - STATE(2980), 3, - sym__bare_list_lit, - sym_defun, - sym_loop_macro, - [178821] = 4, + [178803] = 4, ACTIONS(47), 1, sym_block_comment, ACTIONS(10979), 1, @@ -194346,30 +194337,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, anon_sym_LPAREN, anon_sym_COMMA, - [178841] = 4, + [178823] = 9, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10979), 1, - anon_sym_COLON, - ACTIONS(10981), 1, - anon_sym_COLON_COLON, - ACTIONS(7716), 8, - sym__ws, - sym_comment, - anon_sym_POUND_, - aux_sym_sym_lit_token1, + ACTIONS(4811), 1, + anon_sym_LPAREN, + ACTIONS(8099), 1, anon_sym_CARET, + ACTIONS(8101), 1, anon_sym_POUND_CARET, - anon_sym_LPAREN, - anon_sym_COMMA, - [178861] = 4, + STATE(2901), 1, + sym__metadata_lit, + STATE(2973), 1, + sym_meta_lit, + STATE(2974), 1, + sym_old_meta_lit, + STATE(3019), 1, + aux_sym_list_lit_repeat1, + STATE(2983), 3, + sym__bare_list_lit, + sym_defun, + sym_loop_macro, + [178853] = 4, ACTIONS(47), 1, sym_block_comment, ACTIONS(10979), 1, anon_sym_COLON, ACTIONS(10981), 1, anon_sym_COLON_COLON, - ACTIONS(7617), 8, + ACTIONS(7716), 8, sym__ws, sym_comment, anon_sym_POUND_, @@ -194378,27 +194374,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, anon_sym_LPAREN, anon_sym_COMMA, - [178881] = 5, + [178873] = 9, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10986), 1, - anon_sym_POUND_, - ACTIONS(10983), 2, - sym__ws, - sym_comment, - STATE(3079), 3, - sym__gap, - sym_dis_expr, - aux_sym_dis_expr_repeat1, - ACTIONS(7407), 4, + ACTIONS(4811), 1, + anon_sym_LPAREN, + ACTIONS(8099), 1, anon_sym_CARET, + ACTIONS(8101), 1, anon_sym_POUND_CARET, - anon_sym_LPAREN, - anon_sym_COMMA, + STATE(2901), 1, + sym__metadata_lit, + STATE(2973), 1, + sym_meta_lit, + STATE(2974), 1, + sym_old_meta_lit, + STATE(3019), 1, + aux_sym_list_lit_repeat1, + STATE(2596), 3, + sym__bare_list_lit, + sym_defun, + sym_loop_macro, [178903] = 9, ACTIONS(47), 1, sym_block_comment, - ACTIONS(4795), 1, + ACTIONS(6049), 1, anon_sym_LPAREN, ACTIONS(8099), 1, anon_sym_CARET, @@ -194406,22 +194406,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3003), 1, + STATE(3019), 1, aux_sym_list_lit_repeat1, - STATE(1462), 3, + STATE(2983), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, [178933] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7742), 1, + ACTIONS(7803), 1, anon_sym_COLON, - ACTIONS(7740), 9, + ACTIONS(7801), 9, sym__ws, sym_comment, anon_sym_POUND_, @@ -194434,9 +194434,9 @@ static const uint16_t ts_small_parse_table[] = { [178951] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7499), 1, + ACTIONS(7503), 1, anon_sym_COLON, - ACTIONS(7497), 9, + ACTIONS(7501), 9, sym__ws, sym_comment, anon_sym_POUND_, @@ -194449,9 +194449,9 @@ static const uint16_t ts_small_parse_table[] = { [178969] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7487), 1, + ACTIONS(7499), 1, anon_sym_COLON, - ACTIONS(7485), 9, + ACTIONS(7497), 9, sym__ws, sym_comment, anon_sym_POUND_, @@ -194543,9 +194543,9 @@ static const uint16_t ts_small_parse_table[] = { [179085] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7852), 1, + ACTIONS(7702), 1, anon_sym_COLON, - ACTIONS(7850), 9, + ACTIONS(7700), 9, sym__ws, sym_comment, anon_sym_POUND_, @@ -194566,11 +194566,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3003), 1, + STATE(3019), 1, aux_sym_list_lit_repeat1, STATE(1708), 3, sym__bare_list_lit, @@ -194579,9 +194579,9 @@ static const uint16_t ts_small_parse_table[] = { [179133] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7837), 1, + ACTIONS(7487), 1, anon_sym_COLON, - ACTIONS(7835), 9, + ACTIONS(7485), 9, sym__ws, sym_comment, anon_sym_POUND_, @@ -194591,27 +194591,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, anon_sym_LPAREN, anon_sym_COMMA, - [179151] = 3, + [179151] = 8, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7702), 1, - anon_sym_COLON, - ACTIONS(7700), 9, - sym__ws, - sym_comment, - anon_sym_POUND_, - anon_sym_COLON_COLON, - aux_sym_sym_lit_token1, - anon_sym_CARET, - anon_sym_POUND_CARET, - anon_sym_LPAREN, + ACTIONS(8436), 1, + aux_sym_num_lit_token1, + ACTIONS(8444), 1, + anon_sym_SQUOTE, + ACTIONS(11004), 1, anon_sym_COMMA, - [179169] = 3, + ACTIONS(11008), 1, + aux_sym_format_directive_type_token11, + ACTIONS(11002), 2, + anon_sym_COLON, + anon_sym_AT, + ACTIONS(11006), 2, + anon_sym_AT_COLON, + anon_sym_COLON_AT, + STATE(3085), 2, + sym__format_token, + aux_sym_format_modifiers_repeat1, + [179179] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7463), 1, + ACTIONS(7852), 1, anon_sym_COLON, - ACTIONS(7461), 9, + ACTIONS(7850), 9, sym__ws, sym_comment, anon_sym_POUND_, @@ -194621,12 +194626,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, anon_sym_LPAREN, anon_sym_COMMA, - [179187] = 5, + [179197] = 5, ACTIONS(47), 1, sym_block_comment, - ACTIONS(11005), 1, + ACTIONS(11013), 1, anon_sym_POUND_, - ACTIONS(11002), 2, + ACTIONS(11010), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -194638,7 +194643,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_cl, anon_sym_into, - [179209] = 3, + [179219] = 3, ACTIONS(47), 1, sym_block_comment, ACTIONS(7507), 1, @@ -194653,7 +194658,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, anon_sym_LPAREN, anon_sym_COMMA, - [179227] = 3, + [179237] = 3, ACTIONS(47), 1, sym_block_comment, ACTIONS(7483), 1, @@ -194668,12 +194673,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, anon_sym_LPAREN, anon_sym_COMMA, - [179245] = 3, + [179255] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7841), 1, + ACTIONS(7463), 1, anon_sym_COLON, - ACTIONS(7839), 9, + ACTIONS(7461), 9, sym__ws, sym_comment, anon_sym_POUND_, @@ -194683,7 +194688,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, anon_sym_LPAREN, anon_sym_COMMA, - [179263] = 3, + [179273] = 3, ACTIONS(47), 1, sym_block_comment, ACTIONS(7535), 1, @@ -194698,12 +194703,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, anon_sym_LPAREN, anon_sym_COMMA, - [179281] = 3, + [179291] = 3, ACTIONS(47), 1, sym_block_comment, - ACTIONS(7714), 1, + ACTIONS(7841), 1, anon_sym_COLON, - ACTIONS(7712), 9, + ACTIONS(7839), 9, sym__ws, sym_comment, anon_sym_POUND_, @@ -194713,7 +194718,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, anon_sym_LPAREN, anon_sym_COMMA, - [179299] = 3, + [179309] = 3, ACTIONS(47), 1, sym_block_comment, ACTIONS(7459), 1, @@ -194728,30 +194733,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, anon_sym_LPAREN, anon_sym_COMMA, - [179317] = 8, - ACTIONS(47), 1, - sym_block_comment, - ACTIONS(8436), 1, - aux_sym_num_lit_token1, - ACTIONS(8444), 1, - anon_sym_SQUOTE, - ACTIONS(11010), 1, - anon_sym_COMMA, - ACTIONS(11014), 1, - aux_sym_format_directive_type_token11, - ACTIONS(11008), 2, - anon_sym_COLON, - anon_sym_AT, - ACTIONS(11012), 2, - anon_sym_AT_COLON, - anon_sym_COLON_AT, - STATE(3085), 2, - sym__format_token, - aux_sym_format_modifiers_repeat1, - [179345] = 9, + [179327] = 9, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1634), 1, + ACTIONS(4795), 1, anon_sym_LPAREN, ACTIONS(8099), 1, anon_sym_CARET, @@ -194759,20 +194744,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3003), 1, + STATE(3019), 1, aux_sym_list_lit_repeat1, - STATE(1904), 3, + STATE(1462), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, + [179357] = 3, + ACTIONS(47), 1, + sym_block_comment, + ACTIONS(7862), 1, + anon_sym_COLON, + ACTIONS(7860), 9, + sym__ws, + sym_comment, + anon_sym_POUND_, + anon_sym_COLON_COLON, + aux_sym_sym_lit_token1, + anon_sym_CARET, + anon_sym_POUND_CARET, + anon_sym_LPAREN, + anon_sym_COMMA, [179375] = 9, ACTIONS(47), 1, sym_block_comment, - ACTIONS(4811), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, ACTIONS(8099), 1, anon_sym_CARET, @@ -194780,17 +194780,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3003), 1, + STATE(3019), 1, aux_sym_list_lit_repeat1, - STATE(2980), 3, + STATE(1904), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, - [179405] = 10, + [179405] = 7, + ACTIONS(47), 1, + sym_block_comment, + ACTIONS(11018), 1, + anon_sym_POUND_, + ACTIONS(11020), 1, + anon_sym_COLON, + ACTIONS(11022), 1, + anon_sym_cl, + ACTIONS(11024), 1, + anon_sym_into, + ACTIONS(11016), 2, + sym__ws, + sym_comment, + STATE(3094), 3, + sym__gap, + sym_dis_expr, + aux_sym_dis_expr_repeat1, + [179430] = 10, ACTIONS(47), 1, sym_block_comment, ACTIONS(8099), 1, @@ -194799,36 +194817,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_CARET, ACTIONS(10440), 1, anon_sym_LBRACE, - ACTIONS(11016), 1, + ACTIONS(11026), 1, anon_sym_POUND_QMARK, STATE(2884), 1, sym__bare_map_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3003), 1, + STATE(3019), 1, aux_sym_list_lit_repeat1, - [179436] = 7, - ACTIONS(47), 1, - sym_block_comment, - ACTIONS(11020), 1, - anon_sym_POUND_, - ACTIONS(11022), 1, - anon_sym_COLON, - ACTIONS(11024), 1, - anon_sym_cl, - ACTIONS(11026), 1, - anon_sym_into, - ACTIONS(11018), 2, - sym__ws, - sym_comment, - STATE(3094), 3, - sym__gap, - sym_dis_expr, - aux_sym_dis_expr_repeat1, [179461] = 10, ACTIONS(47), 1, sym_block_comment, @@ -194844,16 +194844,16 @@ static const uint16_t ts_small_parse_table[] = { sym__bare_map_lit, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3003), 1, + STATE(3019), 1, aux_sym_list_lit_repeat1, [179492] = 7, ACTIONS(47), 1, sym_block_comment, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, ACTIONS(11030), 1, anon_sym_COLON, @@ -194861,7 +194861,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_cl, ACTIONS(11034), 1, anon_sym_into, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -194871,13 +194871,13 @@ static const uint16_t ts_small_parse_table[] = { [179517] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3410), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -194887,13 +194887,13 @@ static const uint16_t ts_small_parse_table[] = { [179539] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3591), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -194913,11 +194913,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUNDc, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3003), 1, + STATE(3019), 1, aux_sym_list_lit_repeat1, [179589] = 9, ACTIONS(47), 1, @@ -194926,17 +194926,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(8101), 1, anon_sym_POUND_CARET, - ACTIONS(10615), 1, + ACTIONS(10609), 1, anon_sym_POUNDC, - ACTIONS(10617), 1, + ACTIONS(10611), 1, anon_sym_POUNDc, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3003), 1, + STATE(3019), 1, aux_sym_list_lit_repeat1, [179617] = 9, ACTIONS(47), 1, @@ -194951,11 +194951,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUNDc, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3003), 1, + STATE(3019), 1, aux_sym_list_lit_repeat1, [179645] = 9, ACTIONS(47), 1, @@ -194970,11 +194970,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUNDc, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3003), 1, + STATE(3019), 1, aux_sym_list_lit_repeat1, [179673] = 9, ACTIONS(47), 1, @@ -194983,17 +194983,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(8101), 1, anon_sym_POUND_CARET, - ACTIONS(10635), 1, + ACTIONS(10629), 1, anon_sym_POUNDC, - ACTIONS(10637), 1, + ACTIONS(10631), 1, anon_sym_POUNDc, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3003), 1, + STATE(3019), 1, aux_sym_list_lit_repeat1, [179701] = 9, ACTIONS(47), 1, @@ -195002,17 +195002,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(8101), 1, anon_sym_POUND_CARET, - ACTIONS(10595), 1, + ACTIONS(10647), 1, anon_sym_POUNDC, - ACTIONS(10597), 1, + ACTIONS(10649), 1, anon_sym_POUNDc, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3003), 1, + STATE(3019), 1, aux_sym_list_lit_repeat1, [179729] = 9, ACTIONS(47), 1, @@ -195021,17 +195021,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(8101), 1, anon_sym_POUND_CARET, - ACTIONS(10681), 1, + ACTIONS(10667), 1, anon_sym_POUNDC, - ACTIONS(10683), 1, + ACTIONS(10669), 1, anon_sym_POUNDc, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3003), 1, + STATE(3019), 1, aux_sym_list_lit_repeat1, [179757] = 9, ACTIONS(47), 1, @@ -195046,22 +195046,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUNDc, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3003), 1, + STATE(3019), 1, aux_sym_list_lit_repeat1, [179785] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3217), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -195071,13 +195071,13 @@ static const uint16_t ts_small_parse_table[] = { [179807] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3220), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -195087,9 +195087,9 @@ static const uint16_t ts_small_parse_table[] = { [179829] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3224), 1, sym_num_lit, @@ -195103,13 +195103,13 @@ static const uint16_t ts_small_parse_table[] = { [179851] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3225), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -195119,9 +195119,9 @@ static const uint16_t ts_small_parse_table[] = { [179873] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3227), 1, sym_num_lit, @@ -195135,13 +195135,13 @@ static const uint16_t ts_small_parse_table[] = { [179895] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3228), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -195151,13 +195151,13 @@ static const uint16_t ts_small_parse_table[] = { [179917] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3230), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -195167,9 +195167,9 @@ static const uint16_t ts_small_parse_table[] = { [179939] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3232), 1, sym_num_lit, @@ -195183,9 +195183,9 @@ static const uint16_t ts_small_parse_table[] = { [179961] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3233), 1, sym_num_lit, @@ -195199,9 +195199,9 @@ static const uint16_t ts_small_parse_table[] = { [179983] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3234), 1, sym_num_lit, @@ -195215,13 +195215,13 @@ static const uint16_t ts_small_parse_table[] = { [180005] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3234), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -195231,9 +195231,9 @@ static const uint16_t ts_small_parse_table[] = { [180027] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3236), 1, sym_num_lit, @@ -195247,13 +195247,13 @@ static const uint16_t ts_small_parse_table[] = { [180049] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3239), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -195263,13 +195263,13 @@ static const uint16_t ts_small_parse_table[] = { [180071] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3242), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -195279,9 +195279,9 @@ static const uint16_t ts_small_parse_table[] = { [180093] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3246), 1, sym_num_lit, @@ -195295,13 +195295,13 @@ static const uint16_t ts_small_parse_table[] = { [180115] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3247), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -195311,9 +195311,9 @@ static const uint16_t ts_small_parse_table[] = { [180137] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3250), 1, sym_num_lit, @@ -195327,13 +195327,13 @@ static const uint16_t ts_small_parse_table[] = { [180159] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3251), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -195343,13 +195343,13 @@ static const uint16_t ts_small_parse_table[] = { [180181] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3254), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -195359,9 +195359,9 @@ static const uint16_t ts_small_parse_table[] = { [180203] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3256), 1, sym_num_lit, @@ -195375,9 +195375,9 @@ static const uint16_t ts_small_parse_table[] = { [180225] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3257), 1, sym_num_lit, @@ -195391,9 +195391,9 @@ static const uint16_t ts_small_parse_table[] = { [180247] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3258), 1, sym_num_lit, @@ -195407,13 +195407,13 @@ static const uint16_t ts_small_parse_table[] = { [180269] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3258), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -195423,9 +195423,9 @@ static const uint16_t ts_small_parse_table[] = { [180291] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3260), 1, sym_num_lit, @@ -195439,13 +195439,13 @@ static const uint16_t ts_small_parse_table[] = { [180313] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3264), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -195455,13 +195455,13 @@ static const uint16_t ts_small_parse_table[] = { [180335] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3267), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -195471,9 +195471,9 @@ static const uint16_t ts_small_parse_table[] = { [180357] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3271), 1, sym_num_lit, @@ -195487,13 +195487,13 @@ static const uint16_t ts_small_parse_table[] = { [180379] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3272), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -195503,9 +195503,9 @@ static const uint16_t ts_small_parse_table[] = { [180401] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3274), 1, sym_num_lit, @@ -195519,13 +195519,13 @@ static const uint16_t ts_small_parse_table[] = { [180423] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3275), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -195535,13 +195535,13 @@ static const uint16_t ts_small_parse_table[] = { [180445] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3277), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -195551,9 +195551,9 @@ static const uint16_t ts_small_parse_table[] = { [180467] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3279), 1, sym_num_lit, @@ -195567,9 +195567,9 @@ static const uint16_t ts_small_parse_table[] = { [180489] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3280), 1, sym_num_lit, @@ -195583,9 +195583,9 @@ static const uint16_t ts_small_parse_table[] = { [180511] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3281), 1, sym_num_lit, @@ -195599,13 +195599,13 @@ static const uint16_t ts_small_parse_table[] = { [180533] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3281), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -195615,9 +195615,9 @@ static const uint16_t ts_small_parse_table[] = { [180555] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3283), 1, sym_num_lit, @@ -195631,13 +195631,13 @@ static const uint16_t ts_small_parse_table[] = { [180577] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3286), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -195647,13 +195647,13 @@ static const uint16_t ts_small_parse_table[] = { [180599] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3289), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -195663,9 +195663,9 @@ static const uint16_t ts_small_parse_table[] = { [180621] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3293), 1, sym_num_lit, @@ -195679,13 +195679,13 @@ static const uint16_t ts_small_parse_table[] = { [180643] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3294), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -195695,9 +195695,9 @@ static const uint16_t ts_small_parse_table[] = { [180665] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3296), 1, sym_num_lit, @@ -195711,13 +195711,13 @@ static const uint16_t ts_small_parse_table[] = { [180687] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3297), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -195727,13 +195727,13 @@ static const uint16_t ts_small_parse_table[] = { [180709] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3299), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -195743,9 +195743,9 @@ static const uint16_t ts_small_parse_table[] = { [180731] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3301), 1, sym_num_lit, @@ -195759,9 +195759,9 @@ static const uint16_t ts_small_parse_table[] = { [180753] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3302), 1, sym_num_lit, @@ -195775,9 +195775,9 @@ static const uint16_t ts_small_parse_table[] = { [180775] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3303), 1, sym_num_lit, @@ -195791,13 +195791,13 @@ static const uint16_t ts_small_parse_table[] = { [180797] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3303), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -195807,9 +195807,9 @@ static const uint16_t ts_small_parse_table[] = { [180819] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3305), 1, sym_num_lit, @@ -195823,13 +195823,13 @@ static const uint16_t ts_small_parse_table[] = { [180841] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3308), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -195839,13 +195839,13 @@ static const uint16_t ts_small_parse_table[] = { [180863] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3311), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -195855,9 +195855,9 @@ static const uint16_t ts_small_parse_table[] = { [180885] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3316), 1, sym_num_lit, @@ -195871,13 +195871,13 @@ static const uint16_t ts_small_parse_table[] = { [180907] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3317), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -195887,9 +195887,9 @@ static const uint16_t ts_small_parse_table[] = { [180929] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3320), 1, sym_num_lit, @@ -195903,13 +195903,13 @@ static const uint16_t ts_small_parse_table[] = { [180951] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3321), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -195919,13 +195919,13 @@ static const uint16_t ts_small_parse_table[] = { [180973] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3324), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -195935,9 +195935,9 @@ static const uint16_t ts_small_parse_table[] = { [180995] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3326), 1, sym_num_lit, @@ -195951,9 +195951,9 @@ static const uint16_t ts_small_parse_table[] = { [181017] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3328), 1, sym_num_lit, @@ -195967,9 +195967,9 @@ static const uint16_t ts_small_parse_table[] = { [181039] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3329), 1, sym_num_lit, @@ -195983,13 +195983,13 @@ static const uint16_t ts_small_parse_table[] = { [181061] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3329), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -195999,9 +195999,9 @@ static const uint16_t ts_small_parse_table[] = { [181083] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3331), 1, sym_num_lit, @@ -196015,13 +196015,13 @@ static const uint16_t ts_small_parse_table[] = { [181105] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3335), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -196031,13 +196031,13 @@ static const uint16_t ts_small_parse_table[] = { [181127] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3339), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -196047,9 +196047,9 @@ static const uint16_t ts_small_parse_table[] = { [181149] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3343), 1, sym_num_lit, @@ -196063,13 +196063,13 @@ static const uint16_t ts_small_parse_table[] = { [181171] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3344), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -196079,9 +196079,9 @@ static const uint16_t ts_small_parse_table[] = { [181193] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3346), 1, sym_num_lit, @@ -196095,13 +196095,13 @@ static const uint16_t ts_small_parse_table[] = { [181215] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3347), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -196111,13 +196111,13 @@ static const uint16_t ts_small_parse_table[] = { [181237] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3349), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -196127,9 +196127,9 @@ static const uint16_t ts_small_parse_table[] = { [181259] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3351), 1, sym_num_lit, @@ -196143,9 +196143,9 @@ static const uint16_t ts_small_parse_table[] = { [181281] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3352), 1, sym_num_lit, @@ -196159,9 +196159,9 @@ static const uint16_t ts_small_parse_table[] = { [181303] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3353), 1, sym_num_lit, @@ -196175,13 +196175,13 @@ static const uint16_t ts_small_parse_table[] = { [181325] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3353), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -196191,9 +196191,9 @@ static const uint16_t ts_small_parse_table[] = { [181347] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3355), 1, sym_num_lit, @@ -196207,13 +196207,13 @@ static const uint16_t ts_small_parse_table[] = { [181369] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3358), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -196223,13 +196223,13 @@ static const uint16_t ts_small_parse_table[] = { [181391] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3361), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -196239,9 +196239,9 @@ static const uint16_t ts_small_parse_table[] = { [181413] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3365), 1, sym_num_lit, @@ -196255,13 +196255,13 @@ static const uint16_t ts_small_parse_table[] = { [181435] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3366), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -196271,9 +196271,9 @@ static const uint16_t ts_small_parse_table[] = { [181457] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3368), 1, sym_num_lit, @@ -196287,13 +196287,13 @@ static const uint16_t ts_small_parse_table[] = { [181479] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3369), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -196303,13 +196303,13 @@ static const uint16_t ts_small_parse_table[] = { [181501] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3371), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -196319,9 +196319,9 @@ static const uint16_t ts_small_parse_table[] = { [181523] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3373), 1, sym_num_lit, @@ -196335,9 +196335,9 @@ static const uint16_t ts_small_parse_table[] = { [181545] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3374), 1, sym_num_lit, @@ -196351,9 +196351,9 @@ static const uint16_t ts_small_parse_table[] = { [181567] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3375), 1, sym_num_lit, @@ -196367,13 +196367,13 @@ static const uint16_t ts_small_parse_table[] = { [181589] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3375), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -196383,9 +196383,9 @@ static const uint16_t ts_small_parse_table[] = { [181611] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3377), 1, sym_num_lit, @@ -196399,13 +196399,13 @@ static const uint16_t ts_small_parse_table[] = { [181633] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3380), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -196415,13 +196415,13 @@ static const uint16_t ts_small_parse_table[] = { [181655] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3383), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -196431,9 +196431,9 @@ static const uint16_t ts_small_parse_table[] = { [181677] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3387), 1, sym_num_lit, @@ -196447,13 +196447,13 @@ static const uint16_t ts_small_parse_table[] = { [181699] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3388), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -196463,9 +196463,9 @@ static const uint16_t ts_small_parse_table[] = { [181721] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3390), 1, sym_num_lit, @@ -196479,13 +196479,13 @@ static const uint16_t ts_small_parse_table[] = { [181743] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3391), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -196495,13 +196495,13 @@ static const uint16_t ts_small_parse_table[] = { [181765] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3393), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -196511,9 +196511,9 @@ static const uint16_t ts_small_parse_table[] = { [181787] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3395), 1, sym_num_lit, @@ -196527,9 +196527,9 @@ static const uint16_t ts_small_parse_table[] = { [181809] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3396), 1, sym_num_lit, @@ -196543,9 +196543,9 @@ static const uint16_t ts_small_parse_table[] = { [181831] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3397), 1, sym_num_lit, @@ -196559,13 +196559,13 @@ static const uint16_t ts_small_parse_table[] = { [181853] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3397), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -196575,13 +196575,13 @@ static const uint16_t ts_small_parse_table[] = { [181875] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3699), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -196591,9 +196591,9 @@ static const uint16_t ts_small_parse_table[] = { [181897] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3399), 1, sym_num_lit, @@ -196607,13 +196607,13 @@ static const uint16_t ts_small_parse_table[] = { [181919] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3682), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -196623,13 +196623,13 @@ static const uint16_t ts_small_parse_table[] = { [181941] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3678), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -196639,9 +196639,9 @@ static const uint16_t ts_small_parse_table[] = { [181963] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3673), 1, sym_num_lit, @@ -196655,13 +196655,13 @@ static const uint16_t ts_small_parse_table[] = { [181985] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3672), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -196671,13 +196671,13 @@ static const uint16_t ts_small_parse_table[] = { [182007] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3670), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -196687,9 +196687,9 @@ static const uint16_t ts_small_parse_table[] = { [182029] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3667), 1, sym_num_lit, @@ -196703,13 +196703,13 @@ static const uint16_t ts_small_parse_table[] = { [182051] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3666), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -196719,13 +196719,13 @@ static const uint16_t ts_small_parse_table[] = { [182073] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3664), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -196735,13 +196735,13 @@ static const uint16_t ts_small_parse_table[] = { [182095] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3661), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -196751,9 +196751,9 @@ static const uint16_t ts_small_parse_table[] = { [182117] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3658), 1, sym_num_lit, @@ -196767,9 +196767,9 @@ static const uint16_t ts_small_parse_table[] = { [182139] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3657), 1, sym_num_lit, @@ -196783,13 +196783,13 @@ static const uint16_t ts_small_parse_table[] = { [182161] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3656), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -196799,9 +196799,9 @@ static const uint16_t ts_small_parse_table[] = { [182183] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3426), 1, sym_num_lit, @@ -196815,9 +196815,9 @@ static const uint16_t ts_small_parse_table[] = { [182205] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3653), 1, sym_num_lit, @@ -196831,13 +196831,13 @@ static const uint16_t ts_small_parse_table[] = { [182227] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3652), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -196847,9 +196847,9 @@ static const uint16_t ts_small_parse_table[] = { [182249] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3650), 1, sym_num_lit, @@ -196863,13 +196863,13 @@ static const uint16_t ts_small_parse_table[] = { [182271] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3649), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -196879,9 +196879,9 @@ static const uint16_t ts_small_parse_table[] = { [182293] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3645), 1, sym_num_lit, @@ -196895,9 +196895,9 @@ static const uint16_t ts_small_parse_table[] = { [182315] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3644), 1, sym_num_lit, @@ -196911,9 +196911,9 @@ static const uint16_t ts_small_parse_table[] = { [182337] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3643), 1, sym_num_lit, @@ -196927,13 +196927,13 @@ static const uint16_t ts_small_parse_table[] = { [182359] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3642), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -196943,9 +196943,9 @@ static const uint16_t ts_small_parse_table[] = { [182381] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3637), 1, sym_num_lit, @@ -196959,13 +196959,13 @@ static const uint16_t ts_small_parse_table[] = { [182403] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3588), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -196975,13 +196975,13 @@ static const uint16_t ts_small_parse_table[] = { [182425] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3584), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -196991,9 +196991,9 @@ static const uint16_t ts_small_parse_table[] = { [182447] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3579), 1, sym_num_lit, @@ -197007,13 +197007,13 @@ static const uint16_t ts_small_parse_table[] = { [182469] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3578), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -197023,13 +197023,13 @@ static const uint16_t ts_small_parse_table[] = { [182491] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3576), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -197039,9 +197039,9 @@ static const uint16_t ts_small_parse_table[] = { [182513] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3573), 1, sym_num_lit, @@ -197055,13 +197055,13 @@ static const uint16_t ts_small_parse_table[] = { [182535] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3572), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -197071,13 +197071,13 @@ static const uint16_t ts_small_parse_table[] = { [182557] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3570), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -197087,13 +197087,13 @@ static const uint16_t ts_small_parse_table[] = { [182579] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3567), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -197103,9 +197103,9 @@ static const uint16_t ts_small_parse_table[] = { [182601] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3564), 1, sym_num_lit, @@ -197119,9 +197119,9 @@ static const uint16_t ts_small_parse_table[] = { [182623] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3563), 1, sym_num_lit, @@ -197135,13 +197135,13 @@ static const uint16_t ts_small_parse_table[] = { [182645] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3562), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -197151,9 +197151,9 @@ static const uint16_t ts_small_parse_table[] = { [182667] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3420), 1, sym_num_lit, @@ -197167,9 +197167,9 @@ static const uint16_t ts_small_parse_table[] = { [182689] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3560), 1, sym_num_lit, @@ -197183,9 +197183,9 @@ static const uint16_t ts_small_parse_table[] = { [182711] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3559), 1, sym_num_lit, @@ -197199,13 +197199,13 @@ static const uint16_t ts_small_parse_table[] = { [182733] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3558), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -197215,9 +197215,9 @@ static const uint16_t ts_small_parse_table[] = { [182755] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3423), 1, sym_num_lit, @@ -197231,9 +197231,9 @@ static const uint16_t ts_small_parse_table[] = { [182777] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3556), 1, sym_num_lit, @@ -197247,13 +197247,13 @@ static const uint16_t ts_small_parse_table[] = { [182799] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3555), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -197263,9 +197263,9 @@ static const uint16_t ts_small_parse_table[] = { [182821] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3551), 1, sym_num_lit, @@ -197279,9 +197279,9 @@ static const uint16_t ts_small_parse_table[] = { [182843] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3550), 1, sym_num_lit, @@ -197295,9 +197295,9 @@ static const uint16_t ts_small_parse_table[] = { [182865] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3549), 1, sym_num_lit, @@ -197311,13 +197311,13 @@ static const uint16_t ts_small_parse_table[] = { [182887] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3548), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -197327,9 +197327,9 @@ static const uint16_t ts_small_parse_table[] = { [182909] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3543), 1, sym_num_lit, @@ -197343,13 +197343,13 @@ static const uint16_t ts_small_parse_table[] = { [182931] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3494), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -197359,13 +197359,13 @@ static const uint16_t ts_small_parse_table[] = { [182953] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3490), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -197375,13 +197375,13 @@ static const uint16_t ts_small_parse_table[] = { [182975] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3860), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -197391,9 +197391,9 @@ static const uint16_t ts_small_parse_table[] = { [182997] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3485), 1, sym_num_lit, @@ -197407,13 +197407,13 @@ static const uint16_t ts_small_parse_table[] = { [183019] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3484), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -197423,13 +197423,13 @@ static const uint16_t ts_small_parse_table[] = { [183041] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3482), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -197439,9 +197439,9 @@ static const uint16_t ts_small_parse_table[] = { [183063] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3479), 1, sym_num_lit, @@ -197455,13 +197455,13 @@ static const uint16_t ts_small_parse_table[] = { [183085] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3478), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -197471,13 +197471,13 @@ static const uint16_t ts_small_parse_table[] = { [183107] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3476), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -197487,13 +197487,13 @@ static const uint16_t ts_small_parse_table[] = { [183129] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3473), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -197503,9 +197503,9 @@ static const uint16_t ts_small_parse_table[] = { [183151] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3470), 1, sym_num_lit, @@ -197519,9 +197519,9 @@ static const uint16_t ts_small_parse_table[] = { [183173] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3469), 1, sym_num_lit, @@ -197535,13 +197535,13 @@ static const uint16_t ts_small_parse_table[] = { [183195] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3468), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -197551,9 +197551,9 @@ static const uint16_t ts_small_parse_table[] = { [183217] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3466), 1, sym_num_lit, @@ -197567,9 +197567,9 @@ static const uint16_t ts_small_parse_table[] = { [183239] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3465), 1, sym_num_lit, @@ -197583,13 +197583,13 @@ static const uint16_t ts_small_parse_table[] = { [183261] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3464), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -197599,9 +197599,9 @@ static const uint16_t ts_small_parse_table[] = { [183283] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3462), 1, sym_num_lit, @@ -197615,13 +197615,13 @@ static const uint16_t ts_small_parse_table[] = { [183305] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3461), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -197631,9 +197631,9 @@ static const uint16_t ts_small_parse_table[] = { [183327] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3457), 1, sym_num_lit, @@ -197647,9 +197647,9 @@ static const uint16_t ts_small_parse_table[] = { [183349] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3456), 1, sym_num_lit, @@ -197663,9 +197663,9 @@ static const uint16_t ts_small_parse_table[] = { [183371] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3455), 1, sym_num_lit, @@ -197679,13 +197679,13 @@ static const uint16_t ts_small_parse_table[] = { [183393] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3454), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -197695,9 +197695,9 @@ static const uint16_t ts_small_parse_table[] = { [183415] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3449), 1, sym_num_lit, @@ -197711,13 +197711,13 @@ static const uint16_t ts_small_parse_table[] = { [183437] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3701), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -197727,13 +197727,13 @@ static const uint16_t ts_small_parse_table[] = { [183459] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3796), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -197743,9 +197743,9 @@ static const uint16_t ts_small_parse_table[] = { [183481] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3801), 1, sym_num_lit, @@ -197759,13 +197759,13 @@ static const uint16_t ts_small_parse_table[] = { [183503] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3802), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -197775,13 +197775,13 @@ static const uint16_t ts_small_parse_table[] = { [183525] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3804), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -197791,9 +197791,9 @@ static const uint16_t ts_small_parse_table[] = { [183547] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3807), 1, sym_num_lit, @@ -197807,13 +197807,13 @@ static const uint16_t ts_small_parse_table[] = { [183569] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3808), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -197823,13 +197823,13 @@ static const uint16_t ts_small_parse_table[] = { [183591] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3810), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -197839,13 +197839,13 @@ static const uint16_t ts_small_parse_table[] = { [183613] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3813), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -197855,9 +197855,9 @@ static const uint16_t ts_small_parse_table[] = { [183635] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3821), 1, sym_num_lit, @@ -197871,9 +197871,9 @@ static const uint16_t ts_small_parse_table[] = { [183657] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3822), 1, sym_num_lit, @@ -197887,13 +197887,13 @@ static const uint16_t ts_small_parse_table[] = { [183679] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3823), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -197903,9 +197903,9 @@ static const uint16_t ts_small_parse_table[] = { [183701] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3825), 1, sym_num_lit, @@ -197919,9 +197919,9 @@ static const uint16_t ts_small_parse_table[] = { [183723] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3826), 1, sym_num_lit, @@ -197935,13 +197935,13 @@ static const uint16_t ts_small_parse_table[] = { [183745] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3827), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -197951,9 +197951,9 @@ static const uint16_t ts_small_parse_table[] = { [183767] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3829), 1, sym_num_lit, @@ -197967,13 +197967,13 @@ static const uint16_t ts_small_parse_table[] = { [183789] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3830), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -197983,9 +197983,9 @@ static const uint16_t ts_small_parse_table[] = { [183811] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3834), 1, sym_num_lit, @@ -197999,9 +197999,9 @@ static const uint16_t ts_small_parse_table[] = { [183833] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3835), 1, sym_num_lit, @@ -198015,9 +198015,9 @@ static const uint16_t ts_small_parse_table[] = { [183855] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3836), 1, sym_num_lit, @@ -198031,13 +198031,13 @@ static const uint16_t ts_small_parse_table[] = { [183877] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3837), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -198047,9 +198047,9 @@ static const uint16_t ts_small_parse_table[] = { [183899] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3846), 1, sym_num_lit, @@ -198063,13 +198063,13 @@ static const uint16_t ts_small_parse_table[] = { [183921] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3880), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -198079,13 +198079,13 @@ static const uint16_t ts_small_parse_table[] = { [183943] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3884), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -198095,9 +198095,9 @@ static const uint16_t ts_small_parse_table[] = { [183965] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3870), 1, sym_num_lit, @@ -198111,13 +198111,13 @@ static const uint16_t ts_small_parse_table[] = { [183987] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3871), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -198127,13 +198127,13 @@ static const uint16_t ts_small_parse_table[] = { [184009] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3877), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -198143,9 +198143,9 @@ static const uint16_t ts_small_parse_table[] = { [184031] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3864), 1, sym_num_lit, @@ -198159,13 +198159,13 @@ static const uint16_t ts_small_parse_table[] = { [184053] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3863), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -198175,13 +198175,13 @@ static const uint16_t ts_small_parse_table[] = { [184075] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3859), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -198191,9 +198191,9 @@ static const uint16_t ts_small_parse_table[] = { [184097] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3327), 1, sym_num_lit, @@ -198207,13 +198207,13 @@ static const uint16_t ts_small_parse_table[] = { [184119] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3854), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -198223,9 +198223,9 @@ static const uint16_t ts_small_parse_table[] = { [184141] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3842), 1, sym_num_lit, @@ -198239,9 +198239,9 @@ static const uint16_t ts_small_parse_table[] = { [184163] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3841), 1, sym_num_lit, @@ -198255,13 +198255,13 @@ static const uint16_t ts_small_parse_table[] = { [184185] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3327), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -198271,13 +198271,13 @@ static const uint16_t ts_small_parse_table[] = { [184207] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3819), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -198287,9 +198287,9 @@ static const uint16_t ts_small_parse_table[] = { [184229] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3815), 1, sym_num_lit, @@ -198303,9 +198303,9 @@ static const uint16_t ts_small_parse_table[] = { [184251] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3814), 1, sym_num_lit, @@ -198319,9 +198319,9 @@ static const uint16_t ts_small_parse_table[] = { [184273] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3879), 1, sym_num_lit, @@ -198335,13 +198335,13 @@ static const uint16_t ts_small_parse_table[] = { [184295] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3792), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -198351,9 +198351,9 @@ static const uint16_t ts_small_parse_table[] = { [184317] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3788), 1, sym_num_lit, @@ -198367,13 +198367,13 @@ static const uint16_t ts_small_parse_table[] = { [184339] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3787), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -198383,9 +198383,9 @@ static const uint16_t ts_small_parse_table[] = { [184361] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3784), 1, sym_num_lit, @@ -198399,9 +198399,9 @@ static const uint16_t ts_small_parse_table[] = { [184383] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3700), 1, sym_num_lit, @@ -198415,9 +198415,9 @@ static const uint16_t ts_small_parse_table[] = { [184405] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3783), 1, sym_num_lit, @@ -198431,9 +198431,9 @@ static const uint16_t ts_small_parse_table[] = { [184427] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3781), 1, sym_num_lit, @@ -198447,13 +198447,13 @@ static const uint16_t ts_small_parse_table[] = { [184449] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3780), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -198463,9 +198463,9 @@ static const uint16_t ts_small_parse_table[] = { [184471] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3777), 1, sym_num_lit, @@ -198479,9 +198479,9 @@ static const uint16_t ts_small_parse_table[] = { [184493] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3878), 1, sym_num_lit, @@ -198495,13 +198495,13 @@ static const uint16_t ts_small_parse_table[] = { [184515] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3742), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -198511,13 +198511,13 @@ static const uint16_t ts_small_parse_table[] = { [184537] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3736), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -198527,9 +198527,9 @@ static const uint16_t ts_small_parse_table[] = { [184559] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3731), 1, sym_num_lit, @@ -198543,13 +198543,13 @@ static const uint16_t ts_small_parse_table[] = { [184581] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3415), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -198559,13 +198559,13 @@ static const uint16_t ts_small_parse_table[] = { [184603] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3730), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -198575,13 +198575,13 @@ static const uint16_t ts_small_parse_table[] = { [184625] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3727), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -198591,9 +198591,9 @@ static const uint16_t ts_small_parse_table[] = { [184647] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3723), 1, sym_num_lit, @@ -198607,13 +198607,13 @@ static const uint16_t ts_small_parse_table[] = { [184669] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3722), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -198623,13 +198623,13 @@ static const uint16_t ts_small_parse_table[] = { [184691] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3720), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -198639,13 +198639,13 @@ static const uint16_t ts_small_parse_table[] = { [184713] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3717), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -198655,9 +198655,9 @@ static const uint16_t ts_small_parse_table[] = { [184735] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3714), 1, sym_num_lit, @@ -198671,9 +198671,9 @@ static const uint16_t ts_small_parse_table[] = { [184757] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3706), 1, sym_num_lit, @@ -198687,13 +198687,13 @@ static const uint16_t ts_small_parse_table[] = { [184779] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3705), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -198703,9 +198703,9 @@ static const uint16_t ts_small_parse_table[] = { [184801] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3702), 1, sym_num_lit, @@ -198719,9 +198719,9 @@ static const uint16_t ts_small_parse_table[] = { [184823] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3698), 1, sym_num_lit, @@ -198735,13 +198735,13 @@ static const uint16_t ts_small_parse_table[] = { [184845] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3694), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -198751,9 +198751,9 @@ static const uint16_t ts_small_parse_table[] = { [184867] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3769), 1, sym_num_lit, @@ -198767,13 +198767,13 @@ static const uint16_t ts_small_parse_table[] = { [184889] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3691), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -198783,9 +198783,9 @@ static const uint16_t ts_small_parse_table[] = { [184911] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3688), 1, sym_num_lit, @@ -198799,9 +198799,9 @@ static const uint16_t ts_small_parse_table[] = { [184933] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3687), 1, sym_num_lit, @@ -198815,9 +198815,9 @@ static const uint16_t ts_small_parse_table[] = { [184955] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3686), 1, sym_num_lit, @@ -198831,13 +198831,13 @@ static const uint16_t ts_small_parse_table[] = { [184977] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3646), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -198847,9 +198847,9 @@ static const uint16_t ts_small_parse_table[] = { [184999] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3639), 1, sym_num_lit, @@ -198863,13 +198863,13 @@ static const uint16_t ts_small_parse_table[] = { [185021] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3443), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -198879,13 +198879,13 @@ static const uint16_t ts_small_parse_table[] = { [185043] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3427), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -198895,9 +198895,9 @@ static const uint16_t ts_small_parse_table[] = { [185065] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3621), 1, sym_num_lit, @@ -198911,13 +198911,13 @@ static const uint16_t ts_small_parse_table[] = { [185087] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3620), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -198927,13 +198927,13 @@ static const uint16_t ts_small_parse_table[] = { [185109] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3618), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -198943,9 +198943,9 @@ static const uint16_t ts_small_parse_table[] = { [185131] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3614), 1, sym_num_lit, @@ -198959,13 +198959,13 @@ static const uint16_t ts_small_parse_table[] = { [185153] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3612), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -198975,13 +198975,13 @@ static const uint16_t ts_small_parse_table[] = { [185175] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3451), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -198991,13 +198991,13 @@ static const uint16_t ts_small_parse_table[] = { [185197] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3628), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -199007,9 +199007,9 @@ static const uint16_t ts_small_parse_table[] = { [185219] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3631), 1, sym_num_lit, @@ -199023,9 +199023,9 @@ static const uint16_t ts_small_parse_table[] = { [185241] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3632), 1, sym_num_lit, @@ -199039,13 +199039,13 @@ static const uint16_t ts_small_parse_table[] = { [185263] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3633), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -199055,9 +199055,9 @@ static const uint16_t ts_small_parse_table[] = { [185285] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3635), 1, sym_num_lit, @@ -199071,9 +199071,9 @@ static const uint16_t ts_small_parse_table[] = { [185307] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3636), 1, sym_num_lit, @@ -199087,13 +199087,13 @@ static const uint16_t ts_small_parse_table[] = { [185329] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3638), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -199103,9 +199103,9 @@ static const uint16_t ts_small_parse_table[] = { [185351] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3748), 1, sym_num_lit, @@ -199119,13 +199119,13 @@ static const uint16_t ts_small_parse_table[] = { [185373] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3753), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -199135,9 +199135,9 @@ static const uint16_t ts_small_parse_table[] = { [185395] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3762), 1, sym_num_lit, @@ -199151,9 +199151,9 @@ static const uint16_t ts_small_parse_table[] = { [185417] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3764), 1, sym_num_lit, @@ -199167,9 +199167,9 @@ static const uint16_t ts_small_parse_table[] = { [185439] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3770), 1, sym_num_lit, @@ -199183,13 +199183,13 @@ static const uint16_t ts_small_parse_table[] = { [185461] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3771), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -199199,9 +199199,9 @@ static const uint16_t ts_small_parse_table[] = { [185483] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3773), 1, sym_num_lit, @@ -199215,13 +199215,13 @@ static const uint16_t ts_small_parse_table[] = { [185505] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3852), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -199231,13 +199231,13 @@ static const uint16_t ts_small_parse_table[] = { [185527] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3848), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -199247,9 +199247,9 @@ static const uint16_t ts_small_parse_table[] = { [185549] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3711), 1, sym_num_lit, @@ -199263,13 +199263,13 @@ static const uint16_t ts_small_parse_table[] = { [185571] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3709), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -199279,13 +199279,13 @@ static const uint16_t ts_small_parse_table[] = { [185593] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3704), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -199295,9 +199295,9 @@ static const uint16_t ts_small_parse_table[] = { [185615] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3546), 1, sym_num_lit, @@ -199311,13 +199311,13 @@ static const uint16_t ts_small_parse_table[] = { [185637] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3545), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -199327,13 +199327,13 @@ static const uint16_t ts_small_parse_table[] = { [185659] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3430), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -199343,13 +199343,13 @@ static const uint16_t ts_small_parse_table[] = { [185681] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3433), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -199359,9 +199359,9 @@ static const uint16_t ts_small_parse_table[] = { [185703] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3438), 1, sym_num_lit, @@ -199375,9 +199375,9 @@ static const uint16_t ts_small_parse_table[] = { [185725] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3439), 1, sym_num_lit, @@ -199391,13 +199391,13 @@ static const uint16_t ts_small_parse_table[] = { [185747] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3442), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -199407,9 +199407,9 @@ static const uint16_t ts_small_parse_table[] = { [185769] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3446), 1, sym_num_lit, @@ -199423,9 +199423,9 @@ static const uint16_t ts_small_parse_table[] = { [185791] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3447), 1, sym_num_lit, @@ -199439,13 +199439,13 @@ static const uint16_t ts_small_parse_table[] = { [185813] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3452), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -199455,9 +199455,9 @@ static const uint16_t ts_small_parse_table[] = { [185835] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3498), 1, sym_num_lit, @@ -199471,13 +199471,13 @@ static const uint16_t ts_small_parse_table[] = { [185857] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3499), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -199487,9 +199487,9 @@ static const uint16_t ts_small_parse_table[] = { [185879] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3511), 1, sym_num_lit, @@ -199503,9 +199503,9 @@ static const uint16_t ts_small_parse_table[] = { [185901] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3512), 1, sym_num_lit, @@ -199519,9 +199519,9 @@ static const uint16_t ts_small_parse_table[] = { [185923] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3516), 1, sym_num_lit, @@ -199535,13 +199535,13 @@ static const uint16_t ts_small_parse_table[] = { [185945] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3519), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -199551,9 +199551,9 @@ static const uint16_t ts_small_parse_table[] = { [185967] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3527), 1, sym_num_lit, @@ -199567,9 +199567,9 @@ static const uint16_t ts_small_parse_table[] = { [185989] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3533), 1, sym_num_lit, @@ -199583,13 +199583,13 @@ static const uint16_t ts_small_parse_table[] = { [186011] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3862), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -199599,13 +199599,13 @@ static const uint16_t ts_small_parse_table[] = { [186033] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3524), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -199615,9 +199615,9 @@ static const uint16_t ts_small_parse_table[] = { [186055] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3765), 1, sym_num_lit, @@ -199631,13 +199631,13 @@ static const uint16_t ts_small_parse_table[] = { [186077] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3536), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -199647,13 +199647,13 @@ static const uint16_t ts_small_parse_table[] = { [186099] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3624), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -199663,13 +199663,13 @@ static const uint16_t ts_small_parse_table[] = { [186121] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3696), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -199705,13 +199705,13 @@ static const uint16_t ts_small_parse_table[] = { [186175] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3332), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -199721,9 +199721,9 @@ static const uint16_t ts_small_parse_table[] = { [186197] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3761), 1, sym_num_lit, @@ -199737,13 +199737,13 @@ static const uint16_t ts_small_parse_table[] = { [186219] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3759), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -199753,13 +199753,13 @@ static const uint16_t ts_small_parse_table[] = { [186241] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3400), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -199769,9 +199769,9 @@ static const uint16_t ts_small_parse_table[] = { [186263] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3752), 1, sym_num_lit, @@ -199785,13 +199785,13 @@ static const uint16_t ts_small_parse_table[] = { [186285] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3751), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -199801,9 +199801,9 @@ static const uint16_t ts_small_parse_table[] = { [186307] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3746), 1, sym_num_lit, @@ -199817,13 +199817,13 @@ static const uint16_t ts_small_parse_table[] = { [186329] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3745), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -199833,9 +199833,9 @@ static const uint16_t ts_small_parse_table[] = { [186351] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3322), 1, sym_num_lit, @@ -199849,9 +199849,9 @@ static const uint16_t ts_small_parse_table[] = { [186373] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3403), 1, sym_num_lit, @@ -199865,9 +199865,9 @@ static const uint16_t ts_small_parse_table[] = { [186395] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3755), 1, sym_num_lit, @@ -199881,9 +199881,9 @@ static const uint16_t ts_small_parse_table[] = { [186417] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3712), 1, sym_num_lit, @@ -199897,9 +199897,9 @@ static const uint16_t ts_small_parse_table[] = { [186439] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3419), 1, sym_num_lit, @@ -199913,13 +199913,13 @@ static const uint16_t ts_small_parse_table[] = { [186461] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10953), 1, + ACTIONS(10945), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3413), 1, sym_num_lit, - ACTIONS(11018), 2, + ACTIONS(11016), 2, sym__ws, sym_comment, STATE(3094), 3, @@ -199929,9 +199929,9 @@ static const uint16_t ts_small_parse_table[] = { [186483] = 6, ACTIONS(47), 1, sym_block_comment, - ACTIONS(10963), 1, + ACTIONS(10953), 1, aux_sym_num_lit_token1, - ACTIONS(11020), 1, + ACTIONS(11018), 1, anon_sym_POUND_, STATE(3707), 1, sym_num_lit, @@ -199955,11 +199955,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUNDc, STATE(2901), 1, sym__metadata_lit, - STATE(2968), 1, + STATE(2973), 1, sym_meta_lit, - STATE(2972), 1, + STATE(2974), 1, sym_old_meta_lit, - STATE(3003), 1, + STATE(3019), 1, aux_sym_list_lit_repeat1, [186533] = 5, ACTIONS(47), 1, @@ -199968,7 +199968,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11346), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200010,7 +200010,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11356), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200024,7 +200024,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11358), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200052,7 +200052,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11364), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200066,7 +200066,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11366), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200094,7 +200094,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11372), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200108,7 +200108,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11374), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200122,7 +200122,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11376), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200136,7 +200136,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11378), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200178,7 +200178,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11388), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200192,7 +200192,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11390), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200234,7 +200234,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11400), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200248,7 +200248,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11402), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200290,7 +200290,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11412), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200318,7 +200318,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11418), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200360,7 +200360,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11428), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200430,7 +200430,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11446), 1, anon_sym_LPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200444,7 +200444,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11448), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200458,7 +200458,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11450), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200500,7 +200500,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11460), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200556,7 +200556,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11474), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200612,7 +200612,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11488), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200626,7 +200626,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11490), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200654,7 +200654,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11496), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200668,7 +200668,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11498), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200696,7 +200696,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11504), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200738,7 +200738,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11514), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200752,7 +200752,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11516), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200780,7 +200780,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11522), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200822,7 +200822,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11532), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200836,7 +200836,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11534), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200850,7 +200850,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11536), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200864,7 +200864,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11538), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200892,7 +200892,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11544), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200906,7 +200906,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11546), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200920,7 +200920,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11548), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200948,7 +200948,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11554), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200962,7 +200962,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11556), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -200976,7 +200976,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11558), 1, anon_sym_LPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -201046,7 +201046,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11576), 1, anon_sym_LPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -201074,7 +201074,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11582), 1, anon_sym_LPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -201088,7 +201088,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11584), 1, anon_sym_LPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -201116,7 +201116,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11590), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -201130,7 +201130,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11592), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -201144,7 +201144,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11594), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -201200,7 +201200,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11608), 1, anon_sym_LPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -201228,7 +201228,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11614), 1, anon_sym_LPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -201256,7 +201256,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11620), 1, anon_sym_LPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -201312,7 +201312,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11634), 1, anon_sym_LPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -201340,7 +201340,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11640), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -201368,7 +201368,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11646), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -201382,7 +201382,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11648), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -201410,7 +201410,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11654), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -201424,7 +201424,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11656), 1, anon_sym_LPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -201438,7 +201438,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11658), 1, anon_sym_LPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -201452,7 +201452,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11660), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -201508,7 +201508,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11674), 1, anon_sym_LPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -201550,7 +201550,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11684), 1, anon_sym_LPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -201564,7 +201564,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11686), 1, anon_sym_LPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -201606,7 +201606,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11696), 1, anon_sym_LPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -201676,7 +201676,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11714), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -201746,7 +201746,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11732), 1, anon_sym_LPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -201760,7 +201760,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11734), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -201774,7 +201774,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11736), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -201816,7 +201816,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11746), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -201872,7 +201872,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11760), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -201928,7 +201928,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11774), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -201942,7 +201942,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11776), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -201970,7 +201970,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11782), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -201984,7 +201984,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11784), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202012,7 +202012,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11790), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202054,7 +202054,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11800), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202068,7 +202068,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11802), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202096,7 +202096,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11808), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202138,7 +202138,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11818), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202152,7 +202152,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11820), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202166,7 +202166,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11822), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202180,7 +202180,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11824), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202208,7 +202208,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11830), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202222,7 +202222,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11832), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202236,7 +202236,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11834), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202264,7 +202264,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11840), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202278,7 +202278,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11842), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202334,7 +202334,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11856), 1, anon_sym_LPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202376,7 +202376,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11866), 1, anon_sym_LPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202404,7 +202404,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11872), 1, anon_sym_LPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202418,7 +202418,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11874), 1, anon_sym_LPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202460,7 +202460,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11884), 1, anon_sym_LPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202488,7 +202488,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11890), 1, anon_sym_LPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202502,7 +202502,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11892), 1, anon_sym_LPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202544,7 +202544,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11902), 1, anon_sym_LPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202572,7 +202572,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11908), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202600,7 +202600,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11914), 1, anon_sym_LPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202628,7 +202628,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11920), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202642,7 +202642,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11922), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202656,7 +202656,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11924), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202684,7 +202684,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11930), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202726,7 +202726,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11940), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202740,7 +202740,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11942), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202768,7 +202768,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11948), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202782,7 +202782,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11950), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202796,7 +202796,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11952), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202824,7 +202824,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11958), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202838,7 +202838,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11960), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202894,7 +202894,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11974), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202978,7 +202978,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11996), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -202992,7 +202992,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(11998), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -203076,7 +203076,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12020), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -203090,7 +203090,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12022), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -203132,7 +203132,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12032), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -203174,7 +203174,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12042), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -203188,7 +203188,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12044), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -203244,7 +203244,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12058), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -203258,7 +203258,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12060), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -203286,7 +203286,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12066), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -203300,7 +203300,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12068), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -203328,7 +203328,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12074), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -203370,7 +203370,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12084), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -203384,7 +203384,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12086), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -203412,7 +203412,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12092), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -203454,7 +203454,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12102), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -203468,7 +203468,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12104), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -203482,7 +203482,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12106), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -203496,7 +203496,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12108), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -203524,7 +203524,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12114), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -203538,7 +203538,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12116), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -203552,7 +203552,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12118), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -203580,7 +203580,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12124), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -203594,7 +203594,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12126), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -203608,7 +203608,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12128), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -203664,7 +203664,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12142), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -203678,7 +203678,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12144), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -203706,7 +203706,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12150), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -203720,7 +203720,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12152), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -203748,7 +203748,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12158), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -203776,7 +203776,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12164), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -203860,7 +203860,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12186), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -203930,7 +203930,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12204), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -203958,7 +203958,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12210), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -204000,7 +204000,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12220), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -204028,7 +204028,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12226), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -204042,7 +204042,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12228), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -204070,7 +204070,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12234), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -204084,7 +204084,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12236), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -204112,7 +204112,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12242), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -204154,7 +204154,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12252), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -204168,7 +204168,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12254), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -204182,7 +204182,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12256), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -204210,7 +204210,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12262), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -204224,7 +204224,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12264), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -204266,7 +204266,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12274), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -204280,7 +204280,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12276), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -204294,7 +204294,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12278), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -204308,7 +204308,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12280), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -204336,7 +204336,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12286), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -204350,7 +204350,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12288), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -204364,7 +204364,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12290), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -204378,7 +204378,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12292), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -204392,7 +204392,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12294), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -204420,7 +204420,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12300), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -204434,7 +204434,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12302), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -204476,7 +204476,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12312), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -204518,7 +204518,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12322), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -204574,7 +204574,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12336), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -204602,7 +204602,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12342), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -204630,7 +204630,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12346), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -204658,7 +204658,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12352), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -204700,7 +204700,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12362), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -204742,7 +204742,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12372), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -204770,7 +204770,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12376), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -204826,7 +204826,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12390), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -204854,7 +204854,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12396), 1, anon_sym_LPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -204882,7 +204882,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12402), 1, anon_sym_LPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -204924,7 +204924,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12410), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -204966,7 +204966,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12420), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -205008,7 +205008,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12430), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -205022,7 +205022,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12432), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -205064,7 +205064,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12442), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -205092,7 +205092,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12446), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -205120,7 +205120,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12452), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -205134,7 +205134,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12454), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -205148,7 +205148,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12456), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -205176,7 +205176,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12462), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -205190,7 +205190,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12464), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -205204,7 +205204,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12466), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -205218,7 +205218,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12468), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -205260,7 +205260,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12478), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -205288,7 +205288,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12484), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -205302,7 +205302,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12486), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -205344,7 +205344,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12496), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -205372,7 +205372,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12502), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -205386,7 +205386,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12504), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -205442,7 +205442,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12518), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -205470,7 +205470,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12522), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -205498,7 +205498,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12528), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -205554,7 +205554,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12542), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -205610,7 +205610,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12556), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -205652,7 +205652,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12566), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -205666,7 +205666,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12568), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -205680,7 +205680,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12570), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -205750,7 +205750,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12588), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -205764,7 +205764,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12590), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -205778,7 +205778,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12592), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -205834,7 +205834,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12604), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -205848,7 +205848,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12606), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -205876,7 +205876,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12612), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -205904,7 +205904,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12618), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -205918,7 +205918,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12620), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -205932,7 +205932,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12622), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -205960,7 +205960,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12628), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -206002,7 +206002,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12636), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -206016,7 +206016,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12638), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -206030,7 +206030,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12640), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -206072,7 +206072,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12650), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -206128,7 +206128,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12664), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -206142,7 +206142,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12666), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -206156,7 +206156,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12668), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -206184,7 +206184,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12672), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -206226,7 +206226,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12682), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -206240,7 +206240,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12684), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -206268,7 +206268,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12688), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -206282,7 +206282,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12690), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -206352,7 +206352,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12708), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -206366,7 +206366,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12710), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -206380,7 +206380,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_, ACTIONS(12712), 1, anon_sym_RPAREN, - ACTIONS(10917), 2, + ACTIONS(10913), 2, sym__ws, sym_comment, STATE(2903), 3, @@ -206462,7 +206462,7 @@ static const uint16_t ts_small_parse_table[] = { sym__ws, STATE(3908), 1, aux_sym_read_cond_lit_repeat1, - STATE(2945), 3, + STATE(2949), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -206664,7 +206664,7 @@ static const uint16_t ts_small_parse_table[] = { [195633] = 5, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, ACTIONS(12718), 1, sym__ws, @@ -206690,7 +206690,7 @@ static const uint16_t ts_small_parse_table[] = { [195669] = 5, ACTIONS(47), 1, sym_block_comment, - ACTIONS(4410), 1, + ACTIONS(4412), 1, anon_sym_LPAREN, ACTIONS(12762), 1, sym__ws, @@ -206709,7 +206709,7 @@ static const uint16_t ts_small_parse_table[] = { sym__ws, STATE(4038), 1, aux_sym_read_cond_lit_repeat1, - STATE(2953), 3, + STATE(2955), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -206794,7 +206794,7 @@ static const uint16_t ts_small_parse_table[] = { [195813] = 5, ACTIONS(47), 1, sym_block_comment, - ACTIONS(4410), 1, + ACTIONS(4412), 1, anon_sym_LPAREN, ACTIONS(12718), 1, sym__ws, @@ -206820,7 +206820,7 @@ static const uint16_t ts_small_parse_table[] = { [195849] = 5, ACTIONS(47), 1, sym_block_comment, - ACTIONS(4410), 1, + ACTIONS(4412), 1, anon_sym_LPAREN, ACTIONS(12780), 1, sym__ws, @@ -206898,7 +206898,7 @@ static const uint16_t ts_small_parse_table[] = { [195957] = 5, ACTIONS(47), 1, sym_block_comment, - ACTIONS(4410), 1, + ACTIONS(4412), 1, anon_sym_LPAREN, ACTIONS(12718), 1, sym__ws, @@ -206937,7 +206937,7 @@ static const uint16_t ts_small_parse_table[] = { [196011] = 5, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, ACTIONS(12718), 1, sym__ws, @@ -206956,7 +206956,7 @@ static const uint16_t ts_small_parse_table[] = { sym__ws, STATE(4038), 1, aux_sym_read_cond_lit_repeat1, - STATE(2953), 3, + STATE(2955), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -207080,7 +207080,7 @@ static const uint16_t ts_small_parse_table[] = { [196209] = 5, ACTIONS(47), 1, sym_block_comment, - ACTIONS(4410), 1, + ACTIONS(4412), 1, anon_sym_LPAREN, ACTIONS(12808), 1, sym__ws, @@ -207125,7 +207125,7 @@ static const uint16_t ts_small_parse_table[] = { sym__ws, STATE(3927), 1, aux_sym_read_cond_lit_repeat1, - STATE(2945), 3, + STATE(2949), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -207190,7 +207190,7 @@ static const uint16_t ts_small_parse_table[] = { sym__ws, STATE(3974), 1, aux_sym_read_cond_lit_repeat1, - STATE(1524), 3, + STATE(1505), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -207262,7 +207262,7 @@ static const uint16_t ts_small_parse_table[] = { [196461] = 5, ACTIONS(47), 1, sym_block_comment, - ACTIONS(4410), 1, + ACTIONS(4412), 1, anon_sym_LPAREN, ACTIONS(12718), 1, sym__ws, @@ -207301,7 +207301,7 @@ static const uint16_t ts_small_parse_table[] = { [196515] = 5, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, ACTIONS(12838), 1, sym__ws, @@ -207333,14 +207333,14 @@ static const uint16_t ts_small_parse_table[] = { sym__ws, STATE(3971), 1, aux_sym_read_cond_lit_repeat1, - STATE(3099), 3, + STATE(3054), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, [196569] = 5, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, ACTIONS(12844), 1, sym__ws, @@ -207379,7 +207379,7 @@ static const uint16_t ts_small_parse_table[] = { [196623] = 5, ACTIONS(47), 1, sym_block_comment, - ACTIONS(4410), 1, + ACTIONS(4412), 1, anon_sym_LPAREN, ACTIONS(12850), 1, sym__ws, @@ -207418,7 +207418,7 @@ static const uint16_t ts_small_parse_table[] = { [196677] = 5, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, ACTIONS(12854), 1, sym__ws, @@ -207567,7 +207567,7 @@ static const uint16_t ts_small_parse_table[] = { sym__ws, STATE(4038), 1, aux_sym_read_cond_lit_repeat1, - STATE(1504), 3, + STATE(1503), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -207580,7 +207580,7 @@ static const uint16_t ts_small_parse_table[] = { sym__ws, STATE(3993), 1, aux_sym_read_cond_lit_repeat1, - STATE(3099), 3, + STATE(3054), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -207619,14 +207619,14 @@ static const uint16_t ts_small_parse_table[] = { sym__ws, STATE(3995), 1, aux_sym_read_cond_lit_repeat1, - STATE(2945), 3, + STATE(2949), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, [196965] = 5, ACTIONS(47), 1, sym_block_comment, - ACTIONS(4410), 1, + ACTIONS(4412), 1, anon_sym_LPAREN, ACTIONS(12718), 1, sym__ws, @@ -207684,14 +207684,14 @@ static const uint16_t ts_small_parse_table[] = { sym__ws, STATE(3982), 1, aux_sym_read_cond_lit_repeat1, - STATE(1506), 3, + STATE(1509), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, [197055] = 5, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, ACTIONS(12718), 1, sym__ws, @@ -207749,7 +207749,7 @@ static const uint16_t ts_small_parse_table[] = { sym__ws, STATE(3997), 1, aux_sym_read_cond_lit_repeat1, - STATE(1503), 3, + STATE(1502), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -207782,7 +207782,7 @@ static const uint16_t ts_small_parse_table[] = { [197181] = 5, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, ACTIONS(12894), 1, sym__ws, @@ -207840,14 +207840,14 @@ static const uint16_t ts_small_parse_table[] = { sym__ws, STATE(4038), 1, aux_sym_read_cond_lit_repeat1, - STATE(2953), 3, + STATE(2955), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, [197271] = 5, ACTIONS(47), 1, sym_block_comment, - ACTIONS(1634), 1, + ACTIONS(1612), 1, anon_sym_LPAREN, ACTIONS(12718), 1, sym__ws, @@ -207866,7 +207866,7 @@ static const uint16_t ts_small_parse_table[] = { sym__ws, STATE(4038), 1, aux_sym_read_cond_lit_repeat1, - STATE(1501), 3, + STATE(1500), 3, sym__bare_list_lit, sym_defun, sym_loop_macro, @@ -207877,9 +207877,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_num_lit_token1, ACTIONS(8444), 1, anon_sym_SQUOTE, - ACTIONS(11010), 1, + ACTIONS(11004), 1, anon_sym_COMMA, - ACTIONS(11014), 1, + ACTIONS(11008), 1, aux_sym_format_directive_type_token11, STATE(3085), 2, sym__format_token, @@ -208186,7 +208186,7 @@ static const uint16_t ts_small_parse_table[] = { [197729] = 4, ACTIONS(47), 1, sym_block_comment, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, ACTIONS(12985), 1, anon_sym_EQ, @@ -208276,7 +208276,7 @@ static const uint16_t ts_small_parse_table[] = { [197859] = 4, ACTIONS(47), 1, sym_block_comment, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, ACTIONS(13008), 1, anon_sym_EQ, @@ -208330,7 +208330,7 @@ static const uint16_t ts_small_parse_table[] = { [197937] = 4, ACTIONS(47), 1, sym_block_comment, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, ACTIONS(13020), 1, anon_sym_EQ, @@ -208465,7 +208465,7 @@ static const uint16_t ts_small_parse_table[] = { [198132] = 4, ACTIONS(47), 1, sym_block_comment, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, ACTIONS(13050), 1, anon_sym_EQ, @@ -208483,7 +208483,7 @@ static const uint16_t ts_small_parse_table[] = { [198158] = 4, ACTIONS(47), 1, sym_block_comment, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, ACTIONS(13054), 1, anon_sym_EQ, @@ -208510,7 +208510,7 @@ static const uint16_t ts_small_parse_table[] = { [198197] = 4, ACTIONS(47), 1, sym_block_comment, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, ACTIONS(13060), 1, anon_sym_EQ, @@ -208600,7 +208600,7 @@ static const uint16_t ts_small_parse_table[] = { [198327] = 4, ACTIONS(47), 1, sym_block_comment, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, ACTIONS(13084), 1, anon_sym_EQ, @@ -208672,7 +208672,7 @@ static const uint16_t ts_small_parse_table[] = { [198431] = 4, ACTIONS(47), 1, sym_block_comment, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, ACTIONS(13098), 1, anon_sym_EQ, @@ -208699,7 +208699,7 @@ static const uint16_t ts_small_parse_table[] = { [198470] = 4, ACTIONS(47), 1, sym_block_comment, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, ACTIONS(13104), 1, anon_sym_EQ, @@ -208717,7 +208717,7 @@ static const uint16_t ts_small_parse_table[] = { [198496] = 4, ACTIONS(47), 1, sym_block_comment, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, ACTIONS(13108), 1, anon_sym_EQ, @@ -208726,7 +208726,7 @@ static const uint16_t ts_small_parse_table[] = { [198509] = 4, ACTIONS(47), 1, sym_block_comment, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, ACTIONS(13110), 1, anon_sym_EQ, @@ -208744,7 +208744,7 @@ static const uint16_t ts_small_parse_table[] = { [198535] = 4, ACTIONS(47), 1, sym_block_comment, - ACTIONS(190), 1, + ACTIONS(150), 1, aux_sym_sym_lit_token1, ACTIONS(13114), 1, anon_sym_EQ, @@ -208831,7 +208831,7 @@ static const uint16_t ts_small_parse_table[] = { sym_block_comment, ACTIONS(10448), 1, aux_sym_sym_lit_token1, - STATE(2965), 1, + STATE(2972), 1, sym_sym_lit, [198667] = 3, ACTIONS(47), 1, @@ -208880,14 +208880,14 @@ static const uint16_t ts_small_parse_table[] = { sym_block_comment, ACTIONS(13144), 1, aux_sym_sym_lit_token1, - STATE(2822), 1, + STATE(2821), 1, sym_kwd_symbol, [198737] = 3, ACTIONS(47), 1, sym_block_comment, ACTIONS(13146), 1, aux_sym_sym_lit_token1, - STATE(1526), 1, + STATE(1507), 1, sym_kwd_symbol, [198747] = 3, ACTIONS(47), 1, @@ -208908,7 +208908,7 @@ static const uint16_t ts_small_parse_table[] = { sym_block_comment, ACTIONS(10452), 1, aux_sym_sym_lit_token1, - STATE(2965), 1, + STATE(2972), 1, sym_sym_lit, [198777] = 3, ACTIONS(47), 1, @@ -209945,10 +209945,10 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1183)] = 90827, [SMALL_STATE(1184)] = 90887, [SMALL_STATE(1185)] = 90947, - [SMALL_STATE(1186)] = 91007, - [SMALL_STATE(1187)] = 91067, - [SMALL_STATE(1188)] = 91127, - [SMALL_STATE(1189)] = 91191, + [SMALL_STATE(1186)] = 91011, + [SMALL_STATE(1187)] = 91075, + [SMALL_STATE(1188)] = 91135, + [SMALL_STATE(1189)] = 91195, [SMALL_STATE(1190)] = 91255, [SMALL_STATE(1191)] = 91315, [SMALL_STATE(1192)] = 91375, @@ -210740,39 +210740,39 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1978)] = 136730, [SMALL_STATE(1979)] = 136772, [SMALL_STATE(1980)] = 136813, - [SMALL_STATE(1981)] = 136858, - [SMALL_STATE(1982)] = 136899, - [SMALL_STATE(1983)] = 136940, - [SMALL_STATE(1984)] = 136981, - [SMALL_STATE(1985)] = 137026, - [SMALL_STATE(1986)] = 137067, + [SMALL_STATE(1981)] = 136854, + [SMALL_STATE(1982)] = 136895, + [SMALL_STATE(1983)] = 136936, + [SMALL_STATE(1984)] = 136977, + [SMALL_STATE(1985)] = 137022, + [SMALL_STATE(1986)] = 137063, [SMALL_STATE(1987)] = 137108, [SMALL_STATE(1988)] = 137149, [SMALL_STATE(1989)] = 137194, [SMALL_STATE(1990)] = 137239, [SMALL_STATE(1991)] = 137284, [SMALL_STATE(1992)] = 137325, - [SMALL_STATE(1993)] = 137366, - [SMALL_STATE(1994)] = 137407, - [SMALL_STATE(1995)] = 137452, - [SMALL_STATE(1996)] = 137493, - [SMALL_STATE(1997)] = 137534, - [SMALL_STATE(1998)] = 137579, - [SMALL_STATE(1999)] = 137620, - [SMALL_STATE(2000)] = 137661, - [SMALL_STATE(2001)] = 137702, - [SMALL_STATE(2002)] = 137743, - [SMALL_STATE(2003)] = 137784, - [SMALL_STATE(2004)] = 137825, - [SMALL_STATE(2005)] = 137866, - [SMALL_STATE(2006)] = 137907, - [SMALL_STATE(2007)] = 137966, - [SMALL_STATE(2008)] = 138007, - [SMALL_STATE(2009)] = 138048, - [SMALL_STATE(2010)] = 138089, - [SMALL_STATE(2011)] = 138130, + [SMALL_STATE(1993)] = 137370, + [SMALL_STATE(1994)] = 137411, + [SMALL_STATE(1995)] = 137456, + [SMALL_STATE(1996)] = 137497, + [SMALL_STATE(1997)] = 137538, + [SMALL_STATE(1998)] = 137583, + [SMALL_STATE(1999)] = 137624, + [SMALL_STATE(2000)] = 137665, + [SMALL_STATE(2001)] = 137706, + [SMALL_STATE(2002)] = 137747, + [SMALL_STATE(2003)] = 137788, + [SMALL_STATE(2004)] = 137829, + [SMALL_STATE(2005)] = 137870, + [SMALL_STATE(2006)] = 137911, + [SMALL_STATE(2007)] = 137970, + [SMALL_STATE(2008)] = 138011, + [SMALL_STATE(2009)] = 138052, + [SMALL_STATE(2010)] = 138093, + [SMALL_STATE(2011)] = 138134, [SMALL_STATE(2012)] = 138175, - [SMALL_STATE(2013)] = 138220, + [SMALL_STATE(2013)] = 138216, [SMALL_STATE(2014)] = 138261, [SMALL_STATE(2015)] = 138302, [SMALL_STATE(2016)] = 138343, @@ -210795,15 +210795,15 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(2033)] = 139044, [SMALL_STATE(2034)] = 139085, [SMALL_STATE(2035)] = 139126, - [SMALL_STATE(2036)] = 139166, - [SMALL_STATE(2037)] = 139206, - [SMALL_STATE(2038)] = 139256, - [SMALL_STATE(2039)] = 139296, - [SMALL_STATE(2040)] = 139336, - [SMALL_STATE(2041)] = 139376, - [SMALL_STATE(2042)] = 139416, - [SMALL_STATE(2043)] = 139456, - [SMALL_STATE(2044)] = 139496, + [SMALL_STATE(2036)] = 139176, + [SMALL_STATE(2037)] = 139216, + [SMALL_STATE(2038)] = 139266, + [SMALL_STATE(2039)] = 139306, + [SMALL_STATE(2040)] = 139346, + [SMALL_STATE(2041)] = 139386, + [SMALL_STATE(2042)] = 139426, + [SMALL_STATE(2043)] = 139466, + [SMALL_STATE(2044)] = 139506, [SMALL_STATE(2045)] = 139546, [SMALL_STATE(2046)] = 139589, [SMALL_STATE(2047)] = 139626, @@ -211571,7 +211571,7 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(2809)] = 170871, [SMALL_STATE(2810)] = 170900, [SMALL_STATE(2811)] = 170963, - [SMALL_STATE(2812)] = 170992, + [SMALL_STATE(2812)] = 171026, [SMALL_STATE(2813)] = 171055, [SMALL_STATE(2814)] = 171118, [SMALL_STATE(2815)] = 171147, @@ -211581,8 +211581,8 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(2819)] = 171297, [SMALL_STATE(2820)] = 171326, [SMALL_STATE(2821)] = 171355, - [SMALL_STATE(2822)] = 171418, - [SMALL_STATE(2823)] = 171447, + [SMALL_STATE(2822)] = 171384, + [SMALL_STATE(2823)] = 171413, [SMALL_STATE(2824)] = 171476, [SMALL_STATE(2825)] = 171505, [SMALL_STATE(2826)] = 171534, @@ -211590,16 +211590,16 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(2828)] = 171626, [SMALL_STATE(2829)] = 171689, [SMALL_STATE(2830)] = 171718, - [SMALL_STATE(2831)] = 171781, - [SMALL_STATE(2832)] = 171810, - [SMALL_STATE(2833)] = 171873, - [SMALL_STATE(2834)] = 171936, - [SMALL_STATE(2835)] = 171999, - [SMALL_STATE(2836)] = 172028, - [SMALL_STATE(2837)] = 172057, - [SMALL_STATE(2838)] = 172086, - [SMALL_STATE(2839)] = 172115, - [SMALL_STATE(2840)] = 172178, + [SMALL_STATE(2831)] = 171747, + [SMALL_STATE(2832)] = 171776, + [SMALL_STATE(2833)] = 171839, + [SMALL_STATE(2834)] = 171902, + [SMALL_STATE(2835)] = 171965, + [SMALL_STATE(2836)] = 171994, + [SMALL_STATE(2837)] = 172023, + [SMALL_STATE(2838)] = 172052, + [SMALL_STATE(2839)] = 172081, + [SMALL_STATE(2840)] = 172144, [SMALL_STATE(2841)] = 172207, [SMALL_STATE(2842)] = 172270, [SMALL_STATE(2843)] = 172299, @@ -211728,12 +211728,12 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(2966)] = 175959, [SMALL_STATE(2967)] = 175980, [SMALL_STATE(2968)] = 176001, - [SMALL_STATE(2969)] = 176026, - [SMALL_STATE(2970)] = 176051, - [SMALL_STATE(2971)] = 176076, - [SMALL_STATE(2972)] = 176097, - [SMALL_STATE(2973)] = 176122, - [SMALL_STATE(2974)] = 176143, + [SMALL_STATE(2969)] = 176022, + [SMALL_STATE(2970)] = 176047, + [SMALL_STATE(2971)] = 176072, + [SMALL_STATE(2972)] = 176093, + [SMALL_STATE(2973)] = 176114, + [SMALL_STATE(2974)] = 176139, [SMALL_STATE(2975)] = 176164, [SMALL_STATE(2976)] = 176185, [SMALL_STATE(2977)] = 176206, @@ -211744,8 +211744,8 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(2982)] = 176311, [SMALL_STATE(2983)] = 176336, [SMALL_STATE(2984)] = 176357, - [SMALL_STATE(2985)] = 176384, - [SMALL_STATE(2986)] = 176405, + [SMALL_STATE(2985)] = 176378, + [SMALL_STATE(2986)] = 176399, [SMALL_STATE(2987)] = 176426, [SMALL_STATE(2988)] = 176447, [SMALL_STATE(2989)] = 176468, @@ -211760,85 +211760,85 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(2998)] = 176657, [SMALL_STATE(2999)] = 176678, [SMALL_STATE(3000)] = 176698, - [SMALL_STATE(3001)] = 176727, + [SMALL_STATE(3001)] = 176731, [SMALL_STATE(3002)] = 176760, [SMALL_STATE(3003)] = 176793, [SMALL_STATE(3004)] = 176822, [SMALL_STATE(3005)] = 176851, [SMALL_STATE(3006)] = 176884, [SMALL_STATE(3007)] = 176913, - [SMALL_STATE(3008)] = 176946, - [SMALL_STATE(3009)] = 176975, - [SMALL_STATE(3010)] = 177008, - [SMALL_STATE(3011)] = 177041, - [SMALL_STATE(3012)] = 177074, - [SMALL_STATE(3013)] = 177103, - [SMALL_STATE(3014)] = 177136, - [SMALL_STATE(3015)] = 177169, - [SMALL_STATE(3016)] = 177202, - [SMALL_STATE(3017)] = 177235, - [SMALL_STATE(3018)] = 177264, - [SMALL_STATE(3019)] = 177297, - [SMALL_STATE(3020)] = 177330, - [SMALL_STATE(3021)] = 177359, - [SMALL_STATE(3022)] = 177388, + [SMALL_STATE(3008)] = 176942, + [SMALL_STATE(3009)] = 176971, + [SMALL_STATE(3010)] = 177004, + [SMALL_STATE(3011)] = 177037, + [SMALL_STATE(3012)] = 177066, + [SMALL_STATE(3013)] = 177099, + [SMALL_STATE(3014)] = 177132, + [SMALL_STATE(3015)] = 177165, + [SMALL_STATE(3016)] = 177194, + [SMALL_STATE(3017)] = 177227, + [SMALL_STATE(3018)] = 177260, + [SMALL_STATE(3019)] = 177293, + [SMALL_STATE(3020)] = 177322, + [SMALL_STATE(3021)] = 177355, + [SMALL_STATE(3022)] = 177384, [SMALL_STATE(3023)] = 177417, [SMALL_STATE(3024)] = 177450, [SMALL_STATE(3025)] = 177483, [SMALL_STATE(3026)] = 177512, - [SMALL_STATE(3027)] = 177533, - [SMALL_STATE(3028)] = 177566, - [SMALL_STATE(3029)] = 177595, - [SMALL_STATE(3030)] = 177624, - [SMALL_STATE(3031)] = 177657, - [SMALL_STATE(3032)] = 177686, - [SMALL_STATE(3033)] = 177715, - [SMALL_STATE(3034)] = 177744, - [SMALL_STATE(3035)] = 177777, - [SMALL_STATE(3036)] = 177810, - [SMALL_STATE(3037)] = 177839, - [SMALL_STATE(3038)] = 177868, - [SMALL_STATE(3039)] = 177901, - [SMALL_STATE(3040)] = 177922, - [SMALL_STATE(3041)] = 177955, - [SMALL_STATE(3042)] = 177984, - [SMALL_STATE(3043)] = 178005, - [SMALL_STATE(3044)] = 178034, + [SMALL_STATE(3027)] = 177545, + [SMALL_STATE(3028)] = 177574, + [SMALL_STATE(3029)] = 177603, + [SMALL_STATE(3030)] = 177636, + [SMALL_STATE(3031)] = 177665, + [SMALL_STATE(3032)] = 177698, + [SMALL_STATE(3033)] = 177727, + [SMALL_STATE(3034)] = 177756, + [SMALL_STATE(3035)] = 177789, + [SMALL_STATE(3036)] = 177818, + [SMALL_STATE(3037)] = 177847, + [SMALL_STATE(3038)] = 177876, + [SMALL_STATE(3039)] = 177909, + [SMALL_STATE(3040)] = 177930, + [SMALL_STATE(3041)] = 177963, + [SMALL_STATE(3042)] = 177992, + [SMALL_STATE(3043)] = 178021, + [SMALL_STATE(3044)] = 178042, [SMALL_STATE(3045)] = 178063, [SMALL_STATE(3046)] = 178096, [SMALL_STATE(3047)] = 178125, [SMALL_STATE(3048)] = 178158, [SMALL_STATE(3049)] = 178191, - [SMALL_STATE(3050)] = 178220, - [SMALL_STATE(3051)] = 178249, - [SMALL_STATE(3052)] = 178278, + [SMALL_STATE(3050)] = 178224, + [SMALL_STATE(3051)] = 178253, + [SMALL_STATE(3052)] = 178282, [SMALL_STATE(3053)] = 178311, - [SMALL_STATE(3054)] = 178341, - [SMALL_STATE(3055)] = 178359, - [SMALL_STATE(3056)] = 178377, - [SMALL_STATE(3057)] = 178395, - [SMALL_STATE(3058)] = 178413, - [SMALL_STATE(3059)] = 178431, - [SMALL_STATE(3060)] = 178449, - [SMALL_STATE(3061)] = 178479, - [SMALL_STATE(3062)] = 178497, - [SMALL_STATE(3063)] = 178515, - [SMALL_STATE(3064)] = 178533, - [SMALL_STATE(3065)] = 178551, - [SMALL_STATE(3066)] = 178581, - [SMALL_STATE(3067)] = 178611, - [SMALL_STATE(3068)] = 178629, - [SMALL_STATE(3069)] = 178647, - [SMALL_STATE(3070)] = 178665, - [SMALL_STATE(3071)] = 178683, - [SMALL_STATE(3072)] = 178713, - [SMALL_STATE(3073)] = 178743, - [SMALL_STATE(3074)] = 178773, - [SMALL_STATE(3075)] = 178791, - [SMALL_STATE(3076)] = 178821, - [SMALL_STATE(3077)] = 178841, - [SMALL_STATE(3078)] = 178861, - [SMALL_STATE(3079)] = 178881, + [SMALL_STATE(3054)] = 178331, + [SMALL_STATE(3055)] = 178349, + [SMALL_STATE(3056)] = 178367, + [SMALL_STATE(3057)] = 178385, + [SMALL_STATE(3058)] = 178403, + [SMALL_STATE(3059)] = 178421, + [SMALL_STATE(3060)] = 178439, + [SMALL_STATE(3061)] = 178457, + [SMALL_STATE(3062)] = 178475, + [SMALL_STATE(3063)] = 178493, + [SMALL_STATE(3064)] = 178511, + [SMALL_STATE(3065)] = 178529, + [SMALL_STATE(3066)] = 178547, + [SMALL_STATE(3067)] = 178577, + [SMALL_STATE(3068)] = 178607, + [SMALL_STATE(3069)] = 178625, + [SMALL_STATE(3070)] = 178655, + [SMALL_STATE(3071)] = 178673, + [SMALL_STATE(3072)] = 178703, + [SMALL_STATE(3073)] = 178725, + [SMALL_STATE(3074)] = 178755, + [SMALL_STATE(3075)] = 178785, + [SMALL_STATE(3076)] = 178803, + [SMALL_STATE(3077)] = 178823, + [SMALL_STATE(3078)] = 178853, + [SMALL_STATE(3079)] = 178873, [SMALL_STATE(3080)] = 178903, [SMALL_STATE(3081)] = 178933, [SMALL_STATE(3082)] = 178951, @@ -211852,19 +211852,19 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(3090)] = 179103, [SMALL_STATE(3091)] = 179133, [SMALL_STATE(3092)] = 179151, - [SMALL_STATE(3093)] = 179169, - [SMALL_STATE(3094)] = 179187, - [SMALL_STATE(3095)] = 179209, - [SMALL_STATE(3096)] = 179227, - [SMALL_STATE(3097)] = 179245, - [SMALL_STATE(3098)] = 179263, - [SMALL_STATE(3099)] = 179281, - [SMALL_STATE(3100)] = 179299, - [SMALL_STATE(3101)] = 179317, - [SMALL_STATE(3102)] = 179345, + [SMALL_STATE(3093)] = 179179, + [SMALL_STATE(3094)] = 179197, + [SMALL_STATE(3095)] = 179219, + [SMALL_STATE(3096)] = 179237, + [SMALL_STATE(3097)] = 179255, + [SMALL_STATE(3098)] = 179273, + [SMALL_STATE(3099)] = 179291, + [SMALL_STATE(3100)] = 179309, + [SMALL_STATE(3101)] = 179327, + [SMALL_STATE(3102)] = 179357, [SMALL_STATE(3103)] = 179375, [SMALL_STATE(3104)] = 179405, - [SMALL_STATE(3105)] = 179436, + [SMALL_STATE(3105)] = 179430, [SMALL_STATE(3106)] = 179461, [SMALL_STATE(3107)] = 179492, [SMALL_STATE(3108)] = 179517, @@ -212943,7 +212943,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2758), [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2757), [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3030), + [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3026), [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3943), [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3946), [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), @@ -212968,7 +212968,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2440), [83] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 84), REDUCE(sym_with_clause, 6, .production_id = 86), SHIFT(2758), [87] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 84), REDUCE(sym_with_clause, 6, .production_id = 86), SHIFT(2757), - [91] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 84), REDUCE(sym_with_clause, 6, .production_id = 86), SHIFT(279), + [91] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 84), REDUCE(sym_with_clause, 6, .production_id = 86), SHIFT(287), [95] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 84), REDUCE(sym_with_clause, 6, .production_id = 86), [98] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3023), [100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3987), @@ -212978,301 +212978,301 @@ static const TSParseActionEntry ts_parse_actions[] = { [108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), [110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), [112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(898), - [114] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 84), REDUCE(sym_with_clause, 6, .production_id = 86), SHIFT(2663), + [114] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 84), REDUCE(sym_with_clause, 6, .production_id = 86), SHIFT(2658), [118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(265), [120] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 84), REDUCE(sym_with_clause, 6, .production_id = 86), [123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4124), [125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), [127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), [129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3544), - [131] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 87), REDUCE(sym_with_clause, 6, .production_id = 88), SHIFT(990), - [135] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 87), REDUCE(sym_with_clause, 6, .production_id = 88), SHIFT(638), - [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2276), - [141] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 87), REDUCE(sym_with_clause, 6, .production_id = 88), SHIFT(4035), - [145] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 87), REDUCE(sym_with_clause, 6, .production_id = 88), SHIFT(2758), - [149] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 87), REDUCE(sym_with_clause, 6, .production_id = 88), SHIFT(2757), - [153] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 87), REDUCE(sym_with_clause, 6, .production_id = 88), SHIFT(279), - [157] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 87), REDUCE(sym_with_clause, 6, .production_id = 88), - [160] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 87), REDUCE(sym_with_clause, 6, .production_id = 88), SHIFT(2664), - [164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(264), - [166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 87), REDUCE(sym_with_clause, 6, .production_id = 88), - [169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), - [171] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 68), SHIFT(15), - [174] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 68), SHIFT(638), - [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(989), - [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14), - [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(996), - [183] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 68), SHIFT(4046), - [186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4118), - [188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3994), - [190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1083), - [192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 68), SHIFT(2758), - [195] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 68), SHIFT(2757), - [198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 68), SHIFT(285), - [201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 68), - [203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3014), - [205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3913), - [207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3910), - [209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), - [211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), - [213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), - [215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), - [217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(624), - [219] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 68), SHIFT(1119), - [222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(102), - [224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 68), - [226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4153), - [228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), - [232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3522), - [234] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 68), SHIFT(13), - [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12), - [239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 68), SHIFT(4072), - [242] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 68), SHIFT(1116), - [245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(90), - [247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 52), SHIFT(990), - [252] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 52), SHIFT(638), - [255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11), - [257] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 52), SHIFT(4054), - [260] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 52), SHIFT(2758), - [263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 52), SHIFT(2757), - [266] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 52), SHIFT(285), - [269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 52), - [271] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 52), SHIFT(1115), - [274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(82), - [276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 52), - [278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), - [280] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 66), REDUCE(sym_with_clause, 4, .production_id = 67), SHIFT(10), - [284] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 66), REDUCE(sym_with_clause, 4, .production_id = 67), SHIFT(638), - [288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2503), - [290] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 66), REDUCE(sym_with_clause, 4, .production_id = 67), SHIFT(4066), - [294] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 66), REDUCE(sym_with_clause, 4, .production_id = 67), SHIFT(2758), - [298] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 66), REDUCE(sym_with_clause, 4, .production_id = 67), SHIFT(2757), - [302] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 66), REDUCE(sym_with_clause, 4, .production_id = 67), SHIFT(279), - [306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 66), REDUCE(sym_with_clause, 4, .production_id = 67), - [309] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 66), REDUCE(sym_with_clause, 4, .production_id = 67), SHIFT(2669), - [313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(78), - [315] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 66), REDUCE(sym_with_clause, 4, .production_id = 67), - [318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), - [320] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 66), REDUCE(sym_with_clause, 4, .production_id = 67), SHIFT(18), - [324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2510), - [326] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 66), REDUCE(sym_with_clause, 4, .production_id = 67), SHIFT(4030), - [330] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 66), REDUCE(sym_with_clause, 4, .production_id = 67), SHIFT(2665), - [334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(124), - [336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), - [338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19), - [340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 52), SHIFT(4049), - [343] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 52), SHIFT(1121), - [346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(127), - [348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [350] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 66), REDUCE(sym_with_clause, 5, .production_id = 67), SHIFT(990), - [354] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 66), REDUCE(sym_with_clause, 5, .production_id = 67), SHIFT(638), - [358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2397), - [360] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 66), REDUCE(sym_with_clause, 5, .production_id = 67), SHIFT(4083), - [364] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 66), REDUCE(sym_with_clause, 5, .production_id = 67), SHIFT(2758), - [368] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 66), REDUCE(sym_with_clause, 5, .production_id = 67), SHIFT(2757), - [372] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 66), REDUCE(sym_with_clause, 5, .production_id = 67), SHIFT(279), - [376] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 66), REDUCE(sym_with_clause, 5, .production_id = 67), - [379] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 66), REDUCE(sym_with_clause, 5, .production_id = 67), SHIFT(2655), - [383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(136), - [385] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 66), REDUCE(sym_with_clause, 5, .production_id = 67), - [388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), - [390] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 84), REDUCE(sym_with_clause, 5, .production_id = 86), SHIFT(2), - [394] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 84), REDUCE(sym_with_clause, 5, .production_id = 86), SHIFT(638), - [398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2392), - [400] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 84), REDUCE(sym_with_clause, 5, .production_id = 86), SHIFT(4095), - [404] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 84), REDUCE(sym_with_clause, 5, .production_id = 86), SHIFT(2758), - [408] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 84), REDUCE(sym_with_clause, 5, .production_id = 86), SHIFT(2757), - [412] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 84), REDUCE(sym_with_clause, 5, .production_id = 86), SHIFT(279), - [416] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 84), REDUCE(sym_with_clause, 5, .production_id = 86), - [419] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 84), REDUCE(sym_with_clause, 5, .production_id = 86), SHIFT(2652), - [423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(151), - [425] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 84), REDUCE(sym_with_clause, 5, .production_id = 86), - [428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2392), - [430] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 87), REDUCE(sym_with_clause, 5, .production_id = 88), SHIFT(3), - [434] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 87), REDUCE(sym_with_clause, 5, .production_id = 88), SHIFT(638), - [438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2387), - [440] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 87), REDUCE(sym_with_clause, 5, .production_id = 88), SHIFT(4074), - [444] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 87), REDUCE(sym_with_clause, 5, .production_id = 88), SHIFT(2758), - [448] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 87), REDUCE(sym_with_clause, 5, .production_id = 88), SHIFT(2757), - [452] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 87), REDUCE(sym_with_clause, 5, .production_id = 88), SHIFT(279), - [456] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 87), REDUCE(sym_with_clause, 5, .production_id = 88), - [459] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 87), REDUCE(sym_with_clause, 5, .production_id = 88), SHIFT(2650), - [463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(155), - [465] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 87), REDUCE(sym_with_clause, 5, .production_id = 88), - [468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2387), - [470] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 68), SHIFT(990), - [473] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 68), SHIFT(638), - [476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(23), - [478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 68), SHIFT(4071), - [481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 68), SHIFT(2758), - [484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 68), SHIFT(2757), - [487] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 68), SHIFT(285), - [490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 68), - [492] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 68), SHIFT(1125), - [495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(159), - [497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 68), - [499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [501] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 87), REDUCE(sym_with_clause, 5, .production_id = 88), SHIFT(27), - [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2378), - [507] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 87), REDUCE(sym_with_clause, 5, .production_id = 88), SHIFT(4061), - [511] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 87), REDUCE(sym_with_clause, 5, .production_id = 88), SHIFT(2654), - [515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), - [517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2378), - [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(28), - [521] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 68), SHIFT(4059), - [524] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 68), SHIFT(1129), - [527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), - [529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [531] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(908), - [534] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(742), - [537] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(977), - [540] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(994), - [543] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(1114), - [546] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(4101), - [549] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(4101), - [552] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(3904), - [555] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(1184), - [558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(2758), - [561] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(2757), - [564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(284), - [567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), - [569] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(3047), - [572] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(3907), - [575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(3937), - [578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(516), - [581] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(515), - [584] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(514), - [587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(575), - [590] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(574), - [593] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(1188), - [596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), - [598] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(4150), - [601] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(994), - [604] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(659), - [607] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(3514), - [610] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 70), REDUCE(sym_with_clause, 5, .production_id = 72), SHIFT(990), - [614] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 70), REDUCE(sym_with_clause, 5, .production_id = 72), SHIFT(638), - [618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2356), - [620] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 70), REDUCE(sym_with_clause, 5, .production_id = 72), SHIFT(4043), - [624] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 70), REDUCE(sym_with_clause, 5, .production_id = 72), SHIFT(2758), - [628] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 70), REDUCE(sym_with_clause, 5, .production_id = 72), SHIFT(2757), - [632] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 70), REDUCE(sym_with_clause, 5, .production_id = 72), SHIFT(279), - [636] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 70), REDUCE(sym_with_clause, 5, .production_id = 72), - [639] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 70), REDUCE(sym_with_clause, 5, .production_id = 72), SHIFT(2651), - [643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212), - [645] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 70), REDUCE(sym_with_clause, 5, .production_id = 72), - [648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), - [650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2258), - [652] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 66), REDUCE(sym_with_clause, 5, .production_id = 67), SHIFT(4092), - [656] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 66), REDUCE(sym_with_clause, 5, .production_id = 67), SHIFT(2661), - [660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(226), - [662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2258), - [664] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 84), REDUCE(sym_with_clause, 5, .production_id = 86), SHIFT(34), - [668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2342), - [670] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 84), REDUCE(sym_with_clause, 5, .production_id = 86), SHIFT(4084), - [674] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 84), REDUCE(sym_with_clause, 5, .production_id = 86), SHIFT(2673), - [678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(241), - [680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), - [682] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 107), REDUCE(sym_with_clause, 7, .production_id = 109), SHIFT(990), - [686] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 107), REDUCE(sym_with_clause, 7, .production_id = 109), SHIFT(638), - [690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2134), - [692] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 107), REDUCE(sym_with_clause, 7, .production_id = 109), SHIFT(4082), - [696] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 107), REDUCE(sym_with_clause, 7, .production_id = 109), SHIFT(2758), - [700] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 107), REDUCE(sym_with_clause, 7, .production_id = 109), SHIFT(2757), - [704] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 107), REDUCE(sym_with_clause, 7, .production_id = 109), SHIFT(279), - [708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 107), REDUCE(sym_with_clause, 7, .production_id = 109), - [711] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 107), REDUCE(sym_with_clause, 7, .production_id = 109), SHIFT(2660), - [715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(134), - [717] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 107), REDUCE(sym_with_clause, 7, .production_id = 109), - [720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), - [722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_clause, 4, .production_id = 68), - [724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(977), - [726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(994), - [728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1114), - [730] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_clause, 4, .production_id = 68), - [732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4101), - [734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3904), - [736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1184), - [738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3047), - [740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3907), - [742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3937), - [744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), - [748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), - [752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(574), - [754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4150), - [756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), - [758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), - [760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3514), - [762] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 89), SHIFT(30), - [765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 89), SHIFT(638), - [768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(29), - [770] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 89), SHIFT(4058), - [773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 89), SHIFT(2758), - [776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 89), SHIFT(2757), - [779] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 89), SHIFT(285), - [782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 89), - [784] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 89), SHIFT(1131), - [787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192), - [789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 89), - [791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [793] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 107), REDUCE(sym_with_clause, 6, .production_id = 109), SHIFT(35), - [797] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 107), REDUCE(sym_with_clause, 6, .production_id = 109), SHIFT(638), - [801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2271), - [803] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 107), REDUCE(sym_with_clause, 6, .production_id = 109), SHIFT(4044), - [807] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 107), REDUCE(sym_with_clause, 6, .production_id = 109), SHIFT(2758), - [811] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 107), REDUCE(sym_with_clause, 6, .production_id = 109), SHIFT(2757), - [815] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 107), REDUCE(sym_with_clause, 6, .production_id = 109), SHIFT(279), - [819] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 107), REDUCE(sym_with_clause, 6, .production_id = 109), - [822] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 107), REDUCE(sym_with_clause, 6, .production_id = 109), SHIFT(2658), - [826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(258), - [828] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 107), REDUCE(sym_with_clause, 6, .production_id = 109), - [831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), - [833] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 52), SHIFT(9), - [836] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 52), SHIFT(638), - [839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8), - [841] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 3, .production_id = 52), SHIFT(4034), - [844] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 52), SHIFT(2758), - [847] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 52), SHIFT(2757), - [850] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 52), SHIFT(285), - [853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 52), - [855] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 3, .production_id = 52), SHIFT(1112), - [858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(70), - [860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 3, .production_id = 52), - [862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [864] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 40), SHIFT(990), - [867] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 40), SHIFT(638), - [870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(31), - [872] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 3, .production_id = 40), SHIFT(4026), - [875] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 40), SHIFT(2758), - [878] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 40), SHIFT(2757), - [881] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 40), SHIFT(285), - [884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 40), - [886] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 3, .production_id = 40), SHIFT(1092), - [889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(47), - [891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 3, .production_id = 40), - [893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [895] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 54), REDUCE(sym_with_clause, 3, .production_id = 55), SHIFT(41), - [899] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 54), REDUCE(sym_with_clause, 3, .production_id = 55), SHIFT(638), - [903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2430), - [905] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 3, .production_id = 54), REDUCE(sym_with_clause, 3, .production_id = 55), SHIFT(4027), - [909] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 54), REDUCE(sym_with_clause, 3, .production_id = 55), SHIFT(2758), - [913] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 54), REDUCE(sym_with_clause, 3, .production_id = 55), SHIFT(2757), - [917] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 54), REDUCE(sym_with_clause, 3, .production_id = 55), SHIFT(279), - [921] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 54), REDUCE(sym_with_clause, 3, .production_id = 55), - [924] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 3, .production_id = 54), REDUCE(sym_with_clause, 3, .production_id = 55), SHIFT(2653), - [928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(49), - [930] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 3, .production_id = 54), REDUCE(sym_with_clause, 3, .production_id = 55), - [933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2430), - [935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2261), - [937] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 87), REDUCE(sym_with_clause, 6, .production_id = 88), SHIFT(4057), - [941] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 87), REDUCE(sym_with_clause, 6, .production_id = 88), SHIFT(2662), - [945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(242), - [947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), - [949] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 107), REDUCE(sym_with_clause, 6, .production_id = 109), SHIFT(20), + [131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 89), SHIFT(30), + [134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 89), SHIFT(638), + [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(989), + [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(29), + [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(996), + [143] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 89), SHIFT(4058), + [146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4118), + [148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3994), + [150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1083), + [152] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 89), SHIFT(2758), + [155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 89), SHIFT(2757), + [158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 89), SHIFT(285), + [161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 89), + [163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3016), + [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3913), + [167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3910), + [169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), + [171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), + [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(624), + [179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 89), SHIFT(1131), + [182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192), + [184] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 89), + [186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4153), + [188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), + [192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3522), + [194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 68), SHIFT(15), + [197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 68), SHIFT(638), + [200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14), + [202] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 68), SHIFT(4046), + [205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 68), SHIFT(2758), + [208] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 68), SHIFT(2757), + [211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 68), SHIFT(285), + [214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 68), + [216] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 68), SHIFT(1119), + [219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(102), + [221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 68), + [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 68), SHIFT(13), + [228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12), + [230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 68), SHIFT(4072), + [233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 68), SHIFT(1116), + [236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(90), + [238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 52), SHIFT(990), + [243] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 52), SHIFT(638), + [246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11), + [248] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 52), SHIFT(4054), + [251] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 52), SHIFT(2758), + [254] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 52), SHIFT(2757), + [257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 52), SHIFT(285), + [260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 52), + [262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 52), SHIFT(1115), + [265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(82), + [267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 52), + [269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [271] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 66), REDUCE(sym_with_clause, 4, .production_id = 67), SHIFT(10), + [275] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 66), REDUCE(sym_with_clause, 4, .production_id = 67), SHIFT(638), + [279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2503), + [281] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 66), REDUCE(sym_with_clause, 4, .production_id = 67), SHIFT(4066), + [285] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 66), REDUCE(sym_with_clause, 4, .production_id = 67), SHIFT(2758), + [289] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 66), REDUCE(sym_with_clause, 4, .production_id = 67), SHIFT(2757), + [293] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 66), REDUCE(sym_with_clause, 4, .production_id = 67), SHIFT(287), + [297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 66), REDUCE(sym_with_clause, 4, .production_id = 67), + [300] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 66), REDUCE(sym_with_clause, 4, .production_id = 67), SHIFT(2669), + [304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(78), + [306] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 66), REDUCE(sym_with_clause, 4, .production_id = 67), + [309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), + [311] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 66), REDUCE(sym_with_clause, 4, .production_id = 67), SHIFT(18), + [315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2510), + [317] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 66), REDUCE(sym_with_clause, 4, .production_id = 67), SHIFT(4030), + [321] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 66), REDUCE(sym_with_clause, 4, .production_id = 67), SHIFT(2665), + [325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(124), + [327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), + [329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19), + [331] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 52), SHIFT(4049), + [334] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 52), SHIFT(1121), + [337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(127), + [339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [341] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 66), REDUCE(sym_with_clause, 5, .production_id = 67), SHIFT(990), + [345] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 66), REDUCE(sym_with_clause, 5, .production_id = 67), SHIFT(638), + [349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2397), + [351] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 66), REDUCE(sym_with_clause, 5, .production_id = 67), SHIFT(4083), + [355] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 66), REDUCE(sym_with_clause, 5, .production_id = 67), SHIFT(2758), + [359] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 66), REDUCE(sym_with_clause, 5, .production_id = 67), SHIFT(2757), + [363] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 66), REDUCE(sym_with_clause, 5, .production_id = 67), SHIFT(287), + [367] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 66), REDUCE(sym_with_clause, 5, .production_id = 67), + [370] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 66), REDUCE(sym_with_clause, 5, .production_id = 67), SHIFT(2655), + [374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(136), + [376] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 66), REDUCE(sym_with_clause, 5, .production_id = 67), + [379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), + [381] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 84), REDUCE(sym_with_clause, 5, .production_id = 86), SHIFT(2), + [385] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 84), REDUCE(sym_with_clause, 5, .production_id = 86), SHIFT(638), + [389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2392), + [391] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 84), REDUCE(sym_with_clause, 5, .production_id = 86), SHIFT(4095), + [395] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 84), REDUCE(sym_with_clause, 5, .production_id = 86), SHIFT(2758), + [399] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 84), REDUCE(sym_with_clause, 5, .production_id = 86), SHIFT(2757), + [403] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 84), REDUCE(sym_with_clause, 5, .production_id = 86), SHIFT(287), + [407] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 84), REDUCE(sym_with_clause, 5, .production_id = 86), + [410] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 84), REDUCE(sym_with_clause, 5, .production_id = 86), SHIFT(2652), + [414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148), + [416] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 84), REDUCE(sym_with_clause, 5, .production_id = 86), + [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2392), + [421] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 87), REDUCE(sym_with_clause, 5, .production_id = 88), SHIFT(16), + [425] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 87), REDUCE(sym_with_clause, 5, .production_id = 88), SHIFT(638), + [429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2387), + [431] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 87), REDUCE(sym_with_clause, 5, .production_id = 88), SHIFT(4074), + [435] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 87), REDUCE(sym_with_clause, 5, .production_id = 88), SHIFT(2758), + [439] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 87), REDUCE(sym_with_clause, 5, .production_id = 88), SHIFT(2757), + [443] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 87), REDUCE(sym_with_clause, 5, .production_id = 88), SHIFT(287), + [447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 87), REDUCE(sym_with_clause, 5, .production_id = 88), + [450] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 87), REDUCE(sym_with_clause, 5, .production_id = 88), SHIFT(2661), + [454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(154), + [456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 87), REDUCE(sym_with_clause, 5, .production_id = 88), + [459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2387), + [461] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 68), SHIFT(990), + [464] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 68), SHIFT(638), + [467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(23), + [469] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 68), SHIFT(4071), + [472] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 68), SHIFT(2758), + [475] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 68), SHIFT(2757), + [478] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 68), SHIFT(285), + [481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 68), + [483] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 68), SHIFT(1125), + [486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(158), + [488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 68), + [490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [492] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 87), REDUCE(sym_with_clause, 5, .production_id = 88), SHIFT(22), + [496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2378), + [498] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 87), REDUCE(sym_with_clause, 5, .production_id = 88), SHIFT(4061), + [502] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 87), REDUCE(sym_with_clause, 5, .production_id = 88), SHIFT(2654), + [506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), + [508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2378), + [510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(28), + [512] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 68), SHIFT(4059), + [515] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 68), SHIFT(1129), + [518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), + [520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [522] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 87), REDUCE(sym_with_clause, 6, .production_id = 88), SHIFT(990), + [526] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 87), REDUCE(sym_with_clause, 6, .production_id = 88), SHIFT(638), + [530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2276), + [532] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 87), REDUCE(sym_with_clause, 6, .production_id = 88), SHIFT(4035), + [536] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 87), REDUCE(sym_with_clause, 6, .production_id = 88), SHIFT(2758), + [540] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 87), REDUCE(sym_with_clause, 6, .production_id = 88), SHIFT(2757), + [544] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 87), REDUCE(sym_with_clause, 6, .production_id = 88), SHIFT(287), + [548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 87), REDUCE(sym_with_clause, 6, .production_id = 88), + [551] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 87), REDUCE(sym_with_clause, 6, .production_id = 88), SHIFT(2664), + [555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(264), + [557] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 87), REDUCE(sym_with_clause, 6, .production_id = 88), + [560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), + [562] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 70), REDUCE(sym_with_clause, 5, .production_id = 72), SHIFT(990), + [566] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 70), REDUCE(sym_with_clause, 5, .production_id = 72), SHIFT(638), + [570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2356), + [572] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 70), REDUCE(sym_with_clause, 5, .production_id = 72), SHIFT(4043), + [576] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 70), REDUCE(sym_with_clause, 5, .production_id = 72), SHIFT(2758), + [580] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 70), REDUCE(sym_with_clause, 5, .production_id = 72), SHIFT(2757), + [584] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 70), REDUCE(sym_with_clause, 5, .production_id = 72), SHIFT(287), + [588] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 70), REDUCE(sym_with_clause, 5, .production_id = 72), + [591] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 70), REDUCE(sym_with_clause, 5, .production_id = 72), SHIFT(2651), + [595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212), + [597] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 70), REDUCE(sym_with_clause, 5, .production_id = 72), + [600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), + [602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2258), + [604] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 66), REDUCE(sym_with_clause, 5, .production_id = 67), SHIFT(4092), + [608] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 66), REDUCE(sym_with_clause, 5, .production_id = 67), SHIFT(2653), + [612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(226), + [614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2258), + [616] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 84), REDUCE(sym_with_clause, 5, .production_id = 86), SHIFT(34), + [620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2342), + [622] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 84), REDUCE(sym_with_clause, 5, .production_id = 86), SHIFT(4084), + [626] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 84), REDUCE(sym_with_clause, 5, .production_id = 86), SHIFT(2673), + [630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(241), + [632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), + [634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_clause, 4, .production_id = 68), + [636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(977), + [638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(994), + [640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1114), + [642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_clause, 4, .production_id = 68), + [644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4101), + [646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3904), + [648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1184), + [650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3047), + [652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3907), + [654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3937), + [656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), + [660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), + [662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), + [664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(574), + [666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4150), + [668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), + [670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), + [672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3514), + [674] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 128), REDUCE(sym_with_clause, 8, .production_id = 130), SHIFT(990), + [678] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 128), REDUCE(sym_with_clause, 8, .production_id = 130), SHIFT(638), + [682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2123), + [684] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 128), REDUCE(sym_with_clause, 8, .production_id = 130), SHIFT(4094), + [688] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 128), REDUCE(sym_with_clause, 8, .production_id = 130), SHIFT(2758), + [692] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 128), REDUCE(sym_with_clause, 8, .production_id = 130), SHIFT(2757), + [696] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 128), REDUCE(sym_with_clause, 8, .production_id = 130), SHIFT(287), + [700] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 128), REDUCE(sym_with_clause, 8, .production_id = 130), + [703] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 128), REDUCE(sym_with_clause, 8, .production_id = 130), SHIFT(2668), + [707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(105), + [709] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 128), REDUCE(sym_with_clause, 8, .production_id = 130), + [712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), + [714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2261), + [716] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 87), REDUCE(sym_with_clause, 6, .production_id = 88), SHIFT(4057), + [720] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 87), REDUCE(sym_with_clause, 6, .production_id = 88), SHIFT(2670), + [724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(242), + [726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), + [728] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 107), REDUCE(sym_with_clause, 6, .production_id = 109), SHIFT(35), + [732] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 107), REDUCE(sym_with_clause, 6, .production_id = 109), SHIFT(638), + [736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2271), + [738] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 107), REDUCE(sym_with_clause, 6, .production_id = 109), SHIFT(4044), + [742] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 107), REDUCE(sym_with_clause, 6, .production_id = 109), SHIFT(2758), + [746] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 107), REDUCE(sym_with_clause, 6, .production_id = 109), SHIFT(2757), + [750] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 107), REDUCE(sym_with_clause, 6, .production_id = 109), SHIFT(287), + [754] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 107), REDUCE(sym_with_clause, 6, .production_id = 109), + [757] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 107), REDUCE(sym_with_clause, 6, .production_id = 109), SHIFT(2662), + [761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(258), + [763] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 107), REDUCE(sym_with_clause, 6, .production_id = 109), + [766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), + [768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 52), SHIFT(9), + [771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 52), SHIFT(638), + [774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8), + [776] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 3, .production_id = 52), SHIFT(4034), + [779] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 52), SHIFT(2758), + [782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 52), SHIFT(2757), + [785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 52), SHIFT(285), + [788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 52), + [790] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 3, .production_id = 52), SHIFT(1112), + [793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(70), + [795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 3, .production_id = 52), + [797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [799] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 40), SHIFT(990), + [802] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 40), SHIFT(638), + [805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(31), + [807] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 3, .production_id = 40), SHIFT(4026), + [810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 40), SHIFT(2758), + [813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 40), SHIFT(2757), + [816] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 40), SHIFT(285), + [819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 40), + [821] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 3, .production_id = 40), SHIFT(1092), + [824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(47), + [826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 3, .production_id = 40), + [828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [830] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 54), REDUCE(sym_with_clause, 3, .production_id = 55), SHIFT(41), + [834] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 54), REDUCE(sym_with_clause, 3, .production_id = 55), SHIFT(638), + [838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2430), + [840] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 3, .production_id = 54), REDUCE(sym_with_clause, 3, .production_id = 55), SHIFT(4027), + [844] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 54), REDUCE(sym_with_clause, 3, .production_id = 55), SHIFT(2758), + [848] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 54), REDUCE(sym_with_clause, 3, .production_id = 55), SHIFT(2757), + [852] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 54), REDUCE(sym_with_clause, 3, .production_id = 55), SHIFT(287), + [856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 54), REDUCE(sym_with_clause, 3, .production_id = 55), + [859] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 3, .production_id = 54), REDUCE(sym_with_clause, 3, .production_id = 55), SHIFT(2663), + [863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(49), + [865] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 3, .production_id = 54), REDUCE(sym_with_clause, 3, .production_id = 55), + [868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2430), + [870] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(908), + [873] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(742), + [876] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(977), + [879] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(994), + [882] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(1114), + [885] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(4101), + [888] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(4101), + [891] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(3904), + [894] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(1184), + [897] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(2758), + [900] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(2757), + [903] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(284), + [906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), + [908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(3047), + [911] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(3907), + [914] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(3937), + [917] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(516), + [920] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(515), + [923] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(514), + [926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(575), + [929] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(574), + [932] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(1185), + [935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), + [937] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(4150), + [940] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(994), + [943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(659), + [946] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_do_clause_repeat1, 2, .production_id = 15), SHIFT_REPEAT(3514), + [949] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 107), REDUCE(sym_with_clause, 6, .production_id = 109), SHIFT(36), [953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2256), [955] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 107), REDUCE(sym_with_clause, 6, .production_id = 109), SHIFT(4086), [959] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 107), REDUCE(sym_with_clause, 6, .production_id = 109), SHIFT(2671), @@ -213284,7 +213284,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [977] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 111), REDUCE(sym_with_clause, 6, .production_id = 112), SHIFT(4089), [981] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 111), REDUCE(sym_with_clause, 6, .production_id = 112), SHIFT(2758), [985] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 111), REDUCE(sym_with_clause, 6, .production_id = 112), SHIFT(2757), - [989] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 111), REDUCE(sym_with_clause, 6, .production_id = 112), SHIFT(279), + [989] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 111), REDUCE(sym_with_clause, 6, .production_id = 112), SHIFT(287), [993] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 111), REDUCE(sym_with_clause, 6, .production_id = 112), [996] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 111), REDUCE(sym_with_clause, 6, .production_id = 112), SHIFT(2656), [1000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(231), @@ -213308,7 +213308,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [1048] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 70), REDUCE(sym_with_clause, 4, .production_id = 72), SHIFT(4087), [1052] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 70), REDUCE(sym_with_clause, 4, .production_id = 72), SHIFT(2758), [1056] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 70), REDUCE(sym_with_clause, 4, .production_id = 72), SHIFT(2757), - [1060] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 70), REDUCE(sym_with_clause, 4, .production_id = 72), SHIFT(279), + [1060] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 70), REDUCE(sym_with_clause, 4, .production_id = 72), SHIFT(287), [1064] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 70), REDUCE(sym_with_clause, 4, .production_id = 72), [1067] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 70), REDUCE(sym_with_clause, 4, .production_id = 72), SHIFT(2657), [1071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(117), @@ -213327,23 +213327,23 @@ static const TSParseActionEntry ts_parse_actions[] = { [1103] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 84), REDUCE(sym_with_clause, 6, .production_id = 86), SHIFT(2649), [1107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188), [1109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), - [1111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2153), - [1113] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 107), REDUCE(sym_with_clause, 7, .production_id = 109), SHIFT(4069), - [1117] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 107), REDUCE(sym_with_clause, 7, .production_id = 109), SHIFT(2659), - [1121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(150), - [1123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), - [1125] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 128), REDUCE(sym_with_clause, 8, .production_id = 130), SHIFT(990), - [1129] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 128), REDUCE(sym_with_clause, 8, .production_id = 130), SHIFT(638), - [1133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2123), - [1135] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 128), REDUCE(sym_with_clause, 8, .production_id = 130), SHIFT(4094), - [1139] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 128), REDUCE(sym_with_clause, 8, .production_id = 130), SHIFT(2758), - [1143] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 128), REDUCE(sym_with_clause, 8, .production_id = 130), SHIFT(2757), - [1147] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 128), REDUCE(sym_with_clause, 8, .production_id = 130), SHIFT(279), - [1151] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 128), REDUCE(sym_with_clause, 8, .production_id = 130), - [1154] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 128), REDUCE(sym_with_clause, 8, .production_id = 130), SHIFT(2668), - [1158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(105), - [1160] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 128), REDUCE(sym_with_clause, 8, .production_id = 130), - [1163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), + [1111] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 107), REDUCE(sym_with_clause, 7, .production_id = 109), SHIFT(990), + [1115] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 107), REDUCE(sym_with_clause, 7, .production_id = 109), SHIFT(638), + [1119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2153), + [1121] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 107), REDUCE(sym_with_clause, 7, .production_id = 109), SHIFT(4069), + [1125] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 107), REDUCE(sym_with_clause, 7, .production_id = 109), SHIFT(2758), + [1129] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 107), REDUCE(sym_with_clause, 7, .production_id = 109), SHIFT(2757), + [1133] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 107), REDUCE(sym_with_clause, 7, .production_id = 109), SHIFT(287), + [1137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 107), REDUCE(sym_with_clause, 7, .production_id = 109), + [1140] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 107), REDUCE(sym_with_clause, 7, .production_id = 109), SHIFT(2659), + [1144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(150), + [1146] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 107), REDUCE(sym_with_clause, 7, .production_id = 109), + [1149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), + [1151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2134), + [1153] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 107), REDUCE(sym_with_clause, 7, .production_id = 109), SHIFT(4082), + [1157] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 107), REDUCE(sym_with_clause, 7, .production_id = 109), SHIFT(2660), + [1161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(134), + [1163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), [1165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_clause, 2, .production_id = 40), [1167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_clause, 2, .production_id = 40), [1169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 2, .production_id = 40), SHIFT(25), @@ -213355,7 +213355,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [1186] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 2, .production_id = 40), SHIFT(285), [1189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 2, .production_id = 40), [1191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 2, .production_id = 40), SHIFT(1128), - [1194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(169), + [1194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165), [1196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 2, .production_id = 40), [1198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), [1200] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 111), REDUCE(sym_with_clause, 7, .production_id = 112), SHIFT(990), @@ -213364,19 +213364,19 @@ static const TSParseActionEntry ts_parse_actions[] = { [1210] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 111), REDUCE(sym_with_clause, 7, .production_id = 112), SHIFT(4079), [1214] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 111), REDUCE(sym_with_clause, 7, .production_id = 112), SHIFT(2758), [1218] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 111), REDUCE(sym_with_clause, 7, .production_id = 112), SHIFT(2757), - [1222] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 111), REDUCE(sym_with_clause, 7, .production_id = 112), SHIFT(279), + [1222] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 111), REDUCE(sym_with_clause, 7, .production_id = 112), SHIFT(287), [1226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 111), REDUCE(sym_with_clause, 7, .production_id = 112), - [1229] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 111), REDUCE(sym_with_clause, 7, .production_id = 112), SHIFT(2670), + [1229] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 111), REDUCE(sym_with_clause, 7, .production_id = 112), SHIFT(2650), [1233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(120), [1235] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 111), REDUCE(sym_with_clause, 7, .production_id = 112), [1238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), - [1240] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 128), REDUCE(sym_with_clause, 7, .production_id = 130), SHIFT(36), + [1240] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 128), REDUCE(sym_with_clause, 7, .production_id = 130), SHIFT(21), [1244] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 128), REDUCE(sym_with_clause, 7, .production_id = 130), SHIFT(638), [1248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2196), [1250] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 128), REDUCE(sym_with_clause, 7, .production_id = 130), SHIFT(4068), [1254] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 128), REDUCE(sym_with_clause, 7, .production_id = 130), SHIFT(2758), [1258] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 128), REDUCE(sym_with_clause, 7, .production_id = 130), SHIFT(2757), - [1262] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 128), REDUCE(sym_with_clause, 7, .production_id = 130), SHIFT(279), + [1262] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 128), REDUCE(sym_with_clause, 7, .production_id = 130), SHIFT(287), [1266] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 128), REDUCE(sym_with_clause, 7, .production_id = 130), [1269] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 128), REDUCE(sym_with_clause, 7, .production_id = 130), SHIFT(2672), [1273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(113), @@ -213388,7 +213388,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [1290] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 54), REDUCE(sym_with_clause, 4, .production_id = 55), SHIFT(4042), [1294] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 54), REDUCE(sym_with_clause, 4, .production_id = 55), SHIFT(2758), [1298] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 54), REDUCE(sym_with_clause, 4, .production_id = 55), SHIFT(2757), - [1302] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 54), REDUCE(sym_with_clause, 4, .production_id = 55), SHIFT(279), + [1302] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 54), REDUCE(sym_with_clause, 4, .production_id = 55), SHIFT(287), [1306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 54), REDUCE(sym_with_clause, 4, .production_id = 55), [1309] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 54), REDUCE(sym_with_clause, 4, .production_id = 55), SHIFT(2666), [1313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112), @@ -213400,29 +213400,29 @@ static const TSParseActionEntry ts_parse_actions[] = { [1328] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 67), SHIFT(4097), [1331] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 67), SHIFT(2758), [1334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 67), SHIFT(2757), - [1337] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 67), SHIFT(279), + [1337] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 67), SHIFT(287), [1340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 67), [1342] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 67), SHIFT(2496), [1345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 67), [1347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), - [1349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 68), SHIFT(995), - [1352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 68), SHIFT(631), - [1355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2343), - [1357] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 68), SHIFT(4097), - [1360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 68), SHIFT(2758), - [1363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 68), SHIFT(2757), - [1366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 68), SHIFT(279), - [1369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 68), - [1371] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 68), SHIFT(2496), - [1374] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 68), - [1376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), + [1349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 86), SHIFT(61), + [1352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 86), SHIFT(631), + [1355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2311), + [1357] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 86), SHIFT(4097), + [1360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 86), SHIFT(2758), + [1363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 86), SHIFT(2757), + [1366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 86), SHIFT(287), + [1369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 86), + [1371] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 86), SHIFT(2496), + [1374] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 86), + [1376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), [1378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 12, .production_id = 130), SHIFT(995), [1381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 12, .production_id = 130), SHIFT(631), [1384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2135), [1386] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 12, .production_id = 130), SHIFT(4097), [1389] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 12, .production_id = 130), SHIFT(2758), [1392] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 12, .production_id = 130), SHIFT(2757), - [1395] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 12, .production_id = 130), SHIFT(279), + [1395] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 12, .production_id = 130), SHIFT(287), [1398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 12, .production_id = 130), [1400] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 12, .production_id = 130), SHIFT(2496), [1403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 12, .production_id = 130), @@ -213433,7 +213433,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [1415] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 89), SHIFT(4097), [1418] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 89), SHIFT(2758), [1421] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 89), SHIFT(2757), - [1424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 89), SHIFT(279), + [1424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 89), SHIFT(287), [1427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 89), [1429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 89), SHIFT(2496), [1432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 89), @@ -213444,7 +213444,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [1444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 109), SHIFT(4097), [1447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 109), SHIFT(2758), [1450] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 109), SHIFT(2757), - [1453] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 109), SHIFT(279), + [1453] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 109), SHIFT(287), [1456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 109), [1458] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 109), SHIFT(2496), [1461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 109), @@ -213455,7 +213455,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [1473] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 40), SHIFT(4097), [1476] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 40), SHIFT(2758), [1479] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 40), SHIFT(2757), - [1482] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 40), SHIFT(279), + [1482] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 40), SHIFT(287), [1485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 40), [1487] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 40), SHIFT(2496), [1490] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 40), @@ -213466,7 +213466,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [1502] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 72), SHIFT(4097), [1505] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 72), SHIFT(2758), [1508] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 72), SHIFT(2757), - [1511] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 72), SHIFT(279), + [1511] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 72), SHIFT(287), [1514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 72), [1516] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 72), SHIFT(2496), [1519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 72), @@ -213477,7 +213477,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [1531] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 55), SHIFT(4097), [1534] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 55), SHIFT(2758), [1537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 55), SHIFT(2757), - [1540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 55), SHIFT(279), + [1540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 55), SHIFT(287), [1543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 55), [1545] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 55), SHIFT(2496), [1548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 55), @@ -213495,177 +213495,177 @@ static const TSParseActionEntry ts_parse_actions[] = { [1576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2412), [1578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412), [1580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 86), SHIFT(995), - [1583] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 86), SHIFT(631), - [1586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2090), - [1588] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 86), SHIFT(4097), - [1591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 86), SHIFT(2758), - [1594] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 86), SHIFT(2757), - [1597] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 86), SHIFT(279), - [1600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 86), - [1602] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 86), SHIFT(2496), - [1605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 86), - [1607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2090), - [1609] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 86), SHIFT(181), - [1612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2089), - [1614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), - [1616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [1618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), - [1620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(981), - [1622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2698), - [1624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2766), - [1626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2856), - [1628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4114), - [1630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3932), - [1632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2764), - [1634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [1636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3013), - [1638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3963), - [1640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3957), - [1642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [1644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), - [1646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), - [1648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), - [1650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(530), - [1652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2765), - [1654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2038), - [1656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), - [1658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4131), - [1660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2698), - [1662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), - [1664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3598), - [1666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2409), - [1668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2409), - [1670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2402), - [1672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2402), - [1674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 88), SHIFT(89), - [1677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 88), SHIFT(631), - [1680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2393), - [1682] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 88), SHIFT(4097), - [1685] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 88), SHIFT(2758), - [1688] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 88), SHIFT(2757), - [1691] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 88), SHIFT(279), - [1694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 88), - [1696] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 88), SHIFT(2496), - [1699] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 88), - [1701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), - [1703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [1705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2697), - [1707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2697), - [1709] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 86), SHIFT(995), - [1712] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 86), SHIFT(631), - [1715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2080), - [1717] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 10, .production_id = 86), SHIFT(4097), - [1720] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 86), SHIFT(2758), - [1723] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 86), SHIFT(2757), - [1726] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 86), SHIFT(279), - [1729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 86), - [1731] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 10, .production_id = 86), SHIFT(2496), - [1734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 10, .production_id = 86), - [1736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), - [1738] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 88), SHIFT(995), - [1741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2391), - [1743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2391), - [1745] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 88), SHIFT(995), - [1748] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 88), SHIFT(631), - [1751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2075), - [1753] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 10, .production_id = 88), SHIFT(4097), - [1756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 88), SHIFT(2758), - [1759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 88), SHIFT(2757), - [1762] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 88), SHIFT(279), - [1765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 88), - [1767] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 10, .production_id = 88), SHIFT(2496), - [1770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 10, .production_id = 88), - [1772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), - [1774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2388), - [1776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388), - [1778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2382), - [1780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), - [1782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 109), SHIFT(995), - [1785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 109), SHIFT(631), - [1788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2071), - [1790] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 10, .production_id = 109), SHIFT(4097), - [1793] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 109), SHIFT(2758), - [1796] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 109), SHIFT(2757), - [1799] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 109), SHIFT(279), - [1802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 109), - [1804] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 10, .production_id = 109), SHIFT(2496), - [1807] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 10, .production_id = 109), - [1809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), - [1811] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 52), SHIFT(76), - [1814] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 52), SHIFT(631), - [1817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2502), - [1819] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 52), SHIFT(4097), - [1822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 52), SHIFT(279), - [1825] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 52), SHIFT(2496), - [1828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), - [1830] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 109), SHIFT(71), - [1833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2358), - [1835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), - [1837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [1839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2744), - [1841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), - [1843] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 52), SHIFT(123), - [1846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2527), - [1848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2527), - [1850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2065), - [1852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), - [1854] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 52), SHIFT(129), - [1857] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 52), SHIFT(631), - [1860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2405), - [1862] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 52), SHIFT(4097), - [1865] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 52), SHIFT(2758), - [1868] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 52), SHIFT(2757), - [1871] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 52), SHIFT(279), - [1874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 52), - [1876] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 52), SHIFT(2496), - [1879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 52), - [1881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), - [1883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 109), SHIFT(66), - [1886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2347), - [1888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2347), - [1890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2346), - [1892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), - [1894] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 55), SHIFT(995), - [1897] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 55), SHIFT(631), - [1900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2379), - [1902] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 55), SHIFT(4097), - [1905] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 55), SHIFT(2758), - [1908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 55), SHIFT(2757), - [1911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 55), SHIFT(279), - [1914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 55), - [1916] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 55), SHIFT(2496), - [1919] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 55), - [1921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379), - [1923] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 52), SHIFT(995), - [1926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2403), - [1928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), - [1930] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 88), SHIFT(63), - [1933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2335), - [1935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2335), - [1937] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 67), SHIFT(135), - [1940] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 67), SHIFT(631), - [1943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2401), - [1945] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 67), SHIFT(4097), - [1948] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 67), SHIFT(2758), - [1951] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 67), SHIFT(2757), - [1954] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 67), SHIFT(279), - [1957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 67), - [1959] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 67), SHIFT(2496), - [1962] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 67), - [1964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2401), - [1966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2334), - [1968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2334), - [1970] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 109), SHIFT(193), - [1973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2064), - [1975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), - [1977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2326), - [1979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), - [1981] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 52), SHIFT(148), - [1984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2395), - [1986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2395), - [1988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 86), SHIFT(61), - [1991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2311), - [1993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), + [1583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2090), + [1585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2090), + [1587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 86), SHIFT(181), + [1590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2089), + [1592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), + [1594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [1596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), + [1598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(981), + [1600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2698), + [1602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2766), + [1604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2856), + [1606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4114), + [1608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3932), + [1610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2764), + [1612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), + [1614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3022), + [1616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3963), + [1618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3957), + [1620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [1622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [1624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), + [1626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [1628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(530), + [1630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2765), + [1632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2038), + [1634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), + [1636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4131), + [1638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2698), + [1640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), + [1642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3598), + [1644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2409), + [1646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2409), + [1648] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 68), SHIFT(995), + [1651] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 68), SHIFT(631), + [1654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2402), + [1656] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 68), SHIFT(4097), + [1659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 68), SHIFT(2758), + [1662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 68), SHIFT(2757), + [1665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 68), SHIFT(287), + [1668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 68), + [1670] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 68), SHIFT(2496), + [1673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 68), + [1675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2402), + [1677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 88), SHIFT(89), + [1680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 88), SHIFT(631), + [1683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2393), + [1685] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 88), SHIFT(4097), + [1688] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 88), SHIFT(2758), + [1691] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 88), SHIFT(2757), + [1694] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 88), SHIFT(287), + [1697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 88), + [1699] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 88), SHIFT(2496), + [1702] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 88), + [1704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), + [1706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [1708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2697), + [1710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2697), + [1712] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 86), SHIFT(995), + [1715] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 86), SHIFT(631), + [1718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2080), + [1720] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 10, .production_id = 86), SHIFT(4097), + [1723] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 86), SHIFT(2758), + [1726] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 86), SHIFT(2757), + [1729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 86), SHIFT(287), + [1732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 86), + [1734] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 10, .production_id = 86), SHIFT(2496), + [1737] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 10, .production_id = 86), + [1739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), + [1741] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 88), SHIFT(995), + [1744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2391), + [1746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2391), + [1748] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 88), SHIFT(995), + [1751] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 88), SHIFT(631), + [1754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2075), + [1756] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 10, .production_id = 88), SHIFT(4097), + [1759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 88), SHIFT(2758), + [1762] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 88), SHIFT(2757), + [1765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 88), SHIFT(287), + [1768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 88), + [1770] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 10, .production_id = 88), SHIFT(2496), + [1773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 10, .production_id = 88), + [1775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), + [1777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2388), + [1779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388), + [1781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2382), + [1783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), + [1785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 109), SHIFT(995), + [1788] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 109), SHIFT(631), + [1791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2071), + [1793] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 10, .production_id = 109), SHIFT(4097), + [1796] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 109), SHIFT(2758), + [1799] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 109), SHIFT(2757), + [1802] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 109), SHIFT(287), + [1805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 109), + [1807] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 10, .production_id = 109), SHIFT(2496), + [1810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 10, .production_id = 109), + [1812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), + [1814] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 52), SHIFT(76), + [1817] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 52), SHIFT(631), + [1820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2502), + [1822] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 52), SHIFT(4097), + [1825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 52), SHIFT(287), + [1828] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 52), SHIFT(2496), + [1831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), + [1833] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 109), SHIFT(71), + [1836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2358), + [1838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), + [1840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [1842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2744), + [1844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), + [1846] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 52), SHIFT(123), + [1849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2527), + [1851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2527), + [1853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2065), + [1855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), + [1857] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 52), SHIFT(129), + [1860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 52), SHIFT(631), + [1863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2405), + [1865] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 52), SHIFT(4097), + [1868] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 52), SHIFT(2758), + [1871] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 52), SHIFT(2757), + [1874] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 52), SHIFT(287), + [1877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 52), + [1879] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 52), SHIFT(2496), + [1882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 52), + [1884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), + [1886] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 109), SHIFT(66), + [1889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2347), + [1891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2347), + [1893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2346), + [1895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), + [1897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2343), + [1899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), + [1901] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 52), SHIFT(995), + [1904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2403), + [1906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), + [1908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 88), SHIFT(63), + [1911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2335), + [1913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2335), + [1915] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 67), SHIFT(135), + [1918] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 67), SHIFT(631), + [1921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2401), + [1923] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 67), SHIFT(4097), + [1926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 67), SHIFT(2758), + [1929] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 67), SHIFT(2757), + [1932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 67), SHIFT(287), + [1935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 67), + [1937] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 67), SHIFT(2496), + [1940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 67), + [1942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2401), + [1944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2334), + [1946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2334), + [1948] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 109), SHIFT(193), + [1951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2064), + [1953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), + [1955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2326), + [1957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), + [1959] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 52), SHIFT(144), + [1962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2395), + [1964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2395), + [1966] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 112), SHIFT(119), + [1969] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 112), SHIFT(631), + [1972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2124), + [1974] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 112), SHIFT(4097), + [1977] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 112), SHIFT(2758), + [1980] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 112), SHIFT(2757), + [1983] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 112), SHIFT(287), + [1986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 112), + [1988] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 112), SHIFT(2496), + [1991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 112), + [1993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), [1995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2308), [1997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), [1999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2305), @@ -213676,7 +213676,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [2011] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 67), SHIFT(4097), [2014] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 67), SHIFT(2758), [2017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 67), SHIFT(2757), - [2020] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 67), SHIFT(279), + [2020] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 67), SHIFT(287), [2023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 67), [2025] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 67), SHIFT(2496), [2028] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 67), @@ -213687,7 +213687,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [2040] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 86), SHIFT(4097), [2043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 86), SHIFT(2758), [2046] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 86), SHIFT(2757), - [2049] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 86), SHIFT(279), + [2049] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 86), SHIFT(287), [2052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 86), [2054] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 86), SHIFT(2496), [2057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 86), @@ -213697,11 +213697,11 @@ static const TSParseActionEntry ts_parse_actions[] = { [2066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), [2068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2057), [2070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), - [2072] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 68), SHIFT(154), + [2072] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 68), SHIFT(153), [2075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 68), SHIFT(631), [2078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2390), [2080] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 68), SHIFT(4097), - [2083] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 68), SHIFT(279), + [2083] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 68), SHIFT(287), [2086] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 68), SHIFT(2496), [2089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), [2091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2053), @@ -213711,7 +213711,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [2099] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 86), SHIFT(248), [2102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2222), [2104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2222), - [2106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [2106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), [2108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2685), [2110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2685), [2112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2216), @@ -213722,7 +213722,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [2124] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 52), SHIFT(4097), [2127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 52), SHIFT(2758), [2130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 52), SHIFT(2757), - [2133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 52), SHIFT(279), + [2133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 52), SHIFT(287), [2136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 52), [2138] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 52), SHIFT(2496), [2141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 52), @@ -213733,7 +213733,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [2153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 67), SHIFT(4097), [2156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 67), SHIFT(2758), [2159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 67), SHIFT(2757), - [2162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 67), SHIFT(279), + [2162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 67), SHIFT(287), [2165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 67), [2167] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 67), SHIFT(2496), [2170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 67), @@ -213749,7 +213749,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [2193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 72), SHIFT(4097), [2196] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 72), SHIFT(2758), [2199] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 72), SHIFT(2757), - [2202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 72), SHIFT(279), + [2202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 72), SHIFT(287), [2205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 72), [2207] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 72), SHIFT(2496), [2210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 72), @@ -213769,18 +213769,18 @@ static const TSParseActionEntry ts_parse_actions[] = { [2243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 10, .production_id = 112), SHIFT(4097), [2246] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 112), SHIFT(2758), [2249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 112), SHIFT(2757), - [2252] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 112), SHIFT(279), + [2252] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 112), SHIFT(287), [2255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 112), [2257] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 10, .production_id = 112), SHIFT(2496), [2260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 10, .production_id = 112), [2262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), - [2264] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 130), SHIFT(164), + [2264] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 130), SHIFT(163), [2267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 130), SHIFT(631), [2270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2107), [2272] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 130), SHIFT(4097), [2275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 130), SHIFT(2758), [2278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 130), SHIFT(2757), - [2281] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 130), SHIFT(279), + [2281] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 130), SHIFT(287), [2284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 130), [2286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 130), SHIFT(2496), [2289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 130), @@ -213793,7 +213793,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [2305] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 55), SHIFT(4097), [2308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 55), SHIFT(2758), [2311] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 55), SHIFT(2757), - [2314] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 55), SHIFT(279), + [2314] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 55), SHIFT(287), [2317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 55), [2319] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 55), SHIFT(2496), [2322] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 55), @@ -213804,7 +213804,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [2334] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 40), SHIFT(4097), [2337] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 40), SHIFT(2758), [2340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 40), SHIFT(2757), - [2343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 40), SHIFT(279), + [2343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 40), SHIFT(287), [2346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 40), [2348] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 40), SHIFT(2496), [2351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 40), @@ -213818,7 +213818,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [2370] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 55), SHIFT(4097), [2373] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 55), SHIFT(2758), [2376] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 55), SHIFT(2757), - [2379] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 55), SHIFT(279), + [2379] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 55), SHIFT(287), [2382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 55), [2384] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 55), SHIFT(2496), [2387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 55), @@ -213829,13 +213829,13 @@ static const TSParseActionEntry ts_parse_actions[] = { [2398] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 55), SHIFT(202), [2401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2366), [2403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2366), - [2405] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 130), SHIFT(152), + [2405] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 130), SHIFT(151), [2408] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 130), SHIFT(631), [2411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2112), [2413] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 130), SHIFT(4097), [2416] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 130), SHIFT(2758), [2419] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 130), SHIFT(2757), - [2422] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 130), SHIFT(279), + [2422] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 130), SHIFT(287), [2425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 130), [2427] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 130), SHIFT(2496), [2430] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 130), @@ -213846,7 +213846,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [2442] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 89), SHIFT(4097), [2445] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 89), SHIFT(2758), [2448] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 89), SHIFT(2757), - [2451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 89), SHIFT(279), + [2451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 89), SHIFT(287), [2454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 89), [2456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 89), SHIFT(2496), [2459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 89), @@ -213862,7 +213862,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [2482] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 72), SHIFT(4097), [2485] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 72), SHIFT(2758), [2488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 72), SHIFT(2757), - [2491] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 72), SHIFT(279), + [2491] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 72), SHIFT(287), [2494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 72), [2496] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 72), SHIFT(2496), [2499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 72), @@ -213878,7 +213878,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [2522] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 112), SHIFT(4097), [2525] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 112), SHIFT(2758), [2528] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 112), SHIFT(2757), - [2531] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 112), SHIFT(279), + [2531] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 112), SHIFT(287), [2534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 112), [2536] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 112), SHIFT(2496), [2539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 112), @@ -213891,7 +213891,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [2555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), [2557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2353), [2559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2353), - [2561] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 67), SHIFT(224), + [2561] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 67), SHIFT(222), [2564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2351), [2566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), [2568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 112), SHIFT(246), @@ -213909,7 +213909,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [2597] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 10, .production_id = 89), SHIFT(4097), [2600] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 89), SHIFT(2758), [2603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 89), SHIFT(2757), - [2606] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 89), SHIFT(279), + [2606] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 89), SHIFT(287), [2609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 89), [2611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 10, .production_id = 89), SHIFT(2496), [2614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 10, .production_id = 89), @@ -213920,7 +213920,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [2626] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 52), SHIFT(4097), [2629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 52), SHIFT(2758), [2632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 52), SHIFT(2757), - [2635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 52), SHIFT(279), + [2635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 52), SHIFT(287), [2638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 52), [2640] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 52), SHIFT(2496), [2643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 52), @@ -213942,7 +213942,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [2680] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 109), SHIFT(4097), [2683] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 109), SHIFT(2758), [2686] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 109), SHIFT(2757), - [2689] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 109), SHIFT(279), + [2689] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 109), SHIFT(287), [2692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 109), [2694] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 109), SHIFT(2496), [2697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 109), @@ -213950,7 +213950,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [2701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 67), SHIFT(995), [2704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2298), [2706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), - [2708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 67), SHIFT(222), + [2708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 67), SHIFT(256), [2711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2296), [2713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), [2715] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 109), SHIFT(995), @@ -213967,9 +213967,9 @@ static const TSParseActionEntry ts_parse_actions[] = { [2741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1486), [2743] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 1), SHIFT(2758), [2746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 1), SHIFT(2757), - [2749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 1), SHIFT(287), + [2749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 1), SHIFT(288), [2752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 1), - [2754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3010), + [2754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3012), [2756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3900), [2758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3903), [2760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), @@ -213986,402 +213986,402 @@ static const TSParseActionEntry ts_parse_actions[] = { [2783] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 109), SHIFT(57), [2786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2286), [2788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), - [2790] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 112), SHIFT(119), - [2793] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 112), SHIFT(631), - [2796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2124), - [2798] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 112), SHIFT(4097), - [2801] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 112), SHIFT(2758), - [2804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 112), SHIFT(2757), - [2807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 112), SHIFT(279), - [2810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 112), - [2812] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 112), SHIFT(2496), - [2815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 9, .production_id = 112), - [2817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), - [2819] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 68), SHIFT(58), - [2822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 68), SHIFT(631), - [2825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2270), - [2827] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 68), SHIFT(4097), - [2830] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 68), SHIFT(2758), - [2833] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 68), SHIFT(2757), - [2836] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 68), SHIFT(279), - [2839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 68), - [2841] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 68), SHIFT(2496), - [2844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 68), - [2846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2270), - [2848] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 68), SHIFT(995), - [2851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2275), - [2853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), - [2855] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 88), SHIFT(995), - [2858] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 88), SHIFT(631), - [2861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2281), - [2863] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 88), SHIFT(4097), - [2866] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 88), SHIFT(2758), - [2869] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 88), SHIFT(2757), - [2872] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 88), SHIFT(279), - [2875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 88), - [2877] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 88), SHIFT(2496), - [2880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 88), - [2882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2281), - [2884] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 52), SHIFT(257), - [2887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2294), - [2889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2294), - [2891] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 88), SHIFT(62), - [2894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2339), - [2896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), - [2898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 88), SHIFT(64), - [2901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2349), - [2903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), - [2905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2377), - [2907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2377), - [2909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2292), - [2911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), + [2790] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 52), SHIFT(257), + [2793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2294), + [2795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2294), + [2797] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 68), SHIFT(58), + [2800] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 68), SHIFT(631), + [2803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2270), + [2805] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 68), SHIFT(4097), + [2808] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 68), SHIFT(2758), + [2811] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 68), SHIFT(2757), + [2814] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 68), SHIFT(287), + [2817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 68), + [2819] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 68), SHIFT(2496), + [2822] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 68), + [2824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2270), + [2826] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 68), SHIFT(995), + [2829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2275), + [2831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), + [2833] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 88), SHIFT(995), + [2836] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 88), SHIFT(631), + [2839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2281), + [2841] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 88), SHIFT(4097), + [2844] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 88), SHIFT(2758), + [2847] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 88), SHIFT(2757), + [2850] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 88), SHIFT(287), + [2853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 88), + [2855] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 88), SHIFT(2496), + [2858] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 8, .production_id = 88), + [2860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2281), + [2862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2292), + [2864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), + [2866] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 88), SHIFT(62), + [2869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2339), + [2871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), + [2873] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 88), SHIFT(64), + [2876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2349), + [2878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), + [2880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2377), + [2882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2377), + [2884] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 86), SHIFT(263), + [2887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 86), SHIFT(631), + [2890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2290), + [2892] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 86), SHIFT(4097), + [2895] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 86), SHIFT(2758), + [2898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 86), SHIFT(2757), + [2901] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 86), SHIFT(287), + [2904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 86), + [2906] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 86), SHIFT(2496), + [2909] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 86), + [2911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2290), [2913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2385), [2915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), [2917] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 109), SHIFT(65), [2920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2415), [2922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2415), - [2924] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 86), SHIFT(263), - [2927] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 86), SHIFT(631), - [2930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2290), - [2932] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 86), SHIFT(4097), - [2935] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 86), SHIFT(2758), - [2938] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 86), SHIFT(2757), - [2941] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 86), SHIFT(279), - [2944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 86), - [2946] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 86), SHIFT(2496), - [2949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 86), - [2951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2290), - [2953] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 130), SHIFT(995), - [2956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2110), - [2958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2110), - [2960] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 68), SHIFT(267), - [2963] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 68), SHIFT(631), - [2966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2284), - [2968] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 68), SHIFT(4097), - [2971] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 68), SHIFT(2758), - [2974] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 68), SHIFT(2757), - [2977] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 68), SHIFT(279), - [2980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 68), - [2982] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 68), SHIFT(2496), - [2985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 68), - [2987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), - [2989] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 68), SHIFT(995), - [2992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2282), - [2994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2282), - [2996] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 88), SHIFT(266), - [2999] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 88), SHIFT(631), - [3002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2280), - [3004] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 88), SHIFT(4097), - [3007] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 88), SHIFT(2758), - [3010] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 88), SHIFT(2757), - [3013] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 88), SHIFT(279), - [3016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 88), - [3018] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 88), SHIFT(2496), - [3021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 88), - [3023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2280), + [2924] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 130), SHIFT(995), + [2927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2110), + [2929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2110), + [2931] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 68), SHIFT(267), + [2934] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 68), SHIFT(631), + [2937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2284), + [2939] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 68), SHIFT(4097), + [2942] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 68), SHIFT(2758), + [2945] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 68), SHIFT(2757), + [2948] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 68), SHIFT(287), + [2951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 68), + [2953] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 68), SHIFT(2496), + [2956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 68), + [2958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), + [2960] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 68), SHIFT(995), + [2963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2282), + [2965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2282), + [2967] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 88), SHIFT(266), + [2970] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 88), SHIFT(631), + [2973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2280), + [2975] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 88), SHIFT(4097), + [2978] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 88), SHIFT(2758), + [2981] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 88), SHIFT(2757), + [2984] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 88), SHIFT(287), + [2987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 88), + [2989] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 88), SHIFT(2496), + [2992] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 88), + [2994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2280), + [2996] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 130), SHIFT(995), + [2999] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 130), SHIFT(631), + [3002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2323), + [3004] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 10, .production_id = 130), SHIFT(4097), + [3007] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 130), SHIFT(2758), + [3010] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 130), SHIFT(2757), + [3013] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 130), SHIFT(287), + [3016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 130), + [3018] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 10, .production_id = 130), SHIFT(2496), + [3021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 10, .production_id = 130), + [3023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323), [3025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2066), [3027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), [3029] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 109), SHIFT(74), [3032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2436), [3034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2436), - [3036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 130), SHIFT(995), - [3039] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 130), SHIFT(631), - [3042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2323), - [3044] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 10, .production_id = 130), SHIFT(4097), - [3047] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 130), SHIFT(2758), - [3050] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 130), SHIFT(2757), - [3053] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 130), SHIFT(279), - [3056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 130), - [3058] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 10, .production_id = 130), SHIFT(2496), - [3061] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 10, .production_id = 130), - [3063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323), - [3065] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 68), SHIFT(259), - [3068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2274), - [3070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), - [3072] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 68), SHIFT(43), - [3075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2444), - [3077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444), - [3079] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 130), SHIFT(253), - [3082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2324), - [3084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2324), - [3086] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 130), SHIFT(158), - [3089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2114), - [3091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2114), - [3093] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 130), SHIFT(236), - [3096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2328), - [3098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2328), - [3100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2375), - [3102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2375), - [3104] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 89), SHIFT(128), - [3107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2117), - [3109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117), - [3111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2446), - [3113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2446), - [3115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2450), - [3117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), - [3119] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 88), SHIFT(79), - [3122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2457), - [3124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2457), - [3126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 40), SHIFT(50), - [3129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 40), SHIFT(631), - [3132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2429), - [3134] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 3, .production_id = 40), SHIFT(4097), - [3137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 40), SHIFT(279), - [3140] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 3, .production_id = 40), SHIFT(2496), - [3143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), - [3145] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 68), SHIFT(250), - [3148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2269), - [3150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2269), - [3152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2267), - [3154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2267), - [3156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 88), SHIFT(81), - [3159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2459), - [3161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2459), - [3163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2460), - [3165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2460), - [3167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2470), - [3169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), - [3171] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 88), SHIFT(243), - [3174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2265), - [3176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), - [3178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2476), - [3180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2476), - [3182] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 86), SHIFT(84), - [3185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2478), - [3187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), - [3189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2118), - [3191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), - [3193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [3195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2687), - [3197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2687), - [3199] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 68), SHIFT(239), - [3202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2259), - [3204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2259), - [3206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2442), - [3208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2442), - [3210] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 86), SHIFT(85), - [3213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2482), - [3215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2482), - [3217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2425), - [3219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2425), - [3221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2499), - [3223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2499), - [3225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 67), SHIFT(86), - [3228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2489), - [3230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2489), - [3232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2490), - [3234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), - [3236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2492), - [3238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2492), - [3240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 86), SHIFT(87), - [3243] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 86), SHIFT(631), - [3246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2507), - [3248] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 86), SHIFT(4097), - [3251] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 86), SHIFT(2758), - [3254] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 86), SHIFT(2757), - [3257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 86), SHIFT(279), - [3260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 86), - [3262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 86), SHIFT(2496), - [3265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 86), - [3267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2507), - [3269] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 86), SHIFT(995), - [3272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2508), - [3274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2508), - [3276] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 86), SHIFT(95), - [3279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2512), - [3281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2512), - [3283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2096), - [3285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), - [3287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 89), SHIFT(232), - [3290] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 89), SHIFT(631), - [3293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2254), - [3295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 89), SHIFT(4097), - [3298] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 89), SHIFT(279), - [3301] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 89), SHIFT(2496), - [3304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), - [3306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 11, .production_id = 109), SHIFT(995), - [3309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 11, .production_id = 109), SHIFT(631), - [3312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2451), - [3314] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 11, .production_id = 109), SHIFT(4097), - [3317] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 11, .production_id = 109), SHIFT(2758), - [3320] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 11, .production_id = 109), SHIFT(2757), - [3323] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 11, .production_id = 109), SHIFT(279), - [3326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 11, .production_id = 109), - [3328] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 11, .production_id = 109), SHIFT(2496), - [3331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 11, .production_id = 109), - [3333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451), - [3335] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 40), SHIFT(995), - [3338] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 40), SHIFT(631), - [3341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2247), - [3343] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 40), SHIFT(4097), - [3346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 40), SHIFT(2758), - [3349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 40), SHIFT(2757), - [3352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 40), SHIFT(279), - [3355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 40), - [3357] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 40), SHIFT(2496), - [3360] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 40), - [3362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2247), - [3364] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 52), SHIFT(96), - [3367] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 52), SHIFT(631), - [3370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2518), - [3372] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 52), SHIFT(4097), - [3375] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 52), SHIFT(2758), - [3378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 52), SHIFT(2757), - [3381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 52), SHIFT(279), - [3384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 52), - [3386] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 52), SHIFT(2496), - [3389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 52), - [3391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), - [3393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 52), SHIFT(995), - [3396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2519), - [3398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), - [3400] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 67), SHIFT(995), - [3403] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 67), SHIFT(631), - [3406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2525), - [3408] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 67), SHIFT(4097), - [3411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 67), SHIFT(2758), - [3414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 67), SHIFT(2757), - [3417] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 67), SHIFT(279), - [3420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 67), - [3422] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 67), SHIFT(2496), - [3425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 67), - [3427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), - [3429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 55), SHIFT(995), - [3432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 55), SHIFT(631), - [3435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2245), - [3437] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 55), SHIFT(4097), - [3440] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 55), SHIFT(2758), - [3443] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 55), SHIFT(2757), - [3446] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 55), SHIFT(279), - [3449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 55), - [3451] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 55), SHIFT(2496), - [3454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 55), - [3456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2245), - [3458] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 55), SHIFT(75), - [3461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2244), - [3463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), - [3465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 55), SHIFT(256), - [3468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2242), - [3470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2242), - [3472] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 67), SHIFT(98), - [3475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2528), - [3477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2528), - [3479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2240), - [3481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), - [3483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 67), SHIFT(99), - [3486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2538), - [3488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), - [3490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2539), - [3492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539), - [3494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2238), - [3496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), - [3498] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 40), SHIFT(219), - [3501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2237), - [3503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), - [3505] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 3), SHIFT(410), - [3508] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 3), SHIFT(742), - [3511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56), - [3513] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_for_clause, 3), SHIFT(4098), - [3516] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 3), SHIFT(2758), - [3519] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 3), SHIFT(2757), - [3522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 3), SHIFT(287), - [3525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 3), - [3527] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_for_clause, 3), SHIFT(1485), - [3530] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_clause, 3), - [3532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [3534] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 72), SHIFT(217), - [3537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 72), SHIFT(631), - [3540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2235), - [3542] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 72), SHIFT(4097), - [3545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 72), SHIFT(2758), - [3548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 72), SHIFT(2757), - [3551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 72), SHIFT(279), - [3554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 72), - [3556] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 72), SHIFT(2496), - [3559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 72), - [3561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), - [3563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2541), - [3565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2541), - [3567] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 72), SHIFT(995), - [3570] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 72), SHIFT(631), - [3573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2480), - [3575] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 72), SHIFT(4097), - [3578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 72), SHIFT(2758), - [3581] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 72), SHIFT(2757), - [3584] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 72), SHIFT(279), - [3587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 72), - [3589] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 72), SHIFT(2496), - [3592] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 72), - [3594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2480), - [3596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 72), SHIFT(995), - [3599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2233), - [3601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), - [3603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 72), SHIFT(210), - [3606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2231), - [3608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), - [3610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2228), - [3612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), - [3614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 52), SHIFT(209), - [3617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2227), - [3619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), - [3621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 72), SHIFT(101), - [3624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2474), - [3626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474), - [3628] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 72), SHIFT(106), - [3631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2471), - [3633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2471), - [3635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2464), - [3637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2464), - [3639] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 2), SHIFT(829), - [3642] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 2), SHIFT(742), - [3645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(247), - [3647] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_for_clause, 2), SHIFT(4098), - [3650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 2), SHIFT(2758), - [3653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 2), SHIFT(2757), - [3656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 2), SHIFT(287), - [3659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 2), - [3661] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_for_clause, 2), SHIFT(1485), - [3664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_clause, 2), - [3666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [3668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 40), SHIFT(995), - [3671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 40), SHIFT(631), - [3674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2437), - [3676] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 40), SHIFT(4097), - [3679] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 40), SHIFT(2758), - [3682] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 40), SHIFT(2757), - [3685] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 40), SHIFT(279), - [3688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 40), - [3690] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 40), SHIFT(2496), - [3693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 40), - [3695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2437), - [3697] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 112), SHIFT(995), - [3700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2120), - [3702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), - [3704] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 55), SHIFT(107), - [3707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2416), - [3709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2416), - [3711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2183), - [3713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), - [3715] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 11, .production_id = 130), SHIFT(44), - [3718] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 11, .production_id = 130), SHIFT(631), - [3721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2050), - [3723] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 11, .production_id = 130), SHIFT(4097), - [3726] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 11, .production_id = 130), SHIFT(2758), - [3729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 11, .production_id = 130), SHIFT(2757), - [3732] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 11, .production_id = 130), SHIFT(279), - [3735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 11, .production_id = 130), - [3737] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 11, .production_id = 130), SHIFT(2496), - [3740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 11, .production_id = 130), - [3742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), - [3744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2223), - [3746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2223), + [3036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 68), SHIFT(259), + [3039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2274), + [3041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), + [3043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 130), SHIFT(253), + [3046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2324), + [3048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2324), + [3050] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 55), SHIFT(995), + [3053] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 55), SHIFT(631), + [3056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2379), + [3058] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 55), SHIFT(4097), + [3061] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 55), SHIFT(2758), + [3064] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 55), SHIFT(2757), + [3067] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 55), SHIFT(287), + [3070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 55), + [3072] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 55), SHIFT(2496), + [3075] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 55), + [3077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379), + [3079] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 130), SHIFT(155), + [3082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2114), + [3084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2114), + [3086] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 10, .production_id = 130), SHIFT(236), + [3089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2328), + [3091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2328), + [3093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2375), + [3095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2375), + [3097] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 89), SHIFT(128), + [3100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2117), + [3102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117), + [3104] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 40), SHIFT(50), + [3107] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 40), SHIFT(631), + [3110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2429), + [3112] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 3, .production_id = 40), SHIFT(4097), + [3115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 3, .production_id = 40), SHIFT(287), + [3118] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 3, .production_id = 40), SHIFT(2496), + [3121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), + [3123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2446), + [3125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2446), + [3127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2450), + [3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), + [3131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 88), SHIFT(79), + [3134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2457), + [3136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2457), + [3138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2414), + [3140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2414), + [3142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 68), SHIFT(250), + [3145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2269), + [3147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2269), + [3149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2267), + [3151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2267), + [3153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 88), SHIFT(81), + [3156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2459), + [3158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2459), + [3160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2460), + [3162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2460), + [3164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2470), + [3166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), + [3168] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 88), SHIFT(243), + [3171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2265), + [3173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), + [3175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2476), + [3177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2476), + [3179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 86), SHIFT(84), + [3182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2478), + [3184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), + [3186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2118), + [3188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), + [3190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [3192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2687), + [3194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2687), + [3196] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 68), SHIFT(239), + [3199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2259), + [3201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2259), + [3203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2442), + [3205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2442), + [3207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 86), SHIFT(85), + [3210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2482), + [3212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2482), + [3214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2425), + [3216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2425), + [3218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2499), + [3220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2499), + [3222] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 67), SHIFT(86), + [3225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2489), + [3227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2489), + [3229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2490), + [3231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), + [3233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2492), + [3235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2492), + [3237] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 86), SHIFT(87), + [3240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 86), SHIFT(631), + [3243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2507), + [3245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 86), SHIFT(4097), + [3248] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 86), SHIFT(2758), + [3251] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 86), SHIFT(2757), + [3254] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 86), SHIFT(287), + [3257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 86), + [3259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 86), SHIFT(2496), + [3262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 86), + [3264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2507), + [3266] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 86), SHIFT(995), + [3269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2508), + [3271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2508), + [3273] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 86), SHIFT(95), + [3276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2512), + [3278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2512), + [3280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2096), + [3282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), + [3284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 89), SHIFT(232), + [3287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 89), SHIFT(631), + [3290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2254), + [3292] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 89), SHIFT(4097), + [3295] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 89), SHIFT(287), + [3298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 89), SHIFT(2496), + [3301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), + [3303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 11, .production_id = 109), SHIFT(995), + [3306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 11, .production_id = 109), SHIFT(631), + [3309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2451), + [3311] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 11, .production_id = 109), SHIFT(4097), + [3314] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 11, .production_id = 109), SHIFT(2758), + [3317] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 11, .production_id = 109), SHIFT(2757), + [3320] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 11, .production_id = 109), SHIFT(287), + [3323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 11, .production_id = 109), + [3325] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 11, .production_id = 109), SHIFT(2496), + [3328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 11, .production_id = 109), + [3330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451), + [3332] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 40), SHIFT(995), + [3335] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 40), SHIFT(631), + [3338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2247), + [3340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 40), SHIFT(4097), + [3343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 40), SHIFT(2758), + [3346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 40), SHIFT(2757), + [3349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 40), SHIFT(287), + [3352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 40), + [3354] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 40), SHIFT(2496), + [3357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 40), + [3359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2247), + [3361] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 52), SHIFT(96), + [3364] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 52), SHIFT(631), + [3367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2518), + [3369] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 52), SHIFT(4097), + [3372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 52), SHIFT(2758), + [3375] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 52), SHIFT(2757), + [3378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 52), SHIFT(287), + [3381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 52), + [3383] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 52), SHIFT(2496), + [3386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 52), + [3388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), + [3390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 52), SHIFT(995), + [3393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2519), + [3395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), + [3397] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 67), SHIFT(995), + [3400] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 67), SHIFT(631), + [3403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2525), + [3405] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 67), SHIFT(4097), + [3408] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 67), SHIFT(2758), + [3411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 67), SHIFT(2757), + [3414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 67), SHIFT(287), + [3417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 67), + [3419] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 67), SHIFT(2496), + [3422] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 67), + [3424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), + [3426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 55), SHIFT(995), + [3429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 55), SHIFT(631), + [3432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2245), + [3434] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 55), SHIFT(4097), + [3437] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 55), SHIFT(2758), + [3440] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 55), SHIFT(2757), + [3443] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 55), SHIFT(287), + [3446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 55), + [3448] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 55), SHIFT(2496), + [3451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 55), + [3453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2245), + [3455] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 55), SHIFT(160), + [3458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2244), + [3460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), + [3462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 55), SHIFT(169), + [3465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2242), + [3467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2242), + [3469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 67), SHIFT(98), + [3472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2528), + [3474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2528), + [3476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2240), + [3478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), + [3480] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 67), SHIFT(99), + [3483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2538), + [3485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), + [3487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2539), + [3489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539), + [3491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2238), + [3493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), + [3495] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 40), SHIFT(219), + [3498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2237), + [3500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), + [3502] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 3), SHIFT(410), + [3505] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 3), SHIFT(742), + [3508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56), + [3510] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_for_clause, 3), SHIFT(4098), + [3513] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 3), SHIFT(2758), + [3516] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 3), SHIFT(2757), + [3519] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 3), SHIFT(288), + [3522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 3), + [3524] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_for_clause, 3), SHIFT(1485), + [3527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_clause, 3), + [3529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), + [3531] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 72), SHIFT(217), + [3534] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 72), SHIFT(631), + [3537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2235), + [3539] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 72), SHIFT(4097), + [3542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 72), SHIFT(2758), + [3545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 72), SHIFT(2757), + [3548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 72), SHIFT(287), + [3551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 72), + [3553] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 72), SHIFT(2496), + [3556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 6, .production_id = 72), + [3558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), + [3560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2541), + [3562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2541), + [3564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 72), SHIFT(995), + [3567] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 72), SHIFT(631), + [3570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2480), + [3572] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 72), SHIFT(4097), + [3575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 72), SHIFT(2758), + [3578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 72), SHIFT(2757), + [3581] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 72), SHIFT(287), + [3584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 72), + [3586] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 72), SHIFT(2496), + [3589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 72), + [3591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2480), + [3593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 72), SHIFT(995), + [3596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2233), + [3598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), + [3600] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 72), SHIFT(210), + [3603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2231), + [3605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), + [3607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2228), + [3609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), + [3611] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 52), SHIFT(209), + [3614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2227), + [3616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), + [3618] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 72), SHIFT(101), + [3621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2474), + [3623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474), + [3625] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 72), SHIFT(106), + [3628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2471), + [3630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2471), + [3632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2464), + [3634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2464), + [3636] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 2), SHIFT(829), + [3639] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 2), SHIFT(742), + [3642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(247), + [3644] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_for_clause, 2), SHIFT(4098), + [3647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 2), SHIFT(2758), + [3650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 2), SHIFT(2757), + [3653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 2), SHIFT(288), + [3656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 2), + [3658] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_for_clause, 2), SHIFT(1485), + [3661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_clause, 2), + [3663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [3665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 40), SHIFT(995), + [3668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 40), SHIFT(631), + [3671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2437), + [3673] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 40), SHIFT(4097), + [3676] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 40), SHIFT(2758), + [3679] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 40), SHIFT(2757), + [3682] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 40), SHIFT(287), + [3685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 40), + [3687] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 40), SHIFT(2496), + [3690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 40), + [3692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2437), + [3694] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 9, .production_id = 112), SHIFT(995), + [3697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2120), + [3699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), + [3701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 55), SHIFT(107), + [3704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2416), + [3706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2416), + [3708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2223), + [3710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2223), + [3712] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 68), SHIFT(75), + [3715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2444), + [3717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444), + [3719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 11, .production_id = 130), SHIFT(44), + [3722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 11, .production_id = 130), SHIFT(631), + [3725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2050), + [3727] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 11, .production_id = 130), SHIFT(4097), + [3730] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 11, .production_id = 130), SHIFT(2758), + [3733] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 11, .production_id = 130), SHIFT(2757), + [3736] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 11, .production_id = 130), SHIFT(287), + [3739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 11, .production_id = 130), + [3741] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 11, .production_id = 130), SHIFT(2496), + [3744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 11, .production_id = 130), + [3746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), [3748] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 89), SHIFT(114), [3751] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 89), SHIFT(631), [3754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2049), [3756] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 89), SHIFT(4097), [3759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 89), SHIFT(2758), [3762] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 89), SHIFT(2757), - [3765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 89), SHIFT(279), + [3765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 89), SHIFT(287), [3768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 89), [3770] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 89), SHIFT(2496), [3773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 89), @@ -214389,7 +214389,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [3777] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 6, .production_id = 67), SHIFT(197), [3780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2221), [3782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), - [3784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [3784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), [3786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2717), [3788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2717), [3790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2128), @@ -214406,7 +214406,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [3815] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 112), SHIFT(4097), [3818] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 112), SHIFT(2758), [3821] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 112), SHIFT(2757), - [3824] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 112), SHIFT(279), + [3824] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 112), SHIFT(287), [3827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 112), [3829] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 112), SHIFT(2496), [3832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 112), @@ -214433,7 +214433,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [3880] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 109), SHIFT(4097), [3883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 109), SHIFT(2758), [3886] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 109), SHIFT(2757), - [3889] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 109), SHIFT(279), + [3889] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 109), SHIFT(287), [3892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 109), [3894] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 109), SHIFT(2496), [3897] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 109), @@ -214444,7 +214444,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [3909] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 68), SHIFT(4097), [3912] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 68), SHIFT(2758), [3915] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 68), SHIFT(2757), - [3918] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 68), SHIFT(279), + [3918] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 68), SHIFT(287), [3921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 68), [3923] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 68), SHIFT(2496), [3926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 68), @@ -214461,7 +214461,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [3952] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 88), SHIFT(4097), [3955] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 88), SHIFT(2758), [3958] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 88), SHIFT(2757), - [3961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 88), SHIFT(279), + [3961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 88), SHIFT(287), [3964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 88), [3966] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 88), SHIFT(2496), [3969] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 7, .production_id = 88), @@ -214481,7 +214481,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [4002] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 11, .production_id = 112), SHIFT(4097), [4005] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 11, .production_id = 112), SHIFT(2758), [4008] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 11, .production_id = 112), SHIFT(2757), - [4011] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 11, .production_id = 112), SHIFT(279), + [4011] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 11, .production_id = 112), SHIFT(287), [4014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 11, .production_id = 112), [4016] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_with_clause, 11, .production_id = 112), SHIFT(2496), [4019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 11, .production_id = 112), @@ -214508,8 +214508,8 @@ static const TSParseActionEntry ts_parse_actions[] = { [4062] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 67), SHIFT(186), [4065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2185), [4067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), - [4069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2414), - [4071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2414), + [4069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2183), + [4071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), [4073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2181), [4075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2181), [4077] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 7, .production_id = 109), SHIFT(156), @@ -214557,24 +214557,24 @@ static const TSParseActionEntry ts_parse_actions[] = { [4169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), [4171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2689), [4173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2689), - [4175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2680), - [4177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2680), - [4179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2742), - [4181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2742), + [4175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2742), + [4177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2742), + [4179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2680), + [4181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2680), [4183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2682), [4185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2682), - [4187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), + [4187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), [4189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), [4191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1978), - [4193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2501), - [4195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1988), - [4197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1344), - [4199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2042), + [4193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3055), + [4195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1986), + [4197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1335), + [4199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2043), [4201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2870), [4203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), [4205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622), [4207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), - [4209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2011), + [4209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1992), [4211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1294), [4213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), [4215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), @@ -214589,25 +214589,25 @@ static const TSParseActionEntry ts_parse_actions[] = { [4233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2017), [4235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1302), [4237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), - [4239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), + [4239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), [4241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1997), [4243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1310), [4245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1619), [4247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), - [4249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2012), + [4249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2013), [4251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1317), [4253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1614), [4255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2820), [4257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1990), [4259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1362), - [4261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), - [4263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), - [4265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1984), - [4267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1327), - [4269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), - [4271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3055), - [4273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1980), - [4275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1335), + [4261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), + [4263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2501), + [4265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1988), + [4267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1344), + [4269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), + [4271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), + [4273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1984), + [4275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1327), [4277] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 29), SHIFT_REPEAT(289), [4280] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 29), SHIFT_REPEAT(742), [4283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 29), SHIFT_REPEAT(988), @@ -214621,7 +214621,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [4307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 29), SHIFT_REPEAT(2757), [4310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 29), SHIFT_REPEAT(282), [4313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 29), - [4315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 29), SHIFT_REPEAT(3030), + [4315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 29), SHIFT_REPEAT(3026), [4318] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 29), SHIFT_REPEAT(3943), [4321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 29), SHIFT_REPEAT(3946), [4324] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 29), SHIFT_REPEAT(453), @@ -214634,23 +214634,23 @@ static const TSParseActionEntry ts_parse_actions[] = { [4345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 29), SHIFT_REPEAT(1978), [4348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 29), SHIFT_REPEAT(538), [4351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bare_list_lit_repeat1, 2, .production_id = 29), SHIFT_REPEAT(3775), - [4354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [4356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), + [4354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [4356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), [4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), [4360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), - [4362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [4364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), - [4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), - [4368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2844), - [4370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), - [4372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2843), - [4374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [4376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2986), - [4378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), - [4380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [4382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), - [4384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [4386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), + [4362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [4364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), + [4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2844), + [4368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [4370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2843), + [4372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [4374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2992), + [4376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), + [4378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [4380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), + [4382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [4384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), + [4386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), [4388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), [4390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), [4392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), @@ -214660,65 +214660,65 @@ static const TSParseActionEntry ts_parse_actions[] = { [4400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), [4402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), [4404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), - [4406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), - [4408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4101), - [4410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), - [4412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1188), - [4414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), - [4416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [4418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2531), - [4420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [4422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2532), - [4424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), - [4426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2544), - [4428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2545), - [4430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2546), - [4432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2551), - [4434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), - [4436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), - [4438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), - [4440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3082), + [4406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), + [4408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), + [4410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4101), + [4412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [4414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1185), + [4416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), + [4418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), + [4420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2531), + [4422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [4424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2532), + [4426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [4428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2544), + [4430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2545), + [4432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2546), + [4434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2551), + [4436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [4438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), + [4440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), [4442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3083), - [4444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2609), - [4446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source, 1, .production_id = 1), - [4448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [4450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), - [4452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3097), - [4454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [4456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3091), - [4458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), - [4460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3069), - [4462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3067), - [4464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3064), + [4444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3091), + [4446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2609), + [4448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source, 1, .production_id = 1), + [4450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [4452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [4454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3099), + [4456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [4458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3075), + [4460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), + [4462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3063), + [4464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3059), [4466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3058), - [4468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), - [4470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), - [4472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), - [4474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1453), - [4476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), + [4468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3057), + [4470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [4472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), + [4474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [4476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1453), [4478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), - [4480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [4480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), [4482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), - [4484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), - [4486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2800), - [4488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), - [4490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2823), - [4492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), - [4494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), - [4496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), - [4498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [4484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), + [4486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), + [4488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), + [4490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2812), + [4492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [4494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), + [4496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2817), + [4498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), [4500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), - [4502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), - [4504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [4502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [4504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), [4506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), [4508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), [4510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2906), - [4512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [4512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), [4514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), - [4516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [4516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), [4518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), [4520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), - [4522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), + [4522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), [4524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), [4526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), [4528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), @@ -214744,10 +214744,10 @@ static const TSParseActionEntry ts_parse_actions[] = { [4568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), [4570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), [4572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), - [4574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), - [4576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), + [4574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), + [4576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), [4578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), - [4580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [4580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), [4582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2825), [4584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), [4586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2, .production_id = 15), @@ -214763,7 +214763,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [4615] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2, .production_id = 15), SHIFT_REPEAT(2758), [4618] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2, .production_id = 15), SHIFT_REPEAT(2757), [4621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2, .production_id = 15), SHIFT_REPEAT(282), - [4624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2, .production_id = 15), SHIFT_REPEAT(3030), + [4624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2, .production_id = 15), SHIFT_REPEAT(3026), [4627] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_repeat1, 2, .production_id = 15), SHIFT_REPEAT(3943), [4630] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2, .production_id = 15), SHIFT_REPEAT(3946), [4633] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2, .production_id = 15), SHIFT_REPEAT(453), @@ -214777,7 +214777,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [4657] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2, .production_id = 15), SHIFT_REPEAT(538), [4660] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2, .production_id = 15), SHIFT_REPEAT(3775), [4663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [4665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1519), + [4665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1522), [4667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), [4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), [4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), @@ -214792,19 +214792,19 @@ static const TSParseActionEntry ts_parse_actions[] = { [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2784), [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2781), - [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), [4697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1718), [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2776), [4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), [4703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1842), - [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), - [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2826), [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1522), - [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), + [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), + [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), @@ -214815,18 +214815,18 @@ static const TSParseActionEntry ts_parse_actions[] = { [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), - [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517), + [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), [4747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(984), - [4749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1500), + [4749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1499), [4751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1487), [4753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4112), [4755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4112), [4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3967), [4759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1491), [4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3001), + [4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3049), [4765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3945), [4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3983), [4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), @@ -214836,13 +214836,13 @@ static const TSParseActionEntry ts_parse_actions[] = { [4777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(672), [4779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1488), [4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4125), - [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), + [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), [4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3503), [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), [4791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1464), [4793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4098), - [4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), + [4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), [4797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1485), [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), [4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), @@ -214850,8 +214850,8 @@ static const TSParseActionEntry ts_parse_actions[] = { [4805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2589), [4807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3408), [4809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4097), - [4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [4813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3009), + [4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), + [4813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3010), [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), [4817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), [4819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), @@ -214871,11 +214871,11 @@ static const TSParseActionEntry ts_parse_actions[] = { [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2577), [4849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2599), [4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), - [4853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(22), + [4853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3), [4855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4118), [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), [4859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1074), - [4861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [4861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), [4863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(761), [4865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), [4867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), @@ -214913,13 +214913,13 @@ static const TSParseActionEntry ts_parse_actions[] = { [4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), [4933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2640), [4935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2640), - [4937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1514), - [4939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), + [4937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1517), + [4939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517), [4941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2641), [4943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), [4945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), - [4947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1512), - [4949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), + [4947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1515), + [4949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), [4951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), [4953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(727), [4955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), @@ -214962,8 +214962,8 @@ static const TSParseActionEntry ts_parse_actions[] = { [5029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4103), [5031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4103), [5033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3952), - [5035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3081), - [5037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3005), + [5035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3060), + [5037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3009), [5039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3934), [5041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3962), [5043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), @@ -214971,7 +214971,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [5047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), [5049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), [5051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(512), - [5053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3078), + [5053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3053), [5055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4123), [5057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2997), [5059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), @@ -215018,8 +215018,8 @@ static const TSParseActionEntry ts_parse_actions[] = { [5141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2677), [5143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2920), [5145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2920), - [5147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2926), - [5149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2926), + [5147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2925), + [5149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2925), [5151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), [5153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2690), [5155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2690), @@ -215027,16 +215027,16 @@ static const TSParseActionEntry ts_parse_actions[] = { [5159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2971), [5161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2971), [5163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), - [5165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2977), - [5167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2977), + [5165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2980), + [5167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2980), [5169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), [5171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2727), [5173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2727), [5175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(985), - [5177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3074), + [5177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3070), [5179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2900), - [5181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [5183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3011), + [5181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [5183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3013), [5185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3958), [5187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3959), [5189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), @@ -215044,47 +215044,47 @@ static const TSParseActionEntry ts_parse_actions[] = { [5193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), [5195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), [5197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(483), - [5199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3074), + [5199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3070), [5201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), - [5203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2958), - [5205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2958), - [5207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2956), - [5209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2956), + [5203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2961), + [5205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2961), + [5207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2960), + [5209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2960), [5211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), - [5213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2988), - [5215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2988), - [5217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2948), - [5219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2948), + [5213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2905), + [5215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2905), + [5217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2950), + [5219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2950), [5221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), - [5223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3056), - [5225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3056), + [5223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3081), + [5225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3081), [5227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), - [5229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2939), - [5231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2939), + [5229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2944), + [5231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2944), [5233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), - [5235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2944), - [5237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2944), + [5235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2948), + [5237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2948), [5239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [5241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2961), - [5243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2961), + [5241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2963), + [5243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2963), [5245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3100), [5247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3100), - [5249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3093), - [5251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), - [5253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2973), - [5255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2973), - [5257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2974), - [5259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2974), - [5261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2979), - [5263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2979), + [5249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3097), + [5251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3097), + [5253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2977), + [5255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2977), + [5257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2979), + [5259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2979), + [5261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2981), + [5263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2981), [5265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1019), [5267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), [5269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), - [5271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3063), - [5273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3063), + [5271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3062), + [5273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3062), [5275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), - [5277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3062), - [5279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3062), + [5277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3061), + [5279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3061), [5281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), [5283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2940), [5285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2940), @@ -215165,8 +215165,8 @@ static const TSParseActionEntry ts_parse_actions[] = { [5435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1037), [5437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), [5439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), - [5441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1509), - [5443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), + [5441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1512), + [5443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), [5445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), [5447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1866), [5449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), @@ -215368,11 +215368,11 @@ static const TSParseActionEntry ts_parse_actions[] = { [5841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(415), [5843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), [5845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), - [5847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1507), - [5849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), + [5847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1510), + [5849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510), [5851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), - [5853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1508), - [5855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), + [5853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1511), + [5855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1511), [5857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1427), [5859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), [5861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2707), @@ -215477,13 +215477,13 @@ static const TSParseActionEntry ts_parse_actions[] = { [6059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), [6061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), [6063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(644), - [6065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3042), + [6065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3043), [6067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), [6069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), [6071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), [6073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), - [6075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2811), - [6077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2811), + [6075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2800), + [6077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2800), [6079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(490), [6081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), [6083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), @@ -215499,12 +215499,12 @@ static const TSParseActionEntry ts_parse_actions[] = { [6103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), [6105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(496), [6107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [6109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2840), - [6111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2840), + [6109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2822), + [6111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2822), [6113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(500), [6115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [6117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2817), - [6119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2817), + [6117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2830), + [6119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2830), [6121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), [6123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), [6125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), @@ -215525,11 +215525,11 @@ static const TSParseActionEntry ts_parse_actions[] = { [6155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1569), [6157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), [6159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), - [6161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1510), - [6163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510), + [6161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1513), + [6163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), [6165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), - [6167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1511), - [6169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1511), + [6167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1514), + [6169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), [6171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), [6173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1481), [6175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481), @@ -215674,15 +215674,15 @@ static const TSParseActionEntry ts_parse_actions[] = { [6453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), [6455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1634), [6457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), - [6459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1581), - [6461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581), + [6459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1559), + [6461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), [6463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), [6465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1633), [6467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), [6469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1624), [6471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1624), - [6473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1559), - [6475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), + [6473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1556), + [6475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), [6477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), [6479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2706), [6481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2706), @@ -215738,7 +215738,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [6581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), [6583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(986), [6585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2999), - [6587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3015), + [6587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3017), [6589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), [6591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), [6593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), @@ -215825,8 +215825,8 @@ static const TSParseActionEntry ts_parse_actions[] = { [6755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), [6757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), [6759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), - [6761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3092), - [6763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3092), + [6761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3089), + [6763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3089), [6765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(586), [6767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), [6769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), @@ -215985,8 +215985,8 @@ static const TSParseActionEntry ts_parse_actions[] = { [7075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(992), [7077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), [7079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), - [7081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2044), - [7083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), + [7081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2035), + [7083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), [7085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), [7087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2754), [7089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2754), @@ -216085,22 +216085,22 @@ static const TSParseActionEntry ts_parse_actions[] = { [7275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2676), [7277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2676), [7279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2891), - [7281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3017), + [7281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3001), [7283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1894), [7285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), [7287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), [7289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894), [7291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2897), - [7293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3008), + [7293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3046), [7295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1196), [7297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), [7299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), [7301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), [7303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2889), - [7305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3020), + [7305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3007), [7307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2923), [7309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2921), - [7311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [7311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), [7313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2923), [7315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2893), [7317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3041), @@ -216109,9 +216109,9 @@ static const TSParseActionEntry ts_parse_actions[] = { [7323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), [7325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2616), [7327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2898), - [7329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3031), + [7329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3021), [7331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2888), - [7333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3046), + [7333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3035), [7335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2894), [7337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3036), [7339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1680), @@ -216119,7 +216119,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [7343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), [7345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), [7347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2896), - [7349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3050), + [7349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3015), [7351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1480), [7353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), [7355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), @@ -216131,7 +216131,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [7367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), [7369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), [7371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2890), - [7373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3006), + [7373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3003), [7375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2895), [7377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3033), [7379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1769), @@ -216139,10 +216139,10 @@ static const TSParseActionEntry ts_parse_actions[] = { [7383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), [7385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), [7387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2899), - [7389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3022), + [7389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3028), [7391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(998), [7393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), - [7395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), + [7395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), [7397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), [7399] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(990), [7402] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(638), @@ -216378,12 +216378,12 @@ static const TSParseActionEntry ts_parse_actions[] = { [7886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 5, .production_id = 83), [7888] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 5, .production_id = 83), SHIFT(4146), [7891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_clause, 5, .production_id = 83), - [7893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 5, .production_id = 82), SHIFT(2746), - [7896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 5, .production_id = 82), SHIFT(550), - [7899] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 5, .production_id = 82), SHIFT(2881), - [7902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 5, .production_id = 82), - [7904] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 5, .production_id = 82), SHIFT(4146), - [7907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_clause, 5, .production_id = 82), + [7893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 4, .production_id = 65), SHIFT(2746), + [7896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 4, .production_id = 65), SHIFT(550), + [7899] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 4, .production_id = 65), SHIFT(2881), + [7902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 4, .production_id = 65), + [7904] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 4, .production_id = 65), SHIFT(4146), + [7907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_clause, 4, .production_id = 65), [7909] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 6, .production_id = 102), SHIFT(2746), [7912] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 6, .production_id = 102), SHIFT(550), [7915] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 6, .production_id = 102), SHIFT(2881), @@ -216396,42 +216396,42 @@ static const TSParseActionEntry ts_parse_actions[] = { [7934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 6, .production_id = 103), [7936] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 6, .production_id = 103), SHIFT(4146), [7939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_clause, 6, .production_id = 103), - [7941] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 7, .production_id = 120), SHIFT(2746), - [7944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 7, .production_id = 120), SHIFT(550), - [7947] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 7, .production_id = 120), SHIFT(2881), - [7950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 7, .production_id = 120), - [7952] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 7, .production_id = 120), SHIFT(4146), - [7955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_clause, 7, .production_id = 120), - [7957] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 5, .production_id = 90), SHIFT(2746), - [7960] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 5, .production_id = 90), SHIFT(550), - [7963] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 5, .production_id = 90), SHIFT(2881), - [7966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 5, .production_id = 90), - [7968] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 5, .production_id = 90), SHIFT(4146), - [7971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_clause, 5, .production_id = 90), + [7941] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 5, .production_id = 90), SHIFT(2746), + [7944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 5, .production_id = 90), SHIFT(550), + [7947] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 5, .production_id = 90), SHIFT(2881), + [7950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 5, .production_id = 90), + [7952] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 5, .production_id = 90), SHIFT(4146), + [7955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_clause, 5, .production_id = 90), + [7957] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 5, .production_id = 82), SHIFT(2746), + [7960] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 5, .production_id = 82), SHIFT(550), + [7963] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 5, .production_id = 82), SHIFT(2881), + [7966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 5, .production_id = 82), + [7968] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 5, .production_id = 82), SHIFT(4146), + [7971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_clause, 5, .production_id = 82), [7973] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 6, .production_id = 110), SHIFT(2746), [7976] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 6, .production_id = 110), SHIFT(550), [7979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 6, .production_id = 110), SHIFT(2881), [7982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 6, .production_id = 110), [7984] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 6, .production_id = 110), SHIFT(4146), [7987] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_clause, 6, .production_id = 110), - [7989] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 3, .production_id = 53), SHIFT(2746), - [7992] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 3, .production_id = 53), SHIFT(550), - [7995] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 3, .production_id = 53), SHIFT(2881), - [7998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 3, .production_id = 53), - [8000] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 3, .production_id = 53), SHIFT(4146), - [8003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_clause, 3, .production_id = 53), - [8005] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 8, .production_id = 141), SHIFT(2746), - [8008] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 8, .production_id = 141), SHIFT(550), - [8011] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 8, .production_id = 141), SHIFT(2881), - [8014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 8, .production_id = 141), - [8016] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 8, .production_id = 141), SHIFT(4146), - [8019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_clause, 8, .production_id = 141), - [8021] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 4, .production_id = 65), SHIFT(2746), - [8024] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 4, .production_id = 65), SHIFT(550), - [8027] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 4, .production_id = 65), SHIFT(2881), - [8030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 4, .production_id = 65), - [8032] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 4, .production_id = 65), SHIFT(4146), - [8035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_clause, 4, .production_id = 65), + [7989] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 7, .production_id = 120), SHIFT(2746), + [7992] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 7, .production_id = 120), SHIFT(550), + [7995] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 7, .production_id = 120), SHIFT(2881), + [7998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 7, .production_id = 120), + [8000] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 7, .production_id = 120), SHIFT(4146), + [8003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_clause, 7, .production_id = 120), + [8005] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 3, .production_id = 53), SHIFT(2746), + [8008] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 3, .production_id = 53), SHIFT(550), + [8011] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 3, .production_id = 53), SHIFT(2881), + [8014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 3, .production_id = 53), + [8016] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 3, .production_id = 53), SHIFT(4146), + [8019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_clause, 3, .production_id = 53), + [8021] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 8, .production_id = 141), SHIFT(2746), + [8024] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 8, .production_id = 141), SHIFT(550), + [8027] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 8, .production_id = 141), SHIFT(2881), + [8030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 8, .production_id = 141), + [8032] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 8, .production_id = 141), SHIFT(4146), + [8035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_clause, 8, .production_id = 141), [8037] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 7, .production_id = 127), SHIFT(2746), [8040] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 7, .production_id = 127), SHIFT(550), [8043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_for_clause, 7, .production_id = 127), SHIFT(2881), @@ -216460,11 +216460,11 @@ static const TSParseActionEntry ts_parse_actions[] = { [8101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2759), [8103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), [8105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4156), - [8107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), + [8107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), [8109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), [8111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), [8113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [8115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), + [8115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), [8117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), [8119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), [8121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), @@ -216480,7 +216480,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [8141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), [8143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1848), [8145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), - [8147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), + [8147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), [8149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2797), [8151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), [8153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2777), @@ -216518,15 +216518,15 @@ static const TSParseActionEntry ts_parse_actions[] = { [8217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1434), [8219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), [8221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), - [8223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3059), + [8223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3065), [8225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), - [8227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3061), - [8229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3070), + [8227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3056), + [8229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3064), [8231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), [8233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), - [8235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3089), + [8235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), [8237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), - [8239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3054), + [8239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3082), [8241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), [8243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), [8245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2550), @@ -216543,14 +216543,14 @@ static const TSParseActionEntry ts_parse_actions[] = { [8269] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_loop_macro_repeat1, 2), SHIFT_REPEAT(2848), [8272] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_loop_macro_repeat1, 2), SHIFT_REPEAT(2755), [8275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_loop_macro_repeat1, 2), SHIFT_REPEAT(2759), - [8278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_loop_macro_repeat1, 2), SHIFT_REPEAT(279), + [8278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_loop_macro_repeat1, 2), SHIFT_REPEAT(287), [8281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_loop_macro_repeat1, 2), [8283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_loop_macro_repeat1, 2), SHIFT_REPEAT(4156), - [8286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_loop_macro_repeat1, 2), SHIFT_REPEAT(2036), + [8286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_loop_macro_repeat1, 2), SHIFT_REPEAT(2041), [8289] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_loop_macro_repeat1, 2), SHIFT_REPEAT(891), [8292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_loop_macro_repeat1, 2), SHIFT_REPEAT(138), [8295] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_loop_macro_repeat1, 2), SHIFT_REPEAT(895), - [8298] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_loop_macro_repeat1, 2), SHIFT_REPEAT(306), + [8298] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_loop_macro_repeat1, 2), SHIFT_REPEAT(346), [8301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_loop_macro_repeat1, 2), SHIFT_REPEAT(900), [8304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_loop_macro_repeat1, 2), SHIFT_REPEAT(901), [8307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_loop_macro_repeat1, 2), SHIFT_REPEAT(902), @@ -216621,7 +216621,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [8440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3095), [8442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4017), [8444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4149), - [8446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3101), + [8446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3092), [8448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2667), [8450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), [8452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4002), @@ -216636,13 +216636,13 @@ static const TSParseActionEntry ts_parse_actions[] = { [8470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), [8472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2629), [8474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), - [8476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3057), + [8476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3102), [8478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), [8480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), [8482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785), [8484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2771), - [8486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), - [8488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), + [8486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), + [8488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501), [8490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), [8492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4105), [8494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4105), @@ -216653,40 +216653,40 @@ static const TSParseActionEntry ts_parse_actions[] = { [8506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__bare_list_lit_repeat1, 1, .production_id = 12), [8508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defun_header, 2, .production_id = 26), [8510] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defun_header, 2, .production_id = 26), - [8512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3868), - [8514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defun_header, 3, .production_id = 42), - [8516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defun_header, 3, .production_id = 42), - [8518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defun_header, 6, .production_id = 95), - [8520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defun_header, 6, .production_id = 95), - [8522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3874), - [8524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defun_header, 5, .production_id = 74), - [8526] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defun_header, 5, .production_id = 74), + [8512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defun_header, 7, .production_id = 116), + [8514] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defun_header, 7, .production_id = 116), + [8516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defun_header, 2, .production_id = 27), + [8518] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defun_header, 2, .production_id = 27), + [8520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defun_header, 6, .production_id = 95), + [8522] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defun_header, 6, .production_id = 95), + [8524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3874), + [8526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3868), [8528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3843), [8530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3817), [8532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3790), [8534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 1, .production_id = 1), [8536] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_repeat1, 1, .production_id = 1), - [8538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defun_header, 2, .production_id = 27), - [8540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defun_header, 2, .production_id = 27), - [8542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defun_header, 3, .production_id = 43), - [8544] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defun_header, 3, .production_id = 43), - [8546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3757), - [8548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defun_header, 6, .production_id = 96), - [8550] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defun_header, 6, .production_id = 96), - [8552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3778), - [8554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defun_header, 6, .production_id = 97), - [8556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defun_header, 6, .production_id = 97), - [8558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defun_header, 3, .production_id = 27), - [8560] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defun_header, 3, .production_id = 27), - [8562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defun_header, 4, .production_id = 57), - [8564] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defun_header, 4, .production_id = 57), - [8566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3749), - [8568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3855), - [8570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defun_header, 5, .production_id = 75), - [8572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defun_header, 5, .production_id = 75), - [8574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3767), - [8576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defun_header, 7, .production_id = 116), - [8578] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defun_header, 7, .production_id = 116), + [8538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3749), + [8540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defun_header, 3, .production_id = 42), + [8542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defun_header, 3, .production_id = 42), + [8544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3757), + [8546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defun_header, 6, .production_id = 96), + [8548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defun_header, 6, .production_id = 96), + [8550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defun_header, 3, .production_id = 43), + [8552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defun_header, 3, .production_id = 43), + [8554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3778), + [8556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defun_header, 6, .production_id = 97), + [8558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defun_header, 6, .production_id = 97), + [8560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defun_header, 4, .production_id = 57), + [8562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defun_header, 4, .production_id = 57), + [8564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defun_header, 3, .production_id = 27), + [8566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defun_header, 3, .production_id = 27), + [8568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defun_header, 5, .production_id = 74), + [8570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defun_header, 5, .production_id = 74), + [8572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3855), + [8574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defun_header, 5, .production_id = 75), + [8576] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defun_header, 5, .production_id = 75), + [8578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3767), [8580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defun_header, 5, .production_id = 76), [8582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defun_header, 5, .production_id = 76), [8584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defun_header, 5, .production_id = 77), @@ -216695,34 +216695,34 @@ static const TSParseActionEntry ts_parse_actions[] = { [8590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defun_header, 4, .production_id = 59), [8592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defun_header, 4, .production_id = 58), [8594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defun_header, 4, .production_id = 58), - [8596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accumulation_verb, 2), - [8598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accumulation_verb, 2), - [8600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accumulation_verb, 1), - [8602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accumulation_verb, 1), - [8604] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_accumulation_clause, 3, .production_id = 52), SHIFT(3107), - [8607] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_accumulation_clause, 3, .production_id = 52), SHIFT(871), - [8610] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_accumulation_clause, 3, .production_id = 52), SHIFT(4119), - [8613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accumulation_clause, 3, .production_id = 52), - [8615] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_accumulation_clause, 3, .production_id = 52), SHIFT(4129), - [8618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), - [8620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause_word, 1), - [8622] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_clause_word, 1), - [8624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accumulation_verb, 3), - [8626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accumulation_verb, 3), - [8628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defun_keyword, 3), - [8630] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defun_keyword, 3), - [8632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause_word, 2), - [8634] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_clause_word, 2), - [8636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defun_keyword, 1), - [8638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defun_keyword, 1), - [8640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause_word, 3), - [8642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_clause_word, 3), - [8644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_accumulation_clause, 2, .production_id = 40), SHIFT(3105), - [8647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_accumulation_clause, 2, .production_id = 40), SHIFT(871), - [8650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_accumulation_clause, 2, .production_id = 40), SHIFT(4132), - [8653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accumulation_clause, 2, .production_id = 40), - [8655] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_accumulation_clause, 2, .production_id = 40), SHIFT(4143), - [8658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), + [8596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_accumulation_clause, 2, .production_id = 40), SHIFT(3104), + [8599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_accumulation_clause, 2, .production_id = 40), SHIFT(871), + [8602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_accumulation_clause, 2, .production_id = 40), SHIFT(4132), + [8605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accumulation_clause, 2, .production_id = 40), + [8607] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_accumulation_clause, 2, .production_id = 40), SHIFT(4143), + [8610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), + [8612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accumulation_verb, 2), + [8614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accumulation_verb, 2), + [8616] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_accumulation_clause, 3, .production_id = 52), SHIFT(3107), + [8619] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_accumulation_clause, 3, .production_id = 52), SHIFT(871), + [8622] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_accumulation_clause, 3, .production_id = 52), SHIFT(4119), + [8625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accumulation_clause, 3, .production_id = 52), + [8627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_accumulation_clause, 3, .production_id = 52), SHIFT(4129), + [8630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), + [8632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause_word, 1), + [8634] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_clause_word, 1), + [8636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accumulation_verb, 3), + [8638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accumulation_verb, 3), + [8640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defun_keyword, 3), + [8642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defun_keyword, 3), + [8644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accumulation_verb, 1), + [8646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accumulation_verb, 1), + [8648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause_word, 2), + [8650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_clause_word, 2), + [8652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defun_keyword, 1), + [8654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defun_keyword, 1), + [8656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause_word, 3), + [8658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_clause_word, 3), [8660] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 140), SHIFT(2426), [8663] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 140), SHIFT(942), [8666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 8, .production_id = 140), @@ -217309,20 +217309,20 @@ static const TSParseActionEntry ts_parse_actions[] = { [10271] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 91), SHIFT(2363), [10274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2603), [10276] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_package_lit, 1), SHIFT(4053), - [10279] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_package_lit, 1), SHIFT(4032), + [10279] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_package_lit, 1), SHIFT(4039), [10282] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_package_lit, 1), SHIFT(4070), [10285] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_package_lit, 1), SHIFT(4028), - [10288] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_package_lit, 1), SHIFT(4063), + [10288] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_package_lit, 1), SHIFT(4060), [10291] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_package_lit, 1), SHIFT(4055), [10294] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_package_lit, 1), SHIFT(4025), [10297] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_package_lit, 1), SHIFT(4065), [10300] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_package_lit, 1), SHIFT(4050), - [10303] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_package_lit, 1), SHIFT(4022), + [10303] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_package_lit, 1), SHIFT(4078), [10306] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_package_lit, 1), SHIFT(4045), [10309] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_package_lit, 1), SHIFT(4075), - [10312] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_package_lit, 1), SHIFT(4060), - [10315] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_package_lit, 1), SHIFT(4033), - [10318] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_package_lit, 1), SHIFT(4078), + [10312] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_package_lit, 1), SHIFT(4032), + [10315] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_package_lit, 1), SHIFT(4022), + [10318] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_package_lit, 1), SHIFT(4063), [10321] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_package_lit, 1), SHIFT(4096), [10324] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_package_lit, 1), SHIFT(4023), [10327] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_package_lit, 1), SHIFT(4052), @@ -217330,7 +217330,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [10332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_format_prefix_parameters, 1), [10334] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_package_lit, 1), SHIFT(4051), [10337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_package_lit, 1), SHIFT(4081), - [10340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_package_lit, 1), SHIFT(4039), + [10340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_package_lit, 1), SHIFT(4033), [10343] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_package_lit, 1), SHIFT(4036), [10346] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_package_lit, 1), SHIFT(4037), [10349] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_package_lit, 1), SHIFT(4056), @@ -217379,9 +217379,9 @@ static const TSParseActionEntry ts_parse_actions[] = { [10438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), [10440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), [10442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3943), - [10444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2984), + [10444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2986), [10446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), - [10448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3081), + [10448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3060), [10450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), [10452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2836), [10454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3970), @@ -217446,65 +217446,65 @@ static const TSParseActionEntry ts_parse_actions[] = { [10573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), [10575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), [10577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), - [10579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4121), - [10581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3954), - [10583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3991), - [10585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), - [10587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), - [10589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), - [10591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [10593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), - [10595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3596), - [10597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3595), - [10599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4120), - [10601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3917), - [10603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3960), - [10605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), - [10607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), - [10609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), - [10611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), - [10613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), - [10615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), - [10617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3506), - [10619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4144), - [10621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3909), - [10623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3955), - [10625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), - [10627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), - [10629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), - [10631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), - [10633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), - [10635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3541), - [10637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3540), - [10639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3956), - [10641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3889), - [10643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), - [10645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), - [10647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), - [10649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), - [10651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), - [10653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3965), - [10655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), - [10657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), - [10659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), - [10661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), - [10663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [10665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4161), - [10667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3906), - [10669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3935), - [10671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), - [10673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), - [10675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), - [10677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), - [10679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), - [10681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3602), - [10683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3601), - [10685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [10687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), - [10689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), - [10691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), - [10693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), - [10695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), + [10579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3956), + [10581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3889), + [10583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [10585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), + [10587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), + [10589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), + [10591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), + [10593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4120), + [10595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3917), + [10597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3960), + [10599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [10601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [10603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), + [10605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), + [10607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), + [10609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), + [10611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3506), + [10613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4144), + [10615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3909), + [10617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3955), + [10619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), + [10621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), + [10623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), + [10625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), + [10627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), + [10629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3541), + [10631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3540), + [10633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4121), + [10635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3965), + [10637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), + [10639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), + [10641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), + [10643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), + [10645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [10647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3596), + [10649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3595), + [10651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4161), + [10653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3906), + [10655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3935), + [10657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), + [10659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [10661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), + [10663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), + [10665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), + [10667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3602), + [10669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3601), + [10671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), + [10673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), + [10675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), + [10677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), + [10679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), + [10681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), + [10683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3954), + [10685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3991), + [10687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), + [10689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), + [10691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), + [10693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), + [10695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), [10697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4154), [10699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3988), [10701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3981), @@ -217518,7 +217518,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [10717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2849), [10719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), [10721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2860), - [10723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), + [10723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), [10725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), [10727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), [10729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), @@ -217528,9 +217528,9 @@ static const TSParseActionEntry ts_parse_actions[] = { [10737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), [10739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2721), [10741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), - [10743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3079), - [10745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2043), - [10747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), + [10743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3072), + [10745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2044), + [10747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), [10749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), [10751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), [10753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), @@ -217544,8 +217544,8 @@ static const TSParseActionEntry ts_parse_actions[] = { [10769] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(2853), [10772] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(953), [10775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2794), - [10777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2041), - [10779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), + [10777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2042), + [10779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), [10781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2861), [10783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2868), [10785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), @@ -217588,18 +217588,18 @@ static const TSParseActionEntry ts_parse_actions[] = { [10861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1897), [10863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_meta_lit, 2, .production_id = 10), [10865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_meta_lit, 2, .production_id = 10), - [10867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3004), - [10869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3025), - [10871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3012), - [10873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3021), - [10875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3037), - [10877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3043), - [10879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3028), - [10881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3032), - [10883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3000), - [10885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3044), - [10887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3049), - [10889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3029), + [10867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3011), + [10869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3008), + [10871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3006), + [10873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3025), + [10875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3042), + [10877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3027), + [10879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3052), + [10881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3037), + [10883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3004), + [10885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3030), + [10887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3050), + [10889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3032), [10891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2913), [10893] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_list_lit_repeat1, 1, .production_id = 2), [10895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_list_lit_repeat1, 1, .production_id = 2), @@ -217609,9 +217609,9 @@ static const TSParseActionEntry ts_parse_actions[] = { [10906] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(887), [10909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__format_token, 2), [10911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__format_token, 2), - [10913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2969), + [10913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2903), [10915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), - [10917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2903), + [10917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2969), [10919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2970), [10921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__format_token, 1, .production_id = 23), [10923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__format_token, 1, .production_id = 23), @@ -217619,49 +217619,49 @@ static const TSParseActionEntry ts_parse_actions[] = { [10927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_format_modifiers_repeat1, 1), [10929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4021), [10931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4014), - [10933] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(2984), + [10933] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(2986), [10936] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(823), [10939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), [10941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_dimension, 1), - [10943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), - [10945] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_lit_repeat1, 2, .production_id = 18), SHIFT_REPEAT(2755), - [10948] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_lit_repeat1, 2, .production_id = 18), SHIFT_REPEAT(2759), - [10951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3407), - [10953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3408), - [10955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), - [10957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2900), - [10959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2766), - [10961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), - [10963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2999), - [10965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), - [10967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4115), - [10969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4115), - [10971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), - [10973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2886), - [10975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), - [10977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), + [10943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3407), + [10945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3408), + [10947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), + [10949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2900), + [10951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), + [10953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2999), + [10955] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_lit_repeat1, 2, .production_id = 18), SHIFT_REPEAT(2755), + [10958] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_lit_repeat1, 2, .production_id = 18), SHIFT_REPEAT(2759), + [10961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2766), + [10963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), + [10965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), + [10967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2886), + [10969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4115), + [10971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4115), + [10973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), + [10975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), + [10977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), [10979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4104), [10981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4104), - [10983] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(3079), + [10983] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(3072), [10986] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(910), [10989] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_format_modifiers_repeat1, 2), SHIFT_REPEAT(2976), [10992] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_format_modifiers_repeat1, 2), [10994] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_format_modifiers_repeat1, 2), SHIFT_REPEAT(4149), [10997] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_format_modifiers_repeat1, 2), SHIFT_REPEAT(3085), [11000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_format_modifiers_repeat1, 2), - [11002] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(3094), - [11005] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(871), - [11008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2749), - [11010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3085), - [11012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2749), - [11014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4019), - [11016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3941), - [11018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3094), - [11020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), - [11022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4137), - [11024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4134), - [11026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), - [11028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3938), + [11002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2749), + [11004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3085), + [11006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2749), + [11008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4019), + [11010] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(3094), + [11013] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dis_expr_repeat1, 2), SHIFT_REPEAT(871), + [11016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3094), + [11018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), + [11020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4137), + [11022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4134), + [11024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), + [11026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3938), + [11028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3941), [11030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4130), [11032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4152), [11034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), @@ -217838,19 +217838,19 @@ static const TSParseActionEntry ts_parse_actions[] = { [11376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), [11378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2930), [11380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3708), - [11382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2929), + [11382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2928), [11384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3531), - [11386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2928), + [11386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2927), [11388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), [11390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), [11392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3617), - [11394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2927), + [11394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2926), [11396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3450), [11398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), [11400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), - [11402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2992), + [11402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2924), [11404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3429), - [11406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2925), + [11406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2941), [11408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3431), [11410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2918), [11412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), @@ -217928,9 +217928,9 @@ static const TSParseActionEntry ts_parse_actions[] = { [11556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), [11558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3122), [11560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3434), - [11562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2954), + [11562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2956), [11564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3437), - [11566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2960), + [11566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2962), [11568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3458), [11570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), [11572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3497), @@ -217942,15 +217942,15 @@ static const TSParseActionEntry ts_parse_actions[] = { [11584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3134), [11586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3504), [11588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3137), - [11590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2962), - [11592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2963), + [11590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2965), + [11592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2968), [11594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), [11596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3505), [11598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3138), [11600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3445), [11602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2914), [11604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3875), - [11606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2915), + [11606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2996), [11608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3139), [11610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3513), [11612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), @@ -217961,13 +217961,13 @@ static const TSParseActionEntry ts_parse_actions[] = { [11622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3515), [11624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3149), [11626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3508), - [11628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2912), + [11628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2915), [11630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3517), [11632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3150), [11634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3151), [11636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3521), [11638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3153), - [11640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2941), + [11640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2945), [11642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3435), [11644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), [11646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), @@ -218140,7 +218140,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [11980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3626), [11982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), [11984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3641), - [11986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), + [11986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), [11988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3627), [11990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), [11992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3640), @@ -218160,7 +218160,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [12020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), [12022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1574), [12024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3659), - [12026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558), + [12026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), [12028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3660), [12030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1576), [12032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), @@ -218169,7 +218169,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [12038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3663), [12040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1579), [12042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), - [12044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), + [12044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581), [12046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3668), [12048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582), [12050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3669), @@ -218181,7 +218181,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [12062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3674), [12064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), [12066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), - [12068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), + [12068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), [12070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3675), [12072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), [12074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1591), @@ -218328,7 +218328,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [12356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), [12358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3634), [12360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), - [12362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2995), + [12362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2951), [12364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3625), [12366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), [12368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3509), @@ -218453,20 +218453,20 @@ static const TSParseActionEntry ts_parse_actions[] = { [12606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2582), [12608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3838), [12610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), - [12612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2993), + [12612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2995), [12614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3853), - [12616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2949), - [12618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2983), - [12620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2981), - [12622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2955), + [12616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2912), + [12618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2985), + [12620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2984), + [12622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2958), [12624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3857), - [12626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2952), - [12628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2905), + [12626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2954), + [12628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2953), [12630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3869), [12632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2583), [12634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1314), [12636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), - [12638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2950), + [12638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2952), [12640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), [12642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3867), [12644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2594), @@ -218577,7 +218577,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [12856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758), [12858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3953), [12860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), - [12862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), + [12862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), [12864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3930), [12866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), [12868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3961), @@ -218644,12 +218644,12 @@ static const TSParseActionEntry ts_parse_actions[] = { [12991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(122), [12993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(168), [12995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(53), - [12997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(161), + [12997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(159), [12999] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_read_cond_lit_repeat1, 2), SHIFT_REPEAT(4038), [13002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_read_cond_lit_repeat1, 2), [13004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(125), [13006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(51), - [13008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(160), + [13008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(223), [13010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(200), [13012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(215), [13014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(157), @@ -218659,10 +218659,10 @@ static const TSParseActionEntry ts_parse_actions[] = { [13022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(88), [13024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(230), [13026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216), - [13028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(223), + [13028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(224), [13030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221), [13032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(55), - [13034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(144), + [13034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140), [13036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(146), [13038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(93), [13040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(145), @@ -218676,11 +218676,11 @@ static const TSParseActionEntry ts_parse_actions[] = { [13056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(234), [13058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(131), [13060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(130), - [13062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(162), + [13062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(161), [13064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(68), [13066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(100), [13068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(261), - [13070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(153), + [13070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(152), [13072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(118), [13074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(268), [13076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(103), @@ -218688,8 +218688,8 @@ static const TSParseActionEntry ts_parse_actions[] = { [13080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4080), [13082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4015), [13084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(269), - [13086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(83), - [13088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140), + [13086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(43), + [13088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(83), [13090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(254), [13092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(52), [13094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(255), @@ -218697,13 +218697,13 @@ static const TSParseActionEntry ts_parse_actions[] = { [13098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(195), [13100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(139), [13102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(208), - [13104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165), + [13104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(164), [13106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(126), [13108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(132), [13110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(260), [13112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(201), [13114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(206), - [13116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163), + [13116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(162), [13118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(262), [13120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(77), [13122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2606), @@ -218727,7 +218727,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [13158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), [13160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2964), [13162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2595), - [13164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), + [13164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1516), [13166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), [13168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4006), [13170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3999), @@ -218746,7 +218746,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [13196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), [13198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2878), [13200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), - [13202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2924), + [13202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2939), [13204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), [13206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4000), [13208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4147), @@ -218795,6 +218795,7 @@ extern const TSLanguage *tree_sitter_commonlisp(void) { .alias_sequences = &ts_alias_sequences[0][0], .lex_modes = ts_lex_modes, .lex_fn = ts_lex, + .primary_state_ids = ts_primary_state_ids, }; return &language; } diff --git a/test/sly b/test/sly index 0470c02..2e00c3b 160000 --- a/test/sly +++ b/test/sly @@ -1 +1 @@ -Subproject commit 0470c0281498b9de072fcbf3718fc66720eeb3d0 +Subproject commit 2e00c3bd4bdf6658f258cc78b3254f0ec24591e5