Cassandra Query Language (CQL) parser

Hand crafted Apache Cassandra CQL parser, implemented in Rust.

WARNING: This library is still in very early stage, and APIs and AST will change.

Design goals

The goal of this library is to provide standalone CQL parser that can be used in tools, such as pretty printer, auto completion, schema visualizer, etc.

The design goals are:

Supported CQL versions

Implemented statements

TODOs