File: control

package info (click to toggle)
pccts 1.33MR33-6.3
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 3,516 kB
  • sloc: ansic: 46,053; cpp: 3,234; makefile: 958
file content (27 lines) | stat: -rw-r--r-- 1,128 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: pccts
Section: devel
Priority: optional
Maintainer: Dale E. Martin <dale@the-martins.org>
Standards-Version: 3.8.3
Build-Depends: debhelper-compat (= 13)
Homepage: http://www.polhode.com/pccts.html

Package: pccts
Architecture: any
Multi-Arch: foreign
Replaces: sorcerer
Provides: sorcerer
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: sorcerer
Description: The Purdue Compiler Construction Tool Set (PCCTS). 
 PCCTS consists of ANother Tool for Language Recognition (ANTLR), a
 DFA-based Lexical analyzer Generator (DLG) and assorted other utilities 
 designed for the construction of compilers and other language translators. 
 ANTLR is a parser generator which generates recursive descent parsers which 
 are easier to debug than the table driven bottom-up parsers created by YACC. 
 It also provides support for the automatic generation of Abstract Syntax 
 Trees (AST's).
 Many projects have stopped using PCCTS and moved on to antlr, which is
 also packaged for Debian.  New projects should probably look there first.
 However PCCTS will be maintained in Debian as long as there is interest in
 doing so.