| ... | @@ -429,7 +429,7 @@ container_doc_comment <- ('//!' non_control_utf8* [ \n]* skip)+ | ... | @@ -429,7 +429,7 @@ container_doc_comment <- ('//!' non_control_utf8* [ \n]* skip)+ |
| 429 | doc_comment <- ('///' non_control_utf8* [ \n]* skip)+ | 429 | doc_comment <- ('///' non_control_utf8* [ \n]* skip)+ |
| 430 | line_comment <- '//' ![!/] non_control_utf8* / '////' non_control_utf8* | 430 | line_comment <- '//' ![!/] non_control_utf8* / '////' non_control_utf8* |
| 431 | line_string <- '\\\\' non_control_utf8* [ \n]* | 431 | line_string <- '\\\\' non_control_utf8* [ \n]* |
| 432 | skip <- ([ \n] / line_comment)* | 432 | skip <- ([ \n\t\r] / line_comment)* |
| 433 | | 433 | |
| 434 | CHAR_LITERAL <- ['] char_char ['] skip | 434 | CHAR_LITERAL <- ['] char_char ['] skip |
| 435 | | 435 | |