freebsd-ports/textproc/javacc/pkg-descr
Ernst de Haan 553bcc4abe New port: javacc. Compiler Compiler for Java. It's loosely based
on Java syntax and generates executable Java classes.  JavaCC
includes tools for building abstract syntax trees and
documentation.

Submitted by:	Andrew Gerweck <andy@gerweck.dynup.net>
PR:		37879
2002-08-29 21:10:43 +00:00

11 lines
419 B
Text

JavaCC is a compiler compiler for Java. It is similar to lex/yacc. Your
output is a set of Java classes that can parse data defined by your grammar.
This includes JJTree, a preprocessor that greatly simplifies the construction
of abstract syntax trees. Also included is JJDoc, a tool that can generate
documentation for your grammar.
WWW: http://www.webgain.com/products/java_cc/
- Andy Gerweck
gerweck@yahoo.com