0

I'm trying to create a thin parser-generator for Cassandra CQL. The goal is to alter statements with custom syntax (i.e. extended CQL) into valid CQL statements. The Cassandra is an open source project, and I expected to find list of all test statements. Could you give a hint on how to find the CQL test statements?

Terry
  • 310
  • 3
  • 9

1 Answers1

0

You can check this build goal. The generated grammar should help you to validate.

chaitan64arun
  • 783
  • 8
  • 20