Hannes Voigt
Hannes Voigt
This PR adresses #361 by implementing @thobe suggestion.
This PR adds a new `grammar-demo` module, which contains the `AntlrParserDemo`. The `AntlrParserDemo` demonstates code for how to use the openCypher Antlr parser in four ways: * With tree listener...
Build on PR #520. This PR add a little tool that does some syntax coverage analysis of the TCK scenarios. The current output is: ``` Cypher 3752 3752 Statement 3752...
# CIR-2017-08-01 Make reachability matching default for variable length path patterns (the star in edge patterns, and generalized in [RPQs](https://github.com/thobe/openCypher/blob/rpq/cip/1.accepted/CIP2017-02-06-Path-Patterns.adoc). Allow all paths matching as an option for variable length...
**This PR is based on #541.** This PR proposes changes to the openCypher grammar such that chaining for allowing chaining of non-arithmetic operators as a reaction to issue #539. With...
The PR make modifications to the Antlr parser demo, such that the generate Cypher.g4 file does not reside as a resource in the repository anymore. The resource is removed and...