summaryrefslogtreecommitdiff
path: root/java/java-cup/pkg-comment
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1999-04-11 02:51:41 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1999-04-11 02:51:41 +0000
commit42b59b76769704fd69760f733553df4f5436cd73 (patch)
treea7a72aa368038b2a00b325a49e4b4cb4216d7f2f /java/java-cup/pkg-comment
parentActivate graphics/libimg (diff)
Import of devel/java-cup v10.g
This is the Java based Constructor of Useful Parsers (CUP for short). It serves the same role as the widely used program YAXX and in fact offers most of the features of YACC. However, CUP is written in Java, uses specifications including embedded Java code, and produces parsers which are implemented in Java. PR: ports/6570 Submitted by: Jason Nordwick <nordwick@xcf.berkeley.edu>
Diffstat (limited to '')
-rw-r--r--java/java-cup/pkg-comment1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/java-cup/pkg-comment b/java/java-cup/pkg-comment
new file mode 100644
index 000000000000..90332226b81d
--- /dev/null
+++ b/java/java-cup/pkg-comment
@@ -0,0 +1 @@
+An LALR parser generator in Java.