#pragma once class SymbolTable { public: private: std::vector scopes; Scope* current_scope; };