@override Object? visitNotExpr(NotExpr notExpr) { final val = notExpr.expr.accept(this); return val.isNotTruthy; }