News

🧠 Compiler Design / Lexical Analyzer Assignment (C++) For this assignment, I was responsible for implementing several core components of a compiler front-end using C++. Key features of the project ...
CompilerX is a C-based compiler for a custom programming language, demonstrating key compiler design concepts like lexical analysis, syntax parsing, semantic analysis, code generation, and ...