#cypher #parser #graph #sql

bin+lib open-cypher

A rust library for parsing openCyper queries

2 releases

0.1.1 Jul 23, 2022
0.1.0 Jul 23, 2022

#2602 in Parser implementations

39 downloads per month

MIT license

19KB

open-cypher

created by Austin Poor

Parse openCypher queries using Rust.

open-cypher uses the pest library to parse cypher queries using the pestfile, src/cypher.pest, based on the openCypher EBNF file (link or file).

Dependencies

~3MB
~60K SLoC