The assignment for the course is to implement a compiler for the TigerLanguage in the StrategoLanguage.

The TigerCompiler

The CompilerArchitecture explains the overall structure of the compiler and shows which components (the red ones) should be implemented for the project; the other components are provided to you.

Complete Compiler

As the final result of the project you should produce a working compiler that minimally translates all example programs to correct and working MIPS code.

Preferably the compiler should implement several optimizations. Which optimizations in which phase of the compiler you implement is subject to negotiation.

Report

The implementation should be described in a report. The report should give a global overview of the implementation and explain its details.

Project Planning

  • make the compiler working for programs without functions

  • incorporate function definitions an function calls

  • add optimizers

Revision: r1.3 - 28 Oct 2001 - 15:54 - EelcoVisser
Tiger > HpcProject
Copyright © 1999-2020 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback