Skip to content

Commit

Permalink
remove all frontend path references
Browse files Browse the repository at this point in the history
  • Loading branch information
anuchak committed Apr 18, 2023
1 parent 518d63e commit 7ba7945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/antlr4/Cypher.g4
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ oC_Pattern
: oC_PatternPart ( SP? ',' SP? oC_PatternPart )* ;

oC_PatternPart
: oC_AnonymousPatternPart ;
: oC_AnonymousPatternPart ;

oC_AnonymousPatternPart
: oC_PatternElement ;
Expand Down Expand Up @@ -313,7 +313,7 @@ oC_NodeLabels
oC_NodeLabel
: ':' SP? oC_LabelName ;

oC_RangeLiteral
oC_RangeLiteral
: '*' SP? oC_IntegerLiteral SP? '..' SP? oC_IntegerLiteral ;

oC_LabelName
Expand Down

0 comments on commit 7ba7945

Please sign in to comment.