Menu

Tree [r12] /
 History

HTTPS access


File Date Author Commit
 demo 2011-08-26 gibello [r8] Added display of schema and table names.
 doc 2011-08-26 gibello [r11] Minor stuff.
 parser 2010-09-07 gibello [r4] Added GPLv3 copyright permissions.
 src 2014-10-06 gibello [r12] Other separators than comma are supported.
 test 2010-09-03 gibello [r1] Initial version (1st release in open-source - G...
 COPYING 2010-09-07 gibello [r4] Added GPLv3 copyright permissions.
 README 2010-09-06 gibello [r3] Doc updates + minor makefile fix.
 makefile 2011-06-18 gibello [r5] Adde -cp to compile data (avoids ClssNotFound i...

Read Me

To run Zql:
===========

java org.gibello.zql.ZqlParser
(the classpath has to point on the classes/ directory).

If you have a source release of Zql:
====================================

1) To generate the parser

A Unix makefile is provided in the root directory.

- To get a copy of JavaCC:
https://javacc.dev.java.net/


2) Other source files

- The src/org/gibello/zql directory contains the sources for the Zql API classes.

- The src/org/gibello/zql/data directory contains the sources for the basic
expression evaluator that comes with Zql (used in the Zql demo).

3) To generate the doc
See the makefile (if on Unix, run it).