Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 212 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 212 Bytes

TigerCompiler

Tiger language compiler in Java that can generate Mips code.

You can use it to compile queens.tig and generate queens.s, then run queens.s in QtSpim.

It is a project completed by Shunjia Zhu.