lora-parser 0.5.0

Cypher grammar and parser for LoraDB, built on pest.
Documentation
1
2
3
4
5
pub mod error;
pub mod parser;

pub use error::ParseError;
pub use parser::parse_query;