tree-sitter-objectscript 1.9.5 → 1.9.6
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/core/src/parser.c +15 -15
- package/expr/grammar.js +3 -3
- package/expr/src/node-types.json +1 -1
- package/expr/src/parser.c +15 -15
- package/objectscript/src/node-types.json +9 -24
- package/objectscript/src/parser.c +104 -104
- package/objectscript_routine/src/parser.c +15 -15
- package/package.json +1 -1
- package/prebuilds/darwin-arm64/tree-sitter-objectscript.node +0 -0
- package/prebuilds/darwin-x64/tree-sitter-objectscript.node +0 -0
- package/prebuilds/linux-arm64/tree-sitter-objectscript.node +0 -0
- package/prebuilds/linux-x64/tree-sitter-objectscript.node +0 -0
- package/prebuilds/win32-arm64/tree-sitter-objectscript.node +0 -0
- package/prebuilds/win32-x64/tree-sitter-objectscript.node +0 -0
- package/tree-sitter.json +1 -1
- package/udl/grammar.js +20 -19
- package/udl/src/node-types.json +9 -24
- package/udl/src/parser.c +68 -68
package/udl/src/parser.c
CHANGED
|
@@ -133,7 +133,7 @@ enum ts_symbol_identifiers {
|
|
|
133
133
|
anon_sym_false = 103,
|
|
134
134
|
sym_json_null_literal = 104,
|
|
135
135
|
sym_identifier = 105,
|
|
136
|
-
|
|
136
|
+
aux_sym__quote_permitting_identifier_token1 = 106,
|
|
137
137
|
anon_sym_SLASH_SLASH = 107,
|
|
138
138
|
anon_sym_POUND_SEMI = 108,
|
|
139
139
|
anon_sym_SEMI = 109,
|
|
@@ -520,7 +520,7 @@ enum ts_symbol_identifiers {
|
|
|
520
520
|
sym_json_array_literal = 490,
|
|
521
521
|
sym_json_boolean_literal = 491,
|
|
522
522
|
sym__expression_list = 492,
|
|
523
|
-
|
|
523
|
+
sym__quote_permitting_identifier = 493,
|
|
524
524
|
sym_line_comment_1 = 494,
|
|
525
525
|
sym_line_comment_2 = 495,
|
|
526
526
|
sym_line_comment_3 = 496,
|
|
@@ -1003,7 +1003,7 @@ static const char * const ts_symbol_names[] = {
|
|
|
1003
1003
|
[anon_sym_false] = "false",
|
|
1004
1004
|
[sym_json_null_literal] = "json_null_literal",
|
|
1005
1005
|
[sym_identifier] = "identifier",
|
|
1006
|
-
[
|
|
1006
|
+
[aux_sym__quote_permitting_identifier_token1] = "identifier",
|
|
1007
1007
|
[anon_sym_SLASH_SLASH] = "//",
|
|
1008
1008
|
[anon_sym_POUND_SEMI] = "#;",
|
|
1009
1009
|
[anon_sym_SEMI] = ";",
|
|
@@ -1390,7 +1390,7 @@ static const char * const ts_symbol_names[] = {
|
|
|
1390
1390
|
[sym_json_array_literal] = "json_array_literal",
|
|
1391
1391
|
[sym_json_boolean_literal] = "json_boolean_literal",
|
|
1392
1392
|
[sym__expression_list] = "_expression_list",
|
|
1393
|
-
[
|
|
1393
|
+
[sym__quote_permitting_identifier] = "_quote_permitting_identifier",
|
|
1394
1394
|
[sym_line_comment_1] = "line_comment_1",
|
|
1395
1395
|
[sym_line_comment_2] = "line_comment_2",
|
|
1396
1396
|
[sym_line_comment_3] = "line_comment_3",
|
|
@@ -1873,7 +1873,7 @@ static const TSSymbol ts_symbol_map[] = {
|
|
|
1873
1873
|
[anon_sym_false] = anon_sym_false,
|
|
1874
1874
|
[sym_json_null_literal] = sym_json_null_literal,
|
|
1875
1875
|
[sym_identifier] = sym_identifier,
|
|
1876
|
-
[
|
|
1876
|
+
[aux_sym__quote_permitting_identifier_token1] = sym_identifier,
|
|
1877
1877
|
[anon_sym_SLASH_SLASH] = anon_sym_SLASH_SLASH,
|
|
1878
1878
|
[anon_sym_POUND_SEMI] = anon_sym_POUND_SEMI,
|
|
1879
1879
|
[anon_sym_SEMI] = anon_sym_SEMI,
|
|
@@ -2260,7 +2260,7 @@ static const TSSymbol ts_symbol_map[] = {
|
|
|
2260
2260
|
[sym_json_array_literal] = sym_json_array_literal,
|
|
2261
2261
|
[sym_json_boolean_literal] = sym_json_boolean_literal,
|
|
2262
2262
|
[sym__expression_list] = sym__expression_list,
|
|
2263
|
-
[
|
|
2263
|
+
[sym__quote_permitting_identifier] = sym__quote_permitting_identifier,
|
|
2264
2264
|
[sym_line_comment_1] = sym_line_comment_1,
|
|
2265
2265
|
[sym_line_comment_2] = sym_line_comment_2,
|
|
2266
2266
|
[sym_line_comment_3] = sym_line_comment_3,
|
|
@@ -3061,9 +3061,9 @@ static const TSSymbolMetadata ts_symbol_metadata[] = {
|
|
|
3061
3061
|
.visible = true,
|
|
3062
3062
|
.named = true,
|
|
3063
3063
|
},
|
|
3064
|
-
[
|
|
3065
|
-
.visible =
|
|
3066
|
-
.named =
|
|
3064
|
+
[aux_sym__quote_permitting_identifier_token1] = {
|
|
3065
|
+
.visible = true,
|
|
3066
|
+
.named = true,
|
|
3067
3067
|
},
|
|
3068
3068
|
[anon_sym_SLASH_SLASH] = {
|
|
3069
3069
|
.visible = true,
|
|
@@ -4609,8 +4609,8 @@ static const TSSymbolMetadata ts_symbol_metadata[] = {
|
|
|
4609
4609
|
.visible = false,
|
|
4610
4610
|
.named = true,
|
|
4611
4611
|
},
|
|
4612
|
-
[
|
|
4613
|
-
.visible =
|
|
4612
|
+
[sym__quote_permitting_identifier] = {
|
|
4613
|
+
.visible = false,
|
|
4614
4614
|
.named = true,
|
|
4615
4615
|
},
|
|
4616
4616
|
[sym_line_comment_1] = {
|
|
@@ -6366,8 +6366,8 @@ static const uint16_t ts_non_terminal_alias_map[] = {
|
|
|
6366
6366
|
sym__base_variable,
|
|
6367
6367
|
alias_sym_macro_def,
|
|
6368
6368
|
sym_line_ref,
|
|
6369
|
-
|
|
6370
|
-
|
|
6369
|
+
sym__quote_permitting_identifier, 13,
|
|
6370
|
+
sym__quote_permitting_identifier,
|
|
6371
6371
|
alias_sym_foreignkey_name,
|
|
6372
6372
|
alias_sym_index_name,
|
|
6373
6373
|
alias_sym_method_name,
|
|
@@ -44297,7 +44297,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) {
|
|
|
44297
44297
|
('a' <= lookahead && lookahead <= 'z')) ADVANCE(3336);
|
|
44298
44298
|
END_STATE();
|
|
44299
44299
|
case 3337:
|
|
44300
|
-
ACCEPT_TOKEN(
|
|
44300
|
+
ACCEPT_TOKEN(aux_sym__quote_permitting_identifier_token1);
|
|
44301
44301
|
if (lookahead == '"') ADVANCE(141);
|
|
44302
44302
|
END_STATE();
|
|
44303
44303
|
case 3338:
|
|
@@ -900117,7 +900117,7 @@ static const uint16_t ts_small_parse_table[] = {
|
|
|
900117
900117
|
ACTIONS(11374), 1,
|
|
900118
900118
|
anon_sym_LPAREN,
|
|
900119
900119
|
STATE(10113), 1,
|
|
900120
|
-
|
|
900120
|
+
sym__quote_permitting_identifier,
|
|
900121
900121
|
STATE(11129), 1,
|
|
900122
900122
|
sym_index_properties,
|
|
900123
900123
|
STATE(11181), 1,
|
|
@@ -900126,7 +900126,7 @@ static const uint16_t ts_small_parse_table[] = {
|
|
|
900126
900126
|
sym_index_item,
|
|
900127
900127
|
ACTIONS(11376), 2,
|
|
900128
900128
|
sym_identifier,
|
|
900129
|
-
|
|
900129
|
+
aux_sym__quote_permitting_identifier_token1,
|
|
900130
900130
|
ACTIONS(15), 3,
|
|
900131
900131
|
sym__whitespace,
|
|
900132
900132
|
sym_inline_comment,
|
|
@@ -908400,14 +908400,14 @@ static const uint16_t ts_small_parse_table[] = {
|
|
|
908400
908400
|
ACTIONS(13), 1,
|
|
908401
908401
|
anon_sym_SLASH_SLASH_SLASH,
|
|
908402
908402
|
STATE(9576), 1,
|
|
908403
|
-
|
|
908403
|
+
sym__quote_permitting_identifier,
|
|
908404
908404
|
STATE(10496), 1,
|
|
908405
908405
|
sym_index_property,
|
|
908406
908406
|
STATE(11493), 1,
|
|
908407
908407
|
sym_index_item,
|
|
908408
908408
|
ACTIONS(11873), 2,
|
|
908409
908409
|
sym_identifier,
|
|
908410
|
-
|
|
908410
|
+
aux_sym__quote_permitting_identifier_token1,
|
|
908411
908411
|
ACTIONS(15), 3,
|
|
908412
908412
|
sym__whitespace,
|
|
908413
908413
|
sym_inline_comment,
|
|
@@ -909286,14 +909286,14 @@ static const uint16_t ts_small_parse_table[] = {
|
|
|
909286
909286
|
ACTIONS(13), 1,
|
|
909287
909287
|
anon_sym_SLASH_SLASH_SLASH,
|
|
909288
909288
|
STATE(9576), 1,
|
|
909289
|
-
|
|
909289
|
+
sym__quote_permitting_identifier,
|
|
909290
909290
|
STATE(9917), 1,
|
|
909291
909291
|
sym_index_item,
|
|
909292
909292
|
STATE(10496), 1,
|
|
909293
909293
|
sym_index_property,
|
|
909294
909294
|
ACTIONS(11873), 2,
|
|
909295
909295
|
sym_identifier,
|
|
909296
|
-
|
|
909296
|
+
aux_sym__quote_permitting_identifier_token1,
|
|
909297
909297
|
ACTIONS(15), 3,
|
|
909298
909298
|
sym__whitespace,
|
|
909299
909299
|
sym_inline_comment,
|
|
@@ -916642,10 +916642,10 @@ static const uint16_t ts_small_parse_table[] = {
|
|
|
916642
916642
|
ACTIONS(12228), 1,
|
|
916643
916643
|
anon_sym_LPAREN,
|
|
916644
916644
|
STATE(11141), 1,
|
|
916645
|
-
|
|
916645
|
+
sym__quote_permitting_identifier,
|
|
916646
916646
|
ACTIONS(12230), 2,
|
|
916647
916647
|
sym_identifier,
|
|
916648
|
-
|
|
916648
|
+
aux_sym__quote_permitting_identifier_token1,
|
|
916649
916649
|
ACTIONS(15), 3,
|
|
916650
916650
|
sym__whitespace,
|
|
916651
916651
|
sym_inline_comment,
|
|
@@ -924700,10 +924700,10 @@ static const uint16_t ts_small_parse_table[] = {
|
|
|
924700
924700
|
STATE(8485), 1,
|
|
924701
924701
|
sym_method_definition,
|
|
924702
924702
|
STATE(11615), 1,
|
|
924703
|
-
|
|
924703
|
+
sym__quote_permitting_identifier,
|
|
924704
924704
|
ACTIONS(12230), 2,
|
|
924705
924705
|
sym_identifier,
|
|
924706
|
-
|
|
924706
|
+
aux_sym__quote_permitting_identifier_token1,
|
|
924707
924707
|
ACTIONS(15), 3,
|
|
924708
924708
|
sym__whitespace,
|
|
924709
924709
|
sym_inline_comment,
|
|
@@ -924731,10 +924731,10 @@ static const uint16_t ts_small_parse_table[] = {
|
|
|
924731
924731
|
STATE(8486), 1,
|
|
924732
924732
|
sym_method_definition,
|
|
924733
924733
|
STATE(11615), 1,
|
|
924734
|
-
|
|
924734
|
+
sym__quote_permitting_identifier,
|
|
924735
924735
|
ACTIONS(12230), 2,
|
|
924736
924736
|
sym_identifier,
|
|
924737
|
-
|
|
924737
|
+
aux_sym__quote_permitting_identifier_token1,
|
|
924738
924738
|
ACTIONS(15), 3,
|
|
924739
924739
|
sym__whitespace,
|
|
924740
924740
|
sym_inline_comment,
|
|
@@ -937392,10 +937392,10 @@ static const uint16_t ts_small_parse_table[] = {
|
|
|
937392
937392
|
ACTIONS(13), 1,
|
|
937393
937393
|
anon_sym_SLASH_SLASH_SLASH,
|
|
937394
937394
|
STATE(11754), 1,
|
|
937395
|
-
|
|
937395
|
+
sym__quote_permitting_identifier,
|
|
937396
937396
|
ACTIONS(11873), 2,
|
|
937397
937397
|
sym_identifier,
|
|
937398
|
-
|
|
937398
|
+
aux_sym__quote_permitting_identifier_token1,
|
|
937399
937399
|
ACTIONS(15), 3,
|
|
937400
937400
|
sym__whitespace,
|
|
937401
937401
|
sym_inline_comment,
|
|
@@ -943620,10 +943620,10 @@ static const uint16_t ts_small_parse_table[] = {
|
|
|
943620
943620
|
ACTIONS(13), 1,
|
|
943621
943621
|
anon_sym_SLASH_SLASH_SLASH,
|
|
943622
943622
|
STATE(11871), 1,
|
|
943623
|
-
|
|
943623
|
+
sym__quote_permitting_identifier,
|
|
943624
943624
|
ACTIONS(12230), 2,
|
|
943625
943625
|
sym_identifier,
|
|
943626
|
-
|
|
943626
|
+
aux_sym__quote_permitting_identifier_token1,
|
|
943627
943627
|
ACTIONS(15), 3,
|
|
943628
943628
|
sym__whitespace,
|
|
943629
943629
|
sym_inline_comment,
|
|
@@ -945524,10 +945524,10 @@ static const uint16_t ts_small_parse_table[] = {
|
|
|
945524
945524
|
ACTIONS(13), 1,
|
|
945525
945525
|
anon_sym_SLASH_SLASH_SLASH,
|
|
945526
945526
|
STATE(10337), 1,
|
|
945527
|
-
|
|
945527
|
+
sym__quote_permitting_identifier,
|
|
945528
945528
|
ACTIONS(12230), 2,
|
|
945529
945529
|
sym_identifier,
|
|
945530
|
-
|
|
945530
|
+
aux_sym__quote_permitting_identifier_token1,
|
|
945531
945531
|
ACTIONS(15), 3,
|
|
945532
945532
|
sym__whitespace,
|
|
945533
945533
|
sym_inline_comment,
|
|
@@ -946260,10 +946260,10 @@ static const uint16_t ts_small_parse_table[] = {
|
|
|
946260
946260
|
ACTIONS(13), 1,
|
|
946261
946261
|
anon_sym_SLASH_SLASH_SLASH,
|
|
946262
946262
|
STATE(10325), 1,
|
|
946263
|
-
|
|
946263
|
+
sym__quote_permitting_identifier,
|
|
946264
946264
|
ACTIONS(11376), 2,
|
|
946265
946265
|
sym_identifier,
|
|
946266
|
-
|
|
946266
|
+
aux_sym__quote_permitting_identifier_token1,
|
|
946267
946267
|
ACTIONS(15), 3,
|
|
946268
946268
|
sym__whitespace,
|
|
946269
946269
|
sym_inline_comment,
|
|
@@ -948325,10 +948325,10 @@ static const uint16_t ts_small_parse_table[] = {
|
|
|
948325
948325
|
ACTIONS(13), 1,
|
|
948326
948326
|
anon_sym_SLASH_SLASH_SLASH,
|
|
948327
948327
|
STATE(10890), 1,
|
|
948328
|
-
|
|
948328
|
+
sym__quote_permitting_identifier,
|
|
948329
948329
|
ACTIONS(11873), 2,
|
|
948330
948330
|
sym_identifier,
|
|
948331
|
-
|
|
948331
|
+
aux_sym__quote_permitting_identifier_token1,
|
|
948332
948332
|
ACTIONS(15), 3,
|
|
948333
948333
|
sym__whitespace,
|
|
948334
948334
|
sym_inline_comment,
|
|
@@ -948803,10 +948803,10 @@ static const uint16_t ts_small_parse_table[] = {
|
|
|
948803
948803
|
ACTIONS(13), 1,
|
|
948804
948804
|
anon_sym_SLASH_SLASH_SLASH,
|
|
948805
948805
|
STATE(10074), 1,
|
|
948806
|
-
|
|
948806
|
+
sym__quote_permitting_identifier,
|
|
948807
948807
|
ACTIONS(11376), 2,
|
|
948808
948808
|
sym_identifier,
|
|
948809
|
-
|
|
948809
|
+
aux_sym__quote_permitting_identifier_token1,
|
|
948810
948810
|
ACTIONS(15), 3,
|
|
948811
948811
|
sym__whitespace,
|
|
948812
948812
|
sym_inline_comment,
|
|
@@ -956462,10 +956462,10 @@ static const uint16_t ts_small_parse_table[] = {
|
|
|
956462
956462
|
ACTIONS(13), 1,
|
|
956463
956463
|
anon_sym_SLASH_SLASH_SLASH,
|
|
956464
956464
|
STATE(9761), 1,
|
|
956465
|
-
|
|
956465
|
+
sym__quote_permitting_identifier,
|
|
956466
956466
|
ACTIONS(12230), 2,
|
|
956467
956467
|
sym_identifier,
|
|
956468
|
-
|
|
956468
|
+
aux_sym__quote_permitting_identifier_token1,
|
|
956469
956469
|
ACTIONS(15), 3,
|
|
956470
956470
|
sym__whitespace,
|
|
956471
956471
|
sym_inline_comment,
|
|
@@ -956700,10 +956700,10 @@ static const uint16_t ts_small_parse_table[] = {
|
|
|
956700
956700
|
ACTIONS(13), 1,
|
|
956701
956701
|
anon_sym_SLASH_SLASH_SLASH,
|
|
956702
956702
|
STATE(11396), 1,
|
|
956703
|
-
|
|
956703
|
+
sym__quote_permitting_identifier,
|
|
956704
956704
|
ACTIONS(11873), 2,
|
|
956705
956705
|
sym_identifier,
|
|
956706
|
-
|
|
956706
|
+
aux_sym__quote_permitting_identifier_token1,
|
|
956707
956707
|
ACTIONS(15), 3,
|
|
956708
956708
|
sym__whitespace,
|
|
956709
956709
|
sym_inline_comment,
|
|
@@ -956757,10 +956757,10 @@ static const uint16_t ts_small_parse_table[] = {
|
|
|
956757
956757
|
ACTIONS(13), 1,
|
|
956758
956758
|
anon_sym_SLASH_SLASH_SLASH,
|
|
956759
956759
|
STATE(12198), 1,
|
|
956760
|
-
|
|
956760
|
+
sym__quote_permitting_identifier,
|
|
956761
956761
|
ACTIONS(11873), 2,
|
|
956762
956762
|
sym_identifier,
|
|
956763
|
-
|
|
956763
|
+
aux_sym__quote_permitting_identifier_token1,
|
|
956764
956764
|
ACTIONS(15), 3,
|
|
956765
956765
|
sym__whitespace,
|
|
956766
956766
|
sym_inline_comment,
|
|
@@ -956957,10 +956957,10 @@ static const uint16_t ts_small_parse_table[] = {
|
|
|
956957
956957
|
ACTIONS(13), 1,
|
|
956958
956958
|
anon_sym_SLASH_SLASH_SLASH,
|
|
956959
956959
|
STATE(11624), 1,
|
|
956960
|
-
|
|
956960
|
+
sym__quote_permitting_identifier,
|
|
956961
956961
|
ACTIONS(12230), 2,
|
|
956962
956962
|
sym_identifier,
|
|
956963
|
-
|
|
956963
|
+
aux_sym__quote_permitting_identifier_token1,
|
|
956964
956964
|
ACTIONS(15), 3,
|
|
956965
956965
|
sym__whitespace,
|
|
956966
956966
|
sym_inline_comment,
|
|
@@ -957405,10 +957405,10 @@ static const uint16_t ts_small_parse_table[] = {
|
|
|
957405
957405
|
ACTIONS(13), 1,
|
|
957406
957406
|
anon_sym_SLASH_SLASH_SLASH,
|
|
957407
957407
|
STATE(11548), 1,
|
|
957408
|
-
|
|
957408
|
+
sym__quote_permitting_identifier,
|
|
957409
957409
|
ACTIONS(12230), 2,
|
|
957410
957410
|
sym_identifier,
|
|
957411
|
-
|
|
957411
|
+
aux_sym__quote_permitting_identifier_token1,
|
|
957412
957412
|
ACTIONS(15), 3,
|
|
957413
957413
|
sym__whitespace,
|
|
957414
957414
|
sym_inline_comment,
|
|
@@ -958123,10 +958123,10 @@ static const uint16_t ts_small_parse_table[] = {
|
|
|
958123
958123
|
ACTIONS(13), 1,
|
|
958124
958124
|
anon_sym_SLASH_SLASH_SLASH,
|
|
958125
958125
|
STATE(9265), 1,
|
|
958126
|
-
|
|
958126
|
+
sym__quote_permitting_identifier,
|
|
958127
958127
|
ACTIONS(12230), 2,
|
|
958128
958128
|
sym_identifier,
|
|
958129
|
-
|
|
958129
|
+
aux_sym__quote_permitting_identifier_token1,
|
|
958130
958130
|
ACTIONS(15), 3,
|
|
958131
958131
|
sym__whitespace,
|
|
958132
958132
|
sym_inline_comment,
|
|
@@ -958182,10 +958182,10 @@ static const uint16_t ts_small_parse_table[] = {
|
|
|
958182
958182
|
ACTIONS(13), 1,
|
|
958183
958183
|
anon_sym_SLASH_SLASH_SLASH,
|
|
958184
958184
|
STATE(9762), 1,
|
|
958185
|
-
|
|
958185
|
+
sym__quote_permitting_identifier,
|
|
958186
958186
|
ACTIONS(11376), 2,
|
|
958187
958187
|
sym_identifier,
|
|
958188
|
-
|
|
958188
|
+
aux_sym__quote_permitting_identifier_token1,
|
|
958189
958189
|
ACTIONS(15), 3,
|
|
958190
958190
|
sym__whitespace,
|
|
958191
958191
|
sym_inline_comment,
|
|
@@ -958271,10 +958271,10 @@ static const uint16_t ts_small_parse_table[] = {
|
|
|
958271
958271
|
ACTIONS(13), 1,
|
|
958272
958272
|
anon_sym_SLASH_SLASH_SLASH,
|
|
958273
958273
|
STATE(12832), 1,
|
|
958274
|
-
|
|
958274
|
+
sym__quote_permitting_identifier,
|
|
958275
958275
|
ACTIONS(12230), 2,
|
|
958276
958276
|
sym_identifier,
|
|
958277
|
-
|
|
958277
|
+
aux_sym__quote_permitting_identifier_token1,
|
|
958278
958278
|
ACTIONS(15), 3,
|
|
958279
958279
|
sym__whitespace,
|
|
958280
958280
|
sym_inline_comment,
|
|
@@ -958570,10 +958570,10 @@ static const uint16_t ts_small_parse_table[] = {
|
|
|
958570
958570
|
ACTIONS(13), 1,
|
|
958571
958571
|
anon_sym_SLASH_SLASH_SLASH,
|
|
958572
958572
|
STATE(9272), 1,
|
|
958573
|
-
|
|
958573
|
+
sym__quote_permitting_identifier,
|
|
958574
958574
|
ACTIONS(11376), 2,
|
|
958575
958575
|
sym_identifier,
|
|
958576
|
-
|
|
958576
|
+
aux_sym__quote_permitting_identifier_token1,
|
|
958577
958577
|
ACTIONS(15), 3,
|
|
958578
958578
|
sym__whitespace,
|
|
958579
958579
|
sym_inline_comment,
|
|
@@ -958749,10 +958749,10 @@ static const uint16_t ts_small_parse_table[] = {
|
|
|
958749
958749
|
ACTIONS(13), 1,
|
|
958750
958750
|
anon_sym_SLASH_SLASH_SLASH,
|
|
958751
958751
|
STATE(9021), 1,
|
|
958752
|
-
|
|
958752
|
+
sym__quote_permitting_identifier,
|
|
958753
958753
|
ACTIONS(12230), 2,
|
|
958754
958754
|
sym_identifier,
|
|
958755
|
-
|
|
958755
|
+
aux_sym__quote_permitting_identifier_token1,
|
|
958756
958756
|
ACTIONS(15), 3,
|
|
958757
958757
|
sym__whitespace,
|
|
958758
958758
|
sym_inline_comment,
|
|
@@ -958927,10 +958927,10 @@ static const uint16_t ts_small_parse_table[] = {
|
|
|
958927
958927
|
ACTIONS(13), 1,
|
|
958928
958928
|
anon_sym_SLASH_SLASH_SLASH,
|
|
958929
958929
|
STATE(11634), 1,
|
|
958930
|
-
|
|
958930
|
+
sym__quote_permitting_identifier,
|
|
958931
958931
|
ACTIONS(12230), 2,
|
|
958932
958932
|
sym_identifier,
|
|
958933
|
-
|
|
958933
|
+
aux_sym__quote_permitting_identifier_token1,
|
|
958934
958934
|
ACTIONS(15), 3,
|
|
958935
958935
|
sym__whitespace,
|
|
958936
958936
|
sym_inline_comment,
|
|
@@ -960627,10 +960627,10 @@ static const uint16_t ts_small_parse_table[] = {
|
|
|
960627
960627
|
ACTIONS(13), 1,
|
|
960628
960628
|
anon_sym_SLASH_SLASH_SLASH,
|
|
960629
960629
|
STATE(11041), 1,
|
|
960630
|
-
|
|
960630
|
+
sym__quote_permitting_identifier,
|
|
960631
960631
|
ACTIONS(12230), 2,
|
|
960632
960632
|
sym_identifier,
|
|
960633
|
-
|
|
960633
|
+
aux_sym__quote_permitting_identifier_token1,
|
|
960634
960634
|
ACTIONS(15), 3,
|
|
960635
960635
|
sym__whitespace,
|
|
960636
960636
|
sym_inline_comment,
|
|
@@ -960656,10 +960656,10 @@ static const uint16_t ts_small_parse_table[] = {
|
|
|
960656
960656
|
ACTIONS(13), 1,
|
|
960657
960657
|
anon_sym_SLASH_SLASH_SLASH,
|
|
960658
960658
|
STATE(9034), 1,
|
|
960659
|
-
|
|
960659
|
+
sym__quote_permitting_identifier,
|
|
960660
960660
|
ACTIONS(12230), 2,
|
|
960661
960661
|
sym_identifier,
|
|
960662
|
-
|
|
960662
|
+
aux_sym__quote_permitting_identifier_token1,
|
|
960663
960663
|
ACTIONS(15), 3,
|
|
960664
960664
|
sym__whitespace,
|
|
960665
960665
|
sym_inline_comment,
|
|
@@ -960685,10 +960685,10 @@ static const uint16_t ts_small_parse_table[] = {
|
|
|
960685
960685
|
ACTIONS(13), 1,
|
|
960686
960686
|
anon_sym_SLASH_SLASH_SLASH,
|
|
960687
960687
|
STATE(9768), 1,
|
|
960688
|
-
|
|
960688
|
+
sym__quote_permitting_identifier,
|
|
960689
960689
|
ACTIONS(12230), 2,
|
|
960690
960690
|
sym_identifier,
|
|
960691
|
-
|
|
960691
|
+
aux_sym__quote_permitting_identifier_token1,
|
|
960692
960692
|
ACTIONS(15), 3,
|
|
960693
960693
|
sym__whitespace,
|
|
960694
960694
|
sym_inline_comment,
|
|
@@ -1028814,7 +1028814,7 @@ static const TSParseActionEntry ts_parse_actions[] = {
|
|
|
1028814
1028814
|
[10969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9340),
|
|
1028815
1028815
|
[10971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9191),
|
|
1028816
1028816
|
[10973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3276),
|
|
1028817
|
-
[10975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(
|
|
1028817
|
+
[10975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quote_permitting_identifier, 1, 0, 0),
|
|
1028818
1028818
|
[10977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9518),
|
|
1028819
1028819
|
[10979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9274),
|
|
1028820
1028820
|
[10981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7062),
|
|
@@ -1033018,7 +1033018,7 @@ TS_PUBLIC const TSLanguage *tree_sitter_objectscript_udl(void) {
|
|
|
1033018
1033018
|
.metadata = {
|
|
1033019
1033019
|
.major_version = 1,
|
|
1033020
1033020
|
.minor_version = 9,
|
|
1033021
|
-
.patch_version =
|
|
1033021
|
+
.patch_version = 6,
|
|
1033022
1033022
|
},
|
|
1033023
1033023
|
};
|
|
1033024
1033024
|
return &language;
|