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.