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
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.
Source code of the project: Github Repository