public object Execute(Stmt stmt) { return(stmt.Accept(this)); }
public object Resolve(Stmt stmt) { return(stmt.Accept(this)); }