Zero to C-Mips Compiler

No Comments

According to CS143 course task, complete a compiler by my own.

There are four steps:

  1. Lexical & Syntax Analysis
  2. Semantic Analysis & Type Checking
  3. Intermediate Code
  4. Translated MIPS Code
  5. Optimization
Categories: Programming