v0.1.0
Initial release. A hand-written lexer, recursive-descent parser, and AST for a practical read-only subset of Cypher (MATCH / WHERE / RETURN / ORDER BY / SKIP / LIMIT), extracted from rubydex so the query language could evolve as its own crate.