You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The whole Evaluator class is a big mess! It'd be much better if each kind of node in the AST was its own class with an eval function that took an environment and returned an expression and a possibly-updated environment.
The text was updated successfully, but these errors were encountered:
The whole
Evaluator
class is a big mess! It'd be much better if each kind of node in the AST was its own class with aneval
function that took an environment and returned an expression and a possibly-updated environment.The text was updated successfully, but these errors were encountered: