Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 351 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 351 Bytes

Compiler 2018

Introduction

This project is a Compiler whose source language is simplified C and target language is MIPS assembly, a course project for Compiler 2018(MS208), ACM Class 2016, SJTU. Written in 2018.

Depenence

Pipeline

  • Initial language: $M_{x}$
  • Target language: MIPS assembly