This project demonstrates the implementation of a Symbol Table using Hashing in Python as part of Compiler Design. A symbol table is a fundamental data structure in compilers used to store and manage ...
Project Structure mini_compiler/ ├── symbol_table.py # Core symbol table implementation ├── lexer.py # Lexical analyzer (tokenizer) ├── parser.py # Parser and semantic analyzer ├── compiler.py # Main ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results