From bb6f41c4c80af3861aaba8512590dae2ef0a6b01 Mon Sep 17 00:00:00 2001 From: mike Date: Fri, 8 Nov 2002 09:50:58 +0000 Subject: [PATCH] tweak --- README | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README b/README index a508b3d..a28e430 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -$Id: README,v 1.15 2002-11-06 20:13:45 mike Exp $ +$Id: README,v 1.16 2002-11-08 09:50:58 mike Exp $ cql-java - a free CQL compiler, and other CQL tools, for Java @@ -119,12 +119,14 @@ THINGS TO DO possible to fix this without throwing out StreakTokenizer and rolling our own, which we absolutely _don't_ want to do. +* Allow keywords to be used unquoted as search terms. + +* Add support for serverChoiceRelation (scr). + * Write javadoc comments for CQLRelation and ModifierSet. * Write "overview" file for the javadoc documentation. -* Allow keywords to be used unquoted as search terms. - * Some niceties for the cql-decompiling back-end: * don't emit redundant parentheses. * don't put spaces around relations that don't need them. -- 1.7.10.4