tiny-c-compiler

Project for Compilers Lab (CS39003). A compiler written for a stripped down version of c (Tiny C)

Prerequisites

Can be installed through apt in Ubuntu sudo apt install flex bison

Usage

In the Code folder, make to build the compiler, make run to run the test files.