@neo4j-cypher/antlr4-simple
v1.0.0
Published
Cypher parser (simple) loaded from an antlr4 g4 file
Downloads
1,222
Keywords
Readme
@neo4j-cypher/antlr4-simple
This 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.