ankitrhode / Compiler-for-C-language

A compiler for C language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compiler-for-C-language

This is a simple compiler for C language. The target machine is a MIPS32 machine. You can find a simulator for a MIPS machine here: http://spimsimulator.sourceforge.net/

Instructions to run: just put the code to be compiled in the test.c file and run make

We have added some complicated samples in the "our samples" directory

About

A compiler for C language


Languages

Language:C++ 67.1%Language:Yacc 26.8%Language:Assembly 3.7%Language:C 1.2%Language:Lex 0.5%Language:Shell 0.3%Language:Makefile 0.3%