File tree 3 files changed +48394
-49410
lines changed
3 files changed +48394
-49410
lines changed Original file line number Diff line number Diff line change 8168
8168
}
8169
8169
]
8170
8170
},
8171
- "comment" : {
8172
- "type" : " CHOICE" ,
8173
- "members" : [
8174
- {
8175
- "type" : " SYMBOL" ,
8176
- "name" : " line_comment"
8177
- },
8178
- {
8179
- "type" : " SYMBOL" ,
8180
- "name" : " block_comment"
8181
- }
8182
- ]
8183
- },
8184
- "line_comment" : {
8185
- "type" : " TOKEN" ,
8186
- "content" : {
8187
- "type" : " SEQ" ,
8188
- "members" : [
8189
- {
8190
- "type" : " STRING" ,
8191
- "value" : " //"
8192
- },
8193
- {
8194
- "type" : " PATTERN" ,
8195
- "value" : " .*"
8196
- }
8197
- ]
8198
- }
8199
- },
8200
8171
"_path" : {
8201
8172
"type" : " CHOICE" ,
8202
8173
"members" : [
8377
8348
{
8378
8349
"type" : " SYMBOL" ,
8379
8350
"name" : " block_comment"
8351
+ },
8352
+ {
8353
+ "type" : " SYMBOL" ,
8354
+ "name" : " doc_comment"
8380
8355
}
8381
8356
],
8382
8357
"conflicts" : [
8422
8397
{
8423
8398
"type" : " SYMBOL" ,
8424
8399
"name" : " block_comment"
8400
+ },
8401
+ {
8402
+ "type" : " SYMBOL" ,
8403
+ "name" : " line_comment"
8404
+ },
8405
+ {
8406
+ "type" : " SYMBOL" ,
8407
+ "name" : " doc_comment"
8425
8408
}
8426
8409
],
8427
8410
"inline" : [
Original file line number Diff line number Diff line change 4787
4787
"type" : " default" ,
4788
4788
"named" : false
4789
4789
},
4790
+ {
4791
+ "type" : " doc_comment" ,
4792
+ "named" : true
4793
+ },
4790
4794
{
4791
4795
"type" : " dyn" ,
4792
4796
"named" : false
You can’t perform that action at this time.
0 commit comments