Work needs to be done on ``` class EvalVisitor(BaseVisitor): class EvalNormalVisitor(EvalVisitor): class EvalEagerVisitor(EvalVisitor): ``` and probably on base class Expr (where invocation to evaluations are made). It's needed to have #24 #25 #26 #27 #28 finished before working on this.