diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-29 20:33:39 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-29 20:33:39 +0800 |
commit | 9f248db626741dfef881fe0505b6b8d330554be0 (patch) | |
tree | 6d2bf573a56bf9460df7d4987ad5dca1589f6ba5 /textproc/javacc/pkg-descr | |
parent | e2746c17c5248c5527c1b098b9997e29bc5c0e4f (diff) | |
download | freebsd-ports-gnome-9f248db626741dfef881fe0505b6b8d330554be0.tar.gz freebsd-ports-gnome-9f248db626741dfef881fe0505b6b8d330554be0.tar.zst freebsd-ports-gnome-9f248db626741dfef881fe0505b6b8d330554be0.zip |
The story behind this update:
- The original company (webgain.com) doesn't exist anymore.
- The code is moved over to the Sun Java Development Center.
- The port doesn't compile/build properly.
PR: Started with ports/48352
Submitted by: Andy Gerweck <andy@gerweck.dyndns.org>
Diffstat (limited to 'textproc/javacc/pkg-descr')
-rw-r--r-- | textproc/javacc/pkg-descr | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/textproc/javacc/pkg-descr b/textproc/javacc/pkg-descr index 9265396f92e2..0e45e23d5875 100644 --- a/textproc/javacc/pkg-descr +++ b/textproc/javacc/pkg-descr @@ -1,11 +1,12 @@ -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. +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. +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/ +WWW: https://javacc.dev.java.net/ - Andy Gerweck gerweck@yahoo.com |