Download location (HTTP): http://www.polhode.com/pccts133mr.zip Download location (FTP): Version used: 133mr33 Package size: 728 KB Estimated Disk space required: 5 MB |
The pccts package contains the Purdue Compiler-Compiler Tool Set. This is useful for creating compilers. The tool set has developed other uses and is incorporated in programs like cdrdao.
Install pccts by running the following commands:
make CC="gcc $CFLAGS" && cp bin/antlr bin/dlg bin/genmk bin/sor /usr/bin && cp -a h/ /usr/include/pccts |
make CC="gcc $CFLAGS" : This makes pccts compile using our CFLAGS for optimizations.
The pccts package contains antir, dlg, sor and genmk
antir is a parser generator.
dlg is a scanner generator.
sor (sorcerer) is a program that can traverse a parse tree.
genmk generates makefiles.