This project simulates a symbol table, a crucial data structure used in compilers to store information about identifiers (variables, functions, etc.). The implementation supports operations like ...
In this project, I designed and implemented a compiler with a symbol table and type checking functionality, showcasing my understanding of compiler concepts and programming language semantics. This ...