INTRODUCTION : This project is a basic compiler frontend designed to perform lexical analysis and parse C++ source code into an Abstract Syntax Tree (AST) using Python. It supports a graphical ...