Tiger Compiler
HUT
An implementation of a compiler front-end and type checker for Andrew
Appel's Tiger language. The implementation has been
developed as an example of the use of the tools in the HUT project.
Author:
Arthur Baars
Download cabal package
You can use the cabal package if you are not planning to do development, or if you are going to do development that is not related to the attribute grammar sources. That package can be downloaded from:
Download source distribution
If you plan to do development on the ag files, you are better off with the source distribution for developers, which includes a Makefile:
You can install this package as follows
./configure
make
make install
This distribution can be generated from the repository using the following commands:
autoconf
./configure
make dist