cquill 0.0.9

Versioned CQL migrations for Cassandra and ScyllaDB
Documentation
# CQL reference

Lexer, parser and AST for [CQL 3.0](https://cassandra.apache.org/doc/stable/cassandra/cql/index.html).

## Not supported

- CQLSH commands like CAPTURE, CLEAR, CONSISTENCY, COPY, DESCRIBE, EXIT, LOGIN, PAGING, SERIAL CONSISTENCY, SHOW, SOURCE and TRACING
- [Custom types]https://cassandra.apache.org/doc/stable/cassandra/cql/types.html#custom-types

## todos

- lexer
  - maths
  - types
    - collections
      - table column definitions
      - insert collection constants
      - update set, +, -, etc. operations
    - datetime operations
    - strings
      - double-quoted case-sensitive identifiers
  - lex <=> parse gotchas
    - ValuesKeyword and values fn
    - TtlKeyword and ttl fn
  - error reporting
- parser
- ast