/Compiler-Design

A C Compiler Design and Implementation

Primary LanguageYacc

Compiler-Design

About the project:

The aim of this project is to create a Linux based GCC compiler for processing high level content flow graphs for GCC in C language.

The designed compiler supported arithmetic, conditional, and inter-procedural control flow statements and procedural calls.

The compiler is written in Lex and Yacc.