Home

uuagsmall.png

Projects

Resources

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

Topic attachments
I Attachment Action Size Date Who Comment
elsegz tiger-1.0-src.tar.gz manage 49.4 K 17 Nov 2008 - 11:08 AlexeyRodriguez Source distribution for developers
elsebz2 tiger.tar.bz2 manage 40.4 K 13 Nov 2008 - 14:08 ArieMiddelkoop