Built a basic C++ compiler using ply [
Compiler-Design, python, ply, Trees ]
Developed the 4 phases - Lexical Analyzer, Syntax
Analyzer, Semantic Analyzer and Intermediate Code
Generator(optimised) of a C++ compiler using ply
module in python. Supports basic type declarations ,
expressions and two constructs -> if-else and while.