Module parser

Module parser 

Source
Expand description

Recursive descent parser for Cypher query language

Converts token stream into Abstract Syntax Tree (AST).

Structs§

Parser

Enums§

ParseError

Functions§

parse_cypher
Parse a Cypher query string into an AST