X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=README;h=ee96d8a7369ffadeda0c50026fca117d2fea1913;hb=df372083094087da8590a526e0222c81c9ae7fc0;hp=e06bf2bb99411b8d561c8883aa1f553c811c8c7d;hpb=d499738d2422e499fd7cb19c30b7d7fdee86e86d;p=cql-java-moved-to-github.git diff --git a/README b/README index e06bf2b..ee96d8a 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -$Id: README,v 1.13 2002-11-05 17:20:30 mike Exp $ +$Id: README,v 1.14 2002-11-06 00:05:58 mike Exp $ cql-java - a free CQL compiler, and other CQL tools, for Java @@ -114,13 +114,14 @@ All the other free CQL compilers everyone's going to write :-) THINGS TO DO ------------ -* ### Make necessary parts of CQLNode etc. public. - * ### Fix bug where "9x" is parsed as two tokens, a TT_NUMBER followed by a TT_WORD. The problem here is that I don't think it's actually possible to fix this without throwing out StreakTokenizer and rolling our own, which we absolutely _don't_ want to do. +* Write javadoc comments for CQLRelation, ModifierSet and the + Exception classes. + * Allow keywords to be used unquoted as search terms. * Some niceties for the cql-decompiling back-end: