Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
yitao opened this issue Mar 22, 2024 · 1 comment
Open

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

yitao opened this issue Mar 22, 2024 · 1 comment

Comments

@yitao
Copy link

yitao commented Mar 22, 2024

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 ;

@KvanTTT
Copy link
Member

KvanTTT commented Mar 22, 2024

Please reformat the description, now it's unreadable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants