org.geolatte.common.cql.sablecc_notes.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of geolatte-common Show documentation
Show all versions of geolatte-common Show documentation
This GeoLatte-common library contains the transformer framework and other common classes used by other
GeoLatte modules.
How to use SableCC
------------------
Generate the lexer/parser classes:
When sablecc.jar is located in the org.geolatte.cql path (same as the cql grammar: cql.sablecc), go into the path and execute this command line:
java -jar sablecc.jar -d ../../../ cql.grammar
Compile and then copy the lexer/lexer.dat and parser/parser.dat files into the corresponding locations in the output path.