File tree Expand file tree Collapse file tree 3 files changed +48301
-49314
lines changed Expand file tree Collapse file tree 3 files changed +48301
-49314
lines changed Original file line number Diff line number Diff line change 8173
8173
}
8174
8174
]
8175
8175
},
8176
- "comment" : {
8177
- "type" : " CHOICE" ,
8178
- "members" : [
8179
- {
8180
- "type" : " SYMBOL" ,
8181
- "name" : " line_comment"
8182
- },
8183
- {
8184
- "type" : " SYMBOL" ,
8185
- "name" : " block_comment"
8186
- }
8187
- ]
8188
- },
8189
- "line_comment" : {
8190
- "type" : " TOKEN" ,
8191
- "content" : {
8192
- "type" : " SEQ" ,
8193
- "members" : [
8194
- {
8195
- "type" : " STRING" ,
8196
- "value" : " //"
8197
- },
8198
- {
8199
- "type" : " PATTERN" ,
8200
- "value" : " .*"
8201
- }
8202
- ]
8203
- }
8204
- },
8205
8176
"_path" : {
8206
8177
"type" : " CHOICE" ,
8207
8178
"members" : [
8382
8353
{
8383
8354
"type" : " SYMBOL" ,
8384
8355
"name" : " block_comment"
8356
+ },
8357
+ {
8358
+ "type" : " SYMBOL" ,
8359
+ "name" : " doc_comment"
8385
8360
}
8386
8361
],
8387
8362
"conflicts" : [
8427
8402
{
8428
8403
"type" : " SYMBOL" ,
8429
8404
"name" : " block_comment"
8405
+ },
8406
+ {
8407
+ "type" : " SYMBOL" ,
8408
+ "name" : " line_comment"
8409
+ },
8410
+ {
8411
+ "type" : " SYMBOL" ,
8412
+ "name" : " doc_comment"
8430
8413
}
8431
8414
],
8432
8415
"inline" : [
Original file line number Diff line number Diff line change 4939
4939
"type" : " default" ,
4940
4940
"named" : false
4941
4941
},
4942
+ {
4943
+ "type" : " doc_comment" ,
4944
+ "named" : true
4945
+ },
4942
4946
{
4943
4947
"type" : " dyn" ,
4944
4948
"named" : false
You can’t perform that action at this time.
0 commit comments