diff options
| author | Cori Barker <coribarker2@gmail.com> | 2026-03-10 15:14:50 +0000 |
|---|---|---|
| committer | Cori Barker <coribarker2@gmail.com> | 2026-03-10 15:14:50 +0000 |
| commit | c364efa08dff0abef9e043e2e28cf2d8dc6b95b3 (patch) | |
| tree | df32277154c821921fb179cc12607ce43dc6966f /include | |
| parent | 64c0ed967b0a800ce950c58cb6c20395ccef86ec (diff) | |
refactored scope
Diffstat (limited to 'include')
| -rw-r--r-- | include/scope.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/scope.hpp b/include/scope.hpp index 7d66f0f..69c70f6 100644 --- a/include/scope.hpp +++ b/include/scope.hpp @@ -7,5 +7,4 @@ public: private: std::vector<Symbol> symbols; int scope_level; - }; |
