
A precompile jar file is provided in this archive so you probably
won't have to any compilation. See README.

To recompile you must set the classpath to sableCC-c jar file.

  $ CLASSPATH=/usr/local/sablecc/lib/sablecc.jar ant -projecthelp
  Buildfile: build.xml
  Main targets:

   all      Build the jar
   clean    Clean up
   compile  Compile the class files needed for xml4sablecc.jar 
   dist     Create a tar archive of the whole distribution
   jar      Generate the xml4sablecc jar file

  Default target: all

