mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
42b59b7676
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>
6 lines
313 B
Plaintext
6 lines
313 B
Plaintext
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.
|