Skip to main content

Crate akar_parser

Crate akar_parser 

Source
Expand description

Cypher query parser — converts query text to AST.

Will replace the existing ANTLR4-based C++ parser with a pest.rs PEG parser.

Re-exports§

pub use parser::parse;

Modules§

ast
Abstract Syntax Tree (AST) types for Cypher queries.
parser
Parser implementation — converts Cypher query text to AST using pest.rs PEG grammar.