Skip to content
This repository was archived by the owner on Sep 5, 2022. It is now read-only.

A C to MIPS Compiler capable of producing output MIPS assembly code from an input C programming language.

Notifications You must be signed in to change notification settings

JamesOngICL/C-MIPS-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

langproc-2021-cw-Porcupines

Implemented a C to MIPS compiler using ANSI C grammar as parser language, Flex to perform lexical analysis, and C++ for code generation.

This compiler is capable of producing assembly code for several important C language features including : integers, function calls, floats, doubles, loops, and conditional statements. By observing the make-file for this project we can identify the relevant dependencies to include to enable this project to be built.

Contributors

  1. Matthew Setiawan
  2. James Ong

About

A C to MIPS Compiler capable of producing output MIPS assembly code from an input C programming language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published