Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 291 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 291 Bytes

Tiger Compiler

Compiler for the Tiger language from Appel's Modern Compiler Implementation in ML.

Standard ML of New Jersey is required to build and run the compiler. The compiler generates MIPS assembly.

Build

make

To run tests:

make test

Usage

./tigerc files