Esal Language Compiler – Mini Programming Language (Python
A custom-designed mini programming language called Esal, built from scratch using Python. The project implements the core components of a compiler including lexical analysis (scanner), syntax analysis (parser), semantic checking, and symbol table management.