summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
mike [Tue, 29 Oct 2002 10:15:58 +0000 (10:15 +0000)]
Handle relations, improve XML rendering (wow, was that hard.
The Java class library can be really sucky!)
mike [Sun, 27 Oct 2002 00:48:17 +0000 (00:48 +0000)]
cvsignore
mike [Sun, 27 Oct 2002 00:46:25 +0000 (00:46 +0000)]
First more-or-less working version: does terms, booleans, qualifiers
and relations. Doesn't do multi-char relations (<= etc., "all" etc.),
proximity,
Quoting for XML not yet done.
Rendering tree back down to CQL is incomplete/untested.
Class documentation is all but non-existant.
mike [Fri, 25 Oct 2002 19:52:36 +0000 (19:52 +0000)]
Add .cvsignore for javadoc-generated files.
mike [Fri, 25 Oct 2002 19:44:31 +0000 (19:44 +0000)]
Tweak spacing.
mike [Fri, 25 Oct 2002 16:56:43 +0000 (16:56 +0000)]
First semi-working version.
Can parse: foo or (bar and "baz")
No qualifiers, no relations, no modifiers, no proximity :-)
mike [Fri, 25 Oct 2002 16:11:05 +0000 (16:11 +0000)]
Fix inheritance
mike [Fri, 25 Oct 2002 16:04:44 +0000 (16:04 +0000)]
Added CQLBooleanNode (where had it gone?!)
Uncommented the test-harness in CQLNode -- it _should_ work!
mike [Fri, 25 Oct 2002 16:01:26 +0000 (16:01 +0000)]
Make classes public.
mike [Fri, 25 Oct 2002 07:38:16 +0000 (07:38 +0000)]
Add initial version of most of the CQL*Node classes.
Some little work towards fixing the parser.
Add documentation directory and javadoc build commands.
mike [Thu, 24 Oct 2002 16:06:34 +0000 (16:06 +0000)]
Use $Id$ instead of $Header$.
mike [Thu, 24 Oct 2002 16:05:15 +0000 (16:05 +0000)]
Pull the ZOOM-java CCL compiler source into CQLParser.java and
global-replace "ccl" with "cql". That's about it so far :-)
mike [Thu, 24 Oct 2002 15:57:56 +0000 (15:57 +0000)]
Initial revision