grammars-v4 icon indicating copy to clipboard operation
grammars-v4 copied to clipboard

“multiPartQ” doesn't look like opencypher's grammar

Open yitao opened this issue 3 months ago • 1 comments

now(in cypher/CypherParser.g4):

multiPartQ : readingStatement* (updatingStatement* withSt)+ singlePartQ ;

maybe ?

multiPartQ : (readingStatement* updatingStatement* withSt)+ singlePartQ ;

ref<https://s3.amazonaws.com/artifacts.opencypher.org/M23/Cypher.g4>[line:63-64]

oC_MultiPartQuery : ( ( oC_ReadingClause SP? )* ( oC_UpdatingClause SP? )* oC_With SP? )+ oC_SinglePartQuery ;

yitao avatar Mar 22 '24 08:03 yitao

Please reformat the description, now it's unreadable.

KvanTTT avatar Mar 22 '24 13:03 KvanTTT