Overview
This page describes the Ant task for the CUP parser generator.
Ant is a Java-based build tool, similar to make, but much more
flexible. External tools can be integrated by providing a so-called
Ant task. CUP is a parser generator for Java that works well together
with JFlex.
The patch to CUP available for download below adds such an Ant task to
CUP and makes integrated builds easier. It is tested on CUP version
0.10k and Ant version 1.4 and above.
To apply the patch, say patch -p0 < cup-ant-task.patch in
the parent directory of java_cup.
|