Skip to main content

Crate kyu_parser

Crate kyu_parser 

Source
Expand description

kyu-parser: chumsky lexer + Cypher parser -> AST.

Modules§

ast
AST node types produced by the Cypher parser.
error
Parse error types and ariadne-based diagnostic rendering.
lexer
parser
Chumsky combinator parsers for the Cypher query language.
span
token

Functions§

parse
Parse a Cypher query string into an AST.