UNPKG
@neo4j-cypher/antlr4
Version:
latest (1.0.0)
next (1.0.0-next.0)
1.0.0
1.0.0-next.5
1.0.0-next.4
1.0.0-next.3
1.0.0-next.2
1.0.0-next.1
1.0.0-next.0
Cypher parser loaded from an antlr4 g4 file
github.com/neo4j/cypher-editor
neo4j/cypher-editor
@neo4j-cypher/antlr4
/
es
/
index.js
4 lines
•
184 B
JavaScript
View Raw
1
2
3
4
import
CypherLexer
from
"./CypherLexer"
;
import
CypherListener
from
"./CypherListener"
;
import
CypherParser
from
"./CypherParser"
;
export
{
CypherLexer
,
CypherListener
,
CypherParser
};