pccts-133mr33

Introduction to pccts

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.

Installation of pccts

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


Command explanations

make CC="gcc $CFLAGS" : This makes pccts compile using our CFLAGS for optimizations.

Contents

The pccts package contains antir, dlg, sor and genmk

Description

antir

antir is a parser generator.

dlg

dlg is a scanner generator.

sor

sor (sorcerer) is a program that can traverse a parse tree.

genmk

genmk generates makefiles.