interpret method

Object? interpret(
  1. Expr expr
)

Implementation

Object? interpret(Expr expr) => _evaluate(expr);