This project focuses on generating intermediate code for control flow statements, specifically if-else conditions and basic arithmetic operations, as part of a simplified compiler design. The goal is ...
This repository contains a mini-compiler project that demonstrates the core phases of compilation, focusing on the generation of intermediate representations (IR) and optimization for arithmetic ...