-$Id: README,v 1.12 2002-11-04 23:42:30 mike Exp $
+$Id: README,v 1.13 2002-11-05 17:20:30 mike Exp $
cql-java - a free CQL compiler, and other CQL tools, for Java
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