Built a Python Compiler from scratch. This project implements the core stages of a compiler pipeline: • Lexical & Syntax Processing • AST (Abstract Syntax Tree) Generation & Visualization • Control Flow Graph (CFG) Construction • Python Bytecode Generation The system allows users to run Python code and inspect how the program is represented internally by the compiler. The video demonstrates: AST Tree Visualization Generated Bytecode Control Flow Graph (CFG) Projects like this help understand what happens under the hood of programming languages. #Python #CompilerDesign #AST #Bytecode #ControlFlowGraph #ProgrammingLanguages #ComputerScience #BTech #SoftwareEngineering

To view or add a comment, sign in

Explore content categories