Skip to content

Commit

Permalink
Update grammar comment, closes #71
Browse files Browse the repository at this point in the history
  • Loading branch information
hsutter committed Dec 18, 2022
1 parent 75dc64b commit ebdcd85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/parse.h
Original file line number Diff line number Diff line change
Expand Up @@ -1361,11 +1361,11 @@ class parser
//

//G primary-expression:
//G inspect-expression
//G id-expression
//G literal
//G ( expression-list )
//G id-expression
//G unnamed-declaration
//G inspect-expression
//G
auto primary_expression()
-> std::unique_ptr<primary_expression_node>
Expand Down Expand Up @@ -2017,8 +2017,8 @@ class parser


//G id-expression
//G unqualified-id
//G qualified-id
//G unqualified-id
//G
auto id_expression() -> std::unique_ptr<id_expression_node>
{
Expand Down

0 comments on commit ebdcd85

Please sign in to comment.