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?
Asked
Active
Viewed 607 times
1 Answers
0
You can check this build goal. The generated grammar should help you to validate.

chaitan64arun
- 783
- 8
- 20