SymbolTable

SymbolTable

struct SymbolTable {
Symbol[Identifier*] members;
}

Meta