Aditya Bharat Soni

Computer Science and Engineering | IIT Kharagpur

Tiny C Compiler | Aditya Bharat Soni

Tiny C Compiler

About

In this project, I implemented a TinyC compiler for the x86-64 architecture using Lex, Yacc and C++. This compiler works for a “tiny” subset of the C programming language.

Code

Source code of the project: Github Repository