repositorypackage
0.1.0-alpha.1
Repository: https://github.com/a-poor/cypher.git
Documentation: pkg.go.dev
# README
cypher
created by Austin Poor
A Cypher query language parser for Go.
Notes
Dev Notes
Cypher grammar file obtained from the openCypher website.
Code generated with Antlr (version 4.7) via:
$ antlr -Dlanguage=Go -o parser Cypher.g4