diff options
| author | Cori Barker <coribarker2@gmail.com> | 2026-03-10 22:53:50 +0000 |
|---|---|---|
| committer | Cori Barker <coribarker2@gmail.com> | 2026-03-10 22:53:50 +0000 |
| commit | 32a1609b59fcbbfe24e223c078d51f8bfa08566f (patch) | |
| tree | 0aafc1e1d19ab0a3e610ee227f92ab6a8a327813 /include/scope.hpp | |
| parent | c364efa08dff0abef9e043e2e28cf2d8dc6b95b3 (diff) | |
continued development of the semantic analyzer and symbol table generation
Diffstat (limited to 'include/scope.hpp')
| -rw-r--r-- | include/scope.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/scope.hpp b/include/scope.hpp index 69c70f6..4c90813 100644 --- a/include/scope.hpp +++ b/include/scope.hpp @@ -4,6 +4,7 @@ class Scope { public: explicit Scope(int scope_level); + add symbol private: std::vector<Symbol> symbols; int scope_level; |
