opnsense-ports/java/java-cup/pkg-descr
Franco Fichtner 7a6757902c */*: sync with upstream
Taken from: HardenedBSD
2020-05-24 05:27:40 +02:00

7 lines
390 B
Text

Constructor of Useful Parsers (CUP), a system for generating LALR
parsers from simple specifications. It serves the same role as the
widely-used program `yacc', 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 with are implemented in Java.
WWW: http://www2.cs.tum.edu/projects/cup/