UNPKG

@neo4j-cypher/antlr4

Version:

Cypher parser loaded from an antlr4 g4 file

4 lines 184 B
import CypherLexer from "./CypherLexer"; import CypherListener from "./CypherListener"; import CypherParser from "./CypherParser"; export { CypherLexer, CypherListener, CypherParser };