tree-sitter-lispex 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/parser.c ADDED
@@ -0,0 +1,2523 @@
1
+ /* Automatically @generated by tree-sitter v0.25.10 */
2
+
3
+ #include "tree_sitter/parser.h"
4
+
5
+ #if defined(__GNUC__) || defined(__clang__)
6
+ #pragma GCC diagnostic ignored "-Wmissing-field-initializers"
7
+ #endif
8
+
9
+ #define LANGUAGE_VERSION 15
10
+ #define STATE_COUNT 79
11
+ #define LARGE_STATE_COUNT 56
12
+ #define SYMBOL_COUNT 35
13
+ #define ALIAS_COUNT 0
14
+ #define TOKEN_COUNT 22
15
+ #define EXTERNAL_TOKEN_COUNT 9
16
+ #define FIELD_COUNT 3
17
+ #define MAX_ALIAS_SEQUENCE_LENGTH 5
18
+ #define MAX_RESERVED_WORD_SET_SIZE 0
19
+ #define PRODUCTION_ID_COUNT 3
20
+ #define SUPERTYPE_COUNT 0
21
+
22
+ enum ts_symbol_identifiers {
23
+ anon_sym_POUND_LPAREN = 1,
24
+ anon_sym_SQUOTE = 2,
25
+ anon_sym_BQUOTE = 3,
26
+ anon_sym_COMMA = 4,
27
+ anon_sym_COMMA_AT = 5,
28
+ anon_sym_LPAREN = 6,
29
+ anon_sym_RPAREN = 7,
30
+ anon_sym_DOT = 8,
31
+ anon_sym_POUNDu8_LPAREN = 9,
32
+ sym_string = 10,
33
+ sym_header_pragma = 11,
34
+ sym_line_comment = 12,
35
+ sym_block_comment = 13,
36
+ sym_character = 14,
37
+ sym_boolean = 15,
38
+ sym_byte = 16,
39
+ sym_integer = 17,
40
+ sym_rational = 18,
41
+ sym_real = 19,
42
+ sym_symbol = 20,
43
+ sym_forbidden_reader_extension = 21,
44
+ sym_source_file = 22,
45
+ sym_datum = 23,
46
+ sym_quote = 24,
47
+ sym_quasiquote = 25,
48
+ sym_unquote = 26,
49
+ sym_unquote_splicing = 27,
50
+ sym_list = 28,
51
+ sym_dotted_list = 29,
52
+ sym_vector = 30,
53
+ sym_bytevector = 31,
54
+ aux_sym_source_file_repeat1 = 32,
55
+ aux_sym_list_repeat1 = 33,
56
+ aux_sym_bytevector_repeat1 = 34,
57
+ };
58
+
59
+ static const char * const ts_symbol_names[] = {
60
+ [ts_builtin_sym_end] = "end",
61
+ [anon_sym_POUND_LPAREN] = "#(",
62
+ [anon_sym_SQUOTE] = "'",
63
+ [anon_sym_BQUOTE] = "`",
64
+ [anon_sym_COMMA] = ",",
65
+ [anon_sym_COMMA_AT] = ",@",
66
+ [anon_sym_LPAREN] = "(",
67
+ [anon_sym_RPAREN] = ")",
68
+ [anon_sym_DOT] = ".",
69
+ [anon_sym_POUNDu8_LPAREN] = "#u8(",
70
+ [sym_string] = "string",
71
+ [sym_header_pragma] = "header_pragma",
72
+ [sym_line_comment] = "line_comment",
73
+ [sym_block_comment] = "block_comment",
74
+ [sym_character] = "character",
75
+ [sym_boolean] = "boolean",
76
+ [sym_byte] = "byte",
77
+ [sym_integer] = "integer",
78
+ [sym_rational] = "rational",
79
+ [sym_real] = "real",
80
+ [sym_symbol] = "symbol",
81
+ [sym_forbidden_reader_extension] = "forbidden_reader_extension",
82
+ [sym_source_file] = "source_file",
83
+ [sym_datum] = "datum",
84
+ [sym_quote] = "quote",
85
+ [sym_quasiquote] = "quasiquote",
86
+ [sym_unquote] = "unquote",
87
+ [sym_unquote_splicing] = "unquote_splicing",
88
+ [sym_list] = "list",
89
+ [sym_dotted_list] = "dotted_list",
90
+ [sym_vector] = "vector",
91
+ [sym_bytevector] = "bytevector",
92
+ [aux_sym_source_file_repeat1] = "source_file_repeat1",
93
+ [aux_sym_list_repeat1] = "list_repeat1",
94
+ [aux_sym_bytevector_repeat1] = "bytevector_repeat1",
95
+ };
96
+
97
+ static const TSSymbol ts_symbol_map[] = {
98
+ [ts_builtin_sym_end] = ts_builtin_sym_end,
99
+ [anon_sym_POUND_LPAREN] = anon_sym_POUND_LPAREN,
100
+ [anon_sym_SQUOTE] = anon_sym_SQUOTE,
101
+ [anon_sym_BQUOTE] = anon_sym_BQUOTE,
102
+ [anon_sym_COMMA] = anon_sym_COMMA,
103
+ [anon_sym_COMMA_AT] = anon_sym_COMMA_AT,
104
+ [anon_sym_LPAREN] = anon_sym_LPAREN,
105
+ [anon_sym_RPAREN] = anon_sym_RPAREN,
106
+ [anon_sym_DOT] = anon_sym_DOT,
107
+ [anon_sym_POUNDu8_LPAREN] = anon_sym_POUNDu8_LPAREN,
108
+ [sym_string] = sym_string,
109
+ [sym_header_pragma] = sym_header_pragma,
110
+ [sym_line_comment] = sym_line_comment,
111
+ [sym_block_comment] = sym_block_comment,
112
+ [sym_character] = sym_character,
113
+ [sym_boolean] = sym_boolean,
114
+ [sym_byte] = sym_byte,
115
+ [sym_integer] = sym_integer,
116
+ [sym_rational] = sym_rational,
117
+ [sym_real] = sym_real,
118
+ [sym_symbol] = sym_symbol,
119
+ [sym_forbidden_reader_extension] = sym_forbidden_reader_extension,
120
+ [sym_source_file] = sym_source_file,
121
+ [sym_datum] = sym_datum,
122
+ [sym_quote] = sym_quote,
123
+ [sym_quasiquote] = sym_quasiquote,
124
+ [sym_unquote] = sym_unquote,
125
+ [sym_unquote_splicing] = sym_unquote_splicing,
126
+ [sym_list] = sym_list,
127
+ [sym_dotted_list] = sym_dotted_list,
128
+ [sym_vector] = sym_vector,
129
+ [sym_bytevector] = sym_bytevector,
130
+ [aux_sym_source_file_repeat1] = aux_sym_source_file_repeat1,
131
+ [aux_sym_list_repeat1] = aux_sym_list_repeat1,
132
+ [aux_sym_bytevector_repeat1] = aux_sym_bytevector_repeat1,
133
+ };
134
+
135
+ static const TSSymbolMetadata ts_symbol_metadata[] = {
136
+ [ts_builtin_sym_end] = {
137
+ .visible = false,
138
+ .named = true,
139
+ },
140
+ [anon_sym_POUND_LPAREN] = {
141
+ .visible = true,
142
+ .named = false,
143
+ },
144
+ [anon_sym_SQUOTE] = {
145
+ .visible = true,
146
+ .named = false,
147
+ },
148
+ [anon_sym_BQUOTE] = {
149
+ .visible = true,
150
+ .named = false,
151
+ },
152
+ [anon_sym_COMMA] = {
153
+ .visible = true,
154
+ .named = false,
155
+ },
156
+ [anon_sym_COMMA_AT] = {
157
+ .visible = true,
158
+ .named = false,
159
+ },
160
+ [anon_sym_LPAREN] = {
161
+ .visible = true,
162
+ .named = false,
163
+ },
164
+ [anon_sym_RPAREN] = {
165
+ .visible = true,
166
+ .named = false,
167
+ },
168
+ [anon_sym_DOT] = {
169
+ .visible = true,
170
+ .named = false,
171
+ },
172
+ [anon_sym_POUNDu8_LPAREN] = {
173
+ .visible = true,
174
+ .named = false,
175
+ },
176
+ [sym_string] = {
177
+ .visible = true,
178
+ .named = true,
179
+ },
180
+ [sym_header_pragma] = {
181
+ .visible = true,
182
+ .named = true,
183
+ },
184
+ [sym_line_comment] = {
185
+ .visible = true,
186
+ .named = true,
187
+ },
188
+ [sym_block_comment] = {
189
+ .visible = true,
190
+ .named = true,
191
+ },
192
+ [sym_character] = {
193
+ .visible = true,
194
+ .named = true,
195
+ },
196
+ [sym_boolean] = {
197
+ .visible = true,
198
+ .named = true,
199
+ },
200
+ [sym_byte] = {
201
+ .visible = true,
202
+ .named = true,
203
+ },
204
+ [sym_integer] = {
205
+ .visible = true,
206
+ .named = true,
207
+ },
208
+ [sym_rational] = {
209
+ .visible = true,
210
+ .named = true,
211
+ },
212
+ [sym_real] = {
213
+ .visible = true,
214
+ .named = true,
215
+ },
216
+ [sym_symbol] = {
217
+ .visible = true,
218
+ .named = true,
219
+ },
220
+ [sym_forbidden_reader_extension] = {
221
+ .visible = true,
222
+ .named = true,
223
+ },
224
+ [sym_source_file] = {
225
+ .visible = true,
226
+ .named = true,
227
+ },
228
+ [sym_datum] = {
229
+ .visible = true,
230
+ .named = true,
231
+ },
232
+ [sym_quote] = {
233
+ .visible = true,
234
+ .named = true,
235
+ },
236
+ [sym_quasiquote] = {
237
+ .visible = true,
238
+ .named = true,
239
+ },
240
+ [sym_unquote] = {
241
+ .visible = true,
242
+ .named = true,
243
+ },
244
+ [sym_unquote_splicing] = {
245
+ .visible = true,
246
+ .named = true,
247
+ },
248
+ [sym_list] = {
249
+ .visible = true,
250
+ .named = true,
251
+ },
252
+ [sym_dotted_list] = {
253
+ .visible = true,
254
+ .named = true,
255
+ },
256
+ [sym_vector] = {
257
+ .visible = true,
258
+ .named = true,
259
+ },
260
+ [sym_bytevector] = {
261
+ .visible = true,
262
+ .named = true,
263
+ },
264
+ [aux_sym_source_file_repeat1] = {
265
+ .visible = false,
266
+ .named = false,
267
+ },
268
+ [aux_sym_list_repeat1] = {
269
+ .visible = false,
270
+ .named = false,
271
+ },
272
+ [aux_sym_bytevector_repeat1] = {
273
+ .visible = false,
274
+ .named = false,
275
+ },
276
+ };
277
+
278
+ enum ts_field_identifiers {
279
+ field_datum = 1,
280
+ field_head = 2,
281
+ field_tail = 3,
282
+ };
283
+
284
+ static const char * const ts_field_names[] = {
285
+ [0] = NULL,
286
+ [field_datum] = "datum",
287
+ [field_head] = "head",
288
+ [field_tail] = "tail",
289
+ };
290
+
291
+ static const TSMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = {
292
+ [1] = {.index = 0, .length = 1},
293
+ [2] = {.index = 1, .length = 2},
294
+ };
295
+
296
+ static const TSFieldMapEntry ts_field_map_entries[] = {
297
+ [0] =
298
+ {field_datum, 1},
299
+ [1] =
300
+ {field_head, 1},
301
+ {field_tail, 3},
302
+ };
303
+
304
+ static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = {
305
+ [0] = {0},
306
+ };
307
+
308
+ static const uint16_t ts_non_terminal_alias_map[] = {
309
+ 0,
310
+ };
311
+
312
+ static const TSStateId ts_primary_state_ids[STATE_COUNT] = {
313
+ [0] = 0,
314
+ [1] = 1,
315
+ [2] = 2,
316
+ [3] = 3,
317
+ [4] = 4,
318
+ [5] = 5,
319
+ [6] = 3,
320
+ [7] = 3,
321
+ [8] = 8,
322
+ [9] = 9,
323
+ [10] = 10,
324
+ [11] = 8,
325
+ [12] = 8,
326
+ [13] = 10,
327
+ [14] = 9,
328
+ [15] = 10,
329
+ [16] = 9,
330
+ [17] = 17,
331
+ [18] = 18,
332
+ [19] = 19,
333
+ [20] = 20,
334
+ [21] = 19,
335
+ [22] = 22,
336
+ [23] = 17,
337
+ [24] = 18,
338
+ [25] = 20,
339
+ [26] = 22,
340
+ [27] = 17,
341
+ [28] = 20,
342
+ [29] = 18,
343
+ [30] = 22,
344
+ [31] = 19,
345
+ [32] = 32,
346
+ [33] = 33,
347
+ [34] = 34,
348
+ [35] = 35,
349
+ [36] = 32,
350
+ [37] = 37,
351
+ [38] = 38,
352
+ [39] = 39,
353
+ [40] = 40,
354
+ [41] = 34,
355
+ [42] = 42,
356
+ [43] = 43,
357
+ [44] = 44,
358
+ [45] = 37,
359
+ [46] = 42,
360
+ [47] = 38,
361
+ [48] = 39,
362
+ [49] = 43,
363
+ [50] = 50,
364
+ [51] = 50,
365
+ [52] = 44,
366
+ [53] = 33,
367
+ [54] = 35,
368
+ [55] = 40,
369
+ [56] = 56,
370
+ [57] = 57,
371
+ [58] = 57,
372
+ [59] = 56,
373
+ [60] = 60,
374
+ [61] = 56,
375
+ [62] = 57,
376
+ [63] = 32,
377
+ [64] = 35,
378
+ [65] = 65,
379
+ [66] = 37,
380
+ [67] = 38,
381
+ [68] = 39,
382
+ [69] = 69,
383
+ [70] = 40,
384
+ [71] = 69,
385
+ [72] = 34,
386
+ [73] = 42,
387
+ [74] = 43,
388
+ [75] = 44,
389
+ [76] = 69,
390
+ [77] = 33,
391
+ [78] = 50,
392
+ };
393
+
394
+ static bool ts_lex(TSLexer *lexer, TSStateId state) {
395
+ START_LEXER();
396
+ eof = lexer->eof(lexer);
397
+ switch (state) {
398
+ case 0:
399
+ if (eof) ADVANCE(8);
400
+ ADVANCE_MAP(
401
+ '"', 1,
402
+ '#', 2,
403
+ '\'', 9,
404
+ '(', 13,
405
+ ')', 14,
406
+ ',', 11,
407
+ '.', 15,
408
+ ';', 20,
409
+ '`', 10,
410
+ );
411
+ if (('\t' <= lookahead && lookahead <= '\r') ||
412
+ lookahead == ' ' ||
413
+ lookahead == 0xfeff) SKIP(0);
414
+ END_STATE();
415
+ case 1:
416
+ if (lookahead == '"') ADVANCE(18);
417
+ if (lookahead == '\\') ADVANCE(6);
418
+ if (lookahead != 0) ADVANCE(1);
419
+ END_STATE();
420
+ case 2:
421
+ if (lookahead == '(') ADVANCE(16);
422
+ if (lookahead == 'u') ADVANCE(4);
423
+ END_STATE();
424
+ case 3:
425
+ if (lookahead == '(') ADVANCE(17);
426
+ END_STATE();
427
+ case 4:
428
+ if (lookahead == '8') ADVANCE(3);
429
+ END_STATE();
430
+ case 5:
431
+ if (lookahead == ';') ADVANCE(1);
432
+ if (('0' <= lookahead && lookahead <= '9') ||
433
+ ('A' <= lookahead && lookahead <= 'F') ||
434
+ ('a' <= lookahead && lookahead <= 'f')) ADVANCE(5);
435
+ END_STATE();
436
+ case 6:
437
+ if (lookahead == 'X' ||
438
+ lookahead == 'x') ADVANCE(7);
439
+ if (lookahead == '"' ||
440
+ lookahead == '\\' ||
441
+ lookahead == 'n' ||
442
+ lookahead == 'r' ||
443
+ lookahead == 't') ADVANCE(1);
444
+ END_STATE();
445
+ case 7:
446
+ if (('0' <= lookahead && lookahead <= '9') ||
447
+ ('A' <= lookahead && lookahead <= 'F') ||
448
+ ('a' <= lookahead && lookahead <= 'f')) ADVANCE(5);
449
+ END_STATE();
450
+ case 8:
451
+ ACCEPT_TOKEN(ts_builtin_sym_end);
452
+ END_STATE();
453
+ case 9:
454
+ ACCEPT_TOKEN(anon_sym_SQUOTE);
455
+ END_STATE();
456
+ case 10:
457
+ ACCEPT_TOKEN(anon_sym_BQUOTE);
458
+ END_STATE();
459
+ case 11:
460
+ ACCEPT_TOKEN(anon_sym_COMMA);
461
+ if (lookahead == '@') ADVANCE(12);
462
+ END_STATE();
463
+ case 12:
464
+ ACCEPT_TOKEN(anon_sym_COMMA_AT);
465
+ END_STATE();
466
+ case 13:
467
+ ACCEPT_TOKEN(anon_sym_LPAREN);
468
+ END_STATE();
469
+ case 14:
470
+ ACCEPT_TOKEN(anon_sym_RPAREN);
471
+ END_STATE();
472
+ case 15:
473
+ ACCEPT_TOKEN(anon_sym_DOT);
474
+ END_STATE();
475
+ case 16:
476
+ ACCEPT_TOKEN(anon_sym_POUND_LPAREN);
477
+ END_STATE();
478
+ case 17:
479
+ ACCEPT_TOKEN(anon_sym_POUNDu8_LPAREN);
480
+ END_STATE();
481
+ case 18:
482
+ ACCEPT_TOKEN(sym_string);
483
+ END_STATE();
484
+ case 19:
485
+ ACCEPT_TOKEN(sym_header_pragma);
486
+ if (lookahead != 0 &&
487
+ lookahead != '\n' &&
488
+ lookahead != '\r') ADVANCE(19);
489
+ END_STATE();
490
+ case 20:
491
+ ACCEPT_TOKEN(sym_line_comment);
492
+ if (lookahead == '!') ADVANCE(19);
493
+ if (lookahead != 0 &&
494
+ lookahead != '\n' &&
495
+ lookahead != '\r') ADVANCE(21);
496
+ END_STATE();
497
+ case 21:
498
+ ACCEPT_TOKEN(sym_line_comment);
499
+ if (lookahead != 0 &&
500
+ lookahead != '\n' &&
501
+ lookahead != '\r') ADVANCE(21);
502
+ END_STATE();
503
+ default:
504
+ return false;
505
+ }
506
+ }
507
+
508
+ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) {
509
+ START_LEXER();
510
+ eof = lexer->eof(lexer);
511
+ switch (state) {
512
+ case 0:
513
+ ACCEPT_TOKEN(ts_builtin_sym_end);
514
+ END_STATE();
515
+ default:
516
+ return false;
517
+ }
518
+ }
519
+
520
+ static const TSLexerMode ts_lex_modes[STATE_COUNT] = {
521
+ [0] = {.lex_state = 0, .external_lex_state = 1},
522
+ [1] = {.lex_state = 0, .external_lex_state = 2},
523
+ [2] = {.lex_state = 0, .external_lex_state = 2},
524
+ [3] = {.lex_state = 0, .external_lex_state = 3},
525
+ [4] = {.lex_state = 0, .external_lex_state = 2},
526
+ [5] = {.lex_state = 0, .external_lex_state = 3},
527
+ [6] = {.lex_state = 0, .external_lex_state = 3},
528
+ [7] = {.lex_state = 0, .external_lex_state = 3},
529
+ [8] = {.lex_state = 0, .external_lex_state = 3},
530
+ [9] = {.lex_state = 0, .external_lex_state = 3},
531
+ [10] = {.lex_state = 0, .external_lex_state = 3},
532
+ [11] = {.lex_state = 0, .external_lex_state = 3},
533
+ [12] = {.lex_state = 0, .external_lex_state = 3},
534
+ [13] = {.lex_state = 0, .external_lex_state = 3},
535
+ [14] = {.lex_state = 0, .external_lex_state = 3},
536
+ [15] = {.lex_state = 0, .external_lex_state = 3},
537
+ [16] = {.lex_state = 0, .external_lex_state = 3},
538
+ [17] = {.lex_state = 0, .external_lex_state = 3},
539
+ [18] = {.lex_state = 0, .external_lex_state = 3},
540
+ [19] = {.lex_state = 0, .external_lex_state = 3},
541
+ [20] = {.lex_state = 0, .external_lex_state = 3},
542
+ [21] = {.lex_state = 0, .external_lex_state = 3},
543
+ [22] = {.lex_state = 0, .external_lex_state = 3},
544
+ [23] = {.lex_state = 0, .external_lex_state = 3},
545
+ [24] = {.lex_state = 0, .external_lex_state = 3},
546
+ [25] = {.lex_state = 0, .external_lex_state = 3},
547
+ [26] = {.lex_state = 0, .external_lex_state = 3},
548
+ [27] = {.lex_state = 0, .external_lex_state = 3},
549
+ [28] = {.lex_state = 0, .external_lex_state = 3},
550
+ [29] = {.lex_state = 0, .external_lex_state = 3},
551
+ [30] = {.lex_state = 0, .external_lex_state = 3},
552
+ [31] = {.lex_state = 0, .external_lex_state = 3},
553
+ [32] = {.lex_state = 0, .external_lex_state = 2},
554
+ [33] = {.lex_state = 0, .external_lex_state = 3},
555
+ [34] = {.lex_state = 0, .external_lex_state = 2},
556
+ [35] = {.lex_state = 0, .external_lex_state = 3},
557
+ [36] = {.lex_state = 0, .external_lex_state = 3},
558
+ [37] = {.lex_state = 0, .external_lex_state = 3},
559
+ [38] = {.lex_state = 0, .external_lex_state = 3},
560
+ [39] = {.lex_state = 0, .external_lex_state = 3},
561
+ [40] = {.lex_state = 0, .external_lex_state = 3},
562
+ [41] = {.lex_state = 0, .external_lex_state = 3},
563
+ [42] = {.lex_state = 0, .external_lex_state = 3},
564
+ [43] = {.lex_state = 0, .external_lex_state = 3},
565
+ [44] = {.lex_state = 0, .external_lex_state = 3},
566
+ [45] = {.lex_state = 0, .external_lex_state = 2},
567
+ [46] = {.lex_state = 0, .external_lex_state = 2},
568
+ [47] = {.lex_state = 0, .external_lex_state = 2},
569
+ [48] = {.lex_state = 0, .external_lex_state = 2},
570
+ [49] = {.lex_state = 0, .external_lex_state = 2},
571
+ [50] = {.lex_state = 0, .external_lex_state = 3},
572
+ [51] = {.lex_state = 0, .external_lex_state = 2},
573
+ [52] = {.lex_state = 0, .external_lex_state = 2},
574
+ [53] = {.lex_state = 0, .external_lex_state = 2},
575
+ [54] = {.lex_state = 0, .external_lex_state = 2},
576
+ [55] = {.lex_state = 0, .external_lex_state = 2},
577
+ [56] = {.lex_state = 0, .external_lex_state = 4},
578
+ [57] = {.lex_state = 0, .external_lex_state = 4},
579
+ [58] = {.lex_state = 0, .external_lex_state = 4},
580
+ [59] = {.lex_state = 0, .external_lex_state = 4},
581
+ [60] = {.lex_state = 0, .external_lex_state = 4},
582
+ [61] = {.lex_state = 0, .external_lex_state = 4},
583
+ [62] = {.lex_state = 0, .external_lex_state = 4},
584
+ [63] = {.lex_state = 0, .external_lex_state = 5},
585
+ [64] = {.lex_state = 0, .external_lex_state = 5},
586
+ [65] = {.lex_state = 0, .external_lex_state = 5},
587
+ [66] = {.lex_state = 0, .external_lex_state = 5},
588
+ [67] = {.lex_state = 0, .external_lex_state = 5},
589
+ [68] = {.lex_state = 0, .external_lex_state = 5},
590
+ [69] = {.lex_state = 0, .external_lex_state = 5},
591
+ [70] = {.lex_state = 0, .external_lex_state = 5},
592
+ [71] = {.lex_state = 0, .external_lex_state = 5},
593
+ [72] = {.lex_state = 0, .external_lex_state = 5},
594
+ [73] = {.lex_state = 0, .external_lex_state = 5},
595
+ [74] = {.lex_state = 0, .external_lex_state = 5},
596
+ [75] = {.lex_state = 0, .external_lex_state = 5},
597
+ [76] = {.lex_state = 0, .external_lex_state = 5},
598
+ [77] = {.lex_state = 0, .external_lex_state = 5},
599
+ [78] = {.lex_state = 0, .external_lex_state = 5},
600
+ };
601
+
602
+ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = {
603
+ [STATE(0)] = {
604
+ [ts_builtin_sym_end] = ACTIONS(1),
605
+ [anon_sym_POUND_LPAREN] = ACTIONS(1),
606
+ [anon_sym_SQUOTE] = ACTIONS(1),
607
+ [anon_sym_BQUOTE] = ACTIONS(1),
608
+ [anon_sym_COMMA] = ACTIONS(1),
609
+ [anon_sym_COMMA_AT] = ACTIONS(1),
610
+ [anon_sym_LPAREN] = ACTIONS(1),
611
+ [anon_sym_RPAREN] = ACTIONS(1),
612
+ [anon_sym_DOT] = ACTIONS(1),
613
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(1),
614
+ [sym_string] = ACTIONS(1),
615
+ [sym_header_pragma] = ACTIONS(3),
616
+ [sym_line_comment] = ACTIONS(5),
617
+ [sym_block_comment] = ACTIONS(3),
618
+ [sym_character] = ACTIONS(1),
619
+ [sym_boolean] = ACTIONS(1),
620
+ [sym_byte] = ACTIONS(1),
621
+ [sym_integer] = ACTIONS(1),
622
+ [sym_rational] = ACTIONS(1),
623
+ [sym_real] = ACTIONS(1),
624
+ [sym_symbol] = ACTIONS(1),
625
+ [sym_forbidden_reader_extension] = ACTIONS(1),
626
+ },
627
+ [STATE(1)] = {
628
+ [sym_source_file] = STATE(65),
629
+ [sym_datum] = STATE(2),
630
+ [sym_quote] = STATE(51),
631
+ [sym_quasiquote] = STATE(51),
632
+ [sym_unquote] = STATE(51),
633
+ [sym_unquote_splicing] = STATE(51),
634
+ [sym_list] = STATE(51),
635
+ [sym_dotted_list] = STATE(51),
636
+ [sym_vector] = STATE(51),
637
+ [sym_bytevector] = STATE(51),
638
+ [aux_sym_source_file_repeat1] = STATE(2),
639
+ [ts_builtin_sym_end] = ACTIONS(7),
640
+ [anon_sym_POUND_LPAREN] = ACTIONS(9),
641
+ [anon_sym_SQUOTE] = ACTIONS(11),
642
+ [anon_sym_BQUOTE] = ACTIONS(13),
643
+ [anon_sym_COMMA] = ACTIONS(15),
644
+ [anon_sym_COMMA_AT] = ACTIONS(17),
645
+ [anon_sym_LPAREN] = ACTIONS(19),
646
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(21),
647
+ [sym_string] = ACTIONS(23),
648
+ [sym_header_pragma] = ACTIONS(3),
649
+ [sym_line_comment] = ACTIONS(5),
650
+ [sym_block_comment] = ACTIONS(23),
651
+ [sym_character] = ACTIONS(23),
652
+ [sym_boolean] = ACTIONS(23),
653
+ [sym_integer] = ACTIONS(23),
654
+ [sym_rational] = ACTIONS(23),
655
+ [sym_real] = ACTIONS(23),
656
+ [sym_symbol] = ACTIONS(23),
657
+ [sym_forbidden_reader_extension] = ACTIONS(25),
658
+ },
659
+ [STATE(2)] = {
660
+ [sym_datum] = STATE(4),
661
+ [sym_quote] = STATE(51),
662
+ [sym_quasiquote] = STATE(51),
663
+ [sym_unquote] = STATE(51),
664
+ [sym_unquote_splicing] = STATE(51),
665
+ [sym_list] = STATE(51),
666
+ [sym_dotted_list] = STATE(51),
667
+ [sym_vector] = STATE(51),
668
+ [sym_bytevector] = STATE(51),
669
+ [aux_sym_source_file_repeat1] = STATE(4),
670
+ [ts_builtin_sym_end] = ACTIONS(27),
671
+ [anon_sym_POUND_LPAREN] = ACTIONS(9),
672
+ [anon_sym_SQUOTE] = ACTIONS(11),
673
+ [anon_sym_BQUOTE] = ACTIONS(13),
674
+ [anon_sym_COMMA] = ACTIONS(15),
675
+ [anon_sym_COMMA_AT] = ACTIONS(17),
676
+ [anon_sym_LPAREN] = ACTIONS(19),
677
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(21),
678
+ [sym_string] = ACTIONS(23),
679
+ [sym_header_pragma] = ACTIONS(3),
680
+ [sym_line_comment] = ACTIONS(5),
681
+ [sym_block_comment] = ACTIONS(23),
682
+ [sym_character] = ACTIONS(23),
683
+ [sym_boolean] = ACTIONS(23),
684
+ [sym_integer] = ACTIONS(23),
685
+ [sym_rational] = ACTIONS(23),
686
+ [sym_real] = ACTIONS(23),
687
+ [sym_symbol] = ACTIONS(23),
688
+ [sym_forbidden_reader_extension] = ACTIONS(29),
689
+ },
690
+ [STATE(3)] = {
691
+ [sym_datum] = STATE(5),
692
+ [sym_quote] = STATE(50),
693
+ [sym_quasiquote] = STATE(50),
694
+ [sym_unquote] = STATE(50),
695
+ [sym_unquote_splicing] = STATE(50),
696
+ [sym_list] = STATE(50),
697
+ [sym_dotted_list] = STATE(50),
698
+ [sym_vector] = STATE(50),
699
+ [sym_bytevector] = STATE(50),
700
+ [aux_sym_list_repeat1] = STATE(5),
701
+ [anon_sym_POUND_LPAREN] = ACTIONS(31),
702
+ [anon_sym_SQUOTE] = ACTIONS(33),
703
+ [anon_sym_BQUOTE] = ACTIONS(35),
704
+ [anon_sym_COMMA] = ACTIONS(37),
705
+ [anon_sym_COMMA_AT] = ACTIONS(39),
706
+ [anon_sym_LPAREN] = ACTIONS(41),
707
+ [anon_sym_RPAREN] = ACTIONS(43),
708
+ [anon_sym_DOT] = ACTIONS(45),
709
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(47),
710
+ [sym_string] = ACTIONS(49),
711
+ [sym_header_pragma] = ACTIONS(3),
712
+ [sym_line_comment] = ACTIONS(5),
713
+ [sym_block_comment] = ACTIONS(49),
714
+ [sym_character] = ACTIONS(49),
715
+ [sym_boolean] = ACTIONS(49),
716
+ [sym_integer] = ACTIONS(49),
717
+ [sym_rational] = ACTIONS(49),
718
+ [sym_real] = ACTIONS(49),
719
+ [sym_symbol] = ACTIONS(49),
720
+ },
721
+ [STATE(4)] = {
722
+ [sym_datum] = STATE(4),
723
+ [sym_quote] = STATE(51),
724
+ [sym_quasiquote] = STATE(51),
725
+ [sym_unquote] = STATE(51),
726
+ [sym_unquote_splicing] = STATE(51),
727
+ [sym_list] = STATE(51),
728
+ [sym_dotted_list] = STATE(51),
729
+ [sym_vector] = STATE(51),
730
+ [sym_bytevector] = STATE(51),
731
+ [aux_sym_source_file_repeat1] = STATE(4),
732
+ [ts_builtin_sym_end] = ACTIONS(51),
733
+ [anon_sym_POUND_LPAREN] = ACTIONS(53),
734
+ [anon_sym_SQUOTE] = ACTIONS(56),
735
+ [anon_sym_BQUOTE] = ACTIONS(59),
736
+ [anon_sym_COMMA] = ACTIONS(62),
737
+ [anon_sym_COMMA_AT] = ACTIONS(65),
738
+ [anon_sym_LPAREN] = ACTIONS(68),
739
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(71),
740
+ [sym_string] = ACTIONS(74),
741
+ [sym_header_pragma] = ACTIONS(3),
742
+ [sym_line_comment] = ACTIONS(5),
743
+ [sym_block_comment] = ACTIONS(74),
744
+ [sym_character] = ACTIONS(74),
745
+ [sym_boolean] = ACTIONS(74),
746
+ [sym_integer] = ACTIONS(74),
747
+ [sym_rational] = ACTIONS(74),
748
+ [sym_real] = ACTIONS(74),
749
+ [sym_symbol] = ACTIONS(74),
750
+ [sym_forbidden_reader_extension] = ACTIONS(77),
751
+ },
752
+ [STATE(5)] = {
753
+ [sym_datum] = STATE(5),
754
+ [sym_quote] = STATE(50),
755
+ [sym_quasiquote] = STATE(50),
756
+ [sym_unquote] = STATE(50),
757
+ [sym_unquote_splicing] = STATE(50),
758
+ [sym_list] = STATE(50),
759
+ [sym_dotted_list] = STATE(50),
760
+ [sym_vector] = STATE(50),
761
+ [sym_bytevector] = STATE(50),
762
+ [aux_sym_list_repeat1] = STATE(5),
763
+ [anon_sym_POUND_LPAREN] = ACTIONS(80),
764
+ [anon_sym_SQUOTE] = ACTIONS(83),
765
+ [anon_sym_BQUOTE] = ACTIONS(86),
766
+ [anon_sym_COMMA] = ACTIONS(89),
767
+ [anon_sym_COMMA_AT] = ACTIONS(92),
768
+ [anon_sym_LPAREN] = ACTIONS(95),
769
+ [anon_sym_RPAREN] = ACTIONS(98),
770
+ [anon_sym_DOT] = ACTIONS(98),
771
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(100),
772
+ [sym_string] = ACTIONS(103),
773
+ [sym_header_pragma] = ACTIONS(3),
774
+ [sym_line_comment] = ACTIONS(5),
775
+ [sym_block_comment] = ACTIONS(103),
776
+ [sym_character] = ACTIONS(103),
777
+ [sym_boolean] = ACTIONS(103),
778
+ [sym_integer] = ACTIONS(103),
779
+ [sym_rational] = ACTIONS(103),
780
+ [sym_real] = ACTIONS(103),
781
+ [sym_symbol] = ACTIONS(103),
782
+ },
783
+ [STATE(6)] = {
784
+ [sym_datum] = STATE(5),
785
+ [sym_quote] = STATE(50),
786
+ [sym_quasiquote] = STATE(50),
787
+ [sym_unquote] = STATE(50),
788
+ [sym_unquote_splicing] = STATE(50),
789
+ [sym_list] = STATE(50),
790
+ [sym_dotted_list] = STATE(50),
791
+ [sym_vector] = STATE(50),
792
+ [sym_bytevector] = STATE(50),
793
+ [aux_sym_list_repeat1] = STATE(5),
794
+ [anon_sym_POUND_LPAREN] = ACTIONS(31),
795
+ [anon_sym_SQUOTE] = ACTIONS(33),
796
+ [anon_sym_BQUOTE] = ACTIONS(35),
797
+ [anon_sym_COMMA] = ACTIONS(37),
798
+ [anon_sym_COMMA_AT] = ACTIONS(39),
799
+ [anon_sym_LPAREN] = ACTIONS(41),
800
+ [anon_sym_RPAREN] = ACTIONS(106),
801
+ [anon_sym_DOT] = ACTIONS(108),
802
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(47),
803
+ [sym_string] = ACTIONS(49),
804
+ [sym_header_pragma] = ACTIONS(3),
805
+ [sym_line_comment] = ACTIONS(5),
806
+ [sym_block_comment] = ACTIONS(49),
807
+ [sym_character] = ACTIONS(49),
808
+ [sym_boolean] = ACTIONS(49),
809
+ [sym_integer] = ACTIONS(49),
810
+ [sym_rational] = ACTIONS(49),
811
+ [sym_real] = ACTIONS(49),
812
+ [sym_symbol] = ACTIONS(49),
813
+ },
814
+ [STATE(7)] = {
815
+ [sym_datum] = STATE(5),
816
+ [sym_quote] = STATE(50),
817
+ [sym_quasiquote] = STATE(50),
818
+ [sym_unquote] = STATE(50),
819
+ [sym_unquote_splicing] = STATE(50),
820
+ [sym_list] = STATE(50),
821
+ [sym_dotted_list] = STATE(50),
822
+ [sym_vector] = STATE(50),
823
+ [sym_bytevector] = STATE(50),
824
+ [aux_sym_list_repeat1] = STATE(5),
825
+ [anon_sym_POUND_LPAREN] = ACTIONS(31),
826
+ [anon_sym_SQUOTE] = ACTIONS(33),
827
+ [anon_sym_BQUOTE] = ACTIONS(35),
828
+ [anon_sym_COMMA] = ACTIONS(37),
829
+ [anon_sym_COMMA_AT] = ACTIONS(39),
830
+ [anon_sym_LPAREN] = ACTIONS(41),
831
+ [anon_sym_RPAREN] = ACTIONS(110),
832
+ [anon_sym_DOT] = ACTIONS(112),
833
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(47),
834
+ [sym_string] = ACTIONS(49),
835
+ [sym_header_pragma] = ACTIONS(3),
836
+ [sym_line_comment] = ACTIONS(5),
837
+ [sym_block_comment] = ACTIONS(49),
838
+ [sym_character] = ACTIONS(49),
839
+ [sym_boolean] = ACTIONS(49),
840
+ [sym_integer] = ACTIONS(49),
841
+ [sym_rational] = ACTIONS(49),
842
+ [sym_real] = ACTIONS(49),
843
+ [sym_symbol] = ACTIONS(49),
844
+ },
845
+ [STATE(8)] = {
846
+ [sym_datum] = STATE(3),
847
+ [sym_quote] = STATE(50),
848
+ [sym_quasiquote] = STATE(50),
849
+ [sym_unquote] = STATE(50),
850
+ [sym_unquote_splicing] = STATE(50),
851
+ [sym_list] = STATE(50),
852
+ [sym_dotted_list] = STATE(50),
853
+ [sym_vector] = STATE(50),
854
+ [sym_bytevector] = STATE(50),
855
+ [aux_sym_list_repeat1] = STATE(3),
856
+ [anon_sym_POUND_LPAREN] = ACTIONS(31),
857
+ [anon_sym_SQUOTE] = ACTIONS(33),
858
+ [anon_sym_BQUOTE] = ACTIONS(35),
859
+ [anon_sym_COMMA] = ACTIONS(37),
860
+ [anon_sym_COMMA_AT] = ACTIONS(39),
861
+ [anon_sym_LPAREN] = ACTIONS(41),
862
+ [anon_sym_RPAREN] = ACTIONS(114),
863
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(47),
864
+ [sym_string] = ACTIONS(49),
865
+ [sym_header_pragma] = ACTIONS(3),
866
+ [sym_line_comment] = ACTIONS(5),
867
+ [sym_block_comment] = ACTIONS(49),
868
+ [sym_character] = ACTIONS(49),
869
+ [sym_boolean] = ACTIONS(49),
870
+ [sym_integer] = ACTIONS(49),
871
+ [sym_rational] = ACTIONS(49),
872
+ [sym_real] = ACTIONS(49),
873
+ [sym_symbol] = ACTIONS(49),
874
+ },
875
+ [STATE(9)] = {
876
+ [sym_datum] = STATE(5),
877
+ [sym_quote] = STATE(50),
878
+ [sym_quasiquote] = STATE(50),
879
+ [sym_unquote] = STATE(50),
880
+ [sym_unquote_splicing] = STATE(50),
881
+ [sym_list] = STATE(50),
882
+ [sym_dotted_list] = STATE(50),
883
+ [sym_vector] = STATE(50),
884
+ [sym_bytevector] = STATE(50),
885
+ [aux_sym_list_repeat1] = STATE(5),
886
+ [anon_sym_POUND_LPAREN] = ACTIONS(31),
887
+ [anon_sym_SQUOTE] = ACTIONS(33),
888
+ [anon_sym_BQUOTE] = ACTIONS(35),
889
+ [anon_sym_COMMA] = ACTIONS(37),
890
+ [anon_sym_COMMA_AT] = ACTIONS(39),
891
+ [anon_sym_LPAREN] = ACTIONS(41),
892
+ [anon_sym_RPAREN] = ACTIONS(116),
893
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(47),
894
+ [sym_string] = ACTIONS(49),
895
+ [sym_header_pragma] = ACTIONS(3),
896
+ [sym_line_comment] = ACTIONS(5),
897
+ [sym_block_comment] = ACTIONS(49),
898
+ [sym_character] = ACTIONS(49),
899
+ [sym_boolean] = ACTIONS(49),
900
+ [sym_integer] = ACTIONS(49),
901
+ [sym_rational] = ACTIONS(49),
902
+ [sym_real] = ACTIONS(49),
903
+ [sym_symbol] = ACTIONS(49),
904
+ },
905
+ [STATE(10)] = {
906
+ [sym_datum] = STATE(14),
907
+ [sym_quote] = STATE(50),
908
+ [sym_quasiquote] = STATE(50),
909
+ [sym_unquote] = STATE(50),
910
+ [sym_unquote_splicing] = STATE(50),
911
+ [sym_list] = STATE(50),
912
+ [sym_dotted_list] = STATE(50),
913
+ [sym_vector] = STATE(50),
914
+ [sym_bytevector] = STATE(50),
915
+ [aux_sym_list_repeat1] = STATE(14),
916
+ [anon_sym_POUND_LPAREN] = ACTIONS(31),
917
+ [anon_sym_SQUOTE] = ACTIONS(33),
918
+ [anon_sym_BQUOTE] = ACTIONS(35),
919
+ [anon_sym_COMMA] = ACTIONS(37),
920
+ [anon_sym_COMMA_AT] = ACTIONS(39),
921
+ [anon_sym_LPAREN] = ACTIONS(41),
922
+ [anon_sym_RPAREN] = ACTIONS(118),
923
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(47),
924
+ [sym_string] = ACTIONS(49),
925
+ [sym_header_pragma] = ACTIONS(3),
926
+ [sym_line_comment] = ACTIONS(5),
927
+ [sym_block_comment] = ACTIONS(49),
928
+ [sym_character] = ACTIONS(49),
929
+ [sym_boolean] = ACTIONS(49),
930
+ [sym_integer] = ACTIONS(49),
931
+ [sym_rational] = ACTIONS(49),
932
+ [sym_real] = ACTIONS(49),
933
+ [sym_symbol] = ACTIONS(49),
934
+ },
935
+ [STATE(11)] = {
936
+ [sym_datum] = STATE(7),
937
+ [sym_quote] = STATE(50),
938
+ [sym_quasiquote] = STATE(50),
939
+ [sym_unquote] = STATE(50),
940
+ [sym_unquote_splicing] = STATE(50),
941
+ [sym_list] = STATE(50),
942
+ [sym_dotted_list] = STATE(50),
943
+ [sym_vector] = STATE(50),
944
+ [sym_bytevector] = STATE(50),
945
+ [aux_sym_list_repeat1] = STATE(7),
946
+ [anon_sym_POUND_LPAREN] = ACTIONS(31),
947
+ [anon_sym_SQUOTE] = ACTIONS(33),
948
+ [anon_sym_BQUOTE] = ACTIONS(35),
949
+ [anon_sym_COMMA] = ACTIONS(37),
950
+ [anon_sym_COMMA_AT] = ACTIONS(39),
951
+ [anon_sym_LPAREN] = ACTIONS(41),
952
+ [anon_sym_RPAREN] = ACTIONS(120),
953
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(47),
954
+ [sym_string] = ACTIONS(49),
955
+ [sym_header_pragma] = ACTIONS(3),
956
+ [sym_line_comment] = ACTIONS(5),
957
+ [sym_block_comment] = ACTIONS(49),
958
+ [sym_character] = ACTIONS(49),
959
+ [sym_boolean] = ACTIONS(49),
960
+ [sym_integer] = ACTIONS(49),
961
+ [sym_rational] = ACTIONS(49),
962
+ [sym_real] = ACTIONS(49),
963
+ [sym_symbol] = ACTIONS(49),
964
+ },
965
+ [STATE(12)] = {
966
+ [sym_datum] = STATE(6),
967
+ [sym_quote] = STATE(50),
968
+ [sym_quasiquote] = STATE(50),
969
+ [sym_unquote] = STATE(50),
970
+ [sym_unquote_splicing] = STATE(50),
971
+ [sym_list] = STATE(50),
972
+ [sym_dotted_list] = STATE(50),
973
+ [sym_vector] = STATE(50),
974
+ [sym_bytevector] = STATE(50),
975
+ [aux_sym_list_repeat1] = STATE(6),
976
+ [anon_sym_POUND_LPAREN] = ACTIONS(31),
977
+ [anon_sym_SQUOTE] = ACTIONS(33),
978
+ [anon_sym_BQUOTE] = ACTIONS(35),
979
+ [anon_sym_COMMA] = ACTIONS(37),
980
+ [anon_sym_COMMA_AT] = ACTIONS(39),
981
+ [anon_sym_LPAREN] = ACTIONS(41),
982
+ [anon_sym_RPAREN] = ACTIONS(122),
983
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(47),
984
+ [sym_string] = ACTIONS(49),
985
+ [sym_header_pragma] = ACTIONS(3),
986
+ [sym_line_comment] = ACTIONS(5),
987
+ [sym_block_comment] = ACTIONS(49),
988
+ [sym_character] = ACTIONS(49),
989
+ [sym_boolean] = ACTIONS(49),
990
+ [sym_integer] = ACTIONS(49),
991
+ [sym_rational] = ACTIONS(49),
992
+ [sym_real] = ACTIONS(49),
993
+ [sym_symbol] = ACTIONS(49),
994
+ },
995
+ [STATE(13)] = {
996
+ [sym_datum] = STATE(16),
997
+ [sym_quote] = STATE(50),
998
+ [sym_quasiquote] = STATE(50),
999
+ [sym_unquote] = STATE(50),
1000
+ [sym_unquote_splicing] = STATE(50),
1001
+ [sym_list] = STATE(50),
1002
+ [sym_dotted_list] = STATE(50),
1003
+ [sym_vector] = STATE(50),
1004
+ [sym_bytevector] = STATE(50),
1005
+ [aux_sym_list_repeat1] = STATE(16),
1006
+ [anon_sym_POUND_LPAREN] = ACTIONS(31),
1007
+ [anon_sym_SQUOTE] = ACTIONS(33),
1008
+ [anon_sym_BQUOTE] = ACTIONS(35),
1009
+ [anon_sym_COMMA] = ACTIONS(37),
1010
+ [anon_sym_COMMA_AT] = ACTIONS(39),
1011
+ [anon_sym_LPAREN] = ACTIONS(41),
1012
+ [anon_sym_RPAREN] = ACTIONS(124),
1013
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(47),
1014
+ [sym_string] = ACTIONS(49),
1015
+ [sym_header_pragma] = ACTIONS(3),
1016
+ [sym_line_comment] = ACTIONS(5),
1017
+ [sym_block_comment] = ACTIONS(49),
1018
+ [sym_character] = ACTIONS(49),
1019
+ [sym_boolean] = ACTIONS(49),
1020
+ [sym_integer] = ACTIONS(49),
1021
+ [sym_rational] = ACTIONS(49),
1022
+ [sym_real] = ACTIONS(49),
1023
+ [sym_symbol] = ACTIONS(49),
1024
+ },
1025
+ [STATE(14)] = {
1026
+ [sym_datum] = STATE(5),
1027
+ [sym_quote] = STATE(50),
1028
+ [sym_quasiquote] = STATE(50),
1029
+ [sym_unquote] = STATE(50),
1030
+ [sym_unquote_splicing] = STATE(50),
1031
+ [sym_list] = STATE(50),
1032
+ [sym_dotted_list] = STATE(50),
1033
+ [sym_vector] = STATE(50),
1034
+ [sym_bytevector] = STATE(50),
1035
+ [aux_sym_list_repeat1] = STATE(5),
1036
+ [anon_sym_POUND_LPAREN] = ACTIONS(31),
1037
+ [anon_sym_SQUOTE] = ACTIONS(33),
1038
+ [anon_sym_BQUOTE] = ACTIONS(35),
1039
+ [anon_sym_COMMA] = ACTIONS(37),
1040
+ [anon_sym_COMMA_AT] = ACTIONS(39),
1041
+ [anon_sym_LPAREN] = ACTIONS(41),
1042
+ [anon_sym_RPAREN] = ACTIONS(126),
1043
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(47),
1044
+ [sym_string] = ACTIONS(49),
1045
+ [sym_header_pragma] = ACTIONS(3),
1046
+ [sym_line_comment] = ACTIONS(5),
1047
+ [sym_block_comment] = ACTIONS(49),
1048
+ [sym_character] = ACTIONS(49),
1049
+ [sym_boolean] = ACTIONS(49),
1050
+ [sym_integer] = ACTIONS(49),
1051
+ [sym_rational] = ACTIONS(49),
1052
+ [sym_real] = ACTIONS(49),
1053
+ [sym_symbol] = ACTIONS(49),
1054
+ },
1055
+ [STATE(15)] = {
1056
+ [sym_datum] = STATE(9),
1057
+ [sym_quote] = STATE(50),
1058
+ [sym_quasiquote] = STATE(50),
1059
+ [sym_unquote] = STATE(50),
1060
+ [sym_unquote_splicing] = STATE(50),
1061
+ [sym_list] = STATE(50),
1062
+ [sym_dotted_list] = STATE(50),
1063
+ [sym_vector] = STATE(50),
1064
+ [sym_bytevector] = STATE(50),
1065
+ [aux_sym_list_repeat1] = STATE(9),
1066
+ [anon_sym_POUND_LPAREN] = ACTIONS(31),
1067
+ [anon_sym_SQUOTE] = ACTIONS(33),
1068
+ [anon_sym_BQUOTE] = ACTIONS(35),
1069
+ [anon_sym_COMMA] = ACTIONS(37),
1070
+ [anon_sym_COMMA_AT] = ACTIONS(39),
1071
+ [anon_sym_LPAREN] = ACTIONS(41),
1072
+ [anon_sym_RPAREN] = ACTIONS(128),
1073
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(47),
1074
+ [sym_string] = ACTIONS(49),
1075
+ [sym_header_pragma] = ACTIONS(3),
1076
+ [sym_line_comment] = ACTIONS(5),
1077
+ [sym_block_comment] = ACTIONS(49),
1078
+ [sym_character] = ACTIONS(49),
1079
+ [sym_boolean] = ACTIONS(49),
1080
+ [sym_integer] = ACTIONS(49),
1081
+ [sym_rational] = ACTIONS(49),
1082
+ [sym_real] = ACTIONS(49),
1083
+ [sym_symbol] = ACTIONS(49),
1084
+ },
1085
+ [STATE(16)] = {
1086
+ [sym_datum] = STATE(5),
1087
+ [sym_quote] = STATE(50),
1088
+ [sym_quasiquote] = STATE(50),
1089
+ [sym_unquote] = STATE(50),
1090
+ [sym_unquote_splicing] = STATE(50),
1091
+ [sym_list] = STATE(50),
1092
+ [sym_dotted_list] = STATE(50),
1093
+ [sym_vector] = STATE(50),
1094
+ [sym_bytevector] = STATE(50),
1095
+ [aux_sym_list_repeat1] = STATE(5),
1096
+ [anon_sym_POUND_LPAREN] = ACTIONS(31),
1097
+ [anon_sym_SQUOTE] = ACTIONS(33),
1098
+ [anon_sym_BQUOTE] = ACTIONS(35),
1099
+ [anon_sym_COMMA] = ACTIONS(37),
1100
+ [anon_sym_COMMA_AT] = ACTIONS(39),
1101
+ [anon_sym_LPAREN] = ACTIONS(41),
1102
+ [anon_sym_RPAREN] = ACTIONS(130),
1103
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(47),
1104
+ [sym_string] = ACTIONS(49),
1105
+ [sym_header_pragma] = ACTIONS(3),
1106
+ [sym_line_comment] = ACTIONS(5),
1107
+ [sym_block_comment] = ACTIONS(49),
1108
+ [sym_character] = ACTIONS(49),
1109
+ [sym_boolean] = ACTIONS(49),
1110
+ [sym_integer] = ACTIONS(49),
1111
+ [sym_rational] = ACTIONS(49),
1112
+ [sym_real] = ACTIONS(49),
1113
+ [sym_symbol] = ACTIONS(49),
1114
+ },
1115
+ [STATE(17)] = {
1116
+ [sym_datum] = STATE(54),
1117
+ [sym_quote] = STATE(51),
1118
+ [sym_quasiquote] = STATE(51),
1119
+ [sym_unquote] = STATE(51),
1120
+ [sym_unquote_splicing] = STATE(51),
1121
+ [sym_list] = STATE(51),
1122
+ [sym_dotted_list] = STATE(51),
1123
+ [sym_vector] = STATE(51),
1124
+ [sym_bytevector] = STATE(51),
1125
+ [anon_sym_POUND_LPAREN] = ACTIONS(9),
1126
+ [anon_sym_SQUOTE] = ACTIONS(11),
1127
+ [anon_sym_BQUOTE] = ACTIONS(13),
1128
+ [anon_sym_COMMA] = ACTIONS(15),
1129
+ [anon_sym_COMMA_AT] = ACTIONS(17),
1130
+ [anon_sym_LPAREN] = ACTIONS(19),
1131
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(21),
1132
+ [sym_string] = ACTIONS(23),
1133
+ [sym_header_pragma] = ACTIONS(3),
1134
+ [sym_line_comment] = ACTIONS(5),
1135
+ [sym_block_comment] = ACTIONS(23),
1136
+ [sym_character] = ACTIONS(23),
1137
+ [sym_boolean] = ACTIONS(23),
1138
+ [sym_integer] = ACTIONS(23),
1139
+ [sym_rational] = ACTIONS(23),
1140
+ [sym_real] = ACTIONS(23),
1141
+ [sym_symbol] = ACTIONS(23),
1142
+ },
1143
+ [STATE(18)] = {
1144
+ [sym_datum] = STATE(32),
1145
+ [sym_quote] = STATE(51),
1146
+ [sym_quasiquote] = STATE(51),
1147
+ [sym_unquote] = STATE(51),
1148
+ [sym_unquote_splicing] = STATE(51),
1149
+ [sym_list] = STATE(51),
1150
+ [sym_dotted_list] = STATE(51),
1151
+ [sym_vector] = STATE(51),
1152
+ [sym_bytevector] = STATE(51),
1153
+ [anon_sym_POUND_LPAREN] = ACTIONS(9),
1154
+ [anon_sym_SQUOTE] = ACTIONS(11),
1155
+ [anon_sym_BQUOTE] = ACTIONS(13),
1156
+ [anon_sym_COMMA] = ACTIONS(15),
1157
+ [anon_sym_COMMA_AT] = ACTIONS(17),
1158
+ [anon_sym_LPAREN] = ACTIONS(19),
1159
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(21),
1160
+ [sym_string] = ACTIONS(23),
1161
+ [sym_header_pragma] = ACTIONS(3),
1162
+ [sym_line_comment] = ACTIONS(5),
1163
+ [sym_block_comment] = ACTIONS(23),
1164
+ [sym_character] = ACTIONS(23),
1165
+ [sym_boolean] = ACTIONS(23),
1166
+ [sym_integer] = ACTIONS(23),
1167
+ [sym_rational] = ACTIONS(23),
1168
+ [sym_real] = ACTIONS(23),
1169
+ [sym_symbol] = ACTIONS(23),
1170
+ },
1171
+ [STATE(19)] = {
1172
+ [sym_datum] = STATE(76),
1173
+ [sym_quote] = STATE(78),
1174
+ [sym_quasiquote] = STATE(78),
1175
+ [sym_unquote] = STATE(78),
1176
+ [sym_unquote_splicing] = STATE(78),
1177
+ [sym_list] = STATE(78),
1178
+ [sym_dotted_list] = STATE(78),
1179
+ [sym_vector] = STATE(78),
1180
+ [sym_bytevector] = STATE(78),
1181
+ [anon_sym_POUND_LPAREN] = ACTIONS(132),
1182
+ [anon_sym_SQUOTE] = ACTIONS(134),
1183
+ [anon_sym_BQUOTE] = ACTIONS(136),
1184
+ [anon_sym_COMMA] = ACTIONS(138),
1185
+ [anon_sym_COMMA_AT] = ACTIONS(140),
1186
+ [anon_sym_LPAREN] = ACTIONS(142),
1187
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(144),
1188
+ [sym_string] = ACTIONS(146),
1189
+ [sym_header_pragma] = ACTIONS(3),
1190
+ [sym_line_comment] = ACTIONS(5),
1191
+ [sym_block_comment] = ACTIONS(146),
1192
+ [sym_character] = ACTIONS(146),
1193
+ [sym_boolean] = ACTIONS(146),
1194
+ [sym_integer] = ACTIONS(146),
1195
+ [sym_rational] = ACTIONS(146),
1196
+ [sym_real] = ACTIONS(146),
1197
+ [sym_symbol] = ACTIONS(146),
1198
+ },
1199
+ [STATE(20)] = {
1200
+ [sym_datum] = STATE(45),
1201
+ [sym_quote] = STATE(51),
1202
+ [sym_quasiquote] = STATE(51),
1203
+ [sym_unquote] = STATE(51),
1204
+ [sym_unquote_splicing] = STATE(51),
1205
+ [sym_list] = STATE(51),
1206
+ [sym_dotted_list] = STATE(51),
1207
+ [sym_vector] = STATE(51),
1208
+ [sym_bytevector] = STATE(51),
1209
+ [anon_sym_POUND_LPAREN] = ACTIONS(9),
1210
+ [anon_sym_SQUOTE] = ACTIONS(11),
1211
+ [anon_sym_BQUOTE] = ACTIONS(13),
1212
+ [anon_sym_COMMA] = ACTIONS(15),
1213
+ [anon_sym_COMMA_AT] = ACTIONS(17),
1214
+ [anon_sym_LPAREN] = ACTIONS(19),
1215
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(21),
1216
+ [sym_string] = ACTIONS(23),
1217
+ [sym_header_pragma] = ACTIONS(3),
1218
+ [sym_line_comment] = ACTIONS(5),
1219
+ [sym_block_comment] = ACTIONS(23),
1220
+ [sym_character] = ACTIONS(23),
1221
+ [sym_boolean] = ACTIONS(23),
1222
+ [sym_integer] = ACTIONS(23),
1223
+ [sym_rational] = ACTIONS(23),
1224
+ [sym_real] = ACTIONS(23),
1225
+ [sym_symbol] = ACTIONS(23),
1226
+ },
1227
+ [STATE(21)] = {
1228
+ [sym_datum] = STATE(71),
1229
+ [sym_quote] = STATE(78),
1230
+ [sym_quasiquote] = STATE(78),
1231
+ [sym_unquote] = STATE(78),
1232
+ [sym_unquote_splicing] = STATE(78),
1233
+ [sym_list] = STATE(78),
1234
+ [sym_dotted_list] = STATE(78),
1235
+ [sym_vector] = STATE(78),
1236
+ [sym_bytevector] = STATE(78),
1237
+ [anon_sym_POUND_LPAREN] = ACTIONS(132),
1238
+ [anon_sym_SQUOTE] = ACTIONS(134),
1239
+ [anon_sym_BQUOTE] = ACTIONS(136),
1240
+ [anon_sym_COMMA] = ACTIONS(138),
1241
+ [anon_sym_COMMA_AT] = ACTIONS(140),
1242
+ [anon_sym_LPAREN] = ACTIONS(142),
1243
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(144),
1244
+ [sym_string] = ACTIONS(146),
1245
+ [sym_header_pragma] = ACTIONS(3),
1246
+ [sym_line_comment] = ACTIONS(5),
1247
+ [sym_block_comment] = ACTIONS(146),
1248
+ [sym_character] = ACTIONS(146),
1249
+ [sym_boolean] = ACTIONS(146),
1250
+ [sym_integer] = ACTIONS(146),
1251
+ [sym_rational] = ACTIONS(146),
1252
+ [sym_real] = ACTIONS(146),
1253
+ [sym_symbol] = ACTIONS(146),
1254
+ },
1255
+ [STATE(22)] = {
1256
+ [sym_datum] = STATE(47),
1257
+ [sym_quote] = STATE(51),
1258
+ [sym_quasiquote] = STATE(51),
1259
+ [sym_unquote] = STATE(51),
1260
+ [sym_unquote_splicing] = STATE(51),
1261
+ [sym_list] = STATE(51),
1262
+ [sym_dotted_list] = STATE(51),
1263
+ [sym_vector] = STATE(51),
1264
+ [sym_bytevector] = STATE(51),
1265
+ [anon_sym_POUND_LPAREN] = ACTIONS(9),
1266
+ [anon_sym_SQUOTE] = ACTIONS(11),
1267
+ [anon_sym_BQUOTE] = ACTIONS(13),
1268
+ [anon_sym_COMMA] = ACTIONS(15),
1269
+ [anon_sym_COMMA_AT] = ACTIONS(17),
1270
+ [anon_sym_LPAREN] = ACTIONS(19),
1271
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(21),
1272
+ [sym_string] = ACTIONS(23),
1273
+ [sym_header_pragma] = ACTIONS(3),
1274
+ [sym_line_comment] = ACTIONS(5),
1275
+ [sym_block_comment] = ACTIONS(23),
1276
+ [sym_character] = ACTIONS(23),
1277
+ [sym_boolean] = ACTIONS(23),
1278
+ [sym_integer] = ACTIONS(23),
1279
+ [sym_rational] = ACTIONS(23),
1280
+ [sym_real] = ACTIONS(23),
1281
+ [sym_symbol] = ACTIONS(23),
1282
+ },
1283
+ [STATE(23)] = {
1284
+ [sym_datum] = STATE(35),
1285
+ [sym_quote] = STATE(50),
1286
+ [sym_quasiquote] = STATE(50),
1287
+ [sym_unquote] = STATE(50),
1288
+ [sym_unquote_splicing] = STATE(50),
1289
+ [sym_list] = STATE(50),
1290
+ [sym_dotted_list] = STATE(50),
1291
+ [sym_vector] = STATE(50),
1292
+ [sym_bytevector] = STATE(50),
1293
+ [anon_sym_POUND_LPAREN] = ACTIONS(31),
1294
+ [anon_sym_SQUOTE] = ACTIONS(33),
1295
+ [anon_sym_BQUOTE] = ACTIONS(35),
1296
+ [anon_sym_COMMA] = ACTIONS(37),
1297
+ [anon_sym_COMMA_AT] = ACTIONS(39),
1298
+ [anon_sym_LPAREN] = ACTIONS(41),
1299
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(47),
1300
+ [sym_string] = ACTIONS(49),
1301
+ [sym_header_pragma] = ACTIONS(3),
1302
+ [sym_line_comment] = ACTIONS(5),
1303
+ [sym_block_comment] = ACTIONS(49),
1304
+ [sym_character] = ACTIONS(49),
1305
+ [sym_boolean] = ACTIONS(49),
1306
+ [sym_integer] = ACTIONS(49),
1307
+ [sym_rational] = ACTIONS(49),
1308
+ [sym_real] = ACTIONS(49),
1309
+ [sym_symbol] = ACTIONS(49),
1310
+ },
1311
+ [STATE(24)] = {
1312
+ [sym_datum] = STATE(36),
1313
+ [sym_quote] = STATE(50),
1314
+ [sym_quasiquote] = STATE(50),
1315
+ [sym_unquote] = STATE(50),
1316
+ [sym_unquote_splicing] = STATE(50),
1317
+ [sym_list] = STATE(50),
1318
+ [sym_dotted_list] = STATE(50),
1319
+ [sym_vector] = STATE(50),
1320
+ [sym_bytevector] = STATE(50),
1321
+ [anon_sym_POUND_LPAREN] = ACTIONS(31),
1322
+ [anon_sym_SQUOTE] = ACTIONS(33),
1323
+ [anon_sym_BQUOTE] = ACTIONS(35),
1324
+ [anon_sym_COMMA] = ACTIONS(37),
1325
+ [anon_sym_COMMA_AT] = ACTIONS(39),
1326
+ [anon_sym_LPAREN] = ACTIONS(41),
1327
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(47),
1328
+ [sym_string] = ACTIONS(49),
1329
+ [sym_header_pragma] = ACTIONS(3),
1330
+ [sym_line_comment] = ACTIONS(5),
1331
+ [sym_block_comment] = ACTIONS(49),
1332
+ [sym_character] = ACTIONS(49),
1333
+ [sym_boolean] = ACTIONS(49),
1334
+ [sym_integer] = ACTIONS(49),
1335
+ [sym_rational] = ACTIONS(49),
1336
+ [sym_real] = ACTIONS(49),
1337
+ [sym_symbol] = ACTIONS(49),
1338
+ },
1339
+ [STATE(25)] = {
1340
+ [sym_datum] = STATE(37),
1341
+ [sym_quote] = STATE(50),
1342
+ [sym_quasiquote] = STATE(50),
1343
+ [sym_unquote] = STATE(50),
1344
+ [sym_unquote_splicing] = STATE(50),
1345
+ [sym_list] = STATE(50),
1346
+ [sym_dotted_list] = STATE(50),
1347
+ [sym_vector] = STATE(50),
1348
+ [sym_bytevector] = STATE(50),
1349
+ [anon_sym_POUND_LPAREN] = ACTIONS(31),
1350
+ [anon_sym_SQUOTE] = ACTIONS(33),
1351
+ [anon_sym_BQUOTE] = ACTIONS(35),
1352
+ [anon_sym_COMMA] = ACTIONS(37),
1353
+ [anon_sym_COMMA_AT] = ACTIONS(39),
1354
+ [anon_sym_LPAREN] = ACTIONS(41),
1355
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(47),
1356
+ [sym_string] = ACTIONS(49),
1357
+ [sym_header_pragma] = ACTIONS(3),
1358
+ [sym_line_comment] = ACTIONS(5),
1359
+ [sym_block_comment] = ACTIONS(49),
1360
+ [sym_character] = ACTIONS(49),
1361
+ [sym_boolean] = ACTIONS(49),
1362
+ [sym_integer] = ACTIONS(49),
1363
+ [sym_rational] = ACTIONS(49),
1364
+ [sym_real] = ACTIONS(49),
1365
+ [sym_symbol] = ACTIONS(49),
1366
+ },
1367
+ [STATE(26)] = {
1368
+ [sym_datum] = STATE(38),
1369
+ [sym_quote] = STATE(50),
1370
+ [sym_quasiquote] = STATE(50),
1371
+ [sym_unquote] = STATE(50),
1372
+ [sym_unquote_splicing] = STATE(50),
1373
+ [sym_list] = STATE(50),
1374
+ [sym_dotted_list] = STATE(50),
1375
+ [sym_vector] = STATE(50),
1376
+ [sym_bytevector] = STATE(50),
1377
+ [anon_sym_POUND_LPAREN] = ACTIONS(31),
1378
+ [anon_sym_SQUOTE] = ACTIONS(33),
1379
+ [anon_sym_BQUOTE] = ACTIONS(35),
1380
+ [anon_sym_COMMA] = ACTIONS(37),
1381
+ [anon_sym_COMMA_AT] = ACTIONS(39),
1382
+ [anon_sym_LPAREN] = ACTIONS(41),
1383
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(47),
1384
+ [sym_string] = ACTIONS(49),
1385
+ [sym_header_pragma] = ACTIONS(3),
1386
+ [sym_line_comment] = ACTIONS(5),
1387
+ [sym_block_comment] = ACTIONS(49),
1388
+ [sym_character] = ACTIONS(49),
1389
+ [sym_boolean] = ACTIONS(49),
1390
+ [sym_integer] = ACTIONS(49),
1391
+ [sym_rational] = ACTIONS(49),
1392
+ [sym_real] = ACTIONS(49),
1393
+ [sym_symbol] = ACTIONS(49),
1394
+ },
1395
+ [STATE(27)] = {
1396
+ [sym_datum] = STATE(64),
1397
+ [sym_quote] = STATE(78),
1398
+ [sym_quasiquote] = STATE(78),
1399
+ [sym_unquote] = STATE(78),
1400
+ [sym_unquote_splicing] = STATE(78),
1401
+ [sym_list] = STATE(78),
1402
+ [sym_dotted_list] = STATE(78),
1403
+ [sym_vector] = STATE(78),
1404
+ [sym_bytevector] = STATE(78),
1405
+ [anon_sym_POUND_LPAREN] = ACTIONS(132),
1406
+ [anon_sym_SQUOTE] = ACTIONS(134),
1407
+ [anon_sym_BQUOTE] = ACTIONS(136),
1408
+ [anon_sym_COMMA] = ACTIONS(138),
1409
+ [anon_sym_COMMA_AT] = ACTIONS(140),
1410
+ [anon_sym_LPAREN] = ACTIONS(142),
1411
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(144),
1412
+ [sym_string] = ACTIONS(146),
1413
+ [sym_header_pragma] = ACTIONS(3),
1414
+ [sym_line_comment] = ACTIONS(5),
1415
+ [sym_block_comment] = ACTIONS(146),
1416
+ [sym_character] = ACTIONS(146),
1417
+ [sym_boolean] = ACTIONS(146),
1418
+ [sym_integer] = ACTIONS(146),
1419
+ [sym_rational] = ACTIONS(146),
1420
+ [sym_real] = ACTIONS(146),
1421
+ [sym_symbol] = ACTIONS(146),
1422
+ },
1423
+ [STATE(28)] = {
1424
+ [sym_datum] = STATE(66),
1425
+ [sym_quote] = STATE(78),
1426
+ [sym_quasiquote] = STATE(78),
1427
+ [sym_unquote] = STATE(78),
1428
+ [sym_unquote_splicing] = STATE(78),
1429
+ [sym_list] = STATE(78),
1430
+ [sym_dotted_list] = STATE(78),
1431
+ [sym_vector] = STATE(78),
1432
+ [sym_bytevector] = STATE(78),
1433
+ [anon_sym_POUND_LPAREN] = ACTIONS(132),
1434
+ [anon_sym_SQUOTE] = ACTIONS(134),
1435
+ [anon_sym_BQUOTE] = ACTIONS(136),
1436
+ [anon_sym_COMMA] = ACTIONS(138),
1437
+ [anon_sym_COMMA_AT] = ACTIONS(140),
1438
+ [anon_sym_LPAREN] = ACTIONS(142),
1439
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(144),
1440
+ [sym_string] = ACTIONS(146),
1441
+ [sym_header_pragma] = ACTIONS(3),
1442
+ [sym_line_comment] = ACTIONS(5),
1443
+ [sym_block_comment] = ACTIONS(146),
1444
+ [sym_character] = ACTIONS(146),
1445
+ [sym_boolean] = ACTIONS(146),
1446
+ [sym_integer] = ACTIONS(146),
1447
+ [sym_rational] = ACTIONS(146),
1448
+ [sym_real] = ACTIONS(146),
1449
+ [sym_symbol] = ACTIONS(146),
1450
+ },
1451
+ [STATE(29)] = {
1452
+ [sym_datum] = STATE(63),
1453
+ [sym_quote] = STATE(78),
1454
+ [sym_quasiquote] = STATE(78),
1455
+ [sym_unquote] = STATE(78),
1456
+ [sym_unquote_splicing] = STATE(78),
1457
+ [sym_list] = STATE(78),
1458
+ [sym_dotted_list] = STATE(78),
1459
+ [sym_vector] = STATE(78),
1460
+ [sym_bytevector] = STATE(78),
1461
+ [anon_sym_POUND_LPAREN] = ACTIONS(132),
1462
+ [anon_sym_SQUOTE] = ACTIONS(134),
1463
+ [anon_sym_BQUOTE] = ACTIONS(136),
1464
+ [anon_sym_COMMA] = ACTIONS(138),
1465
+ [anon_sym_COMMA_AT] = ACTIONS(140),
1466
+ [anon_sym_LPAREN] = ACTIONS(142),
1467
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(144),
1468
+ [sym_string] = ACTIONS(146),
1469
+ [sym_header_pragma] = ACTIONS(3),
1470
+ [sym_line_comment] = ACTIONS(5),
1471
+ [sym_block_comment] = ACTIONS(146),
1472
+ [sym_character] = ACTIONS(146),
1473
+ [sym_boolean] = ACTIONS(146),
1474
+ [sym_integer] = ACTIONS(146),
1475
+ [sym_rational] = ACTIONS(146),
1476
+ [sym_real] = ACTIONS(146),
1477
+ [sym_symbol] = ACTIONS(146),
1478
+ },
1479
+ [STATE(30)] = {
1480
+ [sym_datum] = STATE(67),
1481
+ [sym_quote] = STATE(78),
1482
+ [sym_quasiquote] = STATE(78),
1483
+ [sym_unquote] = STATE(78),
1484
+ [sym_unquote_splicing] = STATE(78),
1485
+ [sym_list] = STATE(78),
1486
+ [sym_dotted_list] = STATE(78),
1487
+ [sym_vector] = STATE(78),
1488
+ [sym_bytevector] = STATE(78),
1489
+ [anon_sym_POUND_LPAREN] = ACTIONS(132),
1490
+ [anon_sym_SQUOTE] = ACTIONS(134),
1491
+ [anon_sym_BQUOTE] = ACTIONS(136),
1492
+ [anon_sym_COMMA] = ACTIONS(138),
1493
+ [anon_sym_COMMA_AT] = ACTIONS(140),
1494
+ [anon_sym_LPAREN] = ACTIONS(142),
1495
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(144),
1496
+ [sym_string] = ACTIONS(146),
1497
+ [sym_header_pragma] = ACTIONS(3),
1498
+ [sym_line_comment] = ACTIONS(5),
1499
+ [sym_block_comment] = ACTIONS(146),
1500
+ [sym_character] = ACTIONS(146),
1501
+ [sym_boolean] = ACTIONS(146),
1502
+ [sym_integer] = ACTIONS(146),
1503
+ [sym_rational] = ACTIONS(146),
1504
+ [sym_real] = ACTIONS(146),
1505
+ [sym_symbol] = ACTIONS(146),
1506
+ },
1507
+ [STATE(31)] = {
1508
+ [sym_datum] = STATE(69),
1509
+ [sym_quote] = STATE(78),
1510
+ [sym_quasiquote] = STATE(78),
1511
+ [sym_unquote] = STATE(78),
1512
+ [sym_unquote_splicing] = STATE(78),
1513
+ [sym_list] = STATE(78),
1514
+ [sym_dotted_list] = STATE(78),
1515
+ [sym_vector] = STATE(78),
1516
+ [sym_bytevector] = STATE(78),
1517
+ [anon_sym_POUND_LPAREN] = ACTIONS(132),
1518
+ [anon_sym_SQUOTE] = ACTIONS(134),
1519
+ [anon_sym_BQUOTE] = ACTIONS(136),
1520
+ [anon_sym_COMMA] = ACTIONS(138),
1521
+ [anon_sym_COMMA_AT] = ACTIONS(140),
1522
+ [anon_sym_LPAREN] = ACTIONS(142),
1523
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(144),
1524
+ [sym_string] = ACTIONS(146),
1525
+ [sym_header_pragma] = ACTIONS(3),
1526
+ [sym_line_comment] = ACTIONS(5),
1527
+ [sym_block_comment] = ACTIONS(146),
1528
+ [sym_character] = ACTIONS(146),
1529
+ [sym_boolean] = ACTIONS(146),
1530
+ [sym_integer] = ACTIONS(146),
1531
+ [sym_rational] = ACTIONS(146),
1532
+ [sym_real] = ACTIONS(146),
1533
+ [sym_symbol] = ACTIONS(146),
1534
+ },
1535
+ [STATE(32)] = {
1536
+ [ts_builtin_sym_end] = ACTIONS(148),
1537
+ [anon_sym_POUND_LPAREN] = ACTIONS(148),
1538
+ [anon_sym_SQUOTE] = ACTIONS(148),
1539
+ [anon_sym_BQUOTE] = ACTIONS(148),
1540
+ [anon_sym_COMMA] = ACTIONS(150),
1541
+ [anon_sym_COMMA_AT] = ACTIONS(148),
1542
+ [anon_sym_LPAREN] = ACTIONS(148),
1543
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(148),
1544
+ [sym_string] = ACTIONS(148),
1545
+ [sym_header_pragma] = ACTIONS(3),
1546
+ [sym_line_comment] = ACTIONS(5),
1547
+ [sym_block_comment] = ACTIONS(148),
1548
+ [sym_character] = ACTIONS(148),
1549
+ [sym_boolean] = ACTIONS(148),
1550
+ [sym_integer] = ACTIONS(148),
1551
+ [sym_rational] = ACTIONS(148),
1552
+ [sym_real] = ACTIONS(148),
1553
+ [sym_symbol] = ACTIONS(148),
1554
+ [sym_forbidden_reader_extension] = ACTIONS(148),
1555
+ },
1556
+ [STATE(33)] = {
1557
+ [anon_sym_POUND_LPAREN] = ACTIONS(152),
1558
+ [anon_sym_SQUOTE] = ACTIONS(152),
1559
+ [anon_sym_BQUOTE] = ACTIONS(152),
1560
+ [anon_sym_COMMA] = ACTIONS(154),
1561
+ [anon_sym_COMMA_AT] = ACTIONS(152),
1562
+ [anon_sym_LPAREN] = ACTIONS(152),
1563
+ [anon_sym_RPAREN] = ACTIONS(152),
1564
+ [anon_sym_DOT] = ACTIONS(152),
1565
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(152),
1566
+ [sym_string] = ACTIONS(152),
1567
+ [sym_header_pragma] = ACTIONS(3),
1568
+ [sym_line_comment] = ACTIONS(5),
1569
+ [sym_block_comment] = ACTIONS(152),
1570
+ [sym_character] = ACTIONS(152),
1571
+ [sym_boolean] = ACTIONS(152),
1572
+ [sym_integer] = ACTIONS(152),
1573
+ [sym_rational] = ACTIONS(152),
1574
+ [sym_real] = ACTIONS(152),
1575
+ [sym_symbol] = ACTIONS(152),
1576
+ },
1577
+ [STATE(34)] = {
1578
+ [ts_builtin_sym_end] = ACTIONS(156),
1579
+ [anon_sym_POUND_LPAREN] = ACTIONS(156),
1580
+ [anon_sym_SQUOTE] = ACTIONS(156),
1581
+ [anon_sym_BQUOTE] = ACTIONS(156),
1582
+ [anon_sym_COMMA] = ACTIONS(158),
1583
+ [anon_sym_COMMA_AT] = ACTIONS(156),
1584
+ [anon_sym_LPAREN] = ACTIONS(156),
1585
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(156),
1586
+ [sym_string] = ACTIONS(156),
1587
+ [sym_header_pragma] = ACTIONS(3),
1588
+ [sym_line_comment] = ACTIONS(5),
1589
+ [sym_block_comment] = ACTIONS(156),
1590
+ [sym_character] = ACTIONS(156),
1591
+ [sym_boolean] = ACTIONS(156),
1592
+ [sym_integer] = ACTIONS(156),
1593
+ [sym_rational] = ACTIONS(156),
1594
+ [sym_real] = ACTIONS(156),
1595
+ [sym_symbol] = ACTIONS(156),
1596
+ [sym_forbidden_reader_extension] = ACTIONS(156),
1597
+ },
1598
+ [STATE(35)] = {
1599
+ [anon_sym_POUND_LPAREN] = ACTIONS(160),
1600
+ [anon_sym_SQUOTE] = ACTIONS(160),
1601
+ [anon_sym_BQUOTE] = ACTIONS(160),
1602
+ [anon_sym_COMMA] = ACTIONS(162),
1603
+ [anon_sym_COMMA_AT] = ACTIONS(160),
1604
+ [anon_sym_LPAREN] = ACTIONS(160),
1605
+ [anon_sym_RPAREN] = ACTIONS(160),
1606
+ [anon_sym_DOT] = ACTIONS(160),
1607
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(160),
1608
+ [sym_string] = ACTIONS(160),
1609
+ [sym_header_pragma] = ACTIONS(3),
1610
+ [sym_line_comment] = ACTIONS(5),
1611
+ [sym_block_comment] = ACTIONS(160),
1612
+ [sym_character] = ACTIONS(160),
1613
+ [sym_boolean] = ACTIONS(160),
1614
+ [sym_integer] = ACTIONS(160),
1615
+ [sym_rational] = ACTIONS(160),
1616
+ [sym_real] = ACTIONS(160),
1617
+ [sym_symbol] = ACTIONS(160),
1618
+ },
1619
+ [STATE(36)] = {
1620
+ [anon_sym_POUND_LPAREN] = ACTIONS(148),
1621
+ [anon_sym_SQUOTE] = ACTIONS(148),
1622
+ [anon_sym_BQUOTE] = ACTIONS(148),
1623
+ [anon_sym_COMMA] = ACTIONS(150),
1624
+ [anon_sym_COMMA_AT] = ACTIONS(148),
1625
+ [anon_sym_LPAREN] = ACTIONS(148),
1626
+ [anon_sym_RPAREN] = ACTIONS(148),
1627
+ [anon_sym_DOT] = ACTIONS(148),
1628
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(148),
1629
+ [sym_string] = ACTIONS(148),
1630
+ [sym_header_pragma] = ACTIONS(3),
1631
+ [sym_line_comment] = ACTIONS(5),
1632
+ [sym_block_comment] = ACTIONS(148),
1633
+ [sym_character] = ACTIONS(148),
1634
+ [sym_boolean] = ACTIONS(148),
1635
+ [sym_integer] = ACTIONS(148),
1636
+ [sym_rational] = ACTIONS(148),
1637
+ [sym_real] = ACTIONS(148),
1638
+ [sym_symbol] = ACTIONS(148),
1639
+ },
1640
+ [STATE(37)] = {
1641
+ [anon_sym_POUND_LPAREN] = ACTIONS(164),
1642
+ [anon_sym_SQUOTE] = ACTIONS(164),
1643
+ [anon_sym_BQUOTE] = ACTIONS(164),
1644
+ [anon_sym_COMMA] = ACTIONS(166),
1645
+ [anon_sym_COMMA_AT] = ACTIONS(164),
1646
+ [anon_sym_LPAREN] = ACTIONS(164),
1647
+ [anon_sym_RPAREN] = ACTIONS(164),
1648
+ [anon_sym_DOT] = ACTIONS(164),
1649
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(164),
1650
+ [sym_string] = ACTIONS(164),
1651
+ [sym_header_pragma] = ACTIONS(3),
1652
+ [sym_line_comment] = ACTIONS(5),
1653
+ [sym_block_comment] = ACTIONS(164),
1654
+ [sym_character] = ACTIONS(164),
1655
+ [sym_boolean] = ACTIONS(164),
1656
+ [sym_integer] = ACTIONS(164),
1657
+ [sym_rational] = ACTIONS(164),
1658
+ [sym_real] = ACTIONS(164),
1659
+ [sym_symbol] = ACTIONS(164),
1660
+ },
1661
+ [STATE(38)] = {
1662
+ [anon_sym_POUND_LPAREN] = ACTIONS(168),
1663
+ [anon_sym_SQUOTE] = ACTIONS(168),
1664
+ [anon_sym_BQUOTE] = ACTIONS(168),
1665
+ [anon_sym_COMMA] = ACTIONS(170),
1666
+ [anon_sym_COMMA_AT] = ACTIONS(168),
1667
+ [anon_sym_LPAREN] = ACTIONS(168),
1668
+ [anon_sym_RPAREN] = ACTIONS(168),
1669
+ [anon_sym_DOT] = ACTIONS(168),
1670
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(168),
1671
+ [sym_string] = ACTIONS(168),
1672
+ [sym_header_pragma] = ACTIONS(3),
1673
+ [sym_line_comment] = ACTIONS(5),
1674
+ [sym_block_comment] = ACTIONS(168),
1675
+ [sym_character] = ACTIONS(168),
1676
+ [sym_boolean] = ACTIONS(168),
1677
+ [sym_integer] = ACTIONS(168),
1678
+ [sym_rational] = ACTIONS(168),
1679
+ [sym_real] = ACTIONS(168),
1680
+ [sym_symbol] = ACTIONS(168),
1681
+ },
1682
+ [STATE(39)] = {
1683
+ [anon_sym_POUND_LPAREN] = ACTIONS(172),
1684
+ [anon_sym_SQUOTE] = ACTIONS(172),
1685
+ [anon_sym_BQUOTE] = ACTIONS(172),
1686
+ [anon_sym_COMMA] = ACTIONS(174),
1687
+ [anon_sym_COMMA_AT] = ACTIONS(172),
1688
+ [anon_sym_LPAREN] = ACTIONS(172),
1689
+ [anon_sym_RPAREN] = ACTIONS(172),
1690
+ [anon_sym_DOT] = ACTIONS(172),
1691
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(172),
1692
+ [sym_string] = ACTIONS(172),
1693
+ [sym_header_pragma] = ACTIONS(3),
1694
+ [sym_line_comment] = ACTIONS(5),
1695
+ [sym_block_comment] = ACTIONS(172),
1696
+ [sym_character] = ACTIONS(172),
1697
+ [sym_boolean] = ACTIONS(172),
1698
+ [sym_integer] = ACTIONS(172),
1699
+ [sym_rational] = ACTIONS(172),
1700
+ [sym_real] = ACTIONS(172),
1701
+ [sym_symbol] = ACTIONS(172),
1702
+ },
1703
+ [STATE(40)] = {
1704
+ [anon_sym_POUND_LPAREN] = ACTIONS(176),
1705
+ [anon_sym_SQUOTE] = ACTIONS(176),
1706
+ [anon_sym_BQUOTE] = ACTIONS(176),
1707
+ [anon_sym_COMMA] = ACTIONS(178),
1708
+ [anon_sym_COMMA_AT] = ACTIONS(176),
1709
+ [anon_sym_LPAREN] = ACTIONS(176),
1710
+ [anon_sym_RPAREN] = ACTIONS(176),
1711
+ [anon_sym_DOT] = ACTIONS(176),
1712
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(176),
1713
+ [sym_string] = ACTIONS(176),
1714
+ [sym_header_pragma] = ACTIONS(3),
1715
+ [sym_line_comment] = ACTIONS(5),
1716
+ [sym_block_comment] = ACTIONS(176),
1717
+ [sym_character] = ACTIONS(176),
1718
+ [sym_boolean] = ACTIONS(176),
1719
+ [sym_integer] = ACTIONS(176),
1720
+ [sym_rational] = ACTIONS(176),
1721
+ [sym_real] = ACTIONS(176),
1722
+ [sym_symbol] = ACTIONS(176),
1723
+ },
1724
+ [STATE(41)] = {
1725
+ [anon_sym_POUND_LPAREN] = ACTIONS(156),
1726
+ [anon_sym_SQUOTE] = ACTIONS(156),
1727
+ [anon_sym_BQUOTE] = ACTIONS(156),
1728
+ [anon_sym_COMMA] = ACTIONS(158),
1729
+ [anon_sym_COMMA_AT] = ACTIONS(156),
1730
+ [anon_sym_LPAREN] = ACTIONS(156),
1731
+ [anon_sym_RPAREN] = ACTIONS(156),
1732
+ [anon_sym_DOT] = ACTIONS(156),
1733
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(156),
1734
+ [sym_string] = ACTIONS(156),
1735
+ [sym_header_pragma] = ACTIONS(3),
1736
+ [sym_line_comment] = ACTIONS(5),
1737
+ [sym_block_comment] = ACTIONS(156),
1738
+ [sym_character] = ACTIONS(156),
1739
+ [sym_boolean] = ACTIONS(156),
1740
+ [sym_integer] = ACTIONS(156),
1741
+ [sym_rational] = ACTIONS(156),
1742
+ [sym_real] = ACTIONS(156),
1743
+ [sym_symbol] = ACTIONS(156),
1744
+ },
1745
+ [STATE(42)] = {
1746
+ [anon_sym_POUND_LPAREN] = ACTIONS(180),
1747
+ [anon_sym_SQUOTE] = ACTIONS(180),
1748
+ [anon_sym_BQUOTE] = ACTIONS(180),
1749
+ [anon_sym_COMMA] = ACTIONS(182),
1750
+ [anon_sym_COMMA_AT] = ACTIONS(180),
1751
+ [anon_sym_LPAREN] = ACTIONS(180),
1752
+ [anon_sym_RPAREN] = ACTIONS(180),
1753
+ [anon_sym_DOT] = ACTIONS(180),
1754
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(180),
1755
+ [sym_string] = ACTIONS(180),
1756
+ [sym_header_pragma] = ACTIONS(3),
1757
+ [sym_line_comment] = ACTIONS(5),
1758
+ [sym_block_comment] = ACTIONS(180),
1759
+ [sym_character] = ACTIONS(180),
1760
+ [sym_boolean] = ACTIONS(180),
1761
+ [sym_integer] = ACTIONS(180),
1762
+ [sym_rational] = ACTIONS(180),
1763
+ [sym_real] = ACTIONS(180),
1764
+ [sym_symbol] = ACTIONS(180),
1765
+ },
1766
+ [STATE(43)] = {
1767
+ [anon_sym_POUND_LPAREN] = ACTIONS(184),
1768
+ [anon_sym_SQUOTE] = ACTIONS(184),
1769
+ [anon_sym_BQUOTE] = ACTIONS(184),
1770
+ [anon_sym_COMMA] = ACTIONS(186),
1771
+ [anon_sym_COMMA_AT] = ACTIONS(184),
1772
+ [anon_sym_LPAREN] = ACTIONS(184),
1773
+ [anon_sym_RPAREN] = ACTIONS(184),
1774
+ [anon_sym_DOT] = ACTIONS(184),
1775
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(184),
1776
+ [sym_string] = ACTIONS(184),
1777
+ [sym_header_pragma] = ACTIONS(3),
1778
+ [sym_line_comment] = ACTIONS(5),
1779
+ [sym_block_comment] = ACTIONS(184),
1780
+ [sym_character] = ACTIONS(184),
1781
+ [sym_boolean] = ACTIONS(184),
1782
+ [sym_integer] = ACTIONS(184),
1783
+ [sym_rational] = ACTIONS(184),
1784
+ [sym_real] = ACTIONS(184),
1785
+ [sym_symbol] = ACTIONS(184),
1786
+ },
1787
+ [STATE(44)] = {
1788
+ [anon_sym_POUND_LPAREN] = ACTIONS(188),
1789
+ [anon_sym_SQUOTE] = ACTIONS(188),
1790
+ [anon_sym_BQUOTE] = ACTIONS(188),
1791
+ [anon_sym_COMMA] = ACTIONS(190),
1792
+ [anon_sym_COMMA_AT] = ACTIONS(188),
1793
+ [anon_sym_LPAREN] = ACTIONS(188),
1794
+ [anon_sym_RPAREN] = ACTIONS(188),
1795
+ [anon_sym_DOT] = ACTIONS(188),
1796
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(188),
1797
+ [sym_string] = ACTIONS(188),
1798
+ [sym_header_pragma] = ACTIONS(3),
1799
+ [sym_line_comment] = ACTIONS(5),
1800
+ [sym_block_comment] = ACTIONS(188),
1801
+ [sym_character] = ACTIONS(188),
1802
+ [sym_boolean] = ACTIONS(188),
1803
+ [sym_integer] = ACTIONS(188),
1804
+ [sym_rational] = ACTIONS(188),
1805
+ [sym_real] = ACTIONS(188),
1806
+ [sym_symbol] = ACTIONS(188),
1807
+ },
1808
+ [STATE(45)] = {
1809
+ [ts_builtin_sym_end] = ACTIONS(164),
1810
+ [anon_sym_POUND_LPAREN] = ACTIONS(164),
1811
+ [anon_sym_SQUOTE] = ACTIONS(164),
1812
+ [anon_sym_BQUOTE] = ACTIONS(164),
1813
+ [anon_sym_COMMA] = ACTIONS(166),
1814
+ [anon_sym_COMMA_AT] = ACTIONS(164),
1815
+ [anon_sym_LPAREN] = ACTIONS(164),
1816
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(164),
1817
+ [sym_string] = ACTIONS(164),
1818
+ [sym_header_pragma] = ACTIONS(3),
1819
+ [sym_line_comment] = ACTIONS(5),
1820
+ [sym_block_comment] = ACTIONS(164),
1821
+ [sym_character] = ACTIONS(164),
1822
+ [sym_boolean] = ACTIONS(164),
1823
+ [sym_integer] = ACTIONS(164),
1824
+ [sym_rational] = ACTIONS(164),
1825
+ [sym_real] = ACTIONS(164),
1826
+ [sym_symbol] = ACTIONS(164),
1827
+ [sym_forbidden_reader_extension] = ACTIONS(164),
1828
+ },
1829
+ [STATE(46)] = {
1830
+ [ts_builtin_sym_end] = ACTIONS(180),
1831
+ [anon_sym_POUND_LPAREN] = ACTIONS(180),
1832
+ [anon_sym_SQUOTE] = ACTIONS(180),
1833
+ [anon_sym_BQUOTE] = ACTIONS(180),
1834
+ [anon_sym_COMMA] = ACTIONS(182),
1835
+ [anon_sym_COMMA_AT] = ACTIONS(180),
1836
+ [anon_sym_LPAREN] = ACTIONS(180),
1837
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(180),
1838
+ [sym_string] = ACTIONS(180),
1839
+ [sym_header_pragma] = ACTIONS(3),
1840
+ [sym_line_comment] = ACTIONS(5),
1841
+ [sym_block_comment] = ACTIONS(180),
1842
+ [sym_character] = ACTIONS(180),
1843
+ [sym_boolean] = ACTIONS(180),
1844
+ [sym_integer] = ACTIONS(180),
1845
+ [sym_rational] = ACTIONS(180),
1846
+ [sym_real] = ACTIONS(180),
1847
+ [sym_symbol] = ACTIONS(180),
1848
+ [sym_forbidden_reader_extension] = ACTIONS(180),
1849
+ },
1850
+ [STATE(47)] = {
1851
+ [ts_builtin_sym_end] = ACTIONS(168),
1852
+ [anon_sym_POUND_LPAREN] = ACTIONS(168),
1853
+ [anon_sym_SQUOTE] = ACTIONS(168),
1854
+ [anon_sym_BQUOTE] = ACTIONS(168),
1855
+ [anon_sym_COMMA] = ACTIONS(170),
1856
+ [anon_sym_COMMA_AT] = ACTIONS(168),
1857
+ [anon_sym_LPAREN] = ACTIONS(168),
1858
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(168),
1859
+ [sym_string] = ACTIONS(168),
1860
+ [sym_header_pragma] = ACTIONS(3),
1861
+ [sym_line_comment] = ACTIONS(5),
1862
+ [sym_block_comment] = ACTIONS(168),
1863
+ [sym_character] = ACTIONS(168),
1864
+ [sym_boolean] = ACTIONS(168),
1865
+ [sym_integer] = ACTIONS(168),
1866
+ [sym_rational] = ACTIONS(168),
1867
+ [sym_real] = ACTIONS(168),
1868
+ [sym_symbol] = ACTIONS(168),
1869
+ [sym_forbidden_reader_extension] = ACTIONS(168),
1870
+ },
1871
+ [STATE(48)] = {
1872
+ [ts_builtin_sym_end] = ACTIONS(172),
1873
+ [anon_sym_POUND_LPAREN] = ACTIONS(172),
1874
+ [anon_sym_SQUOTE] = ACTIONS(172),
1875
+ [anon_sym_BQUOTE] = ACTIONS(172),
1876
+ [anon_sym_COMMA] = ACTIONS(174),
1877
+ [anon_sym_COMMA_AT] = ACTIONS(172),
1878
+ [anon_sym_LPAREN] = ACTIONS(172),
1879
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(172),
1880
+ [sym_string] = ACTIONS(172),
1881
+ [sym_header_pragma] = ACTIONS(3),
1882
+ [sym_line_comment] = ACTIONS(5),
1883
+ [sym_block_comment] = ACTIONS(172),
1884
+ [sym_character] = ACTIONS(172),
1885
+ [sym_boolean] = ACTIONS(172),
1886
+ [sym_integer] = ACTIONS(172),
1887
+ [sym_rational] = ACTIONS(172),
1888
+ [sym_real] = ACTIONS(172),
1889
+ [sym_symbol] = ACTIONS(172),
1890
+ [sym_forbidden_reader_extension] = ACTIONS(172),
1891
+ },
1892
+ [STATE(49)] = {
1893
+ [ts_builtin_sym_end] = ACTIONS(184),
1894
+ [anon_sym_POUND_LPAREN] = ACTIONS(184),
1895
+ [anon_sym_SQUOTE] = ACTIONS(184),
1896
+ [anon_sym_BQUOTE] = ACTIONS(184),
1897
+ [anon_sym_COMMA] = ACTIONS(186),
1898
+ [anon_sym_COMMA_AT] = ACTIONS(184),
1899
+ [anon_sym_LPAREN] = ACTIONS(184),
1900
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(184),
1901
+ [sym_string] = ACTIONS(184),
1902
+ [sym_header_pragma] = ACTIONS(3),
1903
+ [sym_line_comment] = ACTIONS(5),
1904
+ [sym_block_comment] = ACTIONS(184),
1905
+ [sym_character] = ACTIONS(184),
1906
+ [sym_boolean] = ACTIONS(184),
1907
+ [sym_integer] = ACTIONS(184),
1908
+ [sym_rational] = ACTIONS(184),
1909
+ [sym_real] = ACTIONS(184),
1910
+ [sym_symbol] = ACTIONS(184),
1911
+ [sym_forbidden_reader_extension] = ACTIONS(184),
1912
+ },
1913
+ [STATE(50)] = {
1914
+ [anon_sym_POUND_LPAREN] = ACTIONS(192),
1915
+ [anon_sym_SQUOTE] = ACTIONS(192),
1916
+ [anon_sym_BQUOTE] = ACTIONS(192),
1917
+ [anon_sym_COMMA] = ACTIONS(194),
1918
+ [anon_sym_COMMA_AT] = ACTIONS(192),
1919
+ [anon_sym_LPAREN] = ACTIONS(192),
1920
+ [anon_sym_RPAREN] = ACTIONS(192),
1921
+ [anon_sym_DOT] = ACTIONS(192),
1922
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(192),
1923
+ [sym_string] = ACTIONS(192),
1924
+ [sym_header_pragma] = ACTIONS(3),
1925
+ [sym_line_comment] = ACTIONS(5),
1926
+ [sym_block_comment] = ACTIONS(192),
1927
+ [sym_character] = ACTIONS(192),
1928
+ [sym_boolean] = ACTIONS(192),
1929
+ [sym_integer] = ACTIONS(192),
1930
+ [sym_rational] = ACTIONS(192),
1931
+ [sym_real] = ACTIONS(192),
1932
+ [sym_symbol] = ACTIONS(192),
1933
+ },
1934
+ [STATE(51)] = {
1935
+ [ts_builtin_sym_end] = ACTIONS(192),
1936
+ [anon_sym_POUND_LPAREN] = ACTIONS(192),
1937
+ [anon_sym_SQUOTE] = ACTIONS(192),
1938
+ [anon_sym_BQUOTE] = ACTIONS(192),
1939
+ [anon_sym_COMMA] = ACTIONS(194),
1940
+ [anon_sym_COMMA_AT] = ACTIONS(192),
1941
+ [anon_sym_LPAREN] = ACTIONS(192),
1942
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(192),
1943
+ [sym_string] = ACTIONS(192),
1944
+ [sym_header_pragma] = ACTIONS(3),
1945
+ [sym_line_comment] = ACTIONS(5),
1946
+ [sym_block_comment] = ACTIONS(192),
1947
+ [sym_character] = ACTIONS(192),
1948
+ [sym_boolean] = ACTIONS(192),
1949
+ [sym_integer] = ACTIONS(192),
1950
+ [sym_rational] = ACTIONS(192),
1951
+ [sym_real] = ACTIONS(192),
1952
+ [sym_symbol] = ACTIONS(192),
1953
+ [sym_forbidden_reader_extension] = ACTIONS(192),
1954
+ },
1955
+ [STATE(52)] = {
1956
+ [ts_builtin_sym_end] = ACTIONS(188),
1957
+ [anon_sym_POUND_LPAREN] = ACTIONS(188),
1958
+ [anon_sym_SQUOTE] = ACTIONS(188),
1959
+ [anon_sym_BQUOTE] = ACTIONS(188),
1960
+ [anon_sym_COMMA] = ACTIONS(190),
1961
+ [anon_sym_COMMA_AT] = ACTIONS(188),
1962
+ [anon_sym_LPAREN] = ACTIONS(188),
1963
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(188),
1964
+ [sym_string] = ACTIONS(188),
1965
+ [sym_header_pragma] = ACTIONS(3),
1966
+ [sym_line_comment] = ACTIONS(5),
1967
+ [sym_block_comment] = ACTIONS(188),
1968
+ [sym_character] = ACTIONS(188),
1969
+ [sym_boolean] = ACTIONS(188),
1970
+ [sym_integer] = ACTIONS(188),
1971
+ [sym_rational] = ACTIONS(188),
1972
+ [sym_real] = ACTIONS(188),
1973
+ [sym_symbol] = ACTIONS(188),
1974
+ [sym_forbidden_reader_extension] = ACTIONS(188),
1975
+ },
1976
+ [STATE(53)] = {
1977
+ [ts_builtin_sym_end] = ACTIONS(152),
1978
+ [anon_sym_POUND_LPAREN] = ACTIONS(152),
1979
+ [anon_sym_SQUOTE] = ACTIONS(152),
1980
+ [anon_sym_BQUOTE] = ACTIONS(152),
1981
+ [anon_sym_COMMA] = ACTIONS(154),
1982
+ [anon_sym_COMMA_AT] = ACTIONS(152),
1983
+ [anon_sym_LPAREN] = ACTIONS(152),
1984
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(152),
1985
+ [sym_string] = ACTIONS(152),
1986
+ [sym_header_pragma] = ACTIONS(3),
1987
+ [sym_line_comment] = ACTIONS(5),
1988
+ [sym_block_comment] = ACTIONS(152),
1989
+ [sym_character] = ACTIONS(152),
1990
+ [sym_boolean] = ACTIONS(152),
1991
+ [sym_integer] = ACTIONS(152),
1992
+ [sym_rational] = ACTIONS(152),
1993
+ [sym_real] = ACTIONS(152),
1994
+ [sym_symbol] = ACTIONS(152),
1995
+ [sym_forbidden_reader_extension] = ACTIONS(152),
1996
+ },
1997
+ [STATE(54)] = {
1998
+ [ts_builtin_sym_end] = ACTIONS(160),
1999
+ [anon_sym_POUND_LPAREN] = ACTIONS(160),
2000
+ [anon_sym_SQUOTE] = ACTIONS(160),
2001
+ [anon_sym_BQUOTE] = ACTIONS(160),
2002
+ [anon_sym_COMMA] = ACTIONS(162),
2003
+ [anon_sym_COMMA_AT] = ACTIONS(160),
2004
+ [anon_sym_LPAREN] = ACTIONS(160),
2005
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(160),
2006
+ [sym_string] = ACTIONS(160),
2007
+ [sym_header_pragma] = ACTIONS(3),
2008
+ [sym_line_comment] = ACTIONS(5),
2009
+ [sym_block_comment] = ACTIONS(160),
2010
+ [sym_character] = ACTIONS(160),
2011
+ [sym_boolean] = ACTIONS(160),
2012
+ [sym_integer] = ACTIONS(160),
2013
+ [sym_rational] = ACTIONS(160),
2014
+ [sym_real] = ACTIONS(160),
2015
+ [sym_symbol] = ACTIONS(160),
2016
+ [sym_forbidden_reader_extension] = ACTIONS(160),
2017
+ },
2018
+ [STATE(55)] = {
2019
+ [ts_builtin_sym_end] = ACTIONS(176),
2020
+ [anon_sym_POUND_LPAREN] = ACTIONS(176),
2021
+ [anon_sym_SQUOTE] = ACTIONS(176),
2022
+ [anon_sym_BQUOTE] = ACTIONS(176),
2023
+ [anon_sym_COMMA] = ACTIONS(178),
2024
+ [anon_sym_COMMA_AT] = ACTIONS(176),
2025
+ [anon_sym_LPAREN] = ACTIONS(176),
2026
+ [anon_sym_POUNDu8_LPAREN] = ACTIONS(176),
2027
+ [sym_string] = ACTIONS(176),
2028
+ [sym_header_pragma] = ACTIONS(3),
2029
+ [sym_line_comment] = ACTIONS(5),
2030
+ [sym_block_comment] = ACTIONS(176),
2031
+ [sym_character] = ACTIONS(176),
2032
+ [sym_boolean] = ACTIONS(176),
2033
+ [sym_integer] = ACTIONS(176),
2034
+ [sym_rational] = ACTIONS(176),
2035
+ [sym_real] = ACTIONS(176),
2036
+ [sym_symbol] = ACTIONS(176),
2037
+ [sym_forbidden_reader_extension] = ACTIONS(176),
2038
+ },
2039
+ };
2040
+
2041
+ static const uint16_t ts_small_parse_table[] = {
2042
+ [0] = 5,
2043
+ ACTIONS(5), 1,
2044
+ sym_line_comment,
2045
+ ACTIONS(196), 1,
2046
+ anon_sym_RPAREN,
2047
+ ACTIONS(198), 1,
2048
+ sym_byte,
2049
+ STATE(57), 1,
2050
+ aux_sym_bytevector_repeat1,
2051
+ ACTIONS(3), 2,
2052
+ sym_block_comment,
2053
+ sym_header_pragma,
2054
+ [17] = 5,
2055
+ ACTIONS(5), 1,
2056
+ sym_line_comment,
2057
+ ACTIONS(200), 1,
2058
+ anon_sym_RPAREN,
2059
+ ACTIONS(202), 1,
2060
+ sym_byte,
2061
+ STATE(60), 1,
2062
+ aux_sym_bytevector_repeat1,
2063
+ ACTIONS(3), 2,
2064
+ sym_block_comment,
2065
+ sym_header_pragma,
2066
+ [34] = 5,
2067
+ ACTIONS(5), 1,
2068
+ sym_line_comment,
2069
+ ACTIONS(202), 1,
2070
+ sym_byte,
2071
+ ACTIONS(204), 1,
2072
+ anon_sym_RPAREN,
2073
+ STATE(60), 1,
2074
+ aux_sym_bytevector_repeat1,
2075
+ ACTIONS(3), 2,
2076
+ sym_block_comment,
2077
+ sym_header_pragma,
2078
+ [51] = 5,
2079
+ ACTIONS(5), 1,
2080
+ sym_line_comment,
2081
+ ACTIONS(206), 1,
2082
+ anon_sym_RPAREN,
2083
+ ACTIONS(208), 1,
2084
+ sym_byte,
2085
+ STATE(62), 1,
2086
+ aux_sym_bytevector_repeat1,
2087
+ ACTIONS(3), 2,
2088
+ sym_block_comment,
2089
+ sym_header_pragma,
2090
+ [68] = 5,
2091
+ ACTIONS(5), 1,
2092
+ sym_line_comment,
2093
+ ACTIONS(210), 1,
2094
+ anon_sym_RPAREN,
2095
+ ACTIONS(212), 1,
2096
+ sym_byte,
2097
+ STATE(60), 1,
2098
+ aux_sym_bytevector_repeat1,
2099
+ ACTIONS(3), 2,
2100
+ sym_block_comment,
2101
+ sym_header_pragma,
2102
+ [85] = 5,
2103
+ ACTIONS(5), 1,
2104
+ sym_line_comment,
2105
+ ACTIONS(215), 1,
2106
+ anon_sym_RPAREN,
2107
+ ACTIONS(217), 1,
2108
+ sym_byte,
2109
+ STATE(58), 1,
2110
+ aux_sym_bytevector_repeat1,
2111
+ ACTIONS(3), 2,
2112
+ sym_block_comment,
2113
+ sym_header_pragma,
2114
+ [102] = 5,
2115
+ ACTIONS(5), 1,
2116
+ sym_line_comment,
2117
+ ACTIONS(202), 1,
2118
+ sym_byte,
2119
+ ACTIONS(219), 1,
2120
+ anon_sym_RPAREN,
2121
+ STATE(60), 1,
2122
+ aux_sym_bytevector_repeat1,
2123
+ ACTIONS(3), 2,
2124
+ sym_block_comment,
2125
+ sym_header_pragma,
2126
+ [119] = 3,
2127
+ ACTIONS(5), 1,
2128
+ sym_line_comment,
2129
+ ACTIONS(148), 1,
2130
+ anon_sym_RPAREN,
2131
+ ACTIONS(3), 2,
2132
+ sym_block_comment,
2133
+ sym_header_pragma,
2134
+ [130] = 3,
2135
+ ACTIONS(5), 1,
2136
+ sym_line_comment,
2137
+ ACTIONS(160), 1,
2138
+ anon_sym_RPAREN,
2139
+ ACTIONS(3), 2,
2140
+ sym_block_comment,
2141
+ sym_header_pragma,
2142
+ [141] = 3,
2143
+ ACTIONS(5), 1,
2144
+ sym_line_comment,
2145
+ ACTIONS(221), 1,
2146
+ ts_builtin_sym_end,
2147
+ ACTIONS(3), 2,
2148
+ sym_block_comment,
2149
+ sym_header_pragma,
2150
+ [152] = 3,
2151
+ ACTIONS(5), 1,
2152
+ sym_line_comment,
2153
+ ACTIONS(164), 1,
2154
+ anon_sym_RPAREN,
2155
+ ACTIONS(3), 2,
2156
+ sym_block_comment,
2157
+ sym_header_pragma,
2158
+ [163] = 3,
2159
+ ACTIONS(5), 1,
2160
+ sym_line_comment,
2161
+ ACTIONS(168), 1,
2162
+ anon_sym_RPAREN,
2163
+ ACTIONS(3), 2,
2164
+ sym_block_comment,
2165
+ sym_header_pragma,
2166
+ [174] = 3,
2167
+ ACTIONS(5), 1,
2168
+ sym_line_comment,
2169
+ ACTIONS(172), 1,
2170
+ anon_sym_RPAREN,
2171
+ ACTIONS(3), 2,
2172
+ sym_block_comment,
2173
+ sym_header_pragma,
2174
+ [185] = 3,
2175
+ ACTIONS(5), 1,
2176
+ sym_line_comment,
2177
+ ACTIONS(223), 1,
2178
+ anon_sym_RPAREN,
2179
+ ACTIONS(3), 2,
2180
+ sym_block_comment,
2181
+ sym_header_pragma,
2182
+ [196] = 3,
2183
+ ACTIONS(5), 1,
2184
+ sym_line_comment,
2185
+ ACTIONS(176), 1,
2186
+ anon_sym_RPAREN,
2187
+ ACTIONS(3), 2,
2188
+ sym_block_comment,
2189
+ sym_header_pragma,
2190
+ [207] = 3,
2191
+ ACTIONS(5), 1,
2192
+ sym_line_comment,
2193
+ ACTIONS(225), 1,
2194
+ anon_sym_RPAREN,
2195
+ ACTIONS(3), 2,
2196
+ sym_block_comment,
2197
+ sym_header_pragma,
2198
+ [218] = 3,
2199
+ ACTIONS(5), 1,
2200
+ sym_line_comment,
2201
+ ACTIONS(156), 1,
2202
+ anon_sym_RPAREN,
2203
+ ACTIONS(3), 2,
2204
+ sym_block_comment,
2205
+ sym_header_pragma,
2206
+ [229] = 3,
2207
+ ACTIONS(5), 1,
2208
+ sym_line_comment,
2209
+ ACTIONS(180), 1,
2210
+ anon_sym_RPAREN,
2211
+ ACTIONS(3), 2,
2212
+ sym_block_comment,
2213
+ sym_header_pragma,
2214
+ [240] = 3,
2215
+ ACTIONS(5), 1,
2216
+ sym_line_comment,
2217
+ ACTIONS(184), 1,
2218
+ anon_sym_RPAREN,
2219
+ ACTIONS(3), 2,
2220
+ sym_block_comment,
2221
+ sym_header_pragma,
2222
+ [251] = 3,
2223
+ ACTIONS(5), 1,
2224
+ sym_line_comment,
2225
+ ACTIONS(188), 1,
2226
+ anon_sym_RPAREN,
2227
+ ACTIONS(3), 2,
2228
+ sym_block_comment,
2229
+ sym_header_pragma,
2230
+ [262] = 3,
2231
+ ACTIONS(5), 1,
2232
+ sym_line_comment,
2233
+ ACTIONS(227), 1,
2234
+ anon_sym_RPAREN,
2235
+ ACTIONS(3), 2,
2236
+ sym_block_comment,
2237
+ sym_header_pragma,
2238
+ [273] = 3,
2239
+ ACTIONS(5), 1,
2240
+ sym_line_comment,
2241
+ ACTIONS(152), 1,
2242
+ anon_sym_RPAREN,
2243
+ ACTIONS(3), 2,
2244
+ sym_block_comment,
2245
+ sym_header_pragma,
2246
+ [284] = 3,
2247
+ ACTIONS(5), 1,
2248
+ sym_line_comment,
2249
+ ACTIONS(192), 1,
2250
+ anon_sym_RPAREN,
2251
+ ACTIONS(3), 2,
2252
+ sym_block_comment,
2253
+ sym_header_pragma,
2254
+ };
2255
+
2256
+ static const uint32_t ts_small_parse_table_map[] = {
2257
+ [SMALL_STATE(56)] = 0,
2258
+ [SMALL_STATE(57)] = 17,
2259
+ [SMALL_STATE(58)] = 34,
2260
+ [SMALL_STATE(59)] = 51,
2261
+ [SMALL_STATE(60)] = 68,
2262
+ [SMALL_STATE(61)] = 85,
2263
+ [SMALL_STATE(62)] = 102,
2264
+ [SMALL_STATE(63)] = 119,
2265
+ [SMALL_STATE(64)] = 130,
2266
+ [SMALL_STATE(65)] = 141,
2267
+ [SMALL_STATE(66)] = 152,
2268
+ [SMALL_STATE(67)] = 163,
2269
+ [SMALL_STATE(68)] = 174,
2270
+ [SMALL_STATE(69)] = 185,
2271
+ [SMALL_STATE(70)] = 196,
2272
+ [SMALL_STATE(71)] = 207,
2273
+ [SMALL_STATE(72)] = 218,
2274
+ [SMALL_STATE(73)] = 229,
2275
+ [SMALL_STATE(74)] = 240,
2276
+ [SMALL_STATE(75)] = 251,
2277
+ [SMALL_STATE(76)] = 262,
2278
+ [SMALL_STATE(77)] = 273,
2279
+ [SMALL_STATE(78)] = 284,
2280
+ };
2281
+
2282
+ static const TSParseActionEntry ts_parse_actions[] = {
2283
+ [0] = {.entry = {.count = 0, .reusable = false}},
2284
+ [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(),
2285
+ [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(),
2286
+ [5] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(),
2287
+ [7] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 0, 0, 0),
2288
+ [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15),
2289
+ [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17),
2290
+ [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18),
2291
+ [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20),
2292
+ [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22),
2293
+ [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8),
2294
+ [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56),
2295
+ [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51),
2296
+ [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2),
2297
+ [27] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1, 0, 0),
2298
+ [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4),
2299
+ [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10),
2300
+ [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23),
2301
+ [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24),
2302
+ [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(25),
2303
+ [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26),
2304
+ [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12),
2305
+ [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46),
2306
+ [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21),
2307
+ [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61),
2308
+ [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50),
2309
+ [51] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0),
2310
+ [53] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(15),
2311
+ [56] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(17),
2312
+ [59] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(18),
2313
+ [62] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(20),
2314
+ [65] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(22),
2315
+ [68] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(8),
2316
+ [71] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(56),
2317
+ [74] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(51),
2318
+ [77] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(4),
2319
+ [80] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_repeat1, 2, 0, 0), SHIFT_REPEAT(10),
2320
+ [83] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_repeat1, 2, 0, 0), SHIFT_REPEAT(23),
2321
+ [86] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_repeat1, 2, 0, 0), SHIFT_REPEAT(24),
2322
+ [89] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_list_repeat1, 2, 0, 0), SHIFT_REPEAT(25),
2323
+ [92] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_repeat1, 2, 0, 0), SHIFT_REPEAT(26),
2324
+ [95] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_repeat1, 2, 0, 0), SHIFT_REPEAT(12),
2325
+ [98] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_list_repeat1, 2, 0, 0),
2326
+ [100] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_repeat1, 2, 0, 0), SHIFT_REPEAT(61),
2327
+ [103] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_repeat1, 2, 0, 0), SHIFT_REPEAT(50),
2328
+ [106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42),
2329
+ [108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31),
2330
+ [110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73),
2331
+ [112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19),
2332
+ [114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48),
2333
+ [116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49),
2334
+ [118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40),
2335
+ [120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68),
2336
+ [122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39),
2337
+ [124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70),
2338
+ [126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43),
2339
+ [128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55),
2340
+ [130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74),
2341
+ [132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13),
2342
+ [134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27),
2343
+ [136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29),
2344
+ [138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(28),
2345
+ [140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30),
2346
+ [142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11),
2347
+ [144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59),
2348
+ [146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78),
2349
+ [148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quasiquote, 2, 0, 1),
2350
+ [150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_quasiquote, 2, 0, 1),
2351
+ [152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dotted_list, 5, 0, 2),
2352
+ [154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dotted_list, 5, 0, 2),
2353
+ [156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bytevector, 2, 0, 0),
2354
+ [158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bytevector, 2, 0, 0),
2355
+ [160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quote, 2, 0, 1),
2356
+ [162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_quote, 2, 0, 1),
2357
+ [164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquote, 2, 0, 1),
2358
+ [166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquote, 2, 0, 1),
2359
+ [168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquote_splicing, 2, 0, 1),
2360
+ [170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquote_splicing, 2, 0, 1),
2361
+ [172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 2, 0, 0),
2362
+ [174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 2, 0, 0),
2363
+ [176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_vector, 2, 0, 0),
2364
+ [178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_vector, 2, 0, 0),
2365
+ [180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3, 0, 0),
2366
+ [182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3, 0, 0),
2367
+ [184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_vector, 3, 0, 0),
2368
+ [186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_vector, 3, 0, 0),
2369
+ [188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bytevector, 3, 0, 0),
2370
+ [190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bytevector, 3, 0, 0),
2371
+ [192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_datum, 1, 0, 0),
2372
+ [194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_datum, 1, 0, 0),
2373
+ [196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34),
2374
+ [198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57),
2375
+ [200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52),
2376
+ [202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60),
2377
+ [204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44),
2378
+ [206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72),
2379
+ [208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62),
2380
+ [210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_bytevector_repeat1, 2, 0, 0),
2381
+ [212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_bytevector_repeat1, 2, 0, 0), SHIFT_REPEAT(60),
2382
+ [215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41),
2383
+ [217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58),
2384
+ [219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75),
2385
+ [221] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(),
2386
+ [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33),
2387
+ [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53),
2388
+ [227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77),
2389
+ };
2390
+
2391
+ enum ts_external_scanner_symbol_identifiers {
2392
+ ts_external_token_block_comment = 0,
2393
+ ts_external_token_character = 1,
2394
+ ts_external_token_boolean = 2,
2395
+ ts_external_token_byte = 3,
2396
+ ts_external_token_integer = 4,
2397
+ ts_external_token_rational = 5,
2398
+ ts_external_token_real = 6,
2399
+ ts_external_token_symbol = 7,
2400
+ ts_external_token_forbidden_reader_extension = 8,
2401
+ };
2402
+
2403
+ static const TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = {
2404
+ [ts_external_token_block_comment] = sym_block_comment,
2405
+ [ts_external_token_character] = sym_character,
2406
+ [ts_external_token_boolean] = sym_boolean,
2407
+ [ts_external_token_byte] = sym_byte,
2408
+ [ts_external_token_integer] = sym_integer,
2409
+ [ts_external_token_rational] = sym_rational,
2410
+ [ts_external_token_real] = sym_real,
2411
+ [ts_external_token_symbol] = sym_symbol,
2412
+ [ts_external_token_forbidden_reader_extension] = sym_forbidden_reader_extension,
2413
+ };
2414
+
2415
+ static const bool ts_external_scanner_states[6][EXTERNAL_TOKEN_COUNT] = {
2416
+ [1] = {
2417
+ [ts_external_token_block_comment] = true,
2418
+ [ts_external_token_character] = true,
2419
+ [ts_external_token_boolean] = true,
2420
+ [ts_external_token_byte] = true,
2421
+ [ts_external_token_integer] = true,
2422
+ [ts_external_token_rational] = true,
2423
+ [ts_external_token_real] = true,
2424
+ [ts_external_token_symbol] = true,
2425
+ [ts_external_token_forbidden_reader_extension] = true,
2426
+ },
2427
+ [2] = {
2428
+ [ts_external_token_block_comment] = true,
2429
+ [ts_external_token_character] = true,
2430
+ [ts_external_token_boolean] = true,
2431
+ [ts_external_token_integer] = true,
2432
+ [ts_external_token_rational] = true,
2433
+ [ts_external_token_real] = true,
2434
+ [ts_external_token_symbol] = true,
2435
+ [ts_external_token_forbidden_reader_extension] = true,
2436
+ },
2437
+ [3] = {
2438
+ [ts_external_token_block_comment] = true,
2439
+ [ts_external_token_character] = true,
2440
+ [ts_external_token_boolean] = true,
2441
+ [ts_external_token_integer] = true,
2442
+ [ts_external_token_rational] = true,
2443
+ [ts_external_token_real] = true,
2444
+ [ts_external_token_symbol] = true,
2445
+ },
2446
+ [4] = {
2447
+ [ts_external_token_block_comment] = true,
2448
+ [ts_external_token_byte] = true,
2449
+ },
2450
+ [5] = {
2451
+ [ts_external_token_block_comment] = true,
2452
+ },
2453
+ };
2454
+
2455
+ #ifdef __cplusplus
2456
+ extern "C" {
2457
+ #endif
2458
+ void *tree_sitter_lispex_external_scanner_create(void);
2459
+ void tree_sitter_lispex_external_scanner_destroy(void *);
2460
+ bool tree_sitter_lispex_external_scanner_scan(void *, TSLexer *, const bool *);
2461
+ unsigned tree_sitter_lispex_external_scanner_serialize(void *, char *);
2462
+ void tree_sitter_lispex_external_scanner_deserialize(void *, const char *, unsigned);
2463
+
2464
+ #ifdef TREE_SITTER_HIDE_SYMBOLS
2465
+ #define TS_PUBLIC
2466
+ #elif defined(_WIN32)
2467
+ #define TS_PUBLIC __declspec(dllexport)
2468
+ #else
2469
+ #define TS_PUBLIC __attribute__((visibility("default")))
2470
+ #endif
2471
+
2472
+ TS_PUBLIC const TSLanguage *tree_sitter_lispex(void) {
2473
+ static const TSLanguage language = {
2474
+ .abi_version = LANGUAGE_VERSION,
2475
+ .symbol_count = SYMBOL_COUNT,
2476
+ .alias_count = ALIAS_COUNT,
2477
+ .token_count = TOKEN_COUNT,
2478
+ .external_token_count = EXTERNAL_TOKEN_COUNT,
2479
+ .state_count = STATE_COUNT,
2480
+ .large_state_count = LARGE_STATE_COUNT,
2481
+ .production_id_count = PRODUCTION_ID_COUNT,
2482
+ .supertype_count = SUPERTYPE_COUNT,
2483
+ .field_count = FIELD_COUNT,
2484
+ .max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH,
2485
+ .parse_table = &ts_parse_table[0][0],
2486
+ .small_parse_table = ts_small_parse_table,
2487
+ .small_parse_table_map = ts_small_parse_table_map,
2488
+ .parse_actions = ts_parse_actions,
2489
+ .symbol_names = ts_symbol_names,
2490
+ .field_names = ts_field_names,
2491
+ .field_map_slices = ts_field_map_slices,
2492
+ .field_map_entries = ts_field_map_entries,
2493
+ .symbol_metadata = ts_symbol_metadata,
2494
+ .public_symbol_map = ts_symbol_map,
2495
+ .alias_map = ts_non_terminal_alias_map,
2496
+ .alias_sequences = &ts_alias_sequences[0][0],
2497
+ .lex_modes = (const void*)ts_lex_modes,
2498
+ .lex_fn = ts_lex,
2499
+ .keyword_lex_fn = ts_lex_keywords,
2500
+ .keyword_capture_token = sym_symbol,
2501
+ .external_scanner = {
2502
+ &ts_external_scanner_states[0][0],
2503
+ ts_external_scanner_symbol_map,
2504
+ tree_sitter_lispex_external_scanner_create,
2505
+ tree_sitter_lispex_external_scanner_destroy,
2506
+ tree_sitter_lispex_external_scanner_scan,
2507
+ tree_sitter_lispex_external_scanner_serialize,
2508
+ tree_sitter_lispex_external_scanner_deserialize,
2509
+ },
2510
+ .primary_state_ids = ts_primary_state_ids,
2511
+ .name = "lispex",
2512
+ .max_reserved_word_set_size = 0,
2513
+ .metadata = {
2514
+ .major_version = 0,
2515
+ .minor_version = 1,
2516
+ .patch_version = 0,
2517
+ },
2518
+ };
2519
+ return &language;
2520
+ }
2521
+ #ifdef __cplusplus
2522
+ }
2523
+ #endif