File: control

package info (click to toggle)
cup 0.10g-2
  • links: PTS
  • area: contrib
  • in suites: potato, slink
  • size: 620 kB
  • ctags: 716
  • sloc: java: 5,338; makefile: 120; csh: 64; sh: 5
file content (18 lines) | stat: -rw-r--r-- 662 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: cup
Section: contrib/devel
Priority: optional
Maintainer: Charles Briscoe-Smith <cpbs@debian.org>
Standards-Version: 2.4.1

Package: cup
Architecture: all
Depends: jdk1.1-runtime | jdk1.1
Suggests: java-compiler
Conflicts: java-cup
Replaces: java-cup
Description: LALR parser generator for Java(tm)
 CUP is the "Constructor of Useful Parsers", a system for generating
 parsers from simple LALR 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 which are implemented in Java.