Parser/compiler for the prefuse expression language. The parser is implemented using the JavaCC package.

The file "ExpressionParser.jj" in the source distrubtion contains the JavaCC source. This file is meta-compiled by JavaCC into the classes contained within this package.