Tiger Xmpl
Tiger in Stratego -- Compilation by Program Transformation
The
TigerXmpl package provides a directory with example Tiger programs and a makefile for testing the various compiler components. The makefile
imports make-rules files installed by the other
CompilerPackages.
Download
Installation
> gtar zxf tiger-xmpl-0.1.tar.gz
> cd tiger-xmpl-0.1
> ./configure --with-xt=/projects/stratego/xt --with-tiger=/tiger/install/dir
> gmake
Note:
--with-xt
is unnecessary if you add the directory
/projects/stratego/xt/bin
to your
$PATH
.
Configuration with
--with-tiger
assumes that all the
CompilerPackages are configured with the same prefix.
Testing
You can now test (components of) the compiler; see
HowToTestTheTigerCompiler.