Cypher parser (simple) loaded from an antlr4 g4 file
npm install @neo4j-cypher/antlr4-simpleThis package contains:
- JavaScript code generated from a simplified antlr4 g4 grammar file.
- The simplified antlr4 g4 grammar file.
The antlr 4 java jar file used to generate the code is in the @neo4j-cypher/antlr4 package.
The generate script in package.json gives an example of how to generate the source code yourself.