aboutsummaryrefslogtreecommitdiff
path: root/include/scope.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/scope.hpp')
-rw-r--r--include/scope.hpp1
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;