mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
415c7cb4f8
Further changes: - use a prebuilt binary instead of building from source - change license to SMLNJ in agreement with maintainer PR: 245466 Submitted by: Jashank Jeremy Approved by: maintainer MFH: 2020Q2
8 lines
390 B
Plaintext
8 lines
390 B
Plaintext
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/
|