From 32a1609b59fcbbfe24e223c078d51f8bfa08566f Mon Sep 17 00:00:00 2001 From: Cori Barker Date: Tue, 10 Mar 2026 22:53:50 +0000 Subject: continued development of the semantic analyzer and symbol table generation --- include/scope.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/scope.hpp') 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 symbols; int scope_level; -- cgit v1.2.3