From 42b59b76769704fd69760f733553df4f5436cd73 Mon Sep 17 00:00:00 2001 From: "Justin M. Seger" Date: Sun, 11 Apr 1999 02:51:41 +0000 Subject: 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 --- java/java-cup/pkg-comment | 1 + 1 file changed, 1 insertion(+) create mode 100644 java/java-cup/pkg-comment (limited to 'java/java-cup/pkg-comment') 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. -- cgit v1.2.3