Roadmap¶
The live roadmap is maintained in things-to-do.md.
The high-level sequence is:
- establish the compiler-only repo boundary and API contract
- own parser generation and artifact verification in-repo
- build normalization and validation layers
- compile the admitted Cypher subset to SQLGlot AST
- broaden the admitted language carefully
- make the compiler vector-aware without making it vector-executing
- harden the package for public release