kofls / tiny-c-compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:C 54.6%Language:Yacc 26.2%Language:C++ 12.3%Language:Lex 3.6%Language:Assembly 2.7%Language:Makefile 0.5%