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