A Mini-C Compiler built using Python and PLY implementing lexical analysis, syntax analysis, semantic analysis, AST generation, and Three-Address Code (TAC) generation.
python parser compiler ast assignment ply lexer compiler-design semantic-analysis college-purpose three-address-code mini-c
-
Updated
Jul 22, 2026 - Python