@gram-data/tree-sitter-gram 0.1.10 → 0.1.11

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 CHANGED
@@ -7,16 +7,16 @@
7
7
  #endif
8
8
 
9
9
  #define LANGUAGE_VERSION 15
10
- #define STATE_COUNT 124
11
- #define LARGE_STATE_COUNT 2
12
- #define SYMBOL_COUNT 80
10
+ #define STATE_COUNT 121
11
+ #define LARGE_STATE_COUNT 3
12
+ #define SYMBOL_COUNT 74
13
13
  #define ALIAS_COUNT 0
14
- #define TOKEN_COUNT 41
14
+ #define TOKEN_COUNT 36
15
15
  #define EXTERNAL_TOKEN_COUNT 0
16
- #define FIELD_COUNT 17
16
+ #define FIELD_COUNT 15
17
17
  #define MAX_ALIAS_SEQUENCE_LENGTH 5
18
18
  #define MAX_RESERVED_WORD_SET_SIZE 0
19
- #define PRODUCTION_ID_COUNT 23
19
+ #define PRODUCTION_ID_COUNT 22
20
20
  #define SUPERTYPE_COUNT 0
21
21
 
22
22
  enum ts_symbol_identifiers {
@@ -27,78 +27,72 @@ enum ts_symbol_identifiers {
27
27
  anon_sym_LPAREN = 5,
28
28
  anon_sym_RPAREN = 6,
29
29
  anon_sym_PIPE = 7,
30
- anon_sym_COLON = 8,
31
- anon_sym_COLON_COLON = 9,
32
- anon_sym_LBRACE = 10,
33
- anon_sym_RBRACE = 11,
34
- anon_sym_BANG = 12,
35
- anon_sym_QMARK = 13,
36
- anon_sym_STAR = 14,
37
- anon_sym_PLUS = 15,
38
- sym_symbol = 16,
39
- sym_greek = 17,
40
- sym_math_symbol = 18,
41
- sym_pictograph = 19,
42
- anon_sym_DOT_DOT = 20,
43
- anon_sym_DOT_DOT_DOT = 21,
44
- sym_integer = 22,
45
- sym_decimal = 23,
46
- sym_hexadecimal = 24,
47
- sym_octal = 25,
48
- sym_measurement = 26,
49
- sym_single_quoted_string = 27,
50
- sym_double_quoted_string = 28,
51
- sym_backticked_string = 29,
52
- sym_tagged_string = 30,
53
- sym_fenced_string = 31,
54
- anon_sym_DASH = 32,
55
- anon_sym_LT_DASH = 33,
56
- anon_sym_DASH_GT = 34,
57
- anon_sym_EQ = 35,
58
- anon_sym_LT_EQ = 36,
59
- anon_sym_EQ_GT = 37,
60
- anon_sym_TILDE = 38,
61
- anon_sym_LT_TILDE = 39,
62
- anon_sym_TILDE_GT = 40,
63
- sym_gram = 41,
64
- sym_pattern = 42,
65
- sym_pattern_element = 43,
66
- sym_subject = 44,
67
- sym_annotation = 45,
68
- sym__path = 46,
69
- sym_node = 47,
70
- sym_relationship = 48,
71
- sym__association = 49,
72
- sym__reference = 50,
73
- sym__attributes = 51,
74
- sym__value = 52,
75
- sym_labels = 53,
76
- sym_label = 54,
77
- sym_binder = 55,
78
- sym_record = 56,
79
- sym_property = 57,
80
- sym__key = 58,
81
- sym_range = 59,
82
- sym__numeric_literal = 60,
83
- sym__string_literal = 61,
84
- sym__relationship_value = 62,
85
- sym_single_undirected = 63,
86
- sym_single_bidirectional = 64,
87
- sym_single_right = 65,
88
- sym_single_left = 66,
89
- sym_double_undirected = 67,
90
- sym_double_bidirectional = 68,
91
- sym_double_right = 69,
92
- sym_double_left = 70,
93
- sym_squiggle_undirected = 71,
94
- sym_squiggle_bidirectional = 72,
95
- sym_squiggle_right = 73,
96
- sym_squiggle_left = 74,
97
- aux_sym_gram_repeat1 = 75,
98
- aux_sym_pattern_repeat1 = 76,
99
- aux_sym_pattern_element_repeat1 = 77,
100
- aux_sym_labels_repeat1 = 78,
101
- aux_sym_record_repeat1 = 79,
30
+ sym__binder = 8,
31
+ anon_sym_LBRACE = 9,
32
+ anon_sym_RBRACE = 10,
33
+ sym_symbol = 11,
34
+ sym_greek = 12,
35
+ sym_math_symbol = 13,
36
+ sym_pictograph = 14,
37
+ anon_sym_DOT_DOT = 15,
38
+ anon_sym_DOT_DOT_DOT = 16,
39
+ sym_integer = 17,
40
+ sym_decimal = 18,
41
+ sym_hexadecimal = 19,
42
+ sym_octal = 20,
43
+ sym_measurement = 21,
44
+ sym_single_quoted_string = 22,
45
+ sym_double_quoted_string = 23,
46
+ sym_backticked_string = 24,
47
+ sym_tagged_string = 25,
48
+ sym_fenced_string = 26,
49
+ anon_sym_DASH = 27,
50
+ anon_sym_LT_DASH = 28,
51
+ anon_sym_DASH_GT = 29,
52
+ anon_sym_EQ = 30,
53
+ anon_sym_LT_EQ = 31,
54
+ anon_sym_EQ_GT = 32,
55
+ anon_sym_TILDE = 33,
56
+ anon_sym_LT_TILDE = 34,
57
+ anon_sym_TILDE_GT = 35,
58
+ sym_gram = 36,
59
+ sym_pattern = 37,
60
+ sym_pattern_element = 38,
61
+ sym_subject = 39,
62
+ sym_annotation = 40,
63
+ sym__path = 41,
64
+ sym_node = 42,
65
+ sym_relationship = 43,
66
+ sym__association = 44,
67
+ sym__reference = 45,
68
+ sym__attributes = 46,
69
+ sym__value = 47,
70
+ sym_labels = 48,
71
+ sym_label = 49,
72
+ sym_record = 50,
73
+ sym__key = 51,
74
+ sym_property = 52,
75
+ sym_range = 53,
76
+ sym__numeric_literal = 54,
77
+ sym__string_literal = 55,
78
+ sym__relationship_value = 56,
79
+ sym_single_undirected = 57,
80
+ sym_single_bidirectional = 58,
81
+ sym_single_right = 59,
82
+ sym_single_left = 60,
83
+ sym_double_undirected = 61,
84
+ sym_double_bidirectional = 62,
85
+ sym_double_right = 63,
86
+ sym_double_left = 64,
87
+ sym_squiggle_undirected = 65,
88
+ sym_squiggle_bidirectional = 66,
89
+ sym_squiggle_right = 67,
90
+ sym_squiggle_left = 68,
91
+ aux_sym_gram_repeat1 = 69,
92
+ aux_sym_pattern_repeat1 = 70,
93
+ aux_sym_pattern_element_repeat1 = 71,
94
+ aux_sym_labels_repeat1 = 72,
95
+ aux_sym_record_repeat1 = 73,
102
96
  };
103
97
 
104
98
  static const char * const ts_symbol_names[] = {
@@ -110,14 +104,9 @@ static const char * const ts_symbol_names[] = {
110
104
  [anon_sym_LPAREN] = "(",
111
105
  [anon_sym_RPAREN] = ")",
112
106
  [anon_sym_PIPE] = "|",
113
- [anon_sym_COLON] = ":",
114
- [anon_sym_COLON_COLON] = "::",
107
+ [sym__binder] = "_binder",
115
108
  [anon_sym_LBRACE] = "{",
116
109
  [anon_sym_RBRACE] = "}",
117
- [anon_sym_BANG] = "!",
118
- [anon_sym_QMARK] = "\?",
119
- [anon_sym_STAR] = "*",
120
- [anon_sym_PLUS] = "+",
121
110
  [sym_symbol] = "symbol",
122
111
  [sym_greek] = "greek",
123
112
  [sym_math_symbol] = "math_symbol",
@@ -157,26 +146,25 @@ static const char * const ts_symbol_names[] = {
157
146
  [sym__value] = "_value",
158
147
  [sym_labels] = "labels",
159
148
  [sym_label] = "label",
160
- [sym_binder] = "binder",
161
149
  [sym_record] = "record",
162
- [sym_property] = "property",
163
150
  [sym__key] = "_key",
151
+ [sym_property] = "property",
164
152
  [sym_range] = "range",
165
153
  [sym__numeric_literal] = "_numeric_literal",
166
154
  [sym__string_literal] = "_string_literal",
167
155
  [sym__relationship_value] = "_relationship_value",
168
- [sym_single_undirected] = "single_undirected",
169
- [sym_single_bidirectional] = "single_bidirectional",
170
- [sym_single_right] = "single_right",
171
- [sym_single_left] = "single_left",
172
- [sym_double_undirected] = "double_undirected",
173
- [sym_double_bidirectional] = "double_bidirectional",
174
- [sym_double_right] = "double_right",
175
- [sym_double_left] = "double_left",
176
- [sym_squiggle_undirected] = "squiggle_undirected",
177
- [sym_squiggle_bidirectional] = "squiggle_bidirectional",
178
- [sym_squiggle_right] = "squiggle_right",
179
- [sym_squiggle_left] = "squiggle_left",
156
+ [sym_single_undirected] = "undirected",
157
+ [sym_single_bidirectional] = "bidirectional",
158
+ [sym_single_right] = "right",
159
+ [sym_single_left] = "left",
160
+ [sym_double_undirected] = "undirected",
161
+ [sym_double_bidirectional] = "bidirectional",
162
+ [sym_double_right] = "right",
163
+ [sym_double_left] = "left",
164
+ [sym_squiggle_undirected] = "undirected",
165
+ [sym_squiggle_bidirectional] = "bidirectional",
166
+ [sym_squiggle_right] = "right",
167
+ [sym_squiggle_left] = "left",
180
168
  [aux_sym_gram_repeat1] = "gram_repeat1",
181
169
  [aux_sym_pattern_repeat1] = "pattern_repeat1",
182
170
  [aux_sym_pattern_element_repeat1] = "pattern_element_repeat1",
@@ -193,14 +181,9 @@ static const TSSymbol ts_symbol_map[] = {
193
181
  [anon_sym_LPAREN] = anon_sym_LPAREN,
194
182
  [anon_sym_RPAREN] = anon_sym_RPAREN,
195
183
  [anon_sym_PIPE] = anon_sym_PIPE,
196
- [anon_sym_COLON] = anon_sym_COLON,
197
- [anon_sym_COLON_COLON] = anon_sym_COLON_COLON,
184
+ [sym__binder] = sym__binder,
198
185
  [anon_sym_LBRACE] = anon_sym_LBRACE,
199
186
  [anon_sym_RBRACE] = anon_sym_RBRACE,
200
- [anon_sym_BANG] = anon_sym_BANG,
201
- [anon_sym_QMARK] = anon_sym_QMARK,
202
- [anon_sym_STAR] = anon_sym_STAR,
203
- [anon_sym_PLUS] = anon_sym_PLUS,
204
187
  [sym_symbol] = sym_symbol,
205
188
  [sym_greek] = sym_greek,
206
189
  [sym_math_symbol] = sym_math_symbol,
@@ -240,10 +223,9 @@ static const TSSymbol ts_symbol_map[] = {
240
223
  [sym__value] = sym__value,
241
224
  [sym_labels] = sym_labels,
242
225
  [sym_label] = sym_label,
243
- [sym_binder] = sym_binder,
244
226
  [sym_record] = sym_record,
245
- [sym_property] = sym_property,
246
227
  [sym__key] = sym__key,
228
+ [sym_property] = sym_property,
247
229
  [sym_range] = sym_range,
248
230
  [sym__numeric_literal] = sym__numeric_literal,
249
231
  [sym__string_literal] = sym__string_literal,
@@ -252,14 +234,14 @@ static const TSSymbol ts_symbol_map[] = {
252
234
  [sym_single_bidirectional] = sym_single_bidirectional,
253
235
  [sym_single_right] = sym_single_right,
254
236
  [sym_single_left] = sym_single_left,
255
- [sym_double_undirected] = sym_double_undirected,
256
- [sym_double_bidirectional] = sym_double_bidirectional,
257
- [sym_double_right] = sym_double_right,
258
- [sym_double_left] = sym_double_left,
259
- [sym_squiggle_undirected] = sym_squiggle_undirected,
260
- [sym_squiggle_bidirectional] = sym_squiggle_bidirectional,
261
- [sym_squiggle_right] = sym_squiggle_right,
262
- [sym_squiggle_left] = sym_squiggle_left,
237
+ [sym_double_undirected] = sym_single_undirected,
238
+ [sym_double_bidirectional] = sym_single_bidirectional,
239
+ [sym_double_right] = sym_single_right,
240
+ [sym_double_left] = sym_single_left,
241
+ [sym_squiggle_undirected] = sym_single_undirected,
242
+ [sym_squiggle_bidirectional] = sym_single_bidirectional,
243
+ [sym_squiggle_right] = sym_single_right,
244
+ [sym_squiggle_left] = sym_single_left,
263
245
  [aux_sym_gram_repeat1] = aux_sym_gram_repeat1,
264
246
  [aux_sym_pattern_repeat1] = aux_sym_pattern_repeat1,
265
247
  [aux_sym_pattern_element_repeat1] = aux_sym_pattern_element_repeat1,
@@ -300,13 +282,9 @@ static const TSSymbolMetadata ts_symbol_metadata[] = {
300
282
  .visible = true,
301
283
  .named = false,
302
284
  },
303
- [anon_sym_COLON] = {
304
- .visible = true,
305
- .named = false,
306
- },
307
- [anon_sym_COLON_COLON] = {
308
- .visible = true,
309
- .named = false,
285
+ [sym__binder] = {
286
+ .visible = false,
287
+ .named = true,
310
288
  },
311
289
  [anon_sym_LBRACE] = {
312
290
  .visible = true,
@@ -316,22 +294,6 @@ static const TSSymbolMetadata ts_symbol_metadata[] = {
316
294
  .visible = true,
317
295
  .named = false,
318
296
  },
319
- [anon_sym_BANG] = {
320
- .visible = true,
321
- .named = false,
322
- },
323
- [anon_sym_QMARK] = {
324
- .visible = true,
325
- .named = false,
326
- },
327
- [anon_sym_STAR] = {
328
- .visible = true,
329
- .named = false,
330
- },
331
- [anon_sym_PLUS] = {
332
- .visible = true,
333
- .named = false,
334
- },
335
297
  [sym_symbol] = {
336
298
  .visible = true,
337
299
  .named = true,
@@ -488,22 +450,18 @@ static const TSSymbolMetadata ts_symbol_metadata[] = {
488
450
  .visible = true,
489
451
  .named = true,
490
452
  },
491
- [sym_binder] = {
453
+ [sym_record] = {
492
454
  .visible = true,
493
455
  .named = true,
494
456
  },
495
- [sym_record] = {
496
- .visible = true,
457
+ [sym__key] = {
458
+ .visible = false,
497
459
  .named = true,
498
460
  },
499
461
  [sym_property] = {
500
462
  .visible = true,
501
463
  .named = true,
502
464
  },
503
- [sym__key] = {
504
- .visible = false,
505
- .named = true,
506
- },
507
465
  [sym_range] = {
508
466
  .visible = true,
509
467
  .named = true,
@@ -594,20 +552,18 @@ enum ts_field_identifiers {
594
552
  field_annotations = 1,
595
553
  field_association = 2,
596
554
  field_attributes = 3,
597
- field_binder = 4,
598
- field_cardinality = 5,
599
- field_element = 6,
600
- field_identifier = 7,
601
- field_key = 8,
602
- field_labels = 9,
603
- field_left = 10,
604
- field_lower = 11,
605
- field_record = 12,
606
- field_right = 13,
607
- field_root = 14,
608
- field_symbol = 15,
609
- field_upper = 16,
610
- field_value = 17,
555
+ field_element = 4,
556
+ field_identifier = 5,
557
+ field_key = 6,
558
+ field_labels = 7,
559
+ field_left = 8,
560
+ field_lower = 9,
561
+ field_record = 10,
562
+ field_right = 11,
563
+ field_root = 12,
564
+ field_symbol = 13,
565
+ field_upper = 14,
566
+ field_value = 15,
611
567
  };
612
568
 
613
569
  static const char * const ts_field_names[] = {
@@ -615,8 +571,6 @@ static const char * const ts_field_names[] = {
615
571
  [field_annotations] = "annotations",
616
572
  [field_association] = "association",
617
573
  [field_attributes] = "attributes",
618
- [field_binder] = "binder",
619
- [field_cardinality] = "cardinality",
620
574
  [field_element] = "element",
621
575
  [field_identifier] = "identifier",
622
576
  [field_key] = "key",
@@ -641,19 +595,18 @@ static const TSMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = {
641
595
  [7] = {.index = 6, .length = 1},
642
596
  [8] = {.index = 7, .length = 2},
643
597
  [9] = {.index = 9, .length = 1},
644
- [10] = {.index = 10, .length = 4},
645
- [11] = {.index = 14, .length = 2},
646
- [12] = {.index = 16, .length = 2},
647
- [13] = {.index = 18, .length = 2},
648
- [14] = {.index = 20, .length = 2},
649
- [15] = {.index = 22, .length = 3},
650
- [16] = {.index = 25, .length = 2},
651
- [17] = {.index = 27, .length = 5},
652
- [18] = {.index = 32, .length = 3},
653
- [19] = {.index = 35, .length = 3},
654
- [20] = {.index = 38, .length = 2},
655
- [21] = {.index = 40, .length = 4},
656
- [22] = {.index = 44, .length = 3},
598
+ [10] = {.index = 10, .length = 1},
599
+ [11] = {.index = 11, .length = 4},
600
+ [12] = {.index = 15, .length = 2},
601
+ [13] = {.index = 17, .length = 2},
602
+ [14] = {.index = 19, .length = 2},
603
+ [15] = {.index = 21, .length = 3},
604
+ [16] = {.index = 24, .length = 2},
605
+ [17] = {.index = 26, .length = 5},
606
+ [18] = {.index = 31, .length = 3},
607
+ [19] = {.index = 34, .length = 2},
608
+ [20] = {.index = 36, .length = 2},
609
+ [21] = {.index = 38, .length = 3},
657
610
  };
658
611
 
659
612
  static const TSFieldMapEntry ts_field_map_entries[] = {
@@ -675,54 +628,47 @@ static const TSFieldMapEntry ts_field_map_entries[] = {
675
628
  {field_annotations, 0},
676
629
  {field_element, 1},
677
630
  [9] =
678
- {field_association, 1},
631
+ {field_symbol, 1},
679
632
  [10] =
633
+ {field_association, 1},
634
+ [11] =
680
635
  {field_attributes, 1},
681
636
  {field_identifier, 1, .inherited = true},
682
637
  {field_labels, 1, .inherited = true},
683
638
  {field_record, 1, .inherited = true},
684
- [14] =
639
+ [15] =
685
640
  {field_identifier, 0},
686
641
  {field_labels, 1},
687
- [16] =
642
+ [17] =
688
643
  {field_identifier, 0},
689
644
  {field_record, 1},
690
- [18] =
645
+ [19] =
691
646
  {field_labels, 0},
692
647
  {field_record, 1},
693
- [20] =
694
- {field_binder, 0},
695
- {field_symbol, 1},
696
- [22] =
648
+ [21] =
697
649
  {field_left, 0},
698
650
  {field_right, 2},
699
651
  {field_value, 1},
700
- [25] =
652
+ [24] =
701
653
  {field_lower, 0},
702
654
  {field_upper, 2},
703
- [27] =
655
+ [26] =
704
656
  {field_association, 2},
705
657
  {field_attributes, 1},
706
658
  {field_identifier, 1, .inherited = true},
707
659
  {field_labels, 1, .inherited = true},
708
660
  {field_record, 1, .inherited = true},
709
- [32] =
661
+ [31] =
710
662
  {field_identifier, 0},
711
663
  {field_labels, 1},
712
664
  {field_record, 2},
713
- [35] =
714
- {field_binder, 1},
665
+ [34] =
715
666
  {field_key, 0},
716
667
  {field_value, 2},
717
- [38] =
668
+ [36] =
718
669
  {field_key, 1},
719
670
  {field_value, 3},
720
- [40] =
721
- {field_binder, 1},
722
- {field_cardinality, 3},
723
- {field_key, 0},
724
- {field_value, 2},
725
- [44] =
671
+ [38] =
726
672
  {field_identifier, 2, .inherited = true},
727
673
  {field_labels, 2, .inherited = true},
728
674
  {field_record, 2, .inherited = true},
@@ -746,14 +692,14 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = {
746
692
  [6] = 6,
747
693
  [7] = 7,
748
694
  [8] = 8,
749
- [9] = 9,
695
+ [9] = 8,
750
696
  [10] = 10,
751
697
  [11] = 11,
752
- [12] = 12,
753
- [13] = 12,
698
+ [12] = 10,
699
+ [13] = 13,
754
700
  [14] = 14,
755
701
  [15] = 15,
756
- [16] = 15,
702
+ [16] = 16,
757
703
  [17] = 17,
758
704
  [18] = 18,
759
705
  [19] = 19,
@@ -782,9 +728,9 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = {
782
728
  [42] = 42,
783
729
  [43] = 43,
784
730
  [44] = 44,
785
- [45] = 34,
731
+ [45] = 45,
786
732
  [46] = 46,
787
- [47] = 47,
733
+ [47] = 29,
788
734
  [48] = 48,
789
735
  [49] = 49,
790
736
  [50] = 50,
@@ -795,7 +741,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = {
795
741
  [55] = 55,
796
742
  [56] = 56,
797
743
  [57] = 57,
798
- [58] = 29,
744
+ [58] = 58,
799
745
  [59] = 59,
800
746
  [60] = 60,
801
747
  [61] = 61,
@@ -807,12 +753,12 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = {
807
753
  [67] = 67,
808
754
  [68] = 68,
809
755
  [69] = 69,
810
- [70] = 33,
811
- [71] = 71,
812
- [72] = 72,
756
+ [70] = 39,
757
+ [71] = 38,
758
+ [72] = 28,
813
759
  [73] = 73,
814
760
  [74] = 74,
815
- [75] = 39,
761
+ [75] = 75,
816
762
  [76] = 76,
817
763
  [77] = 77,
818
764
  [78] = 78,
@@ -856,11 +802,8 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = {
856
802
  [116] = 116,
857
803
  [117] = 117,
858
804
  [118] = 118,
859
- [119] = 44,
805
+ [119] = 119,
860
806
  [120] = 120,
861
- [121] = 121,
862
- [122] = 122,
863
- [123] = 123,
864
807
  };
865
808
 
866
809
  static const TSCharacterRange sym_math_symbol_character_set_1[] = {
@@ -890,91 +833,87 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) {
890
833
  case 0:
891
834
  if (eof) ADVANCE(20);
892
835
  ADVANCE_MAP(
893
- '!', 32,
894
836
  '"', 1,
895
837
  '\'', 3,
896
838
  '(', 25,
897
839
  ')', 26,
898
- '*', 34,
899
- '+', 35,
900
840
  ',', 21,
901
- '-', 62,
841
+ '-', 58,
902
842
  '.', 6,
903
- '0', 43,
904
- ':', 28,
843
+ '0', 39,
844
+ ':', 29,
905
845
  '<', 5,
906
- '=', 65,
907
- '?', 33,
846
+ '=', 61,
908
847
  '@', 24,
909
848
  '[', 22,
910
849
  ']', 23,
911
- '_', 37,
850
+ '_', 33,
912
851
  '`', 7,
913
852
  '{', 30,
914
853
  '|', 27,
915
854
  '}', 31,
916
- '~', 68,
855
+ '~', 64,
917
856
  );
918
857
  if ((0x2660 <= lookahead && lookahead <= 0x2663) ||
919
858
  lookahead == 0x266d ||
920
- lookahead == 0x266e) ADVANCE(39);
859
+ lookahead == 0x266e) ADVANCE(35);
921
860
  if (('\t' <= lookahead && lookahead <= '\r') ||
922
861
  lookahead == ' ') SKIP(0);
923
- if (('1' <= lookahead && lookahead <= '9')) ADVANCE(44);
862
+ if (('1' <= lookahead && lookahead <= '9')) ADVANCE(40);
924
863
  if ((0x391 <= lookahead && lookahead <= 0x3a9) ||
925
- (0x3b1 <= lookahead && lookahead <= 0x3c9)) ADVANCE(38);
864
+ (0x3b1 <= lookahead && lookahead <= 0x3c9)) ADVANCE(34);
926
865
  if (('A' <= lookahead && lookahead <= 'Z') ||
927
- ('a' <= lookahead && lookahead <= 'z')) ADVANCE(36);
928
- if ((0x2650 <= lookahead && lookahead <= 0x26ff)) ADVANCE(40);
929
- if (set_contains(sym_math_symbol_character_set_1, 134, lookahead)) ADVANCE(39);
866
+ ('a' <= lookahead && lookahead <= 'z')) ADVANCE(32);
867
+ if ((0x2650 <= lookahead && lookahead <= 0x26ff)) ADVANCE(36);
868
+ if (set_contains(sym_math_symbol_character_set_1, 134, lookahead)) ADVANCE(35);
930
869
  END_STATE();
931
870
  case 1:
932
- if (lookahead == '"') ADVANCE(54);
871
+ if (lookahead == '"') ADVANCE(50);
933
872
  if (lookahead == '\\') ADVANCE(2);
934
873
  if (lookahead != 0 &&
935
874
  lookahead != '\n') ADVANCE(1);
936
875
  END_STATE();
937
876
  case 2:
938
- if (lookahead == '"') ADVANCE(55);
877
+ if (lookahead == '"') ADVANCE(51);
939
878
  if (lookahead == '\\') ADVANCE(2);
940
879
  if (lookahead != 0 &&
941
880
  lookahead != '\n') ADVANCE(1);
942
881
  END_STATE();
943
882
  case 3:
944
- if (lookahead == '\'') ADVANCE(52);
883
+ if (lookahead == '\'') ADVANCE(48);
945
884
  if (lookahead == '\\') ADVANCE(4);
946
885
  if (lookahead != 0 &&
947
886
  lookahead != '\n') ADVANCE(3);
948
887
  END_STATE();
949
888
  case 4:
950
- if (lookahead == '\'') ADVANCE(53);
889
+ if (lookahead == '\'') ADVANCE(49);
951
890
  if (lookahead == '\\') ADVANCE(4);
952
891
  if (lookahead != 0 &&
953
892
  lookahead != '\n') ADVANCE(3);
954
893
  END_STATE();
955
894
  case 5:
956
- if (lookahead == '-') ADVANCE(63);
957
- if (lookahead == '=') ADVANCE(66);
958
- if (lookahead == '~') ADVANCE(69);
895
+ if (lookahead == '-') ADVANCE(59);
896
+ if (lookahead == '=') ADVANCE(62);
897
+ if (lookahead == '~') ADVANCE(65);
959
898
  END_STATE();
960
899
  case 6:
961
- if (lookahead == '.') ADVANCE(41);
900
+ if (lookahead == '.') ADVANCE(37);
962
901
  END_STATE();
963
902
  case 7:
964
903
  if (lookahead == '\\') ADVANCE(8);
965
- if (lookahead == '`') ADVANCE(58);
904
+ if (lookahead == '`') ADVANCE(54);
966
905
  if (lookahead != 0 &&
967
906
  lookahead != '\n') ADVANCE(9);
968
907
  END_STATE();
969
908
  case 8:
970
909
  if (lookahead == '\\') ADVANCE(8);
971
- if (lookahead == '`') ADVANCE(57);
910
+ if (lookahead == '`') ADVANCE(53);
972
911
  if (lookahead != 0 &&
973
912
  lookahead != '\n') ADVANCE(9);
974
913
  END_STATE();
975
914
  case 9:
976
915
  if (lookahead == '\\') ADVANCE(8);
977
- if (lookahead == '`') ADVANCE(56);
916
+ if (lookahead == '`') ADVANCE(52);
978
917
  if (lookahead != 0 &&
979
918
  lookahead != '\n') ADVANCE(9);
980
919
  END_STATE();
@@ -1001,15 +940,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) {
1001
940
  ('_' <= lookahead && lookahead <= 'z')) ADVANCE(13);
1002
941
  END_STATE();
1003
942
  case 14:
1004
- if (lookahead == '`') ADVANCE(59);
943
+ if (lookahead == '`') ADVANCE(55);
1005
944
  if (lookahead != 0 &&
1006
945
  lookahead != '\n') ADVANCE(14);
1007
946
  END_STATE();
1008
947
  case 15:
1009
- if (lookahead == '`') ADVANCE(60);
948
+ if (lookahead == '`') ADVANCE(56);
1010
949
  END_STATE();
1011
950
  case 16:
1012
- if (lookahead == '`') ADVANCE(61);
951
+ if (lookahead == '`') ADVANCE(57);
1013
952
  END_STATE();
1014
953
  case 17:
1015
954
  if (lookahead == '`') ADVANCE(15);
@@ -1019,10 +958,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) {
1019
958
  lookahead == ' ') SKIP(18);
1020
959
  if (('A' <= lookahead && lookahead <= 'Z') ||
1021
960
  lookahead == '_' ||
1022
- ('a' <= lookahead && lookahead <= 'z')) ADVANCE(37);
961
+ ('a' <= lookahead && lookahead <= 'z')) ADVANCE(33);
1023
962
  END_STATE();
1024
963
  case 19:
1025
- if (('0' <= lookahead && lookahead <= '9')) ADVANCE(46);
964
+ if (('0' <= lookahead && lookahead <= '9')) ADVANCE(42);
1026
965
  END_STATE();
1027
966
  case 20:
1028
967
  ACCEPT_TOKEN(ts_builtin_sym_end);
@@ -1054,11 +993,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) {
1054
993
  ACCEPT_TOKEN(anon_sym_PIPE);
1055
994
  END_STATE();
1056
995
  case 28:
1057
- ACCEPT_TOKEN(anon_sym_COLON);
1058
- if (lookahead == ':') ADVANCE(29);
996
+ ACCEPT_TOKEN(sym__binder);
1059
997
  END_STATE();
1060
998
  case 29:
1061
- ACCEPT_TOKEN(anon_sym_COLON_COLON);
999
+ ACCEPT_TOKEN(sym__binder);
1000
+ if (lookahead == ':') ADVANCE(28);
1062
1001
  END_STATE();
1063
1002
  case 30:
1064
1003
  ACCEPT_TOKEN(anon_sym_LBRACE);
@@ -1067,181 +1006,169 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) {
1067
1006
  ACCEPT_TOKEN(anon_sym_RBRACE);
1068
1007
  END_STATE();
1069
1008
  case 32:
1070
- ACCEPT_TOKEN(anon_sym_BANG);
1071
- END_STATE();
1072
- case 33:
1073
- ACCEPT_TOKEN(anon_sym_QMARK);
1074
- END_STATE();
1075
- case 34:
1076
- ACCEPT_TOKEN(anon_sym_STAR);
1077
- END_STATE();
1078
- case 35:
1079
- ACCEPT_TOKEN(anon_sym_PLUS);
1080
- END_STATE();
1081
- case 36:
1082
1009
  ACCEPT_TOKEN(sym_symbol);
1083
- if (lookahead == '-') ADVANCE(37);
1010
+ if (lookahead == '-') ADVANCE(33);
1084
1011
  if (lookahead == '`') ADVANCE(14);
1085
1012
  if (lookahead == '.' ||
1086
1013
  ('0' <= lookahead && lookahead <= '9') ||
1087
1014
  ('@' <= lookahead && lookahead <= 'Z') ||
1088
- ('_' <= lookahead && lookahead <= 'z')) ADVANCE(36);
1015
+ ('_' <= lookahead && lookahead <= 'z')) ADVANCE(32);
1089
1016
  END_STATE();
1090
- case 37:
1017
+ case 33:
1091
1018
  ACCEPT_TOKEN(sym_symbol);
1092
1019
  if (lookahead == '-' ||
1093
1020
  lookahead == '.' ||
1094
1021
  ('0' <= lookahead && lookahead <= '9') ||
1095
1022
  ('@' <= lookahead && lookahead <= 'Z') ||
1096
1023
  lookahead == '_' ||
1097
- ('a' <= lookahead && lookahead <= 'z')) ADVANCE(37);
1024
+ ('a' <= lookahead && lookahead <= 'z')) ADVANCE(33);
1098
1025
  END_STATE();
1099
- case 38:
1026
+ case 34:
1100
1027
  ACCEPT_TOKEN(sym_greek);
1101
1028
  END_STATE();
1102
- case 39:
1029
+ case 35:
1103
1030
  ACCEPT_TOKEN(sym_math_symbol);
1104
1031
  END_STATE();
1105
- case 40:
1032
+ case 36:
1106
1033
  ACCEPT_TOKEN(sym_pictograph);
1107
1034
  END_STATE();
1108
- case 41:
1035
+ case 37:
1109
1036
  ACCEPT_TOKEN(anon_sym_DOT_DOT);
1110
- if (lookahead == '.') ADVANCE(42);
1037
+ if (lookahead == '.') ADVANCE(38);
1111
1038
  END_STATE();
1112
- case 42:
1039
+ case 38:
1113
1040
  ACCEPT_TOKEN(anon_sym_DOT_DOT_DOT);
1114
1041
  END_STATE();
1115
- case 43:
1042
+ case 39:
1116
1043
  ACCEPT_TOKEN(sym_integer);
1117
1044
  if (lookahead == '.') ADVANCE(19);
1118
- if (lookahead == 'x') ADVANCE(50);
1119
- if (('0' <= lookahead && lookahead <= '7')) ADVANCE(49);
1045
+ if (lookahead == 'x') ADVANCE(46);
1046
+ if (('0' <= lookahead && lookahead <= '7')) ADVANCE(45);
1120
1047
  if (('A' <= lookahead && lookahead <= 'Z') ||
1121
- ('a' <= lookahead && lookahead <= 'z')) ADVANCE(51);
1048
+ ('a' <= lookahead && lookahead <= 'z')) ADVANCE(47);
1122
1049
  END_STATE();
1123
- case 44:
1050
+ case 40:
1124
1051
  ACCEPT_TOKEN(sym_integer);
1125
1052
  if (lookahead == '.') ADVANCE(19);
1126
- if (('0' <= lookahead && lookahead <= '9')) ADVANCE(44);
1053
+ if (('0' <= lookahead && lookahead <= '9')) ADVANCE(40);
1127
1054
  if (('A' <= lookahead && lookahead <= 'Z') ||
1128
- ('a' <= lookahead && lookahead <= 'z')) ADVANCE(51);
1055
+ ('a' <= lookahead && lookahead <= 'z')) ADVANCE(47);
1129
1056
  END_STATE();
1130
- case 45:
1057
+ case 41:
1131
1058
  ACCEPT_TOKEN(sym_integer);
1132
1059
  if (lookahead == '.') ADVANCE(19);
1133
1060
  if (('A' <= lookahead && lookahead <= 'Z') ||
1134
- ('a' <= lookahead && lookahead <= 'z')) ADVANCE(51);
1061
+ ('a' <= lookahead && lookahead <= 'z')) ADVANCE(47);
1135
1062
  END_STATE();
1136
- case 46:
1063
+ case 42:
1137
1064
  ACCEPT_TOKEN(sym_decimal);
1138
- if (('0' <= lookahead && lookahead <= '9')) ADVANCE(46);
1065
+ if (('0' <= lookahead && lookahead <= '9')) ADVANCE(42);
1139
1066
  END_STATE();
1140
- case 47:
1067
+ case 43:
1141
1068
  ACCEPT_TOKEN(sym_hexadecimal);
1142
- if (('0' <= lookahead && lookahead <= '9')) ADVANCE(48);
1069
+ if (('0' <= lookahead && lookahead <= '9')) ADVANCE(44);
1143
1070
  if (('A' <= lookahead && lookahead <= 'F') ||
1144
- ('a' <= lookahead && lookahead <= 'f')) ADVANCE(47);
1071
+ ('a' <= lookahead && lookahead <= 'f')) ADVANCE(43);
1145
1072
  if (('G' <= lookahead && lookahead <= 'Z') ||
1146
- ('g' <= lookahead && lookahead <= 'z')) ADVANCE(51);
1073
+ ('g' <= lookahead && lookahead <= 'z')) ADVANCE(47);
1147
1074
  END_STATE();
1148
- case 48:
1075
+ case 44:
1149
1076
  ACCEPT_TOKEN(sym_hexadecimal);
1150
1077
  if (('0' <= lookahead && lookahead <= '9') ||
1151
1078
  ('A' <= lookahead && lookahead <= 'F') ||
1152
- ('a' <= lookahead && lookahead <= 'f')) ADVANCE(48);
1079
+ ('a' <= lookahead && lookahead <= 'f')) ADVANCE(44);
1153
1080
  END_STATE();
1154
- case 49:
1081
+ case 45:
1155
1082
  ACCEPT_TOKEN(sym_octal);
1156
- if (('0' <= lookahead && lookahead <= '7')) ADVANCE(49);
1083
+ if (('0' <= lookahead && lookahead <= '7')) ADVANCE(45);
1157
1084
  END_STATE();
1158
- case 50:
1085
+ case 46:
1159
1086
  ACCEPT_TOKEN(sym_measurement);
1160
- if (('0' <= lookahead && lookahead <= '9')) ADVANCE(48);
1087
+ if (('0' <= lookahead && lookahead <= '9')) ADVANCE(44);
1161
1088
  if (('A' <= lookahead && lookahead <= 'F') ||
1162
- ('a' <= lookahead && lookahead <= 'f')) ADVANCE(47);
1089
+ ('a' <= lookahead && lookahead <= 'f')) ADVANCE(43);
1163
1090
  if (('G' <= lookahead && lookahead <= 'Z') ||
1164
- ('g' <= lookahead && lookahead <= 'z')) ADVANCE(51);
1091
+ ('g' <= lookahead && lookahead <= 'z')) ADVANCE(47);
1165
1092
  END_STATE();
1166
- case 51:
1093
+ case 47:
1167
1094
  ACCEPT_TOKEN(sym_measurement);
1168
1095
  if (('A' <= lookahead && lookahead <= 'Z') ||
1169
- ('a' <= lookahead && lookahead <= 'z')) ADVANCE(51);
1096
+ ('a' <= lookahead && lookahead <= 'z')) ADVANCE(47);
1170
1097
  END_STATE();
1171
- case 52:
1098
+ case 48:
1172
1099
  ACCEPT_TOKEN(sym_single_quoted_string);
1173
1100
  END_STATE();
1174
- case 53:
1101
+ case 49:
1175
1102
  ACCEPT_TOKEN(sym_single_quoted_string);
1176
- if (lookahead == '\'') ADVANCE(52);
1103
+ if (lookahead == '\'') ADVANCE(48);
1177
1104
  if (lookahead == '\\') ADVANCE(4);
1178
1105
  if (lookahead != 0 &&
1179
1106
  lookahead != '\n') ADVANCE(3);
1180
1107
  END_STATE();
1181
- case 54:
1108
+ case 50:
1182
1109
  ACCEPT_TOKEN(sym_double_quoted_string);
1183
1110
  END_STATE();
1184
- case 55:
1111
+ case 51:
1185
1112
  ACCEPT_TOKEN(sym_double_quoted_string);
1186
- if (lookahead == '"') ADVANCE(54);
1113
+ if (lookahead == '"') ADVANCE(50);
1187
1114
  if (lookahead == '\\') ADVANCE(2);
1188
1115
  if (lookahead != 0 &&
1189
1116
  lookahead != '\n') ADVANCE(1);
1190
1117
  END_STATE();
1191
- case 56:
1118
+ case 52:
1192
1119
  ACCEPT_TOKEN(sym_backticked_string);
1193
1120
  END_STATE();
1194
- case 57:
1121
+ case 53:
1195
1122
  ACCEPT_TOKEN(sym_backticked_string);
1196
1123
  if (lookahead == '\\') ADVANCE(8);
1197
- if (lookahead == '`') ADVANCE(56);
1124
+ if (lookahead == '`') ADVANCE(52);
1198
1125
  if (lookahead != 0 &&
1199
1126
  lookahead != '\n') ADVANCE(9);
1200
1127
  END_STATE();
1201
- case 58:
1128
+ case 54:
1202
1129
  ACCEPT_TOKEN(sym_backticked_string);
1203
1130
  if (lookahead == '`') ADVANCE(10);
1204
1131
  END_STATE();
1205
- case 59:
1132
+ case 55:
1206
1133
  ACCEPT_TOKEN(sym_tagged_string);
1207
1134
  END_STATE();
1208
- case 60:
1135
+ case 56:
1209
1136
  ACCEPT_TOKEN(sym_fenced_string);
1210
1137
  END_STATE();
1211
- case 61:
1138
+ case 57:
1212
1139
  ACCEPT_TOKEN(sym_fenced_string);
1213
- if (lookahead == '`') ADVANCE(60);
1140
+ if (lookahead == '`') ADVANCE(56);
1214
1141
  END_STATE();
1215
- case 62:
1142
+ case 58:
1216
1143
  ACCEPT_TOKEN(anon_sym_DASH);
1217
- if (lookahead == '0') ADVANCE(45);
1218
- if (lookahead == '>') ADVANCE(64);
1219
- if (('1' <= lookahead && lookahead <= '9')) ADVANCE(44);
1144
+ if (lookahead == '0') ADVANCE(41);
1145
+ if (lookahead == '>') ADVANCE(60);
1146
+ if (('1' <= lookahead && lookahead <= '9')) ADVANCE(40);
1220
1147
  END_STATE();
1221
- case 63:
1148
+ case 59:
1222
1149
  ACCEPT_TOKEN(anon_sym_LT_DASH);
1223
1150
  END_STATE();
1224
- case 64:
1151
+ case 60:
1225
1152
  ACCEPT_TOKEN(anon_sym_DASH_GT);
1226
1153
  END_STATE();
1227
- case 65:
1154
+ case 61:
1228
1155
  ACCEPT_TOKEN(anon_sym_EQ);
1229
- if (lookahead == '>') ADVANCE(67);
1156
+ if (lookahead == '>') ADVANCE(63);
1230
1157
  END_STATE();
1231
- case 66:
1158
+ case 62:
1232
1159
  ACCEPT_TOKEN(anon_sym_LT_EQ);
1233
1160
  END_STATE();
1234
- case 67:
1161
+ case 63:
1235
1162
  ACCEPT_TOKEN(anon_sym_EQ_GT);
1236
1163
  END_STATE();
1237
- case 68:
1164
+ case 64:
1238
1165
  ACCEPT_TOKEN(anon_sym_TILDE);
1239
- if (lookahead == '>') ADVANCE(70);
1166
+ if (lookahead == '>') ADVANCE(66);
1240
1167
  END_STATE();
1241
- case 69:
1168
+ case 65:
1242
1169
  ACCEPT_TOKEN(anon_sym_LT_TILDE);
1243
1170
  END_STATE();
1244
- case 70:
1171
+ case 66:
1245
1172
  ACCEPT_TOKEN(anon_sym_TILDE_GT);
1246
1173
  END_STATE();
1247
1174
  default:
@@ -1346,19 +1273,19 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = {
1346
1273
  [93] = {.lex_state = 0},
1347
1274
  [94] = {.lex_state = 0},
1348
1275
  [95] = {.lex_state = 0},
1349
- [96] = {.lex_state = 0},
1276
+ [96] = {.lex_state = 18},
1350
1277
  [97] = {.lex_state = 0},
1351
1278
  [98] = {.lex_state = 0},
1352
1279
  [99] = {.lex_state = 0},
1353
1280
  [100] = {.lex_state = 0},
1354
- [101] = {.lex_state = 18},
1281
+ [101] = {.lex_state = 0},
1355
1282
  [102] = {.lex_state = 0},
1356
1283
  [103] = {.lex_state = 0},
1357
1284
  [104] = {.lex_state = 0},
1358
1285
  [105] = {.lex_state = 0},
1359
1286
  [106] = {.lex_state = 0},
1360
1287
  [107] = {.lex_state = 0},
1361
- [108] = {.lex_state = 0},
1288
+ [108] = {.lex_state = 18},
1362
1289
  [109] = {.lex_state = 0},
1363
1290
  [110] = {.lex_state = 0},
1364
1291
  [111] = {.lex_state = 0},
@@ -1369,11 +1296,8 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = {
1369
1296
  [116] = {.lex_state = 0},
1370
1297
  [117] = {.lex_state = 0},
1371
1298
  [118] = {.lex_state = 0},
1372
- [119] = {.lex_state = 18},
1373
- [120] = {.lex_state = 18},
1374
- [121] = {.lex_state = 0},
1375
- [122] = {.lex_state = 0},
1376
- [123] = {.lex_state = 0},
1299
+ [119] = {.lex_state = 0},
1300
+ [120] = {.lex_state = 0},
1377
1301
  };
1378
1302
 
1379
1303
  static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = {
@@ -1386,14 +1310,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = {
1386
1310
  [anon_sym_LPAREN] = ACTIONS(1),
1387
1311
  [anon_sym_RPAREN] = ACTIONS(1),
1388
1312
  [anon_sym_PIPE] = ACTIONS(1),
1389
- [anon_sym_COLON] = ACTIONS(1),
1390
- [anon_sym_COLON_COLON] = ACTIONS(1),
1313
+ [sym__binder] = ACTIONS(1),
1391
1314
  [anon_sym_LBRACE] = ACTIONS(1),
1392
1315
  [anon_sym_RBRACE] = ACTIONS(1),
1393
- [anon_sym_BANG] = ACTIONS(1),
1394
- [anon_sym_QMARK] = ACTIONS(1),
1395
- [anon_sym_STAR] = ACTIONS(1),
1396
- [anon_sym_PLUS] = ACTIONS(1),
1397
1316
  [sym_symbol] = ACTIONS(1),
1398
1317
  [sym_greek] = ACTIONS(1),
1399
1318
  [sym_math_symbol] = ACTIONS(1),
@@ -1421,22 +1340,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = {
1421
1340
  [anon_sym_TILDE_GT] = ACTIONS(1),
1422
1341
  },
1423
1342
  [STATE(1)] = {
1424
- [sym_gram] = STATE(121),
1425
- [sym_pattern] = STATE(6),
1426
- [sym_pattern_element] = STATE(33),
1427
- [sym_subject] = STATE(28),
1428
- [sym_annotation] = STATE(15),
1429
- [sym__path] = STATE(28),
1343
+ [sym_gram] = STATE(82),
1344
+ [sym_pattern] = STATE(4),
1345
+ [sym_pattern_element] = STATE(28),
1346
+ [sym_subject] = STATE(31),
1347
+ [sym_annotation] = STATE(12),
1348
+ [sym__path] = STATE(31),
1430
1349
  [sym_node] = STATE(2),
1431
- [sym_relationship] = STATE(28),
1432
- [sym__reference] = STATE(28),
1433
- [sym__value] = STATE(28),
1434
- [sym_record] = STATE(5),
1435
- [sym_range] = STATE(28),
1436
- [sym__numeric_literal] = STATE(34),
1437
- [sym__string_literal] = STATE(28),
1438
- [aux_sym_gram_repeat1] = STATE(6),
1439
- [aux_sym_pattern_element_repeat1] = STATE(15),
1350
+ [sym_relationship] = STATE(31),
1351
+ [sym__reference] = STATE(31),
1352
+ [sym__value] = STATE(31),
1353
+ [sym_record] = STATE(3),
1354
+ [sym_range] = STATE(31),
1355
+ [sym__numeric_literal] = STATE(29),
1356
+ [sym__string_literal] = STATE(31),
1357
+ [aux_sym_gram_repeat1] = STATE(4),
1358
+ [aux_sym_pattern_element_repeat1] = STATE(12),
1440
1359
  [ts_builtin_sym_end] = ACTIONS(3),
1441
1360
  [anon_sym_LBRACK] = ACTIONS(5),
1442
1361
  [anon_sym_AT] = ACTIONS(7),
@@ -1458,60 +1377,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = {
1458
1377
  [sym_tagged_string] = ACTIONS(15),
1459
1378
  [sym_fenced_string] = ACTIONS(15),
1460
1379
  },
1380
+ [STATE(2)] = {
1381
+ [sym__relationship_value] = STATE(55),
1382
+ [sym_single_undirected] = STATE(55),
1383
+ [sym_single_bidirectional] = STATE(55),
1384
+ [sym_single_right] = STATE(55),
1385
+ [sym_single_left] = STATE(55),
1386
+ [sym_double_undirected] = STATE(55),
1387
+ [sym_double_bidirectional] = STATE(55),
1388
+ [sym_double_right] = STATE(55),
1389
+ [sym_double_left] = STATE(55),
1390
+ [sym_squiggle_undirected] = STATE(55),
1391
+ [sym_squiggle_bidirectional] = STATE(55),
1392
+ [sym_squiggle_right] = STATE(55),
1393
+ [sym_squiggle_left] = STATE(55),
1394
+ [ts_builtin_sym_end] = ACTIONS(23),
1395
+ [anon_sym_COMMA] = ACTIONS(23),
1396
+ [anon_sym_LBRACK] = ACTIONS(23),
1397
+ [anon_sym_RBRACK] = ACTIONS(23),
1398
+ [anon_sym_AT] = ACTIONS(25),
1399
+ [anon_sym_LPAREN] = ACTIONS(23),
1400
+ [sym_symbol] = ACTIONS(25),
1401
+ [sym_greek] = ACTIONS(23),
1402
+ [sym_math_symbol] = ACTIONS(23),
1403
+ [sym_pictograph] = ACTIONS(25),
1404
+ [anon_sym_DOT_DOT_DOT] = ACTIONS(23),
1405
+ [sym_integer] = ACTIONS(25),
1406
+ [sym_decimal] = ACTIONS(23),
1407
+ [sym_hexadecimal] = ACTIONS(25),
1408
+ [sym_octal] = ACTIONS(23),
1409
+ [sym_measurement] = ACTIONS(25),
1410
+ [sym_single_quoted_string] = ACTIONS(23),
1411
+ [sym_double_quoted_string] = ACTIONS(23),
1412
+ [sym_backticked_string] = ACTIONS(25),
1413
+ [sym_tagged_string] = ACTIONS(23),
1414
+ [sym_fenced_string] = ACTIONS(23),
1415
+ [anon_sym_DASH] = ACTIONS(27),
1416
+ [anon_sym_LT_DASH] = ACTIONS(29),
1417
+ [anon_sym_EQ] = ACTIONS(31),
1418
+ [anon_sym_LT_EQ] = ACTIONS(33),
1419
+ [anon_sym_TILDE] = ACTIONS(35),
1420
+ [anon_sym_LT_TILDE] = ACTIONS(37),
1421
+ },
1461
1422
  };
1462
1423
 
1463
1424
  static const uint16_t ts_small_parse_table[] = {
1464
- [0] = 9,
1465
- ACTIONS(27), 1,
1466
- anon_sym_DASH,
1467
- ACTIONS(29), 1,
1468
- anon_sym_LT_DASH,
1469
- ACTIONS(31), 1,
1470
- anon_sym_EQ,
1471
- ACTIONS(33), 1,
1472
- anon_sym_LT_EQ,
1473
- ACTIONS(35), 1,
1474
- anon_sym_TILDE,
1475
- ACTIONS(37), 1,
1476
- anon_sym_LT_TILDE,
1477
- ACTIONS(25), 7,
1478
- anon_sym_AT,
1479
- sym_symbol,
1480
- sym_pictograph,
1481
- sym_integer,
1482
- sym_hexadecimal,
1483
- sym_measurement,
1484
- sym_backticked_string,
1485
- STATE(57), 13,
1486
- sym__relationship_value,
1487
- sym_single_undirected,
1488
- sym_single_bidirectional,
1489
- sym_single_right,
1490
- sym_single_left,
1491
- sym_double_undirected,
1492
- sym_double_bidirectional,
1493
- sym_double_right,
1494
- sym_double_left,
1495
- sym_squiggle_undirected,
1496
- sym_squiggle_bidirectional,
1497
- sym_squiggle_right,
1498
- sym_squiggle_left,
1499
- ACTIONS(23), 14,
1500
- ts_builtin_sym_end,
1501
- anon_sym_COMMA,
1502
- anon_sym_LBRACK,
1503
- anon_sym_RBRACK,
1504
- anon_sym_LPAREN,
1505
- sym_greek,
1506
- sym_math_symbol,
1507
- anon_sym_DOT_DOT_DOT,
1508
- sym_decimal,
1509
- sym_octal,
1510
- sym_single_quoted_string,
1511
- sym_double_quoted_string,
1512
- sym_tagged_string,
1513
- sym_fenced_string,
1514
- [59] = 15,
1425
+ [0] = 15,
1515
1426
  ACTIONS(5), 1,
1516
1427
  anon_sym_LBRACK,
1517
1428
  ACTIONS(7), 1,
@@ -1524,17 +1435,17 @@ static const uint16_t ts_small_parse_table[] = {
1524
1435
  ts_builtin_sym_end,
1525
1436
  STATE(2), 1,
1526
1437
  sym_node,
1527
- STATE(33), 1,
1438
+ STATE(28), 1,
1528
1439
  sym_pattern_element,
1529
- STATE(34), 1,
1440
+ STATE(29), 1,
1530
1441
  sym__numeric_literal,
1531
1442
  ACTIONS(21), 2,
1532
1443
  sym_decimal,
1533
1444
  sym_octal,
1534
- STATE(4), 2,
1445
+ STATE(5), 2,
1535
1446
  sym_pattern,
1536
1447
  aux_sym_gram_repeat1,
1537
- STATE(15), 2,
1448
+ STATE(12), 2,
1538
1449
  sym_annotation,
1539
1450
  aux_sym_pattern_element_repeat1,
1540
1451
  ACTIONS(13), 3,
@@ -1552,7 +1463,7 @@ static const uint16_t ts_small_parse_table[] = {
1552
1463
  sym_double_quoted_string,
1553
1464
  sym_tagged_string,
1554
1465
  sym_fenced_string,
1555
- STATE(28), 7,
1466
+ STATE(31), 7,
1556
1467
  sym_subject,
1557
1468
  sym__path,
1558
1469
  sym_relationship,
@@ -1560,48 +1471,48 @@ static const uint16_t ts_small_parse_table[] = {
1560
1471
  sym__value,
1561
1472
  sym_range,
1562
1473
  sym__string_literal,
1563
- [123] = 15,
1564
- ACTIONS(41), 1,
1565
- ts_builtin_sym_end,
1566
- ACTIONS(43), 1,
1474
+ [64] = 15,
1475
+ ACTIONS(5), 1,
1567
1476
  anon_sym_LBRACK,
1568
- ACTIONS(46), 1,
1477
+ ACTIONS(7), 1,
1569
1478
  anon_sym_AT,
1570
- ACTIONS(49), 1,
1479
+ ACTIONS(9), 1,
1571
1480
  anon_sym_LPAREN,
1572
- ACTIONS(58), 1,
1481
+ ACTIONS(17), 1,
1573
1482
  anon_sym_DOT_DOT_DOT,
1483
+ ACTIONS(41), 1,
1484
+ ts_builtin_sym_end,
1574
1485
  STATE(2), 1,
1575
1486
  sym_node,
1576
- STATE(33), 1,
1487
+ STATE(28), 1,
1577
1488
  sym_pattern_element,
1578
- STATE(34), 1,
1489
+ STATE(29), 1,
1579
1490
  sym__numeric_literal,
1580
- ACTIONS(64), 2,
1491
+ ACTIONS(21), 2,
1581
1492
  sym_decimal,
1582
1493
  sym_octal,
1583
- STATE(4), 2,
1494
+ STATE(6), 2,
1584
1495
  sym_pattern,
1585
1496
  aux_sym_gram_repeat1,
1586
- STATE(15), 2,
1497
+ STATE(12), 2,
1587
1498
  sym_annotation,
1588
1499
  aux_sym_pattern_element_repeat1,
1589
- ACTIONS(52), 3,
1500
+ ACTIONS(13), 3,
1590
1501
  sym_symbol,
1591
1502
  sym_pictograph,
1592
1503
  sym_backticked_string,
1593
- ACTIONS(61), 3,
1504
+ ACTIONS(19), 3,
1594
1505
  sym_integer,
1595
1506
  sym_hexadecimal,
1596
1507
  sym_measurement,
1597
- ACTIONS(55), 6,
1508
+ ACTIONS(15), 6,
1598
1509
  sym_greek,
1599
1510
  sym_math_symbol,
1600
1511
  sym_single_quoted_string,
1601
1512
  sym_double_quoted_string,
1602
1513
  sym_tagged_string,
1603
1514
  sym_fenced_string,
1604
- STATE(28), 7,
1515
+ STATE(31), 7,
1605
1516
  sym_subject,
1606
1517
  sym__path,
1607
1518
  sym_relationship,
@@ -1609,7 +1520,7 @@ static const uint16_t ts_small_parse_table[] = {
1609
1520
  sym__value,
1610
1521
  sym_range,
1611
1522
  sym__string_literal,
1612
- [187] = 15,
1523
+ [128] = 15,
1613
1524
  ACTIONS(5), 1,
1614
1525
  anon_sym_LBRACK,
1615
1526
  ACTIONS(7), 1,
@@ -1618,21 +1529,21 @@ static const uint16_t ts_small_parse_table[] = {
1618
1529
  anon_sym_LPAREN,
1619
1530
  ACTIONS(17), 1,
1620
1531
  anon_sym_DOT_DOT_DOT,
1621
- ACTIONS(67), 1,
1532
+ ACTIONS(43), 1,
1622
1533
  ts_builtin_sym_end,
1623
1534
  STATE(2), 1,
1624
1535
  sym_node,
1625
- STATE(33), 1,
1536
+ STATE(28), 1,
1626
1537
  sym_pattern_element,
1627
- STATE(34), 1,
1538
+ STATE(29), 1,
1628
1539
  sym__numeric_literal,
1629
1540
  ACTIONS(21), 2,
1630
1541
  sym_decimal,
1631
1542
  sym_octal,
1632
- STATE(3), 2,
1543
+ STATE(6), 2,
1633
1544
  sym_pattern,
1634
1545
  aux_sym_gram_repeat1,
1635
- STATE(15), 2,
1546
+ STATE(12), 2,
1636
1547
  sym_annotation,
1637
1548
  aux_sym_pattern_element_repeat1,
1638
1549
  ACTIONS(13), 3,
@@ -1650,7 +1561,7 @@ static const uint16_t ts_small_parse_table[] = {
1650
1561
  sym_double_quoted_string,
1651
1562
  sym_tagged_string,
1652
1563
  sym_fenced_string,
1653
- STATE(28), 7,
1564
+ STATE(31), 7,
1654
1565
  sym_subject,
1655
1566
  sym__path,
1656
1567
  sym_relationship,
@@ -1658,48 +1569,48 @@ static const uint16_t ts_small_parse_table[] = {
1658
1569
  sym__value,
1659
1570
  sym_range,
1660
1571
  sym__string_literal,
1661
- [251] = 15,
1662
- ACTIONS(5), 1,
1572
+ [192] = 15,
1573
+ ACTIONS(45), 1,
1574
+ ts_builtin_sym_end,
1575
+ ACTIONS(47), 1,
1663
1576
  anon_sym_LBRACK,
1664
- ACTIONS(7), 1,
1577
+ ACTIONS(50), 1,
1665
1578
  anon_sym_AT,
1666
- ACTIONS(9), 1,
1579
+ ACTIONS(53), 1,
1667
1580
  anon_sym_LPAREN,
1668
- ACTIONS(17), 1,
1581
+ ACTIONS(62), 1,
1669
1582
  anon_sym_DOT_DOT_DOT,
1670
- ACTIONS(69), 1,
1671
- ts_builtin_sym_end,
1672
1583
  STATE(2), 1,
1673
1584
  sym_node,
1674
- STATE(33), 1,
1585
+ STATE(28), 1,
1675
1586
  sym_pattern_element,
1676
- STATE(34), 1,
1587
+ STATE(29), 1,
1677
1588
  sym__numeric_literal,
1678
- ACTIONS(21), 2,
1589
+ ACTIONS(68), 2,
1679
1590
  sym_decimal,
1680
1591
  sym_octal,
1681
- STATE(4), 2,
1592
+ STATE(6), 2,
1682
1593
  sym_pattern,
1683
1594
  aux_sym_gram_repeat1,
1684
- STATE(15), 2,
1595
+ STATE(12), 2,
1685
1596
  sym_annotation,
1686
1597
  aux_sym_pattern_element_repeat1,
1687
- ACTIONS(13), 3,
1598
+ ACTIONS(56), 3,
1688
1599
  sym_symbol,
1689
1600
  sym_pictograph,
1690
1601
  sym_backticked_string,
1691
- ACTIONS(19), 3,
1602
+ ACTIONS(65), 3,
1692
1603
  sym_integer,
1693
1604
  sym_hexadecimal,
1694
1605
  sym_measurement,
1695
- ACTIONS(15), 6,
1606
+ ACTIONS(59), 6,
1696
1607
  sym_greek,
1697
1608
  sym_math_symbol,
1698
1609
  sym_single_quoted_string,
1699
1610
  sym_double_quoted_string,
1700
1611
  sym_tagged_string,
1701
1612
  sym_fenced_string,
1702
- STATE(28), 7,
1613
+ STATE(31), 7,
1703
1614
  sym_subject,
1704
1615
  sym__path,
1705
1616
  sym_relationship,
@@ -1707,57 +1618,53 @@ static const uint16_t ts_small_parse_table[] = {
1707
1618
  sym__value,
1708
1619
  sym_range,
1709
1620
  sym__string_literal,
1710
- [315] = 18,
1711
- ACTIONS(11), 1,
1712
- anon_sym_LBRACE,
1621
+ [256] = 14,
1622
+ ACTIONS(5), 1,
1623
+ anon_sym_LBRACK,
1624
+ ACTIONS(7), 1,
1625
+ anon_sym_AT,
1626
+ ACTIONS(9), 1,
1627
+ anon_sym_LPAREN,
1713
1628
  ACTIONS(17), 1,
1714
1629
  anon_sym_DOT_DOT_DOT,
1715
- ACTIONS(71), 1,
1716
- anon_sym_RBRACK,
1717
- ACTIONS(73), 1,
1718
- anon_sym_PIPE,
1719
- ACTIONS(75), 1,
1720
- anon_sym_COLON,
1721
- ACTIONS(77), 1,
1722
- anon_sym_COLON_COLON,
1723
- STATE(45), 1,
1630
+ STATE(2), 1,
1631
+ sym_node,
1632
+ STATE(47), 1,
1724
1633
  sym__numeric_literal,
1725
- STATE(56), 1,
1726
- sym_labels,
1727
- STATE(59), 1,
1728
- sym_record,
1729
- STATE(71), 1,
1730
- sym__attributes,
1731
- STATE(102), 1,
1732
- sym__association,
1733
- STATE(120), 1,
1734
- sym_binder,
1735
- ACTIONS(85), 2,
1634
+ STATE(72), 1,
1635
+ sym_pattern_element,
1636
+ STATE(87), 1,
1637
+ sym_pattern,
1638
+ ACTIONS(73), 2,
1736
1639
  sym_decimal,
1737
1640
  sym_octal,
1738
- STATE(49), 2,
1739
- sym_label,
1740
- aux_sym_labels_repeat1,
1741
- ACTIONS(79), 3,
1641
+ STATE(10), 2,
1642
+ sym_annotation,
1643
+ aux_sym_pattern_element_repeat1,
1644
+ ACTIONS(13), 3,
1742
1645
  sym_symbol,
1743
1646
  sym_pictograph,
1744
1647
  sym_backticked_string,
1745
- ACTIONS(83), 3,
1648
+ ACTIONS(71), 3,
1746
1649
  sym_integer,
1747
1650
  sym_hexadecimal,
1748
1651
  sym_measurement,
1749
- STATE(46), 3,
1750
- sym__value,
1751
- sym_range,
1752
- sym__string_literal,
1753
- ACTIONS(81), 6,
1652
+ ACTIONS(15), 6,
1754
1653
  sym_greek,
1755
1654
  sym_math_symbol,
1756
1655
  sym_single_quoted_string,
1757
1656
  sym_double_quoted_string,
1758
1657
  sym_tagged_string,
1759
1658
  sym_fenced_string,
1760
- [383] = 14,
1659
+ STATE(31), 7,
1660
+ sym_subject,
1661
+ sym__path,
1662
+ sym_relationship,
1663
+ sym__reference,
1664
+ sym__value,
1665
+ sym_range,
1666
+ sym__string_literal,
1667
+ [316] = 13,
1761
1668
  ACTIONS(5), 1,
1762
1669
  anon_sym_LBRACK,
1763
1670
  ACTIONS(7), 1,
@@ -1768,23 +1675,21 @@ static const uint16_t ts_small_parse_table[] = {
1768
1675
  anon_sym_DOT_DOT_DOT,
1769
1676
  STATE(2), 1,
1770
1677
  sym_node,
1771
- STATE(45), 1,
1772
- sym__numeric_literal,
1773
- STATE(70), 1,
1678
+ STATE(37), 1,
1774
1679
  sym_pattern_element,
1775
- STATE(89), 1,
1776
- sym_pattern,
1777
- ACTIONS(85), 2,
1680
+ STATE(47), 1,
1681
+ sym__numeric_literal,
1682
+ ACTIONS(73), 2,
1778
1683
  sym_decimal,
1779
1684
  sym_octal,
1780
- STATE(16), 2,
1685
+ STATE(10), 2,
1781
1686
  sym_annotation,
1782
1687
  aux_sym_pattern_element_repeat1,
1783
1688
  ACTIONS(13), 3,
1784
1689
  sym_symbol,
1785
1690
  sym_pictograph,
1786
1691
  sym_backticked_string,
1787
- ACTIONS(83), 3,
1692
+ ACTIONS(71), 3,
1788
1693
  sym_integer,
1789
1694
  sym_hexadecimal,
1790
1695
  sym_measurement,
@@ -1795,7 +1700,7 @@ static const uint16_t ts_small_parse_table[] = {
1795
1700
  sym_double_quoted_string,
1796
1701
  sym_tagged_string,
1797
1702
  sym_fenced_string,
1798
- STATE(28), 7,
1703
+ STATE(31), 7,
1799
1704
  sym_subject,
1800
1705
  sym__path,
1801
1706
  sym_relationship,
@@ -1803,145 +1708,43 @@ static const uint16_t ts_small_parse_table[] = {
1803
1708
  sym__value,
1804
1709
  sym_range,
1805
1710
  sym__string_literal,
1806
- [443] = 2,
1807
- ACTIONS(89), 8,
1711
+ [373] = 13,
1712
+ ACTIONS(5), 1,
1713
+ anon_sym_LBRACK,
1714
+ ACTIONS(7), 1,
1808
1715
  anon_sym_AT,
1809
- anon_sym_COLON,
1716
+ ACTIONS(9), 1,
1717
+ anon_sym_LPAREN,
1718
+ ACTIONS(17), 1,
1719
+ anon_sym_DOT_DOT_DOT,
1720
+ STATE(2), 1,
1721
+ sym_node,
1722
+ STATE(29), 1,
1723
+ sym__numeric_literal,
1724
+ STATE(37), 1,
1725
+ sym_pattern_element,
1726
+ ACTIONS(21), 2,
1727
+ sym_decimal,
1728
+ sym_octal,
1729
+ STATE(12), 2,
1730
+ sym_annotation,
1731
+ aux_sym_pattern_element_repeat1,
1732
+ ACTIONS(13), 3,
1810
1733
  sym_symbol,
1811
1734
  sym_pictograph,
1735
+ sym_backticked_string,
1736
+ ACTIONS(19), 3,
1812
1737
  sym_integer,
1813
1738
  sym_hexadecimal,
1814
1739
  sym_measurement,
1815
- sym_backticked_string,
1816
- ACTIONS(87), 23,
1817
- ts_builtin_sym_end,
1818
- anon_sym_COMMA,
1819
- anon_sym_LBRACK,
1820
- anon_sym_RBRACK,
1821
- anon_sym_LPAREN,
1822
- anon_sym_RPAREN,
1823
- anon_sym_PIPE,
1824
- anon_sym_COLON_COLON,
1825
- anon_sym_LBRACE,
1826
- anon_sym_RBRACE,
1827
- anon_sym_BANG,
1828
- anon_sym_QMARK,
1829
- anon_sym_STAR,
1830
- anon_sym_PLUS,
1740
+ ACTIONS(15), 6,
1831
1741
  sym_greek,
1832
1742
  sym_math_symbol,
1833
- anon_sym_DOT_DOT_DOT,
1834
- sym_decimal,
1835
- sym_octal,
1836
1743
  sym_single_quoted_string,
1837
1744
  sym_double_quoted_string,
1838
1745
  sym_tagged_string,
1839
1746
  sym_fenced_string,
1840
- [479] = 2,
1841
- ACTIONS(93), 8,
1842
- anon_sym_AT,
1843
- anon_sym_COLON,
1844
- sym_symbol,
1845
- sym_pictograph,
1846
- sym_integer,
1847
- sym_hexadecimal,
1848
- sym_measurement,
1849
- sym_backticked_string,
1850
- ACTIONS(91), 23,
1851
- ts_builtin_sym_end,
1852
- anon_sym_COMMA,
1853
- anon_sym_LBRACK,
1854
- anon_sym_RBRACK,
1855
- anon_sym_LPAREN,
1856
- anon_sym_RPAREN,
1857
- anon_sym_PIPE,
1858
- anon_sym_COLON_COLON,
1859
- anon_sym_LBRACE,
1860
- anon_sym_RBRACE,
1861
- anon_sym_BANG,
1862
- anon_sym_QMARK,
1863
- anon_sym_STAR,
1864
- anon_sym_PLUS,
1865
- sym_greek,
1866
- sym_math_symbol,
1867
- anon_sym_DOT_DOT_DOT,
1868
- sym_decimal,
1869
- sym_octal,
1870
- sym_single_quoted_string,
1871
- sym_double_quoted_string,
1872
- sym_tagged_string,
1873
- sym_fenced_string,
1874
- [515] = 2,
1875
- ACTIONS(97), 8,
1876
- anon_sym_AT,
1877
- anon_sym_COLON,
1878
- sym_symbol,
1879
- sym_pictograph,
1880
- sym_integer,
1881
- sym_hexadecimal,
1882
- sym_measurement,
1883
- sym_backticked_string,
1884
- ACTIONS(95), 23,
1885
- ts_builtin_sym_end,
1886
- anon_sym_COMMA,
1887
- anon_sym_LBRACK,
1888
- anon_sym_RBRACK,
1889
- anon_sym_LPAREN,
1890
- anon_sym_RPAREN,
1891
- anon_sym_PIPE,
1892
- anon_sym_COLON_COLON,
1893
- anon_sym_LBRACE,
1894
- anon_sym_RBRACE,
1895
- anon_sym_BANG,
1896
- anon_sym_QMARK,
1897
- anon_sym_STAR,
1898
- anon_sym_PLUS,
1899
- sym_greek,
1900
- sym_math_symbol,
1901
- anon_sym_DOT_DOT_DOT,
1902
- sym_decimal,
1903
- sym_octal,
1904
- sym_single_quoted_string,
1905
- sym_double_quoted_string,
1906
- sym_tagged_string,
1907
- sym_fenced_string,
1908
- [551] = 13,
1909
- ACTIONS(5), 1,
1910
- anon_sym_LBRACK,
1911
- ACTIONS(7), 1,
1912
- anon_sym_AT,
1913
- ACTIONS(9), 1,
1914
- anon_sym_LPAREN,
1915
- ACTIONS(17), 1,
1916
- anon_sym_DOT_DOT_DOT,
1917
- STATE(2), 1,
1918
- sym_node,
1919
- STATE(34), 1,
1920
- sym__numeric_literal,
1921
- STATE(35), 1,
1922
- sym_pattern_element,
1923
- ACTIONS(21), 2,
1924
- sym_decimal,
1925
- sym_octal,
1926
- STATE(15), 2,
1927
- sym_annotation,
1928
- aux_sym_pattern_element_repeat1,
1929
- ACTIONS(13), 3,
1930
- sym_symbol,
1931
- sym_pictograph,
1932
- sym_backticked_string,
1933
- ACTIONS(19), 3,
1934
- sym_integer,
1935
- sym_hexadecimal,
1936
- sym_measurement,
1937
- ACTIONS(15), 6,
1938
- sym_greek,
1939
- sym_math_symbol,
1940
- sym_single_quoted_string,
1941
- sym_double_quoted_string,
1942
- sym_tagged_string,
1943
- sym_fenced_string,
1944
- STATE(28), 7,
1747
+ STATE(31), 7,
1945
1748
  sym_subject,
1946
1749
  sym__path,
1947
1750
  sym_relationship,
@@ -1949,7 +1752,7 @@ static const uint16_t ts_small_parse_table[] = {
1949
1752
  sym__value,
1950
1753
  sym_range,
1951
1754
  sym__string_literal,
1952
- [608] = 13,
1755
+ [430] = 12,
1953
1756
  ACTIONS(5), 1,
1954
1757
  anon_sym_LBRACK,
1955
1758
  ACTIONS(7), 1,
@@ -1960,32 +1763,30 @@ static const uint16_t ts_small_parse_table[] = {
1960
1763
  anon_sym_DOT_DOT_DOT,
1961
1764
  STATE(2), 1,
1962
1765
  sym_node,
1963
- STATE(35), 1,
1964
- sym_pattern_element,
1965
- STATE(45), 1,
1766
+ STATE(47), 1,
1966
1767
  sym__numeric_literal,
1967
- ACTIONS(85), 2,
1768
+ ACTIONS(73), 2,
1968
1769
  sym_decimal,
1969
1770
  sym_octal,
1970
- STATE(16), 2,
1771
+ STATE(40), 2,
1971
1772
  sym_annotation,
1972
1773
  aux_sym_pattern_element_repeat1,
1973
- ACTIONS(13), 3,
1974
- sym_symbol,
1975
- sym_pictograph,
1976
- sym_backticked_string,
1977
- ACTIONS(83), 3,
1774
+ ACTIONS(71), 3,
1978
1775
  sym_integer,
1979
1776
  sym_hexadecimal,
1980
1777
  sym_measurement,
1981
- ACTIONS(15), 6,
1778
+ ACTIONS(75), 3,
1779
+ sym_symbol,
1780
+ sym_pictograph,
1781
+ sym_backticked_string,
1782
+ ACTIONS(77), 6,
1982
1783
  sym_greek,
1983
1784
  sym_math_symbol,
1984
1785
  sym_single_quoted_string,
1985
1786
  sym_double_quoted_string,
1986
1787
  sym_tagged_string,
1987
1788
  sym_fenced_string,
1988
- STATE(28), 7,
1789
+ STATE(33), 7,
1989
1790
  sym_subject,
1990
1791
  sym__path,
1991
1792
  sym_relationship,
@@ -1993,53 +1794,53 @@ static const uint16_t ts_small_parse_table[] = {
1993
1794
  sym__value,
1994
1795
  sym_range,
1995
1796
  sym__string_literal,
1996
- [665] = 16,
1797
+ [484] = 16,
1997
1798
  ACTIONS(11), 1,
1998
1799
  anon_sym_LBRACE,
1999
1800
  ACTIONS(17), 1,
2000
1801
  anon_sym_DOT_DOT_DOT,
2001
- ACTIONS(75), 1,
2002
- anon_sym_COLON,
2003
- ACTIONS(77), 1,
2004
- anon_sym_COLON_COLON,
2005
- ACTIONS(99), 1,
2006
- anon_sym_RPAREN,
2007
- STATE(45), 1,
1802
+ ACTIONS(79), 1,
1803
+ anon_sym_RBRACK,
1804
+ ACTIONS(81), 1,
1805
+ anon_sym_PIPE,
1806
+ ACTIONS(83), 1,
1807
+ sym__binder,
1808
+ STATE(47), 1,
2008
1809
  sym__numeric_literal,
2009
- STATE(56), 1,
1810
+ STATE(54), 1,
2010
1811
  sym_labels,
2011
1812
  STATE(59), 1,
2012
1813
  sym_record,
2013
- STATE(86), 1,
1814
+ STATE(65), 1,
2014
1815
  sym__attributes,
2015
- STATE(120), 1,
2016
- sym_binder,
2017
- ACTIONS(85), 2,
1816
+ STATE(97), 1,
1817
+ sym__association,
1818
+ ACTIONS(73), 2,
2018
1819
  sym_decimal,
2019
1820
  sym_octal,
2020
- STATE(49), 2,
1821
+ STATE(48), 2,
2021
1822
  sym_label,
2022
1823
  aux_sym_labels_repeat1,
2023
- ACTIONS(79), 3,
2024
- sym_symbol,
2025
- sym_pictograph,
2026
- sym_backticked_string,
2027
- ACTIONS(83), 3,
1824
+ ACTIONS(71), 3,
2028
1825
  sym_integer,
2029
1826
  sym_hexadecimal,
2030
1827
  sym_measurement,
2031
- STATE(46), 3,
1828
+ ACTIONS(85), 3,
1829
+ sym_symbol,
1830
+ sym_pictograph,
1831
+ sym_backticked_string,
1832
+ STATE(45), 3,
2032
1833
  sym__value,
2033
1834
  sym_range,
2034
1835
  sym__string_literal,
2035
- ACTIONS(81), 6,
1836
+ ACTIONS(87), 6,
2036
1837
  sym_greek,
2037
1838
  sym_math_symbol,
2038
1839
  sym_single_quoted_string,
2039
1840
  sym_double_quoted_string,
2040
1841
  sym_tagged_string,
2041
1842
  sym_fenced_string,
2042
- [727] = 12,
1843
+ [546] = 12,
2043
1844
  ACTIONS(5), 1,
2044
1845
  anon_sym_LBRACK,
2045
1846
  ACTIONS(7), 1,
@@ -2050,7 +1851,7 @@ static const uint16_t ts_small_parse_table[] = {
2050
1851
  anon_sym_DOT_DOT_DOT,
2051
1852
  STATE(2), 1,
2052
1853
  sym_node,
2053
- STATE(34), 1,
1854
+ STATE(29), 1,
2054
1855
  sym__numeric_literal,
2055
1856
  ACTIONS(21), 2,
2056
1857
  sym_decimal,
@@ -2062,18 +1863,18 @@ static const uint16_t ts_small_parse_table[] = {
2062
1863
  sym_integer,
2063
1864
  sym_hexadecimal,
2064
1865
  sym_measurement,
2065
- ACTIONS(101), 3,
1866
+ ACTIONS(75), 3,
2066
1867
  sym_symbol,
2067
1868
  sym_pictograph,
2068
1869
  sym_backticked_string,
2069
- ACTIONS(103), 6,
1870
+ ACTIONS(77), 6,
2070
1871
  sym_greek,
2071
1872
  sym_math_symbol,
2072
1873
  sym_single_quoted_string,
2073
1874
  sym_double_quoted_string,
2074
1875
  sym_tagged_string,
2075
1876
  sym_fenced_string,
2076
- STATE(30), 7,
1877
+ STATE(33), 7,
2077
1878
  sym_subject,
2078
1879
  sym__path,
2079
1880
  sym_relationship,
@@ -2081,344 +1882,408 @@ static const uint16_t ts_small_parse_table[] = {
2081
1882
  sym__value,
2082
1883
  sym_range,
2083
1884
  sym__string_literal,
2084
- [781] = 12,
2085
- ACTIONS(5), 1,
2086
- anon_sym_LBRACK,
2087
- ACTIONS(7), 1,
1885
+ [600] = 2,
1886
+ ACTIONS(91), 8,
2088
1887
  anon_sym_AT,
2089
- ACTIONS(9), 1,
1888
+ sym_symbol,
1889
+ sym_pictograph,
1890
+ sym_integer,
1891
+ sym_hexadecimal,
1892
+ sym_measurement,
1893
+ sym_backticked_string,
1894
+ anon_sym_DASH,
1895
+ ACTIONS(89), 19,
1896
+ ts_builtin_sym_end,
1897
+ anon_sym_COMMA,
1898
+ anon_sym_LBRACK,
1899
+ anon_sym_RBRACK,
2090
1900
  anon_sym_LPAREN,
1901
+ sym_greek,
1902
+ sym_math_symbol,
1903
+ anon_sym_DOT_DOT_DOT,
1904
+ sym_decimal,
1905
+ sym_octal,
1906
+ sym_single_quoted_string,
1907
+ sym_double_quoted_string,
1908
+ sym_tagged_string,
1909
+ sym_fenced_string,
1910
+ anon_sym_LT_DASH,
1911
+ anon_sym_EQ,
1912
+ anon_sym_LT_EQ,
1913
+ anon_sym_TILDE,
1914
+ anon_sym_LT_TILDE,
1915
+ [632] = 14,
1916
+ ACTIONS(11), 1,
1917
+ anon_sym_LBRACE,
2091
1918
  ACTIONS(17), 1,
2092
1919
  anon_sym_DOT_DOT_DOT,
2093
- STATE(2), 1,
2094
- sym_node,
2095
- STATE(45), 1,
1920
+ ACTIONS(83), 1,
1921
+ sym__binder,
1922
+ ACTIONS(93), 1,
1923
+ anon_sym_RPAREN,
1924
+ STATE(47), 1,
2096
1925
  sym__numeric_literal,
2097
- ACTIONS(85), 2,
1926
+ STATE(54), 1,
1927
+ sym_labels,
1928
+ STATE(59), 1,
1929
+ sym_record,
1930
+ STATE(99), 1,
1931
+ sym__attributes,
1932
+ ACTIONS(73), 2,
2098
1933
  sym_decimal,
2099
1934
  sym_octal,
2100
- STATE(40), 2,
2101
- sym_annotation,
2102
- aux_sym_pattern_element_repeat1,
2103
- ACTIONS(83), 3,
1935
+ STATE(48), 2,
1936
+ sym_label,
1937
+ aux_sym_labels_repeat1,
1938
+ ACTIONS(71), 3,
2104
1939
  sym_integer,
2105
1940
  sym_hexadecimal,
2106
1941
  sym_measurement,
2107
- ACTIONS(101), 3,
1942
+ ACTIONS(85), 3,
2108
1943
  sym_symbol,
2109
1944
  sym_pictograph,
2110
1945
  sym_backticked_string,
2111
- ACTIONS(103), 6,
1946
+ STATE(45), 3,
1947
+ sym__value,
1948
+ sym_range,
1949
+ sym__string_literal,
1950
+ ACTIONS(87), 6,
2112
1951
  sym_greek,
2113
1952
  sym_math_symbol,
2114
1953
  sym_single_quoted_string,
2115
1954
  sym_double_quoted_string,
2116
1955
  sym_tagged_string,
2117
1956
  sym_fenced_string,
2118
- STATE(30), 7,
2119
- sym_subject,
2120
- sym__path,
2121
- sym_relationship,
2122
- sym__reference,
2123
- sym__value,
2124
- sym_range,
2125
- sym__string_literal,
2126
- [835] = 15,
1957
+ [688] = 2,
1958
+ ACTIONS(97), 8,
1959
+ anon_sym_AT,
1960
+ sym_symbol,
1961
+ sym_pictograph,
1962
+ sym_integer,
1963
+ sym_hexadecimal,
1964
+ sym_measurement,
1965
+ sym_backticked_string,
1966
+ anon_sym_DASH,
1967
+ ACTIONS(95), 19,
1968
+ ts_builtin_sym_end,
1969
+ anon_sym_COMMA,
1970
+ anon_sym_LBRACK,
1971
+ anon_sym_RBRACK,
1972
+ anon_sym_LPAREN,
1973
+ sym_greek,
1974
+ sym_math_symbol,
1975
+ anon_sym_DOT_DOT_DOT,
1976
+ sym_decimal,
1977
+ sym_octal,
1978
+ sym_single_quoted_string,
1979
+ sym_double_quoted_string,
1980
+ sym_tagged_string,
1981
+ sym_fenced_string,
1982
+ anon_sym_LT_DASH,
1983
+ anon_sym_EQ,
1984
+ anon_sym_LT_EQ,
1985
+ anon_sym_TILDE,
1986
+ anon_sym_LT_TILDE,
1987
+ [720] = 2,
1988
+ ACTIONS(101), 7,
1989
+ anon_sym_AT,
1990
+ sym_symbol,
1991
+ sym_pictograph,
1992
+ sym_integer,
1993
+ sym_hexadecimal,
1994
+ sym_measurement,
1995
+ sym_backticked_string,
1996
+ ACTIONS(99), 19,
1997
+ ts_builtin_sym_end,
1998
+ anon_sym_COMMA,
1999
+ anon_sym_LBRACK,
2000
+ anon_sym_RBRACK,
2001
+ anon_sym_LPAREN,
2002
+ anon_sym_RPAREN,
2003
+ anon_sym_PIPE,
2004
+ sym__binder,
2005
+ anon_sym_LBRACE,
2006
+ anon_sym_RBRACE,
2007
+ sym_greek,
2008
+ sym_math_symbol,
2009
+ anon_sym_DOT_DOT_DOT,
2010
+ sym_decimal,
2011
+ sym_octal,
2012
+ sym_single_quoted_string,
2013
+ sym_double_quoted_string,
2014
+ sym_tagged_string,
2015
+ sym_fenced_string,
2016
+ [751] = 2,
2017
+ ACTIONS(105), 7,
2018
+ anon_sym_AT,
2019
+ sym_symbol,
2020
+ sym_pictograph,
2021
+ sym_integer,
2022
+ sym_hexadecimal,
2023
+ sym_measurement,
2024
+ sym_backticked_string,
2025
+ ACTIONS(103), 19,
2026
+ ts_builtin_sym_end,
2027
+ anon_sym_COMMA,
2028
+ anon_sym_LBRACK,
2029
+ anon_sym_RBRACK,
2030
+ anon_sym_LPAREN,
2031
+ anon_sym_RPAREN,
2032
+ anon_sym_PIPE,
2033
+ sym__binder,
2034
+ anon_sym_LBRACE,
2035
+ anon_sym_RBRACE,
2036
+ sym_greek,
2037
+ sym_math_symbol,
2038
+ anon_sym_DOT_DOT_DOT,
2039
+ sym_decimal,
2040
+ sym_octal,
2041
+ sym_single_quoted_string,
2042
+ sym_double_quoted_string,
2043
+ sym_tagged_string,
2044
+ sym_fenced_string,
2045
+ [782] = 13,
2127
2046
  ACTIONS(11), 1,
2128
2047
  anon_sym_LBRACE,
2129
2048
  ACTIONS(17), 1,
2130
2049
  anon_sym_DOT_DOT_DOT,
2131
- ACTIONS(75), 1,
2132
- anon_sym_COLON,
2133
- ACTIONS(77), 1,
2134
- anon_sym_COLON_COLON,
2135
- STATE(45), 1,
2050
+ ACTIONS(83), 1,
2051
+ sym__binder,
2052
+ STATE(47), 1,
2136
2053
  sym__numeric_literal,
2137
- STATE(56), 1,
2054
+ STATE(54), 1,
2138
2055
  sym_labels,
2139
2056
  STATE(59), 1,
2140
2057
  sym_record,
2141
- STATE(90), 1,
2058
+ STATE(94), 1,
2142
2059
  sym__attributes,
2143
- STATE(120), 1,
2144
- sym_binder,
2145
- ACTIONS(85), 2,
2060
+ ACTIONS(73), 2,
2146
2061
  sym_decimal,
2147
2062
  sym_octal,
2148
- STATE(49), 2,
2063
+ STATE(48), 2,
2149
2064
  sym_label,
2150
2065
  aux_sym_labels_repeat1,
2151
- ACTIONS(79), 3,
2152
- sym_symbol,
2153
- sym_pictograph,
2154
- sym_backticked_string,
2155
- ACTIONS(83), 3,
2066
+ ACTIONS(71), 3,
2156
2067
  sym_integer,
2157
2068
  sym_hexadecimal,
2158
2069
  sym_measurement,
2159
- STATE(46), 3,
2070
+ ACTIONS(85), 3,
2071
+ sym_symbol,
2072
+ sym_pictograph,
2073
+ sym_backticked_string,
2074
+ STATE(45), 3,
2160
2075
  sym__value,
2161
2076
  sym_range,
2162
2077
  sym__string_literal,
2163
- ACTIONS(81), 6,
2078
+ ACTIONS(87), 6,
2164
2079
  sym_greek,
2165
2080
  sym_math_symbol,
2166
2081
  sym_single_quoted_string,
2167
2082
  sym_double_quoted_string,
2168
2083
  sym_tagged_string,
2169
2084
  sym_fenced_string,
2170
- [894] = 15,
2085
+ [835] = 13,
2171
2086
  ACTIONS(11), 1,
2172
2087
  anon_sym_LBRACE,
2173
2088
  ACTIONS(17), 1,
2174
2089
  anon_sym_DOT_DOT_DOT,
2175
- ACTIONS(75), 1,
2176
- anon_sym_COLON,
2177
- ACTIONS(77), 1,
2178
- anon_sym_COLON_COLON,
2179
- STATE(45), 1,
2090
+ ACTIONS(83), 1,
2091
+ sym__binder,
2092
+ STATE(47), 1,
2180
2093
  sym__numeric_literal,
2181
- STATE(56), 1,
2094
+ STATE(54), 1,
2182
2095
  sym_labels,
2183
2096
  STATE(59), 1,
2184
2097
  sym_record,
2185
- STATE(93), 1,
2098
+ STATE(89), 1,
2186
2099
  sym__attributes,
2187
- STATE(120), 1,
2188
- sym_binder,
2189
- ACTIONS(85), 2,
2100
+ ACTIONS(73), 2,
2190
2101
  sym_decimal,
2191
2102
  sym_octal,
2192
- STATE(49), 2,
2103
+ STATE(48), 2,
2193
2104
  sym_label,
2194
2105
  aux_sym_labels_repeat1,
2195
- ACTIONS(79), 3,
2196
- sym_symbol,
2197
- sym_pictograph,
2198
- sym_backticked_string,
2199
- ACTIONS(83), 3,
2106
+ ACTIONS(71), 3,
2200
2107
  sym_integer,
2201
2108
  sym_hexadecimal,
2202
2109
  sym_measurement,
2203
- STATE(46), 3,
2110
+ ACTIONS(85), 3,
2111
+ sym_symbol,
2112
+ sym_pictograph,
2113
+ sym_backticked_string,
2114
+ STATE(45), 3,
2204
2115
  sym__value,
2205
2116
  sym_range,
2206
2117
  sym__string_literal,
2207
- ACTIONS(81), 6,
2118
+ ACTIONS(87), 6,
2208
2119
  sym_greek,
2209
2120
  sym_math_symbol,
2210
2121
  sym_single_quoted_string,
2211
2122
  sym_double_quoted_string,
2212
2123
  sym_tagged_string,
2213
2124
  sym_fenced_string,
2214
- [953] = 15,
2125
+ [888] = 13,
2215
2126
  ACTIONS(11), 1,
2216
2127
  anon_sym_LBRACE,
2217
2128
  ACTIONS(17), 1,
2218
2129
  anon_sym_DOT_DOT_DOT,
2219
- ACTIONS(75), 1,
2220
- anon_sym_COLON,
2221
- ACTIONS(77), 1,
2222
- anon_sym_COLON_COLON,
2223
- STATE(45), 1,
2130
+ ACTIONS(83), 1,
2131
+ sym__binder,
2132
+ STATE(47), 1,
2224
2133
  sym__numeric_literal,
2225
- STATE(56), 1,
2134
+ STATE(54), 1,
2226
2135
  sym_labels,
2227
2136
  STATE(59), 1,
2228
2137
  sym_record,
2229
- STATE(95), 1,
2138
+ STATE(90), 1,
2230
2139
  sym__attributes,
2231
- STATE(120), 1,
2232
- sym_binder,
2233
- ACTIONS(85), 2,
2140
+ ACTIONS(73), 2,
2234
2141
  sym_decimal,
2235
2142
  sym_octal,
2236
- STATE(49), 2,
2143
+ STATE(48), 2,
2237
2144
  sym_label,
2238
2145
  aux_sym_labels_repeat1,
2239
- ACTIONS(79), 3,
2240
- sym_symbol,
2241
- sym_pictograph,
2242
- sym_backticked_string,
2243
- ACTIONS(83), 3,
2146
+ ACTIONS(71), 3,
2244
2147
  sym_integer,
2245
2148
  sym_hexadecimal,
2246
2149
  sym_measurement,
2247
- STATE(46), 3,
2150
+ ACTIONS(85), 3,
2151
+ sym_symbol,
2152
+ sym_pictograph,
2153
+ sym_backticked_string,
2154
+ STATE(45), 3,
2248
2155
  sym__value,
2249
2156
  sym_range,
2250
2157
  sym__string_literal,
2251
- ACTIONS(81), 6,
2158
+ ACTIONS(87), 6,
2252
2159
  sym_greek,
2253
2160
  sym_math_symbol,
2254
2161
  sym_single_quoted_string,
2255
2162
  sym_double_quoted_string,
2256
2163
  sym_tagged_string,
2257
2164
  sym_fenced_string,
2258
- [1012] = 15,
2165
+ [941] = 13,
2259
2166
  ACTIONS(11), 1,
2260
2167
  anon_sym_LBRACE,
2261
2168
  ACTIONS(17), 1,
2262
2169
  anon_sym_DOT_DOT_DOT,
2263
- ACTIONS(75), 1,
2264
- anon_sym_COLON,
2265
- ACTIONS(77), 1,
2266
- anon_sym_COLON_COLON,
2267
- STATE(45), 1,
2170
+ ACTIONS(83), 1,
2171
+ sym__binder,
2172
+ STATE(47), 1,
2268
2173
  sym__numeric_literal,
2269
- STATE(56), 1,
2174
+ STATE(54), 1,
2270
2175
  sym_labels,
2271
2176
  STATE(59), 1,
2272
2177
  sym_record,
2273
2178
  STATE(91), 1,
2274
2179
  sym__attributes,
2275
- STATE(120), 1,
2276
- sym_binder,
2277
- ACTIONS(85), 2,
2180
+ ACTIONS(73), 2,
2278
2181
  sym_decimal,
2279
2182
  sym_octal,
2280
- STATE(49), 2,
2183
+ STATE(48), 2,
2281
2184
  sym_label,
2282
2185
  aux_sym_labels_repeat1,
2283
- ACTIONS(79), 3,
2284
- sym_symbol,
2285
- sym_pictograph,
2286
- sym_backticked_string,
2287
- ACTIONS(83), 3,
2186
+ ACTIONS(71), 3,
2288
2187
  sym_integer,
2289
2188
  sym_hexadecimal,
2290
2189
  sym_measurement,
2291
- STATE(46), 3,
2190
+ ACTIONS(85), 3,
2191
+ sym_symbol,
2192
+ sym_pictograph,
2193
+ sym_backticked_string,
2194
+ STATE(45), 3,
2292
2195
  sym__value,
2293
2196
  sym_range,
2294
2197
  sym__string_literal,
2295
- ACTIONS(81), 6,
2198
+ ACTIONS(87), 6,
2296
2199
  sym_greek,
2297
2200
  sym_math_symbol,
2298
2201
  sym_single_quoted_string,
2299
2202
  sym_double_quoted_string,
2300
2203
  sym_tagged_string,
2301
2204
  sym_fenced_string,
2302
- [1071] = 15,
2205
+ [994] = 13,
2303
2206
  ACTIONS(11), 1,
2304
2207
  anon_sym_LBRACE,
2305
2208
  ACTIONS(17), 1,
2306
2209
  anon_sym_DOT_DOT_DOT,
2307
- ACTIONS(75), 1,
2308
- anon_sym_COLON,
2309
- ACTIONS(77), 1,
2310
- anon_sym_COLON_COLON,
2311
- STATE(45), 1,
2210
+ ACTIONS(83), 1,
2211
+ sym__binder,
2212
+ STATE(47), 1,
2312
2213
  sym__numeric_literal,
2313
- STATE(56), 1,
2214
+ STATE(54), 1,
2314
2215
  sym_labels,
2315
2216
  STATE(59), 1,
2316
2217
  sym_record,
2317
2218
  STATE(92), 1,
2318
2219
  sym__attributes,
2319
- STATE(120), 1,
2320
- sym_binder,
2321
- ACTIONS(85), 2,
2220
+ ACTIONS(73), 2,
2322
2221
  sym_decimal,
2323
2222
  sym_octal,
2324
- STATE(49), 2,
2223
+ STATE(48), 2,
2325
2224
  sym_label,
2326
2225
  aux_sym_labels_repeat1,
2327
- ACTIONS(79), 3,
2328
- sym_symbol,
2329
- sym_pictograph,
2330
- sym_backticked_string,
2331
- ACTIONS(83), 3,
2226
+ ACTIONS(71), 3,
2332
2227
  sym_integer,
2333
2228
  sym_hexadecimal,
2334
2229
  sym_measurement,
2335
- STATE(46), 3,
2230
+ ACTIONS(85), 3,
2231
+ sym_symbol,
2232
+ sym_pictograph,
2233
+ sym_backticked_string,
2234
+ STATE(45), 3,
2336
2235
  sym__value,
2337
2236
  sym_range,
2338
2237
  sym__string_literal,
2339
- ACTIONS(81), 6,
2238
+ ACTIONS(87), 6,
2340
2239
  sym_greek,
2341
2240
  sym_math_symbol,
2342
2241
  sym_single_quoted_string,
2343
2242
  sym_double_quoted_string,
2344
2243
  sym_tagged_string,
2345
2244
  sym_fenced_string,
2346
- [1130] = 15,
2245
+ [1047] = 13,
2347
2246
  ACTIONS(11), 1,
2348
2247
  anon_sym_LBRACE,
2349
2248
  ACTIONS(17), 1,
2350
2249
  anon_sym_DOT_DOT_DOT,
2351
- ACTIONS(75), 1,
2352
- anon_sym_COLON,
2353
- ACTIONS(77), 1,
2354
- anon_sym_COLON_COLON,
2355
- STATE(45), 1,
2250
+ ACTIONS(83), 1,
2251
+ sym__binder,
2252
+ STATE(47), 1,
2356
2253
  sym__numeric_literal,
2357
- STATE(56), 1,
2254
+ STATE(54), 1,
2358
2255
  sym_labels,
2359
2256
  STATE(59), 1,
2360
2257
  sym_record,
2361
- STATE(94), 1,
2258
+ STATE(93), 1,
2362
2259
  sym__attributes,
2363
- STATE(120), 1,
2364
- sym_binder,
2365
- ACTIONS(85), 2,
2260
+ ACTIONS(73), 2,
2366
2261
  sym_decimal,
2367
2262
  sym_octal,
2368
- STATE(49), 2,
2263
+ STATE(48), 2,
2369
2264
  sym_label,
2370
2265
  aux_sym_labels_repeat1,
2371
- ACTIONS(79), 3,
2372
- sym_symbol,
2373
- sym_pictograph,
2374
- sym_backticked_string,
2375
- ACTIONS(83), 3,
2266
+ ACTIONS(71), 3,
2376
2267
  sym_integer,
2377
2268
  sym_hexadecimal,
2378
2269
  sym_measurement,
2379
- STATE(46), 3,
2380
- sym__value,
2381
- sym_range,
2382
- sym__string_literal,
2383
- ACTIONS(81), 6,
2384
- sym_greek,
2385
- sym_math_symbol,
2386
- sym_single_quoted_string,
2387
- sym_double_quoted_string,
2388
- sym_tagged_string,
2389
- sym_fenced_string,
2390
- [1189] = 2,
2391
- ACTIONS(107), 8,
2392
- anon_sym_AT,
2270
+ ACTIONS(85), 3,
2393
2271
  sym_symbol,
2394
2272
  sym_pictograph,
2395
- sym_integer,
2396
- sym_hexadecimal,
2397
- sym_measurement,
2398
2273
  sym_backticked_string,
2399
- anon_sym_DASH,
2400
- ACTIONS(105), 19,
2401
- ts_builtin_sym_end,
2402
- anon_sym_COMMA,
2403
- anon_sym_LBRACK,
2404
- anon_sym_RBRACK,
2405
- anon_sym_LPAREN,
2274
+ STATE(45), 3,
2275
+ sym__value,
2276
+ sym_range,
2277
+ sym__string_literal,
2278
+ ACTIONS(87), 6,
2406
2279
  sym_greek,
2407
2280
  sym_math_symbol,
2408
- anon_sym_DOT_DOT_DOT,
2409
- sym_decimal,
2410
- sym_octal,
2411
2281
  sym_single_quoted_string,
2412
2282
  sym_double_quoted_string,
2413
2283
  sym_tagged_string,
2414
2284
  sym_fenced_string,
2415
- anon_sym_LT_DASH,
2416
- anon_sym_EQ,
2417
- anon_sym_LT_EQ,
2418
- anon_sym_TILDE,
2419
- anon_sym_LT_TILDE,
2420
- [1221] = 2,
2421
- ACTIONS(111), 8,
2285
+ [1100] = 2,
2286
+ ACTIONS(109), 7,
2422
2287
  anon_sym_AT,
2423
2288
  sym_symbol,
2424
2289
  sym_pictograph,
@@ -2426,13 +2291,17 @@ static const uint16_t ts_small_parse_table[] = {
2426
2291
  sym_hexadecimal,
2427
2292
  sym_measurement,
2428
2293
  sym_backticked_string,
2429
- anon_sym_DASH,
2430
- ACTIONS(109), 19,
2294
+ ACTIONS(107), 19,
2431
2295
  ts_builtin_sym_end,
2432
2296
  anon_sym_COMMA,
2433
2297
  anon_sym_LBRACK,
2434
2298
  anon_sym_RBRACK,
2435
2299
  anon_sym_LPAREN,
2300
+ anon_sym_RPAREN,
2301
+ anon_sym_PIPE,
2302
+ sym__binder,
2303
+ anon_sym_LBRACE,
2304
+ anon_sym_RBRACE,
2436
2305
  sym_greek,
2437
2306
  sym_math_symbol,
2438
2307
  anon_sym_DOT_DOT_DOT,
@@ -2442,13 +2311,8 @@ static const uint16_t ts_small_parse_table[] = {
2442
2311
  sym_double_quoted_string,
2443
2312
  sym_tagged_string,
2444
2313
  sym_fenced_string,
2445
- anon_sym_LT_DASH,
2446
- anon_sym_EQ,
2447
- anon_sym_LT_EQ,
2448
- anon_sym_TILDE,
2449
- anon_sym_LT_TILDE,
2450
- [1253] = 2,
2451
- ACTIONS(115), 7,
2314
+ [1131] = 2,
2315
+ ACTIONS(113), 7,
2452
2316
  anon_sym_AT,
2453
2317
  sym_symbol,
2454
2318
  sym_pictograph,
@@ -2456,7 +2320,7 @@ static const uint16_t ts_small_parse_table[] = {
2456
2320
  sym_hexadecimal,
2457
2321
  sym_measurement,
2458
2322
  sym_backticked_string,
2459
- ACTIONS(113), 15,
2323
+ ACTIONS(111), 15,
2460
2324
  ts_builtin_sym_end,
2461
2325
  anon_sym_LBRACK,
2462
2326
  anon_sym_RBRACK,
@@ -2472,8 +2336,8 @@ static const uint16_t ts_small_parse_table[] = {
2472
2336
  sym_double_quoted_string,
2473
2337
  sym_tagged_string,
2474
2338
  sym_fenced_string,
2475
- [1280] = 2,
2476
- ACTIONS(119), 7,
2339
+ [1158] = 2,
2340
+ ACTIONS(117), 7,
2477
2341
  anon_sym_AT,
2478
2342
  sym_symbol,
2479
2343
  sym_pictograph,
@@ -2481,7 +2345,7 @@ static const uint16_t ts_small_parse_table[] = {
2481
2345
  sym_hexadecimal,
2482
2346
  sym_measurement,
2483
2347
  sym_backticked_string,
2484
- ACTIONS(117), 15,
2348
+ ACTIONS(115), 15,
2485
2349
  ts_builtin_sym_end,
2486
2350
  anon_sym_LBRACK,
2487
2351
  anon_sym_RBRACK,
@@ -2497,8 +2361,8 @@ static const uint16_t ts_small_parse_table[] = {
2497
2361
  sym_double_quoted_string,
2498
2362
  sym_tagged_string,
2499
2363
  sym_fenced_string,
2500
- [1307] = 2,
2501
- ACTIONS(123), 7,
2364
+ [1185] = 2,
2365
+ ACTIONS(121), 7,
2502
2366
  anon_sym_AT,
2503
2367
  sym_symbol,
2504
2368
  sym_pictograph,
@@ -2506,7 +2370,7 @@ static const uint16_t ts_small_parse_table[] = {
2506
2370
  sym_hexadecimal,
2507
2371
  sym_measurement,
2508
2372
  sym_backticked_string,
2509
- ACTIONS(121), 15,
2373
+ ACTIONS(119), 15,
2510
2374
  ts_builtin_sym_end,
2511
2375
  anon_sym_LBRACK,
2512
2376
  anon_sym_RBRACK,
@@ -2522,7 +2386,11 @@ static const uint16_t ts_small_parse_table[] = {
2522
2386
  sym_double_quoted_string,
2523
2387
  sym_tagged_string,
2524
2388
  sym_fenced_string,
2525
- [1334] = 2,
2389
+ [1212] = 4,
2390
+ ACTIONS(125), 1,
2391
+ anon_sym_COMMA,
2392
+ STATE(39), 1,
2393
+ aux_sym_pattern_repeat1,
2526
2394
  ACTIONS(127), 7,
2527
2395
  anon_sym_AT,
2528
2396
  sym_symbol,
@@ -2531,11 +2399,9 @@ static const uint16_t ts_small_parse_table[] = {
2531
2399
  sym_hexadecimal,
2532
2400
  sym_measurement,
2533
2401
  sym_backticked_string,
2534
- ACTIONS(125), 14,
2402
+ ACTIONS(123), 12,
2535
2403
  ts_builtin_sym_end,
2536
- anon_sym_COMMA,
2537
2404
  anon_sym_LBRACK,
2538
- anon_sym_RBRACK,
2539
2405
  anon_sym_LPAREN,
2540
2406
  sym_greek,
2541
2407
  sym_math_symbol,
@@ -2546,12 +2412,10 @@ static const uint16_t ts_small_parse_table[] = {
2546
2412
  sym_double_quoted_string,
2547
2413
  sym_tagged_string,
2548
2414
  sym_fenced_string,
2549
- [1360] = 4,
2550
- ACTIONS(131), 1,
2551
- anon_sym_COMMA,
2552
- STATE(39), 1,
2553
- aux_sym_pattern_repeat1,
2554
- ACTIONS(133), 7,
2415
+ [1242] = 3,
2416
+ ACTIONS(133), 1,
2417
+ anon_sym_DOT_DOT,
2418
+ ACTIONS(131), 7,
2555
2419
  anon_sym_AT,
2556
2420
  sym_symbol,
2557
2421
  sym_pictograph,
@@ -2559,8 +2423,9 @@ static const uint16_t ts_small_parse_table[] = {
2559
2423
  sym_hexadecimal,
2560
2424
  sym_measurement,
2561
2425
  sym_backticked_string,
2562
- ACTIONS(129), 12,
2426
+ ACTIONS(129), 13,
2563
2427
  ts_builtin_sym_end,
2428
+ anon_sym_COMMA,
2564
2429
  anon_sym_LBRACK,
2565
2430
  anon_sym_LPAREN,
2566
2431
  sym_greek,
@@ -2572,7 +2437,7 @@ static const uint16_t ts_small_parse_table[] = {
2572
2437
  sym_double_quoted_string,
2573
2438
  sym_tagged_string,
2574
2439
  sym_fenced_string,
2575
- [1390] = 2,
2440
+ [1270] = 2,
2576
2441
  ACTIONS(137), 7,
2577
2442
  anon_sym_AT,
2578
2443
  sym_symbol,
@@ -2596,7 +2461,7 @@ static const uint16_t ts_small_parse_table[] = {
2596
2461
  sym_double_quoted_string,
2597
2462
  sym_tagged_string,
2598
2463
  sym_fenced_string,
2599
- [1416] = 2,
2464
+ [1296] = 2,
2600
2465
  ACTIONS(141), 7,
2601
2466
  anon_sym_AT,
2602
2467
  sym_symbol,
@@ -2620,7 +2485,7 @@ static const uint16_t ts_small_parse_table[] = {
2620
2485
  sym_double_quoted_string,
2621
2486
  sym_tagged_string,
2622
2487
  sym_fenced_string,
2623
- [1442] = 2,
2488
+ [1322] = 2,
2624
2489
  ACTIONS(145), 7,
2625
2490
  anon_sym_AT,
2626
2491
  sym_symbol,
@@ -2644,11 +2509,7 @@ static const uint16_t ts_small_parse_table[] = {
2644
2509
  sym_double_quoted_string,
2645
2510
  sym_tagged_string,
2646
2511
  sym_fenced_string,
2647
- [1468] = 4,
2648
- ACTIONS(131), 1,
2649
- anon_sym_COMMA,
2650
- STATE(29), 1,
2651
- aux_sym_pattern_repeat1,
2512
+ [1348] = 2,
2652
2513
  ACTIONS(149), 7,
2653
2514
  anon_sym_AT,
2654
2515
  sym_symbol,
@@ -2657,9 +2518,11 @@ static const uint16_t ts_small_parse_table[] = {
2657
2518
  sym_hexadecimal,
2658
2519
  sym_measurement,
2659
2520
  sym_backticked_string,
2660
- ACTIONS(147), 12,
2521
+ ACTIONS(147), 14,
2661
2522
  ts_builtin_sym_end,
2523
+ anon_sym_COMMA,
2662
2524
  anon_sym_LBRACK,
2525
+ anon_sym_RBRACK,
2663
2526
  anon_sym_LPAREN,
2664
2527
  sym_greek,
2665
2528
  sym_math_symbol,
@@ -2670,9 +2533,7 @@ static const uint16_t ts_small_parse_table[] = {
2670
2533
  sym_double_quoted_string,
2671
2534
  sym_tagged_string,
2672
2535
  sym_fenced_string,
2673
- [1498] = 3,
2674
- ACTIONS(155), 1,
2675
- anon_sym_DOT_DOT,
2536
+ [1374] = 2,
2676
2537
  ACTIONS(153), 7,
2677
2538
  anon_sym_AT,
2678
2539
  sym_symbol,
@@ -2681,10 +2542,11 @@ static const uint16_t ts_small_parse_table[] = {
2681
2542
  sym_hexadecimal,
2682
2543
  sym_measurement,
2683
2544
  sym_backticked_string,
2684
- ACTIONS(151), 13,
2545
+ ACTIONS(151), 14,
2685
2546
  ts_builtin_sym_end,
2686
2547
  anon_sym_COMMA,
2687
2548
  anon_sym_LBRACK,
2549
+ anon_sym_RBRACK,
2688
2550
  anon_sym_LPAREN,
2689
2551
  sym_greek,
2690
2552
  sym_math_symbol,
@@ -2695,8 +2557,8 @@ static const uint16_t ts_small_parse_table[] = {
2695
2557
  sym_double_quoted_string,
2696
2558
  sym_tagged_string,
2697
2559
  sym_fenced_string,
2698
- [1526] = 2,
2699
- ACTIONS(159), 7,
2560
+ [1400] = 2,
2561
+ ACTIONS(157), 7,
2700
2562
  anon_sym_AT,
2701
2563
  sym_symbol,
2702
2564
  sym_pictograph,
@@ -2704,7 +2566,7 @@ static const uint16_t ts_small_parse_table[] = {
2704
2566
  sym_hexadecimal,
2705
2567
  sym_measurement,
2706
2568
  sym_backticked_string,
2707
- ACTIONS(157), 14,
2569
+ ACTIONS(155), 14,
2708
2570
  ts_builtin_sym_end,
2709
2571
  anon_sym_COMMA,
2710
2572
  anon_sym_LBRACK,
@@ -2719,8 +2581,8 @@ static const uint16_t ts_small_parse_table[] = {
2719
2581
  sym_double_quoted_string,
2720
2582
  sym_tagged_string,
2721
2583
  sym_fenced_string,
2722
- [1552] = 2,
2723
- ACTIONS(163), 7,
2584
+ [1426] = 2,
2585
+ ACTIONS(161), 7,
2724
2586
  anon_sym_AT,
2725
2587
  sym_symbol,
2726
2588
  sym_pictograph,
@@ -2728,7 +2590,7 @@ static const uint16_t ts_small_parse_table[] = {
2728
2590
  sym_hexadecimal,
2729
2591
  sym_measurement,
2730
2592
  sym_backticked_string,
2731
- ACTIONS(161), 14,
2593
+ ACTIONS(159), 14,
2732
2594
  ts_builtin_sym_end,
2733
2595
  anon_sym_COMMA,
2734
2596
  anon_sym_LBRACK,
@@ -2743,8 +2605,8 @@ static const uint16_t ts_small_parse_table[] = {
2743
2605
  sym_double_quoted_string,
2744
2606
  sym_tagged_string,
2745
2607
  sym_fenced_string,
2746
- [1578] = 2,
2747
- ACTIONS(167), 7,
2608
+ [1452] = 2,
2609
+ ACTIONS(165), 7,
2748
2610
  anon_sym_AT,
2749
2611
  sym_symbol,
2750
2612
  sym_pictograph,
@@ -2752,7 +2614,7 @@ static const uint16_t ts_small_parse_table[] = {
2752
2614
  sym_hexadecimal,
2753
2615
  sym_measurement,
2754
2616
  sym_backticked_string,
2755
- ACTIONS(165), 14,
2617
+ ACTIONS(163), 14,
2756
2618
  ts_builtin_sym_end,
2757
2619
  anon_sym_COMMA,
2758
2620
  anon_sym_LBRACK,
@@ -2767,8 +2629,12 @@ static const uint16_t ts_small_parse_table[] = {
2767
2629
  sym_double_quoted_string,
2768
2630
  sym_tagged_string,
2769
2631
  sym_fenced_string,
2770
- [1604] = 2,
2771
- ACTIONS(171), 7,
2632
+ [1478] = 4,
2633
+ ACTIONS(167), 1,
2634
+ anon_sym_COMMA,
2635
+ STATE(38), 1,
2636
+ aux_sym_pattern_repeat1,
2637
+ ACTIONS(165), 7,
2772
2638
  anon_sym_AT,
2773
2639
  sym_symbol,
2774
2640
  sym_pictograph,
@@ -2776,11 +2642,9 @@ static const uint16_t ts_small_parse_table[] = {
2776
2642
  sym_hexadecimal,
2777
2643
  sym_measurement,
2778
2644
  sym_backticked_string,
2779
- ACTIONS(169), 14,
2645
+ ACTIONS(163), 12,
2780
2646
  ts_builtin_sym_end,
2781
- anon_sym_COMMA,
2782
2647
  anon_sym_LBRACK,
2783
- anon_sym_RBRACK,
2784
2648
  anon_sym_LPAREN,
2785
2649
  sym_greek,
2786
2650
  sym_math_symbol,
@@ -2791,12 +2655,12 @@ static const uint16_t ts_small_parse_table[] = {
2791
2655
  sym_double_quoted_string,
2792
2656
  sym_tagged_string,
2793
2657
  sym_fenced_string,
2794
- [1630] = 4,
2795
- ACTIONS(173), 1,
2658
+ [1508] = 4,
2659
+ ACTIONS(125), 1,
2796
2660
  anon_sym_COMMA,
2797
- STATE(39), 1,
2661
+ STATE(38), 1,
2798
2662
  aux_sym_pattern_repeat1,
2799
- ACTIONS(159), 7,
2663
+ ACTIONS(172), 7,
2800
2664
  anon_sym_AT,
2801
2665
  sym_symbol,
2802
2666
  sym_pictograph,
@@ -2804,7 +2668,7 @@ static const uint16_t ts_small_parse_table[] = {
2804
2668
  sym_hexadecimal,
2805
2669
  sym_measurement,
2806
2670
  sym_backticked_string,
2807
- ACTIONS(157), 12,
2671
+ ACTIONS(170), 12,
2808
2672
  ts_builtin_sym_end,
2809
2673
  anon_sym_LBRACK,
2810
2674
  anon_sym_LPAREN,
@@ -2817,20 +2681,20 @@ static const uint16_t ts_small_parse_table[] = {
2817
2681
  sym_double_quoted_string,
2818
2682
  sym_tagged_string,
2819
2683
  sym_fenced_string,
2820
- [1660] = 4,
2821
- ACTIONS(178), 1,
2684
+ [1538] = 4,
2685
+ ACTIONS(176), 1,
2822
2686
  anon_sym_AT,
2823
2687
  STATE(40), 2,
2824
2688
  sym_annotation,
2825
2689
  aux_sym_pattern_element_repeat1,
2826
- ACTIONS(181), 6,
2690
+ ACTIONS(179), 6,
2827
2691
  sym_symbol,
2828
2692
  sym_pictograph,
2829
2693
  sym_integer,
2830
2694
  sym_hexadecimal,
2831
2695
  sym_measurement,
2832
2696
  sym_backticked_string,
2833
- ACTIONS(176), 11,
2697
+ ACTIONS(174), 11,
2834
2698
  anon_sym_LBRACK,
2835
2699
  anon_sym_LPAREN,
2836
2700
  sym_greek,
@@ -2842,62 +2706,62 @@ static const uint16_t ts_small_parse_table[] = {
2842
2706
  sym_double_quoted_string,
2843
2707
  sym_tagged_string,
2844
2708
  sym_fenced_string,
2845
- [1689] = 7,
2709
+ [1567] = 7,
2846
2710
  ACTIONS(17), 1,
2847
2711
  anon_sym_DOT_DOT_DOT,
2848
- STATE(45), 1,
2712
+ STATE(47), 1,
2849
2713
  sym__numeric_literal,
2850
- ACTIONS(85), 2,
2714
+ ACTIONS(73), 2,
2851
2715
  sym_decimal,
2852
2716
  sym_octal,
2853
- ACTIONS(83), 3,
2717
+ ACTIONS(71), 3,
2854
2718
  sym_integer,
2855
2719
  sym_hexadecimal,
2856
2720
  sym_measurement,
2857
- ACTIONS(183), 3,
2721
+ ACTIONS(181), 3,
2858
2722
  sym_symbol,
2859
2723
  sym_pictograph,
2860
2724
  sym_backticked_string,
2861
- STATE(85), 3,
2725
+ STATE(84), 3,
2862
2726
  sym__value,
2863
2727
  sym_range,
2864
2728
  sym__string_literal,
2865
- ACTIONS(185), 6,
2729
+ ACTIONS(183), 6,
2866
2730
  sym_greek,
2867
2731
  sym_math_symbol,
2868
2732
  sym_single_quoted_string,
2869
2733
  sym_double_quoted_string,
2870
2734
  sym_tagged_string,
2871
2735
  sym_fenced_string,
2872
- [1723] = 7,
2736
+ [1601] = 7,
2873
2737
  ACTIONS(17), 1,
2874
2738
  anon_sym_DOT_DOT_DOT,
2875
- STATE(45), 1,
2739
+ STATE(47), 1,
2876
2740
  sym__numeric_literal,
2877
- ACTIONS(85), 2,
2741
+ ACTIONS(73), 2,
2878
2742
  sym_decimal,
2879
2743
  sym_octal,
2880
- ACTIONS(83), 3,
2744
+ ACTIONS(71), 3,
2881
2745
  sym_integer,
2882
2746
  sym_hexadecimal,
2883
2747
  sym_measurement,
2884
- ACTIONS(187), 3,
2748
+ ACTIONS(185), 3,
2885
2749
  sym_symbol,
2886
2750
  sym_pictograph,
2887
2751
  sym_backticked_string,
2888
- STATE(52), 3,
2752
+ STATE(73), 3,
2889
2753
  sym__value,
2890
2754
  sym_range,
2891
2755
  sym__string_literal,
2892
- ACTIONS(189), 6,
2756
+ ACTIONS(187), 6,
2893
2757
  sym_greek,
2894
2758
  sym_math_symbol,
2895
2759
  sym_single_quoted_string,
2896
2760
  sym_double_quoted_string,
2897
2761
  sym_tagged_string,
2898
2762
  sym_fenced_string,
2899
- [1757] = 2,
2900
- ACTIONS(193), 7,
2763
+ [1635] = 2,
2764
+ ACTIONS(191), 7,
2901
2765
  anon_sym_AT,
2902
2766
  sym_symbol,
2903
2767
  sym_pictograph,
@@ -2905,7 +2769,7 @@ static const uint16_t ts_small_parse_table[] = {
2905
2769
  sym_hexadecimal,
2906
2770
  sym_measurement,
2907
2771
  sym_backticked_string,
2908
- ACTIONS(191), 11,
2772
+ ACTIONS(189), 11,
2909
2773
  anon_sym_LBRACK,
2910
2774
  anon_sym_LPAREN,
2911
2775
  sym_greek,
@@ -2917,180 +2781,133 @@ static const uint16_t ts_small_parse_table[] = {
2917
2781
  sym_double_quoted_string,
2918
2782
  sym_tagged_string,
2919
2783
  sym_fenced_string,
2920
- [1780] = 2,
2921
- ACTIONS(195), 6,
2784
+ [1658] = 5,
2785
+ ACTIONS(193), 1,
2786
+ anon_sym_RBRACE,
2787
+ STATE(56), 1,
2788
+ sym_property,
2789
+ ACTIONS(195), 2,
2922
2790
  sym_symbol,
2923
- sym_pictograph,
2924
- sym_integer,
2925
- sym_hexadecimal,
2926
- sym_measurement,
2927
2791
  sym_backticked_string,
2928
- ACTIONS(197), 9,
2929
- sym_greek,
2930
- sym_math_symbol,
2931
- anon_sym_DOT_DOT_DOT,
2932
- sym_decimal,
2933
- sym_octal,
2792
+ STATE(119), 2,
2793
+ sym__key,
2794
+ sym__string_literal,
2795
+ ACTIONS(197), 4,
2934
2796
  sym_single_quoted_string,
2935
2797
  sym_double_quoted_string,
2936
2798
  sym_tagged_string,
2937
2799
  sym_fenced_string,
2938
- [1800] = 4,
2939
- ACTIONS(153), 1,
2940
- anon_sym_COLON,
2941
- ACTIONS(155), 1,
2942
- anon_sym_DOT_DOT,
2943
- ACTIONS(199), 1,
2944
- anon_sym_DOT_DOT_DOT,
2945
- ACTIONS(151), 11,
2946
- anon_sym_COMMA,
2947
- anon_sym_RBRACK,
2948
- anon_sym_RPAREN,
2949
- anon_sym_PIPE,
2950
- anon_sym_COLON_COLON,
2951
- anon_sym_LBRACE,
2952
- anon_sym_RBRACE,
2953
- anon_sym_BANG,
2954
- anon_sym_QMARK,
2955
- anon_sym_STAR,
2956
- anon_sym_PLUS,
2957
- [1823] = 8,
2800
+ [1679] = 6,
2958
2801
  ACTIONS(11), 1,
2959
2802
  anon_sym_LBRACE,
2960
- ACTIONS(75), 1,
2961
- anon_sym_COLON,
2962
- ACTIONS(77), 1,
2963
- anon_sym_COLON_COLON,
2964
- STATE(55), 1,
2803
+ ACTIONS(83), 1,
2804
+ sym__binder,
2805
+ STATE(53), 1,
2965
2806
  sym_labels,
2966
- STATE(74), 1,
2807
+ STATE(61), 1,
2967
2808
  sym_record,
2968
- STATE(120), 1,
2969
- sym_binder,
2970
- STATE(49), 2,
2809
+ STATE(48), 2,
2971
2810
  sym_label,
2972
2811
  aux_sym_labels_repeat1,
2973
- ACTIONS(201), 3,
2812
+ ACTIONS(199), 3,
2974
2813
  anon_sym_RBRACK,
2975
2814
  anon_sym_RPAREN,
2976
2815
  anon_sym_PIPE,
2977
- [1851] = 5,
2978
- ACTIONS(203), 1,
2979
- anon_sym_RBRACE,
2980
- STATE(60), 1,
2981
- sym_property,
2982
- ACTIONS(205), 2,
2983
- sym_symbol,
2984
- sym_backticked_string,
2985
- STATE(73), 2,
2986
- sym__key,
2987
- sym__string_literal,
2988
- ACTIONS(207), 4,
2989
- sym_single_quoted_string,
2990
- sym_double_quoted_string,
2991
- sym_tagged_string,
2992
- sym_fenced_string,
2993
- [1872] = 4,
2994
- STATE(76), 1,
2816
+ [1701] = 4,
2817
+ STATE(74), 1,
2995
2818
  sym_property,
2996
- ACTIONS(205), 2,
2819
+ ACTIONS(195), 2,
2997
2820
  sym_symbol,
2998
2821
  sym_backticked_string,
2999
- STATE(73), 2,
2822
+ STATE(119), 2,
3000
2823
  sym__key,
3001
2824
  sym__string_literal,
3002
- ACTIONS(207), 4,
2825
+ ACTIONS(197), 4,
3003
2826
  sym_single_quoted_string,
3004
2827
  sym_double_quoted_string,
3005
2828
  sym_tagged_string,
3006
2829
  sym_fenced_string,
3007
- [1890] = 5,
3008
- ACTIONS(75), 1,
3009
- anon_sym_COLON,
3010
- ACTIONS(77), 1,
3011
- anon_sym_COLON_COLON,
3012
- STATE(120), 1,
3013
- sym_binder,
3014
- STATE(50), 2,
2830
+ [1719] = 3,
2831
+ ACTIONS(133), 1,
2832
+ anon_sym_DOT_DOT,
2833
+ ACTIONS(201), 1,
2834
+ anon_sym_DOT_DOT_DOT,
2835
+ ACTIONS(129), 7,
2836
+ anon_sym_COMMA,
2837
+ anon_sym_RBRACK,
2838
+ anon_sym_RPAREN,
2839
+ anon_sym_PIPE,
2840
+ sym__binder,
2841
+ anon_sym_LBRACE,
2842
+ anon_sym_RBRACE,
2843
+ [1735] = 3,
2844
+ ACTIONS(83), 1,
2845
+ sym__binder,
2846
+ STATE(49), 2,
3015
2847
  sym_label,
3016
2848
  aux_sym_labels_repeat1,
3017
- ACTIONS(209), 4,
2849
+ ACTIONS(203), 4,
3018
2850
  anon_sym_RBRACK,
3019
2851
  anon_sym_RPAREN,
3020
2852
  anon_sym_PIPE,
3021
2853
  anon_sym_LBRACE,
3022
- [1910] = 5,
3023
- ACTIONS(213), 1,
3024
- anon_sym_COLON,
3025
- ACTIONS(216), 1,
3026
- anon_sym_COLON_COLON,
3027
- STATE(120), 1,
3028
- sym_binder,
3029
- STATE(50), 2,
2854
+ [1749] = 3,
2855
+ ACTIONS(207), 1,
2856
+ sym__binder,
2857
+ STATE(49), 2,
3030
2858
  sym_label,
3031
2859
  aux_sym_labels_repeat1,
3032
- ACTIONS(211), 4,
2860
+ ACTIONS(205), 4,
3033
2861
  anon_sym_RBRACK,
3034
2862
  anon_sym_RPAREN,
3035
2863
  anon_sym_PIPE,
3036
2864
  anon_sym_LBRACE,
3037
- [1930] = 3,
3038
- STATE(11), 1,
2865
+ [1763] = 3,
2866
+ STATE(24), 1,
3039
2867
  sym__numeric_literal,
3040
- ACTIONS(221), 2,
2868
+ ACTIONS(212), 2,
3041
2869
  sym_decimal,
3042
2870
  sym_octal,
3043
- ACTIONS(219), 3,
2871
+ ACTIONS(210), 3,
3044
2872
  sym_integer,
3045
2873
  sym_hexadecimal,
3046
2874
  sym_measurement,
3047
- [1943] = 2,
3048
- ACTIONS(223), 2,
3049
- anon_sym_COMMA,
3050
- anon_sym_RBRACE,
3051
- ACTIONS(225), 4,
3052
- anon_sym_BANG,
3053
- anon_sym_QMARK,
3054
- anon_sym_STAR,
3055
- anon_sym_PLUS,
3056
- [1954] = 2,
3057
- ACTIONS(229), 1,
3058
- anon_sym_COLON,
3059
- ACTIONS(227), 5,
3060
- anon_sym_RBRACK,
3061
- anon_sym_RPAREN,
3062
- anon_sym_PIPE,
3063
- anon_sym_COLON_COLON,
3064
- anon_sym_LBRACE,
3065
- [1965] = 3,
3066
- STATE(9), 1,
2875
+ [1776] = 3,
2876
+ STATE(16), 1,
3067
2877
  sym__numeric_literal,
3068
- ACTIONS(233), 2,
2878
+ ACTIONS(216), 2,
3069
2879
  sym_decimal,
3070
2880
  sym_octal,
3071
- ACTIONS(231), 3,
2881
+ ACTIONS(214), 3,
3072
2882
  sym_integer,
3073
2883
  sym_hexadecimal,
3074
2884
  sym_measurement,
3075
- [1978] = 3,
2885
+ [1789] = 1,
2886
+ ACTIONS(218), 5,
2887
+ anon_sym_RBRACK,
2888
+ anon_sym_RPAREN,
2889
+ anon_sym_PIPE,
2890
+ sym__binder,
2891
+ anon_sym_LBRACE,
2892
+ [1797] = 3,
3076
2893
  ACTIONS(11), 1,
3077
2894
  anon_sym_LBRACE,
3078
- STATE(65), 1,
2895
+ STATE(62), 1,
3079
2896
  sym_record,
3080
- ACTIONS(235), 3,
2897
+ ACTIONS(220), 3,
3081
2898
  anon_sym_RBRACK,
3082
2899
  anon_sym_RPAREN,
3083
2900
  anon_sym_PIPE,
3084
- [1990] = 3,
2901
+ [1809] = 3,
3085
2902
  ACTIONS(11), 1,
3086
2903
  anon_sym_LBRACE,
3087
- STATE(72), 1,
2904
+ STATE(69), 1,
3088
2905
  sym_record,
3089
- ACTIONS(237), 3,
2906
+ ACTIONS(222), 3,
3090
2907
  anon_sym_RBRACK,
3091
2908
  anon_sym_RPAREN,
3092
2909
  anon_sym_PIPE,
3093
- [2002] = 3,
2910
+ [1821] = 3,
3094
2911
  ACTIONS(9), 1,
3095
2912
  anon_sym_LPAREN,
3096
2913
  STATE(2), 1,
@@ -3098,608 +2915,589 @@ static const uint16_t ts_small_parse_table[] = {
3098
2915
  STATE(36), 2,
3099
2916
  sym__path,
3100
2917
  sym_relationship,
3101
- [2013] = 3,
3102
- ACTIONS(129), 1,
3103
- anon_sym_RBRACK,
3104
- ACTIONS(239), 1,
2918
+ [1832] = 3,
2919
+ ACTIONS(224), 1,
3105
2920
  anon_sym_COMMA,
3106
- STATE(75), 1,
3107
- aux_sym_pattern_repeat1,
3108
- [2023] = 1,
3109
- ACTIONS(241), 3,
3110
- anon_sym_RBRACK,
3111
- anon_sym_RPAREN,
3112
- anon_sym_PIPE,
3113
- [2029] = 3,
3114
- ACTIONS(243), 1,
3115
- anon_sym_COMMA,
3116
- ACTIONS(245), 1,
2921
+ ACTIONS(226), 1,
3117
2922
  anon_sym_RBRACE,
3118
2923
  STATE(66), 1,
3119
2924
  aux_sym_record_repeat1,
3120
- [2039] = 3,
3121
- ACTIONS(247), 1,
2925
+ [1842] = 3,
2926
+ ACTIONS(228), 1,
3122
2927
  anon_sym_LBRACK,
3123
- ACTIONS(249), 1,
3124
- anon_sym_DASH,
3125
- ACTIONS(251), 1,
3126
- anon_sym_DASH_GT,
3127
- [2049] = 3,
3128
- ACTIONS(253), 1,
2928
+ ACTIONS(230), 1,
2929
+ anon_sym_TILDE,
2930
+ ACTIONS(232), 1,
2931
+ anon_sym_TILDE_GT,
2932
+ [1852] = 3,
2933
+ ACTIONS(234), 1,
3129
2934
  anon_sym_LBRACK,
3130
- ACTIONS(255), 1,
2935
+ ACTIONS(236), 1,
3131
2936
  anon_sym_DASH,
3132
- ACTIONS(257), 1,
2937
+ ACTIONS(238), 1,
3133
2938
  anon_sym_DASH_GT,
3134
- [2059] = 3,
3135
- ACTIONS(259), 1,
3136
- anon_sym_LBRACK,
3137
- ACTIONS(261), 1,
3138
- anon_sym_EQ,
3139
- ACTIONS(263), 1,
3140
- anon_sym_EQ_GT,
3141
- [2069] = 3,
3142
- ACTIONS(265), 1,
2939
+ [1862] = 1,
2940
+ ACTIONS(240), 3,
2941
+ anon_sym_RBRACK,
2942
+ anon_sym_RPAREN,
2943
+ anon_sym_PIPE,
2944
+ [1868] = 3,
2945
+ ACTIONS(242), 1,
3143
2946
  anon_sym_LBRACK,
3144
- ACTIONS(267), 1,
2947
+ ACTIONS(244), 1,
3145
2948
  anon_sym_EQ,
3146
- ACTIONS(269), 1,
2949
+ ACTIONS(246), 1,
3147
2950
  anon_sym_EQ_GT,
3148
- [2079] = 1,
3149
- ACTIONS(271), 3,
2951
+ [1878] = 1,
2952
+ ACTIONS(248), 3,
3150
2953
  anon_sym_RBRACK,
3151
2954
  anon_sym_RPAREN,
3152
2955
  anon_sym_PIPE,
3153
- [2085] = 3,
3154
- ACTIONS(243), 1,
2956
+ [1884] = 1,
2957
+ ACTIONS(250), 3,
2958
+ anon_sym_RBRACK,
2959
+ anon_sym_RPAREN,
2960
+ anon_sym_PIPE,
2961
+ [1890] = 3,
2962
+ ACTIONS(252), 1,
2963
+ anon_sym_LBRACK,
2964
+ ACTIONS(254), 1,
2965
+ anon_sym_EQ,
2966
+ ACTIONS(256), 1,
2967
+ anon_sym_EQ_GT,
2968
+ [1900] = 3,
2969
+ ACTIONS(258), 1,
3155
2970
  anon_sym_COMMA,
3156
- ACTIONS(273), 1,
2971
+ ACTIONS(261), 1,
3157
2972
  anon_sym_RBRACE,
3158
- STATE(67), 1,
2973
+ STATE(64), 1,
3159
2974
  aux_sym_record_repeat1,
3160
- [2095] = 3,
3161
- ACTIONS(275), 1,
2975
+ [1910] = 3,
2976
+ ACTIONS(81), 1,
2977
+ anon_sym_PIPE,
2978
+ ACTIONS(263), 1,
2979
+ anon_sym_RBRACK,
2980
+ STATE(116), 1,
2981
+ sym__association,
2982
+ [1920] = 3,
2983
+ ACTIONS(224), 1,
3162
2984
  anon_sym_COMMA,
3163
- ACTIONS(278), 1,
2985
+ ACTIONS(265), 1,
3164
2986
  anon_sym_RBRACE,
3165
- STATE(67), 1,
2987
+ STATE(64), 1,
3166
2988
  aux_sym_record_repeat1,
3167
- [2105] = 3,
3168
- ACTIONS(280), 1,
2989
+ [1930] = 3,
2990
+ ACTIONS(267), 1,
3169
2991
  anon_sym_LBRACK,
3170
- ACTIONS(282), 1,
2992
+ ACTIONS(269), 1,
3171
2993
  anon_sym_TILDE,
3172
- ACTIONS(284), 1,
2994
+ ACTIONS(271), 1,
3173
2995
  anon_sym_TILDE_GT,
3174
- [2115] = 3,
3175
- ACTIONS(286), 1,
2996
+ [1940] = 3,
2997
+ ACTIONS(273), 1,
3176
2998
  anon_sym_LBRACK,
3177
- ACTIONS(288), 1,
3178
- anon_sym_TILDE,
3179
- ACTIONS(290), 1,
3180
- anon_sym_TILDE_GT,
3181
- [2125] = 3,
3182
- ACTIONS(147), 1,
3183
- anon_sym_RBRACK,
3184
- ACTIONS(239), 1,
3185
- anon_sym_COMMA,
3186
- STATE(58), 1,
3187
- aux_sym_pattern_repeat1,
3188
- [2135] = 3,
3189
- ACTIONS(73), 1,
3190
- anon_sym_PIPE,
3191
- ACTIONS(292), 1,
3192
- anon_sym_RBRACK,
3193
- STATE(116), 1,
3194
- sym__association,
3195
- [2145] = 1,
3196
- ACTIONS(294), 3,
2999
+ ACTIONS(275), 1,
3000
+ anon_sym_DASH,
3001
+ ACTIONS(277), 1,
3002
+ anon_sym_DASH_GT,
3003
+ [1950] = 1,
3004
+ ACTIONS(279), 3,
3197
3005
  anon_sym_RBRACK,
3198
3006
  anon_sym_RPAREN,
3199
3007
  anon_sym_PIPE,
3200
- [2151] = 3,
3201
- ACTIONS(296), 1,
3202
- anon_sym_COLON,
3203
- ACTIONS(298), 1,
3204
- anon_sym_COLON_COLON,
3205
- STATE(42), 1,
3206
- sym_binder,
3207
- [2161] = 1,
3208
- ACTIONS(300), 3,
3008
+ [1956] = 3,
3009
+ ACTIONS(170), 1,
3209
3010
  anon_sym_RBRACK,
3210
- anon_sym_RPAREN,
3211
- anon_sym_PIPE,
3212
- [2167] = 3,
3213
- ACTIONS(157), 1,
3011
+ ACTIONS(281), 1,
3012
+ anon_sym_COMMA,
3013
+ STATE(71), 1,
3014
+ aux_sym_pattern_repeat1,
3015
+ [1966] = 3,
3016
+ ACTIONS(163), 1,
3214
3017
  anon_sym_RBRACK,
3215
- ACTIONS(302), 1,
3018
+ ACTIONS(283), 1,
3019
+ anon_sym_COMMA,
3020
+ STATE(71), 1,
3021
+ aux_sym_pattern_repeat1,
3022
+ [1976] = 3,
3023
+ ACTIONS(123), 1,
3024
+ anon_sym_RBRACK,
3025
+ ACTIONS(281), 1,
3216
3026
  anon_sym_COMMA,
3217
- STATE(75), 1,
3027
+ STATE(70), 1,
3218
3028
  aux_sym_pattern_repeat1,
3219
- [2177] = 1,
3220
- ACTIONS(278), 2,
3029
+ [1986] = 1,
3030
+ ACTIONS(286), 2,
3221
3031
  anon_sym_COMMA,
3222
3032
  anon_sym_RBRACE,
3223
- [2182] = 2,
3224
- ACTIONS(305), 1,
3225
- anon_sym_EQ,
3226
- ACTIONS(307), 1,
3227
- anon_sym_EQ_GT,
3228
- [2189] = 2,
3229
- ACTIONS(309), 1,
3230
- anon_sym_EQ,
3231
- ACTIONS(311), 1,
3232
- anon_sym_EQ_GT,
3233
- [2196] = 2,
3234
- ACTIONS(313), 1,
3235
- anon_sym_TILDE,
3236
- ACTIONS(315), 1,
3237
- anon_sym_TILDE_GT,
3238
- [2203] = 2,
3239
- ACTIONS(317), 1,
3033
+ [1991] = 1,
3034
+ ACTIONS(261), 2,
3035
+ anon_sym_COMMA,
3036
+ anon_sym_RBRACE,
3037
+ [1996] = 2,
3038
+ ACTIONS(288), 1,
3240
3039
  anon_sym_DASH,
3241
- ACTIONS(319), 1,
3040
+ ACTIONS(290), 1,
3242
3041
  anon_sym_DASH_GT,
3243
- [2210] = 2,
3244
- ACTIONS(321), 1,
3042
+ [2003] = 2,
3043
+ ACTIONS(292), 1,
3245
3044
  anon_sym_DASH,
3246
- ACTIONS(323), 1,
3045
+ ACTIONS(294), 1,
3247
3046
  anon_sym_DASH_GT,
3248
- [2217] = 2,
3249
- ACTIONS(325), 1,
3047
+ [2010] = 2,
3048
+ ACTIONS(296), 1,
3250
3049
  anon_sym_TILDE,
3251
- ACTIONS(327), 1,
3050
+ ACTIONS(298), 1,
3252
3051
  anon_sym_TILDE_GT,
3253
- [2224] = 1,
3254
- ACTIONS(329), 2,
3255
- anon_sym_COMMA,
3256
- anon_sym_RBRACE,
3257
- [2229] = 1,
3258
- ACTIONS(331), 1,
3052
+ [2017] = 2,
3053
+ ACTIONS(300), 1,
3054
+ anon_sym_EQ,
3055
+ ACTIONS(302), 1,
3056
+ anon_sym_EQ_GT,
3057
+ [2024] = 2,
3058
+ ACTIONS(304), 1,
3059
+ anon_sym_EQ,
3060
+ ACTIONS(306), 1,
3061
+ anon_sym_EQ_GT,
3062
+ [2031] = 2,
3063
+ ACTIONS(308), 1,
3064
+ anon_sym_TILDE,
3065
+ ACTIONS(310), 1,
3066
+ anon_sym_TILDE_GT,
3067
+ [2038] = 1,
3068
+ ACTIONS(312), 1,
3259
3069
  anon_sym_LPAREN,
3260
- [2233] = 1,
3261
- ACTIONS(333), 1,
3262
- anon_sym_RPAREN,
3263
- [2237] = 1,
3264
- ACTIONS(335), 1,
3070
+ [2042] = 1,
3071
+ ACTIONS(314), 1,
3072
+ ts_builtin_sym_end,
3073
+ [2046] = 1,
3074
+ ACTIONS(316), 1,
3075
+ anon_sym_LPAREN,
3076
+ [2050] = 1,
3077
+ ACTIONS(318), 1,
3265
3078
  anon_sym_RPAREN,
3266
- [2241] = 1,
3267
- ACTIONS(337), 1,
3079
+ [2054] = 1,
3080
+ ACTIONS(320), 1,
3268
3081
  anon_sym_LPAREN,
3269
- [2245] = 1,
3270
- ACTIONS(339), 1,
3082
+ [2058] = 1,
3083
+ ACTIONS(322), 1,
3271
3084
  anon_sym_LPAREN,
3272
- [2249] = 1,
3273
- ACTIONS(341), 1,
3085
+ [2062] = 1,
3086
+ ACTIONS(324), 1,
3274
3087
  anon_sym_RBRACK,
3275
- [2253] = 1,
3276
- ACTIONS(343), 1,
3088
+ [2066] = 1,
3089
+ ACTIONS(326), 1,
3090
+ anon_sym_LPAREN,
3091
+ [2070] = 1,
3092
+ ACTIONS(328), 1,
3277
3093
  anon_sym_RBRACK,
3278
- [2257] = 1,
3279
- ACTIONS(345), 1,
3094
+ [2074] = 1,
3095
+ ACTIONS(330), 1,
3280
3096
  anon_sym_RBRACK,
3281
- [2261] = 1,
3282
- ACTIONS(347), 1,
3097
+ [2078] = 1,
3098
+ ACTIONS(332), 1,
3283
3099
  anon_sym_RBRACK,
3284
- [2265] = 1,
3285
- ACTIONS(349), 1,
3100
+ [2082] = 1,
3101
+ ACTIONS(334), 1,
3286
3102
  anon_sym_RBRACK,
3287
- [2269] = 1,
3288
- ACTIONS(351), 1,
3103
+ [2086] = 1,
3104
+ ACTIONS(336), 1,
3289
3105
  anon_sym_RBRACK,
3290
- [2273] = 1,
3291
- ACTIONS(353), 1,
3106
+ [2090] = 1,
3107
+ ACTIONS(338), 1,
3292
3108
  anon_sym_RBRACK,
3293
- [2277] = 1,
3294
- ACTIONS(355), 1,
3295
- anon_sym_LPAREN,
3296
- [2281] = 1,
3297
- ACTIONS(357), 1,
3109
+ [2094] = 1,
3110
+ ACTIONS(340), 1,
3298
3111
  anon_sym_LPAREN,
3299
- [2285] = 1,
3300
- ACTIONS(359), 1,
3112
+ [2098] = 1,
3113
+ ACTIONS(342), 1,
3114
+ sym_symbol,
3115
+ [2102] = 1,
3116
+ ACTIONS(344), 1,
3117
+ anon_sym_RBRACK,
3118
+ [2106] = 1,
3119
+ ACTIONS(346), 1,
3301
3120
  anon_sym_LPAREN,
3302
- [2289] = 1,
3303
- ACTIONS(361), 1,
3121
+ [2110] = 1,
3122
+ ACTIONS(348), 1,
3123
+ anon_sym_RPAREN,
3124
+ [2114] = 1,
3125
+ ACTIONS(350), 1,
3304
3126
  anon_sym_LPAREN,
3305
- [2293] = 1,
3306
- ACTIONS(363), 1,
3127
+ [2118] = 1,
3128
+ ACTIONS(352), 1,
3307
3129
  anon_sym_LPAREN,
3308
- [2297] = 1,
3309
- ACTIONS(365), 1,
3310
- sym_symbol,
3311
- [2301] = 1,
3312
- ACTIONS(367), 1,
3313
- anon_sym_RBRACK,
3314
- [2305] = 1,
3315
- ACTIONS(369), 1,
3130
+ [2122] = 1,
3131
+ ACTIONS(354), 1,
3316
3132
  anon_sym_LPAREN,
3317
- [2309] = 1,
3318
- ACTIONS(371), 1,
3133
+ [2126] = 1,
3134
+ ACTIONS(356), 1,
3319
3135
  anon_sym_LPAREN,
3320
- [2313] = 1,
3321
- ACTIONS(373), 1,
3136
+ [2130] = 1,
3137
+ ACTIONS(358), 1,
3322
3138
  anon_sym_LPAREN,
3323
- [2317] = 1,
3324
- ACTIONS(375), 1,
3139
+ [2134] = 1,
3140
+ ACTIONS(360), 1,
3325
3141
  anon_sym_LPAREN,
3326
- [2321] = 1,
3327
- ACTIONS(377), 1,
3142
+ [2138] = 1,
3143
+ ACTIONS(362), 1,
3328
3144
  anon_sym_LPAREN,
3329
- [2325] = 1,
3330
- ACTIONS(379), 1,
3145
+ [2142] = 1,
3146
+ ACTIONS(364), 1,
3331
3147
  anon_sym_LPAREN,
3332
- [2329] = 1,
3333
- ACTIONS(381), 1,
3148
+ [2146] = 1,
3149
+ ACTIONS(366), 1,
3150
+ sym_symbol,
3151
+ [2150] = 1,
3152
+ ACTIONS(368), 1,
3334
3153
  anon_sym_LPAREN,
3335
- [2333] = 1,
3336
- ACTIONS(383), 1,
3154
+ [2154] = 1,
3155
+ ACTIONS(370), 1,
3337
3156
  anon_sym_LPAREN,
3338
- [2337] = 1,
3339
- ACTIONS(385), 1,
3157
+ [2158] = 1,
3158
+ ACTIONS(372), 1,
3340
3159
  anon_sym_LPAREN,
3341
- [2341] = 1,
3342
- ACTIONS(387), 1,
3160
+ [2162] = 1,
3161
+ ACTIONS(374), 1,
3343
3162
  anon_sym_LPAREN,
3344
- [2345] = 1,
3345
- ACTIONS(389), 1,
3163
+ [2166] = 1,
3164
+ ACTIONS(376), 1,
3346
3165
  anon_sym_LPAREN,
3347
- [2349] = 1,
3348
- ACTIONS(391), 1,
3166
+ [2170] = 1,
3167
+ ACTIONS(378), 1,
3349
3168
  anon_sym_LPAREN,
3350
- [2353] = 1,
3351
- ACTIONS(393), 1,
3169
+ [2174] = 1,
3170
+ ACTIONS(380), 1,
3352
3171
  anon_sym_LPAREN,
3353
- [2357] = 1,
3354
- ACTIONS(395), 1,
3172
+ [2178] = 1,
3173
+ ACTIONS(382), 1,
3355
3174
  anon_sym_RBRACK,
3356
- [2361] = 1,
3357
- ACTIONS(397), 1,
3175
+ [2182] = 1,
3176
+ ACTIONS(384), 1,
3358
3177
  anon_sym_LPAREN,
3359
- [2365] = 1,
3360
- ACTIONS(399), 1,
3361
- anon_sym_LPAREN,
3362
- [2369] = 1,
3363
- ACTIONS(197), 1,
3364
- sym_symbol,
3365
- [2373] = 1,
3366
- ACTIONS(401), 1,
3367
- sym_symbol,
3368
- [2377] = 1,
3369
- ACTIONS(403), 1,
3370
- ts_builtin_sym_end,
3371
- [2381] = 1,
3372
- ACTIONS(405), 1,
3178
+ [2186] = 1,
3179
+ ACTIONS(386), 1,
3373
3180
  anon_sym_LPAREN,
3374
- [2385] = 1,
3375
- ACTIONS(407), 1,
3181
+ [2190] = 1,
3182
+ ACTIONS(388), 1,
3183
+ sym__binder,
3184
+ [2194] = 1,
3185
+ ACTIONS(390), 1,
3376
3186
  anon_sym_LPAREN,
3377
3187
  };
3378
3188
 
3379
3189
  static const uint32_t ts_small_parse_table_map[] = {
3380
- [SMALL_STATE(2)] = 0,
3381
- [SMALL_STATE(3)] = 59,
3382
- [SMALL_STATE(4)] = 123,
3383
- [SMALL_STATE(5)] = 187,
3384
- [SMALL_STATE(6)] = 251,
3385
- [SMALL_STATE(7)] = 315,
3386
- [SMALL_STATE(8)] = 383,
3387
- [SMALL_STATE(9)] = 443,
3388
- [SMALL_STATE(10)] = 479,
3389
- [SMALL_STATE(11)] = 515,
3390
- [SMALL_STATE(12)] = 551,
3391
- [SMALL_STATE(13)] = 608,
3392
- [SMALL_STATE(14)] = 665,
3393
- [SMALL_STATE(15)] = 727,
3394
- [SMALL_STATE(16)] = 781,
3395
- [SMALL_STATE(17)] = 835,
3396
- [SMALL_STATE(18)] = 894,
3397
- [SMALL_STATE(19)] = 953,
3398
- [SMALL_STATE(20)] = 1012,
3399
- [SMALL_STATE(21)] = 1071,
3400
- [SMALL_STATE(22)] = 1130,
3401
- [SMALL_STATE(23)] = 1189,
3402
- [SMALL_STATE(24)] = 1221,
3403
- [SMALL_STATE(25)] = 1253,
3404
- [SMALL_STATE(26)] = 1280,
3405
- [SMALL_STATE(27)] = 1307,
3406
- [SMALL_STATE(28)] = 1334,
3407
- [SMALL_STATE(29)] = 1360,
3408
- [SMALL_STATE(30)] = 1390,
3409
- [SMALL_STATE(31)] = 1416,
3410
- [SMALL_STATE(32)] = 1442,
3411
- [SMALL_STATE(33)] = 1468,
3412
- [SMALL_STATE(34)] = 1498,
3413
- [SMALL_STATE(35)] = 1526,
3414
- [SMALL_STATE(36)] = 1552,
3415
- [SMALL_STATE(37)] = 1578,
3416
- [SMALL_STATE(38)] = 1604,
3417
- [SMALL_STATE(39)] = 1630,
3418
- [SMALL_STATE(40)] = 1660,
3419
- [SMALL_STATE(41)] = 1689,
3420
- [SMALL_STATE(42)] = 1723,
3421
- [SMALL_STATE(43)] = 1757,
3422
- [SMALL_STATE(44)] = 1780,
3423
- [SMALL_STATE(45)] = 1800,
3424
- [SMALL_STATE(46)] = 1823,
3425
- [SMALL_STATE(47)] = 1851,
3426
- [SMALL_STATE(48)] = 1872,
3427
- [SMALL_STATE(49)] = 1890,
3428
- [SMALL_STATE(50)] = 1910,
3429
- [SMALL_STATE(51)] = 1930,
3430
- [SMALL_STATE(52)] = 1943,
3431
- [SMALL_STATE(53)] = 1954,
3432
- [SMALL_STATE(54)] = 1965,
3433
- [SMALL_STATE(55)] = 1978,
3434
- [SMALL_STATE(56)] = 1990,
3435
- [SMALL_STATE(57)] = 2002,
3436
- [SMALL_STATE(58)] = 2013,
3437
- [SMALL_STATE(59)] = 2023,
3438
- [SMALL_STATE(60)] = 2029,
3439
- [SMALL_STATE(61)] = 2039,
3440
- [SMALL_STATE(62)] = 2049,
3441
- [SMALL_STATE(63)] = 2059,
3442
- [SMALL_STATE(64)] = 2069,
3443
- [SMALL_STATE(65)] = 2079,
3444
- [SMALL_STATE(66)] = 2085,
3445
- [SMALL_STATE(67)] = 2095,
3446
- [SMALL_STATE(68)] = 2105,
3447
- [SMALL_STATE(69)] = 2115,
3448
- [SMALL_STATE(70)] = 2125,
3449
- [SMALL_STATE(71)] = 2135,
3450
- [SMALL_STATE(72)] = 2145,
3451
- [SMALL_STATE(73)] = 2151,
3452
- [SMALL_STATE(74)] = 2161,
3453
- [SMALL_STATE(75)] = 2167,
3454
- [SMALL_STATE(76)] = 2177,
3455
- [SMALL_STATE(77)] = 2182,
3456
- [SMALL_STATE(78)] = 2189,
3457
- [SMALL_STATE(79)] = 2196,
3458
- [SMALL_STATE(80)] = 2203,
3459
- [SMALL_STATE(81)] = 2210,
3460
- [SMALL_STATE(82)] = 2217,
3461
- [SMALL_STATE(83)] = 2224,
3462
- [SMALL_STATE(84)] = 2229,
3463
- [SMALL_STATE(85)] = 2233,
3464
- [SMALL_STATE(86)] = 2237,
3465
- [SMALL_STATE(87)] = 2241,
3466
- [SMALL_STATE(88)] = 2245,
3467
- [SMALL_STATE(89)] = 2249,
3468
- [SMALL_STATE(90)] = 2253,
3469
- [SMALL_STATE(91)] = 2257,
3470
- [SMALL_STATE(92)] = 2261,
3471
- [SMALL_STATE(93)] = 2265,
3472
- [SMALL_STATE(94)] = 2269,
3473
- [SMALL_STATE(95)] = 2273,
3474
- [SMALL_STATE(96)] = 2277,
3475
- [SMALL_STATE(97)] = 2281,
3476
- [SMALL_STATE(98)] = 2285,
3477
- [SMALL_STATE(99)] = 2289,
3478
- [SMALL_STATE(100)] = 2293,
3479
- [SMALL_STATE(101)] = 2297,
3480
- [SMALL_STATE(102)] = 2301,
3481
- [SMALL_STATE(103)] = 2305,
3482
- [SMALL_STATE(104)] = 2309,
3483
- [SMALL_STATE(105)] = 2313,
3484
- [SMALL_STATE(106)] = 2317,
3485
- [SMALL_STATE(107)] = 2321,
3486
- [SMALL_STATE(108)] = 2325,
3487
- [SMALL_STATE(109)] = 2329,
3488
- [SMALL_STATE(110)] = 2333,
3489
- [SMALL_STATE(111)] = 2337,
3490
- [SMALL_STATE(112)] = 2341,
3491
- [SMALL_STATE(113)] = 2345,
3492
- [SMALL_STATE(114)] = 2349,
3493
- [SMALL_STATE(115)] = 2353,
3494
- [SMALL_STATE(116)] = 2357,
3495
- [SMALL_STATE(117)] = 2361,
3496
- [SMALL_STATE(118)] = 2365,
3497
- [SMALL_STATE(119)] = 2369,
3498
- [SMALL_STATE(120)] = 2373,
3499
- [SMALL_STATE(121)] = 2377,
3500
- [SMALL_STATE(122)] = 2381,
3501
- [SMALL_STATE(123)] = 2385,
3190
+ [SMALL_STATE(3)] = 0,
3191
+ [SMALL_STATE(4)] = 64,
3192
+ [SMALL_STATE(5)] = 128,
3193
+ [SMALL_STATE(6)] = 192,
3194
+ [SMALL_STATE(7)] = 256,
3195
+ [SMALL_STATE(8)] = 316,
3196
+ [SMALL_STATE(9)] = 373,
3197
+ [SMALL_STATE(10)] = 430,
3198
+ [SMALL_STATE(11)] = 484,
3199
+ [SMALL_STATE(12)] = 546,
3200
+ [SMALL_STATE(13)] = 600,
3201
+ [SMALL_STATE(14)] = 632,
3202
+ [SMALL_STATE(15)] = 688,
3203
+ [SMALL_STATE(16)] = 720,
3204
+ [SMALL_STATE(17)] = 751,
3205
+ [SMALL_STATE(18)] = 782,
3206
+ [SMALL_STATE(19)] = 835,
3207
+ [SMALL_STATE(20)] = 888,
3208
+ [SMALL_STATE(21)] = 941,
3209
+ [SMALL_STATE(22)] = 994,
3210
+ [SMALL_STATE(23)] = 1047,
3211
+ [SMALL_STATE(24)] = 1100,
3212
+ [SMALL_STATE(25)] = 1131,
3213
+ [SMALL_STATE(26)] = 1158,
3214
+ [SMALL_STATE(27)] = 1185,
3215
+ [SMALL_STATE(28)] = 1212,
3216
+ [SMALL_STATE(29)] = 1242,
3217
+ [SMALL_STATE(30)] = 1270,
3218
+ [SMALL_STATE(31)] = 1296,
3219
+ [SMALL_STATE(32)] = 1322,
3220
+ [SMALL_STATE(33)] = 1348,
3221
+ [SMALL_STATE(34)] = 1374,
3222
+ [SMALL_STATE(35)] = 1400,
3223
+ [SMALL_STATE(36)] = 1426,
3224
+ [SMALL_STATE(37)] = 1452,
3225
+ [SMALL_STATE(38)] = 1478,
3226
+ [SMALL_STATE(39)] = 1508,
3227
+ [SMALL_STATE(40)] = 1538,
3228
+ [SMALL_STATE(41)] = 1567,
3229
+ [SMALL_STATE(42)] = 1601,
3230
+ [SMALL_STATE(43)] = 1635,
3231
+ [SMALL_STATE(44)] = 1658,
3232
+ [SMALL_STATE(45)] = 1679,
3233
+ [SMALL_STATE(46)] = 1701,
3234
+ [SMALL_STATE(47)] = 1719,
3235
+ [SMALL_STATE(48)] = 1735,
3236
+ [SMALL_STATE(49)] = 1749,
3237
+ [SMALL_STATE(50)] = 1763,
3238
+ [SMALL_STATE(51)] = 1776,
3239
+ [SMALL_STATE(52)] = 1789,
3240
+ [SMALL_STATE(53)] = 1797,
3241
+ [SMALL_STATE(54)] = 1809,
3242
+ [SMALL_STATE(55)] = 1821,
3243
+ [SMALL_STATE(56)] = 1832,
3244
+ [SMALL_STATE(57)] = 1842,
3245
+ [SMALL_STATE(58)] = 1852,
3246
+ [SMALL_STATE(59)] = 1862,
3247
+ [SMALL_STATE(60)] = 1868,
3248
+ [SMALL_STATE(61)] = 1878,
3249
+ [SMALL_STATE(62)] = 1884,
3250
+ [SMALL_STATE(63)] = 1890,
3251
+ [SMALL_STATE(64)] = 1900,
3252
+ [SMALL_STATE(65)] = 1910,
3253
+ [SMALL_STATE(66)] = 1920,
3254
+ [SMALL_STATE(67)] = 1930,
3255
+ [SMALL_STATE(68)] = 1940,
3256
+ [SMALL_STATE(69)] = 1950,
3257
+ [SMALL_STATE(70)] = 1956,
3258
+ [SMALL_STATE(71)] = 1966,
3259
+ [SMALL_STATE(72)] = 1976,
3260
+ [SMALL_STATE(73)] = 1986,
3261
+ [SMALL_STATE(74)] = 1991,
3262
+ [SMALL_STATE(75)] = 1996,
3263
+ [SMALL_STATE(76)] = 2003,
3264
+ [SMALL_STATE(77)] = 2010,
3265
+ [SMALL_STATE(78)] = 2017,
3266
+ [SMALL_STATE(79)] = 2024,
3267
+ [SMALL_STATE(80)] = 2031,
3268
+ [SMALL_STATE(81)] = 2038,
3269
+ [SMALL_STATE(82)] = 2042,
3270
+ [SMALL_STATE(83)] = 2046,
3271
+ [SMALL_STATE(84)] = 2050,
3272
+ [SMALL_STATE(85)] = 2054,
3273
+ [SMALL_STATE(86)] = 2058,
3274
+ [SMALL_STATE(87)] = 2062,
3275
+ [SMALL_STATE(88)] = 2066,
3276
+ [SMALL_STATE(89)] = 2070,
3277
+ [SMALL_STATE(90)] = 2074,
3278
+ [SMALL_STATE(91)] = 2078,
3279
+ [SMALL_STATE(92)] = 2082,
3280
+ [SMALL_STATE(93)] = 2086,
3281
+ [SMALL_STATE(94)] = 2090,
3282
+ [SMALL_STATE(95)] = 2094,
3283
+ [SMALL_STATE(96)] = 2098,
3284
+ [SMALL_STATE(97)] = 2102,
3285
+ [SMALL_STATE(98)] = 2106,
3286
+ [SMALL_STATE(99)] = 2110,
3287
+ [SMALL_STATE(100)] = 2114,
3288
+ [SMALL_STATE(101)] = 2118,
3289
+ [SMALL_STATE(102)] = 2122,
3290
+ [SMALL_STATE(103)] = 2126,
3291
+ [SMALL_STATE(104)] = 2130,
3292
+ [SMALL_STATE(105)] = 2134,
3293
+ [SMALL_STATE(106)] = 2138,
3294
+ [SMALL_STATE(107)] = 2142,
3295
+ [SMALL_STATE(108)] = 2146,
3296
+ [SMALL_STATE(109)] = 2150,
3297
+ [SMALL_STATE(110)] = 2154,
3298
+ [SMALL_STATE(111)] = 2158,
3299
+ [SMALL_STATE(112)] = 2162,
3300
+ [SMALL_STATE(113)] = 2166,
3301
+ [SMALL_STATE(114)] = 2170,
3302
+ [SMALL_STATE(115)] = 2174,
3303
+ [SMALL_STATE(116)] = 2178,
3304
+ [SMALL_STATE(117)] = 2182,
3305
+ [SMALL_STATE(118)] = 2186,
3306
+ [SMALL_STATE(119)] = 2190,
3307
+ [SMALL_STATE(120)] = 2194,
3502
3308
  };
3503
3309
 
3504
3310
  static const TSParseActionEntry ts_parse_actions[] = {
3505
3311
  [0] = {.entry = {.count = 0, .reusable = false}},
3506
3312
  [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(),
3507
3313
  [3] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gram, 0, 0, 0),
3508
- [5] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7),
3509
- [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(101),
3314
+ [5] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11),
3315
+ [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(96),
3510
3316
  [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14),
3511
- [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47),
3512
- [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(28),
3513
- [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28),
3514
- [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54),
3515
- [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(34),
3516
- [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34),
3317
+ [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44),
3318
+ [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(31),
3319
+ [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31),
3320
+ [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51),
3321
+ [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(29),
3322
+ [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29),
3517
3323
  [23] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__path, 1, 0, 0),
3518
3324
  [25] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__path, 1, 0, 0),
3519
- [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(61),
3520
- [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62),
3521
- [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63),
3522
- [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64),
3523
- [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68),
3524
- [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69),
3525
- [39] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gram, 2, 0, 2),
3526
- [41] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gram_repeat1, 2, 0, 0),
3527
- [43] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gram_repeat1, 2, 0, 0), SHIFT_REPEAT(7),
3528
- [46] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_gram_repeat1, 2, 0, 0), SHIFT_REPEAT(101),
3529
- [49] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gram_repeat1, 2, 0, 0), SHIFT_REPEAT(14),
3530
- [52] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_gram_repeat1, 2, 0, 0), SHIFT_REPEAT(28),
3531
- [55] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gram_repeat1, 2, 0, 0), SHIFT_REPEAT(28),
3532
- [58] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gram_repeat1, 2, 0, 0), SHIFT_REPEAT(54),
3533
- [61] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_gram_repeat1, 2, 0, 0), SHIFT_REPEAT(34),
3534
- [64] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gram_repeat1, 2, 0, 0), SHIFT_REPEAT(34),
3535
- [67] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gram, 1, 0, 2),
3536
- [69] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gram, 1, 0, 0),
3537
- [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37),
3538
- [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8),
3539
- [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(119),
3540
- [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119),
3541
- [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(46),
3542
- [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46),
3543
- [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(45),
3544
- [85] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45),
3545
- [87] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range, 2, 0, 6),
3546
- [89] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range, 2, 0, 6),
3547
- [91] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range, 2, 0, 7),
3548
- [93] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range, 2, 0, 7),
3549
- [95] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range, 3, 0, 16),
3550
- [97] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range, 3, 0, 16),
3551
- [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24),
3552
- [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(30),
3553
- [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30),
3554
- [105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_node, 3, 0, 10),
3555
- [107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_node, 3, 0, 10),
3556
- [109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_node, 2, 0, 0),
3557
- [111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_node, 2, 0, 0),
3558
- [113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record, 2, 0, 0),
3559
- [115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record, 2, 0, 0),
3560
- [117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record, 3, 0, 0),
3561
- [119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record, 3, 0, 0),
3562
- [121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record, 4, 0, 0),
3563
- [123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record, 4, 0, 0),
3564
- [125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_element, 1, 0, 1),
3565
- [127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_element, 1, 0, 1),
3566
- [129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 2, 0, 0),
3567
- [131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12),
3568
- [133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 2, 0, 0),
3569
- [135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_element, 2, 0, 8),
3570
- [137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_element, 2, 0, 8),
3571
- [139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subject, 3, 0, 10),
3572
- [141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subject, 3, 0, 10),
3573
- [143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subject, 3, 0, 9),
3574
- [145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subject, 3, 0, 9),
3575
- [147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, 0, 0),
3576
- [149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1, 0, 0),
3577
- [151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__value, 1, 0, 0),
3578
- [153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__value, 1, 0, 0),
3579
- [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(51),
3580
- [157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pattern_repeat1, 2, 0, 0),
3581
- [159] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pattern_repeat1, 2, 0, 0),
3582
- [161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relationship, 3, 0, 15),
3583
- [163] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_relationship, 3, 0, 15),
3584
- [165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subject, 2, 0, 0),
3585
- [167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subject, 2, 0, 0),
3586
- [169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subject, 4, 0, 17),
3587
- [171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subject, 4, 0, 17),
3588
- [173] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(12),
3589
- [176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pattern_element_repeat1, 2, 0, 0),
3590
- [178] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pattern_element_repeat1, 2, 0, 0), SHIFT_REPEAT(101),
3591
- [181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pattern_element_repeat1, 2, 0, 0),
3592
- [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85),
3593
- [185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85),
3594
- [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(52),
3595
- [189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52),
3596
- [191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation, 5, 0, 20),
3597
- [193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation, 5, 0, 20),
3598
- [195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binder, 1, 0, 0),
3599
- [197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binder, 1, 0, 0),
3600
- [199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10),
3601
- [201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attributes, 1, 0, 3),
3602
- [203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25),
3603
- [205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(73),
3604
- [207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73),
3605
- [209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labels, 1, 0, 0),
3606
- [211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_labels_repeat1, 2, 0, 0),
3607
- [213] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_labels_repeat1, 2, 0, 0), SHIFT_REPEAT(119),
3608
- [216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_labels_repeat1, 2, 0, 0), SHIFT_REPEAT(119),
3609
- [219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11),
3610
- [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11),
3611
- [223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property, 3, 0, 19),
3612
- [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83),
3613
- [227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_label, 2, 0, 14),
3614
- [229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_label, 2, 0, 14),
3615
- [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9),
3616
- [233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9),
3617
- [235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attributes, 2, 0, 11),
3618
- [237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attributes, 1, 0, 4),
3619
- [239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13),
3620
- [241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attributes, 1, 0, 5),
3621
- [243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48),
3622
- [245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26),
3623
- [247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17),
3624
- [249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(122),
3625
- [251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100),
3626
- [253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20),
3627
- [255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(87),
3628
- [257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88),
3629
- [259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21),
3630
- [261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(96),
3631
- [263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97),
3632
- [265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18),
3633
- [267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(99),
3634
- [269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123),
3635
- [271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attributes, 3, 0, 18),
3636
- [273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27),
3637
- [275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_repeat1, 2, 0, 0), SHIFT_REPEAT(48),
3638
- [278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_repeat1, 2, 0, 0),
3639
- [280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22),
3640
- [282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(84),
3641
- [284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103),
3642
- [286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19),
3643
- [288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(117),
3644
- [290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118),
3645
- [292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31),
3646
- [294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attributes, 2, 0, 13),
3647
- [296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(44),
3648
- [298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44),
3649
- [300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attributes, 2, 0, 12),
3650
- [302] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(13),
3651
- [305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(110),
3652
- [307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111),
3653
- [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(108),
3654
- [311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109),
3655
- [313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(114),
3656
- [315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115),
3657
- [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(106),
3658
- [319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107),
3659
- [321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104),
3660
- [323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105),
3661
- [325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112),
3662
- [327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113),
3663
- [329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property, 4, 0, 21),
3664
- [331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_squiggle_undirected, 2, 0, 0),
3665
- [333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43),
3666
- [335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23),
3667
- [337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_left, 2, 0, 0),
3668
- [339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_bidirectional, 2, 0, 0),
3669
- [341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__association, 2, 0, 0),
3670
- [343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81),
3671
- [345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80),
3672
- [347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78),
3673
- [349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77),
3674
- [351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82),
3675
- [353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79),
3676
- [355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_double_undirected, 2, 0, 0),
3677
- [357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_double_right, 2, 0, 0),
3678
- [359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41),
3679
- [361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_double_left, 2, 0, 0),
3680
- [363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_right, 2, 0, 0),
3681
- [365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98),
3682
- [367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32),
3683
- [369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_squiggle_right, 2, 0, 0),
3684
- [371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_undirected, 5, 0, 22),
3685
- [373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_right, 5, 0, 22),
3686
- [375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_left, 5, 0, 22),
3687
- [377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_bidirectional, 5, 0, 22),
3688
- [379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_double_undirected, 5, 0, 22),
3689
- [381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_double_right, 5, 0, 22),
3690
- [383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_double_left, 5, 0, 22),
3691
- [385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_double_bidirectional, 5, 0, 22),
3692
- [387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_squiggle_undirected, 5, 0, 22),
3693
- [389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_squiggle_right, 5, 0, 22),
3694
- [391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_squiggle_left, 5, 0, 22),
3695
- [393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_squiggle_bidirectional, 5, 0, 22),
3696
- [395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38),
3697
- [397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_squiggle_left, 2, 0, 0),
3698
- [399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_squiggle_bidirectional, 2, 0, 0),
3699
- [401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53),
3700
- [403] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(),
3701
- [405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_undirected, 2, 0, 0),
3702
- [407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_double_bidirectional, 2, 0, 0),
3325
+ [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(68),
3326
+ [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58),
3327
+ [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60),
3328
+ [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63),
3329
+ [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67),
3330
+ [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57),
3331
+ [39] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gram, 1, 0, 2),
3332
+ [41] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gram, 1, 0, 0),
3333
+ [43] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gram, 2, 0, 2),
3334
+ [45] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gram_repeat1, 2, 0, 0),
3335
+ [47] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gram_repeat1, 2, 0, 0), SHIFT_REPEAT(11),
3336
+ [50] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_gram_repeat1, 2, 0, 0), SHIFT_REPEAT(96),
3337
+ [53] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gram_repeat1, 2, 0, 0), SHIFT_REPEAT(14),
3338
+ [56] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_gram_repeat1, 2, 0, 0), SHIFT_REPEAT(31),
3339
+ [59] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gram_repeat1, 2, 0, 0), SHIFT_REPEAT(31),
3340
+ [62] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gram_repeat1, 2, 0, 0), SHIFT_REPEAT(51),
3341
+ [65] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_gram_repeat1, 2, 0, 0), SHIFT_REPEAT(29),
3342
+ [68] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gram_repeat1, 2, 0, 0), SHIFT_REPEAT(29),
3343
+ [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(47),
3344
+ [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47),
3345
+ [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(33),
3346
+ [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33),
3347
+ [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34),
3348
+ [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7),
3349
+ [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108),
3350
+ [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(45),
3351
+ [87] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45),
3352
+ [89] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_node, 2, 0, 0),
3353
+ [91] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_node, 2, 0, 0),
3354
+ [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13),
3355
+ [95] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_node, 3, 0, 11),
3356
+ [97] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_node, 3, 0, 11),
3357
+ [99] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range, 2, 0, 6),
3358
+ [101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range, 2, 0, 6),
3359
+ [103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range, 2, 0, 7),
3360
+ [105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range, 2, 0, 7),
3361
+ [107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range, 3, 0, 16),
3362
+ [109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range, 3, 0, 16),
3363
+ [111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record, 2, 0, 0),
3364
+ [113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record, 2, 0, 0),
3365
+ [115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record, 3, 0, 0),
3366
+ [117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record, 3, 0, 0),
3367
+ [119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record, 4, 0, 0),
3368
+ [121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record, 4, 0, 0),
3369
+ [123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, 0, 0),
3370
+ [125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9),
3371
+ [127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1, 0, 0),
3372
+ [129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__value, 1, 0, 0),
3373
+ [131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__value, 1, 0, 0),
3374
+ [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(50),
3375
+ [135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subject, 3, 0, 10),
3376
+ [137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subject, 3, 0, 10),
3377
+ [139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_element, 1, 0, 1),
3378
+ [141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_element, 1, 0, 1),
3379
+ [143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subject, 3, 0, 11),
3380
+ [145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subject, 3, 0, 11),
3381
+ [147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_element, 2, 0, 8),
3382
+ [149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_element, 2, 0, 8),
3383
+ [151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subject, 2, 0, 0),
3384
+ [153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subject, 2, 0, 0),
3385
+ [155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subject, 4, 0, 17),
3386
+ [157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subject, 4, 0, 17),
3387
+ [159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relationship, 3, 0, 15),
3388
+ [161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_relationship, 3, 0, 15),
3389
+ [163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pattern_repeat1, 2, 0, 0),
3390
+ [165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pattern_repeat1, 2, 0, 0),
3391
+ [167] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(9),
3392
+ [170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 2, 0, 0),
3393
+ [172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 2, 0, 0),
3394
+ [174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pattern_element_repeat1, 2, 0, 0),
3395
+ [176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pattern_element_repeat1, 2, 0, 0), SHIFT_REPEAT(96),
3396
+ [179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pattern_element_repeat1, 2, 0, 0),
3397
+ [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(84),
3398
+ [183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84),
3399
+ [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(73),
3400
+ [187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73),
3401
+ [189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation, 5, 0, 20),
3402
+ [191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation, 5, 0, 20),
3403
+ [193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25),
3404
+ [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(119),
3405
+ [197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119),
3406
+ [199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attributes, 1, 0, 3),
3407
+ [201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17),
3408
+ [203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labels, 1, 0, 0),
3409
+ [205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_labels_repeat1, 2, 0, 0),
3410
+ [207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_labels_repeat1, 2, 0, 0), SHIFT_REPEAT(108),
3411
+ [210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(24),
3412
+ [212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24),
3413
+ [214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16),
3414
+ [216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16),
3415
+ [218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_label, 2, 0, 9),
3416
+ [220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attributes, 2, 0, 12),
3417
+ [222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attributes, 1, 0, 4),
3418
+ [224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46),
3419
+ [226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26),
3420
+ [228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18),
3421
+ [230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(117),
3422
+ [232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118),
3423
+ [234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20),
3424
+ [236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(88),
3425
+ [238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95),
3426
+ [240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attributes, 1, 0, 5),
3427
+ [242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21),
3428
+ [244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(120),
3429
+ [246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98),
3430
+ [248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attributes, 2, 0, 13),
3431
+ [250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attributes, 3, 0, 18),
3432
+ [252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22),
3433
+ [254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(100),
3434
+ [256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101),
3435
+ [258] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_repeat1, 2, 0, 0), SHIFT_REPEAT(46),
3436
+ [261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_repeat1, 2, 0, 0),
3437
+ [263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32),
3438
+ [265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27),
3439
+ [267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23),
3440
+ [269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(114),
3441
+ [271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115),
3442
+ [273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19),
3443
+ [275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85),
3444
+ [277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86),
3445
+ [279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attributes, 2, 0, 14),
3446
+ [281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8),
3447
+ [283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(8),
3448
+ [286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property, 3, 0, 19),
3449
+ [288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(102),
3450
+ [290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103),
3451
+ [292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104),
3452
+ [294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105),
3453
+ [296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(110),
3454
+ [298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111),
3455
+ [300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(81),
3456
+ [302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109),
3457
+ [304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(106),
3458
+ [306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107),
3459
+ [308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112),
3460
+ [310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113),
3461
+ [312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_double_left, 5, 0, 21),
3462
+ [314] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(),
3463
+ [316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41),
3464
+ [318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43),
3465
+ [320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_undirected, 2, 0, 0),
3466
+ [322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_right, 2, 0, 0),
3467
+ [324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__association, 2, 0, 0),
3468
+ [326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_left, 2, 0, 0),
3469
+ [328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75),
3470
+ [330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76),
3471
+ [332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79),
3472
+ [334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78),
3473
+ [336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77),
3474
+ [338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80),
3475
+ [340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_bidirectional, 2, 0, 0),
3476
+ [342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83),
3477
+ [344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30),
3478
+ [346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_double_right, 2, 0, 0),
3479
+ [348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15),
3480
+ [350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_double_left, 2, 0, 0),
3481
+ [352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_double_bidirectional, 2, 0, 0),
3482
+ [354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_undirected, 5, 0, 21),
3483
+ [356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_right, 5, 0, 21),
3484
+ [358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_left, 5, 0, 21),
3485
+ [360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_bidirectional, 5, 0, 21),
3486
+ [362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_double_undirected, 5, 0, 21),
3487
+ [364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_double_right, 5, 0, 21),
3488
+ [366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52),
3489
+ [368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_double_bidirectional, 5, 0, 21),
3490
+ [370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_squiggle_undirected, 5, 0, 21),
3491
+ [372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_squiggle_right, 5, 0, 21),
3492
+ [374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_squiggle_left, 5, 0, 21),
3493
+ [376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_squiggle_bidirectional, 5, 0, 21),
3494
+ [378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_squiggle_undirected, 2, 0, 0),
3495
+ [380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_squiggle_right, 2, 0, 0),
3496
+ [382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35),
3497
+ [384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_squiggle_left, 2, 0, 0),
3498
+ [386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_squiggle_bidirectional, 2, 0, 0),
3499
+ [388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42),
3500
+ [390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_double_undirected, 2, 0, 0),
3703
3501
  };
3704
3502
 
3705
3503
  #ifdef __cplusplus