2007-11-20

This release is for assignment 6, CS980, Fall 2007. This version
generates code for the Intel EM-64T and is complete enough to
correctly compile the Hennessy benchmarks. The code generated
is simple stack-based code.

2007-09-04

This release corresponds to the final release of pcc3 in Spring of 2003.

There has been some light editing to initiate the port to 64-bit Intel.

2003-05-21

This is the FINAL release of pcc3.

This release includes a script for compiling the compiler with itself:
  selfcompile

And a script for cleaning up after a self-compile: selfcompileClean.

The selfcompile script uses pcc3 and the gcc assembler to generate
*.o files for the compiler files. To finishing building the
compiler type "make", which will link everything together.

Questions and comments to hatcher@unh.edu.

