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 ...
The Intermediate Code Generator that will take a piece of code written in TINYLT langugae and generate intermediate code in quadruple notation. lexer.l - flex source file. parser.y - bison source file ...