File tree 3 files changed +41368
-40264
lines changed
3 files changed +41368
-40264
lines changed Original file line number Diff line number Diff line change 8076
8076
}
8077
8077
]
8078
8078
},
8079
- "comment" : {
8080
- "type" : " CHOICE" ,
8081
- "members" : [
8082
- {
8083
- "type" : " SYMBOL" ,
8084
- "name" : " line_comment"
8085
- },
8086
- {
8087
- "type" : " SYMBOL" ,
8088
- "name" : " block_comment"
8089
- }
8090
- ]
8091
- },
8092
- "line_comment" : {
8093
- "type" : " TOKEN" ,
8094
- "content" : {
8095
- "type" : " SEQ" ,
8096
- "members" : [
8097
- {
8098
- "type" : " STRING" ,
8099
- "value" : " //"
8100
- },
8101
- {
8102
- "type" : " PATTERN" ,
8103
- "value" : " .*"
8104
- }
8105
- ]
8106
- }
8107
- },
8108
8079
"_path" : {
8109
8080
"type" : " CHOICE" ,
8110
8081
"members" : [
8281
8252
{
8282
8253
"type" : " SYMBOL" ,
8283
8254
"name" : " block_comment"
8255
+ },
8256
+ {
8257
+ "type" : " SYMBOL" ,
8258
+ "name" : " doc_comment"
8284
8259
}
8285
8260
],
8286
8261
"conflicts" : [
8325
8300
{
8326
8301
"type" : " SYMBOL" ,
8327
8302
"name" : " block_comment"
8303
+ },
8304
+ {
8305
+ "type" : " SYMBOL" ,
8306
+ "name" : " line_comment"
8307
+ },
8308
+ {
8309
+ "type" : " SYMBOL" ,
8310
+ "name" : " doc_comment"
8328
8311
}
8329
8312
],
8330
8313
"inline" : [
Original file line number Diff line number Diff line change 4748
4748
"type" : " default" ,
4749
4749
"named" : false
4750
4750
},
4751
+ {
4752
+ "type" : " doc_comment" ,
4753
+ "named" : true
4754
+ },
4751
4755
{
4752
4756
"type" : " dyn" ,
4753
4757
"named" : false
You can’t perform that action at this time.
0 commit comments