Skip to main content

Crate sparrowdb_cypher

Crate sparrowdb_cypher 

Source
Expand description

sparrowdb-cypher: Cypher lexer, parser, AST, and binder.

Re-exports§

pub use ast::Statement;
pub use binder::bind;
pub use binder::BoundStatement;
pub use parser::parse;

Modules§

ast
Cypher AST node types.
binder
Binder: resolves label names and relationship types against the Catalog.
lexer
Hand-written Cypher lexer.
parser
Recursive-descent Cypher parser.