Home of the app

Python compiler for C language

Go to Project Site

Implementation of a compiler in Python for the C programing language. Phases of the compiler implemented: Lexical Analyser, Parser, Semantic Analyser, Intermediate Code Generator, Machine Independent Code Optimizer, Assembly Code Generator.