code between comment will be parsed as comment。 #7

Closed
opened 2025-05-04 04:45:22 +02:00 by brokensword2018 · 0 comments
brokensword2018 commented 2025-05-04 04:45:22 +02:00 (Migrated from github.com)
 1       {
 2          // comment 1
 3           if (1) {
 4
 5           }
 6           // comment2
 7       }

line1 to line7. all of them will be parsed as comment。

``` 1 { 2 // comment 1 3 if (1) { 4 5 } 6 // comment2 7 } ``` line1 to line7. all of them will be parsed as comment。
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lezer/cpp#7
No description provided.