Handle relations, improve XML rendering (wow, was that hard.
[cql-java-moved-to-github.git] / README
diff --git a/README b/README
index 6d123c7..ad98b9c 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-$Id: README,v 1.3 2002-10-25 07:38:16 mike Exp $
+$Id: README,v 1.4 2002-10-29 10:15:58 mike Exp $
 
 cql-java -- a free CQL compiler for Java
 
@@ -76,3 +76,29 @@ SEE ALSO
 Adam Dickmeiss's CQL compiler, written in C.
 Rob Sanderson's CQL compiler, written in Python.
 All the other free CQL compilers everyone's going to write.
+
+
+TO DO
+-----
+
+### Finish the parser:
+###    * multi-character relations             DONE but ### single "<" fails!
+###    * word relations
+###    * relation modifiers
+###    * proximity, 
+
+### Finish the CXQL-rendering back end (mostly a matter of quoting
+    characters to be emitted as part of an XML document).
+       DONE
+
+### Finish CQL-decompiling back end (mostly a matter of quoting)
+
+### Write PQN-generating back end (will need to be driven from a
+    configuation file specifying how to represent the qualifiers,
+    relations, relation modifiers and wildcard characters as Z39.50
+    attributes.)
+
+### Write stochastic query generator, driven off MA grammar.
+
+### Write "javadoc" comments.
+