Skip to main content

parse

Function parse 

Source
pub fn parse(input: &str) -> Result<Statement, QueryError>
Expand description

The real implementation behind lib.rs’s public parse – the pest-based parser.rs/cypher.pest this replaced are gone (see grammar/README.md).