Re-add CQLLexer#main
[cql-java-moved-to-github.git] / test / random / README
1
2 In this directory, we test the integrity of the CQL-Java tools as
3 follows:
4
5 * Generate a random tree with CQLGenerate
6 * Take a copy
7 * Canonicalise it with CQLparser -c.
8 * Compare the before-and-after versions.
9
10 Since the CQLGenerate output is in canonical form anyway, the
11 before-and-after versions should be identical.  This process exercises
12 the comprehensiveness and bullet-proofing of the parser, as well as
13 the accuracy of the rendering.
14