The
TigerXmpl package provides a directory with example Tiger programs and a makefile for testing the various
TigerCompiler 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 necessary even if you add the directory
/projects/stratego/xt/bin
to your
$PATH
, since the Tools.XT components are addressed using variables in the makerules, e.g.,
$(SGLR)/bin/sglr
.
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.