@override void visitBinaryExpr(Expr.Binary expr) { resolveExpr(expr.left); resolveExpr(expr.right); return; }