diff options
| author | Cori Barker <coribarker2@gmail.com> | 2026-03-10 15:14:01 +0000 |
|---|---|---|
| committer | Cori Barker <coribarker2@gmail.com> | 2026-03-10 15:14:01 +0000 |
| commit | ca44ea33919127b66b3ea9f8714ff0c30be61fee (patch) | |
| tree | 2a9dc6bf563caebd15fb915a26e9b64b70799950 /include/symbol_table.hpp | |
| parent | 85918e5c3ef2f109583c7f414e7d604df0272c03 (diff) | |
refactored symbol and symbol_table
Diffstat (limited to 'include/symbol_table.hpp')
| -rw-r--r-- | include/symbol_table.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/symbol_table.hpp b/include/symbol_table.hpp index 42c6cd7..e05ba4c 100644 --- a/include/symbol_table.hpp +++ b/include/symbol_table.hpp @@ -4,7 +4,7 @@ #include <vector> -class SymbolTable { +lass SymbolTable { public: explicit SymbolTable(); void addScope(Scope* scope); |
