From: mike Date: Tue, 5 Nov 2002 17:20:30 +0000 (+0000) Subject: Add note on unquoted keywords X-Git-Tag: v1.5~238 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;ds=sidebyside;h=0e0dab87fb1e5b77346d845861a88269ffcc0434;hp=7895c7e8fb9bc2d49fed99822dc8e5113ca3b15d;p=cql-java-moved-to-github.git Add note on unquoted keywords --- diff --git a/README b/README index ccf57cf..e06bf2b 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -$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 @@ -114,6 +114,8 @@ 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