You will simulate a compiler-like symbol table that tracks identifier names and their types across nested blocks (scopes). The simulator ingests a sequence of textual commands and prints results (or ...