Open howard-gleason opened 2 years ago
On this note, would it be possible to include the generated .EBNF syntax in this repo as well?
@jacobfriedman
On this note, would it be possible to include the generated .EBNF syntax in this repo as well?
Milestone artifacts are posted here: https://opencypher.org/resources/
Generate your own by following: https://github.com/opencypher/openCypher/tree/master/grammar
edit: Will turn this into an issue/request.
Thanks for the recent grammar updates that have fixed other syntax errors. The following Cypher query is valid, however, openCypher throws a parse error
In order to get openCypher to parse it, parentheses have to be added:
Can or will this syntax be accepted into openCypher?