Name: Mayank Singla
Roll No.: 111901030
The SubTiger language is the subset of the Tiger language. Currently, the language supports only integers, but would be extended to strings and floating point computation. Currently, the compiler compiles to MIPS assembly code, which can be run using SPIM simulator.
- Standard ML
See SUMMARY.md
.
See INSTALL.md
.
See SYNTAX.md
to know about the syntax of the language supported by the compiler.
See the below files for the usage of the two versions of the compiler.
Includes info for using the Makefile
and the binary executable
.
See the below files for the design of the two versions fo the compiler.
Includes info about the directory structure and implementation details.
Mayank Singla