SmallC Implementation
C

Created By
Imran Nazir

Books
Principles of Compiler Construction by Keneth C Louden

Download
 

Features
This is a compiler of a small subset of C called smallC, documented in the book mentioned.
An intermediate code is generated. Recursive decent parsing is used to parse the language.

Usage
smalc <filename.c> on the command prompt