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>
This commit is contained in:
Justin M. Seger
1999-04-11 02:51:41 +00:00
parent ff4b9701d0
commit 42b59b7676
5 changed files with 95 additions and 0 deletions

View File

@@ -0,0 +1 @@
An LALR parser generator in Java.