pub type SymbolTable = HashMap<CompoundIdentifier, Symbol>;
pub struct SymbolTable { /* private fields */ }