Skip to content

A compiler for a small C-like language(C--) written in C.

Notifications You must be signed in to change notification settings

sd-xu/Compilers

Repository files navigation

Compilers

A compiler that converts C-- (small C-like Language) source code into MIPS assembly code which can be run on SPIM Simulator.

  • "Compiler" integrates lab1~4.
    • Lab1: lexical and syntax analysis
    • Lab2: semantic analysis
    • Lab3: intermediate code generation
    • Lab4: object code generation

Main reference: https://github.com/Tyler-ytr/Compiler

About

A compiler for a small C-like language(C--) written in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published