gamesgao / ComplierForSmallC

The Complier used to compile Small C language, use yacc and flex as the tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Complier for Small C

small C is the simplified C language, this project use yacc and flex as the tools to construct the complier for small C language.

it use the three address code as the IR. translate the program to the MIPS code.

About

The Complier used to compile Small C language, use yacc and flex as the tools.


Languages

Language:C 50.6%Language:Yacc 43.5%Language:Lex 2.2%Language:C++ 1.3%Language:Assembly 1.1%Language:Objective-C 1.0%Language:Makefile 0.2%Language:SuperCollider 0.1%