uhmanoa-transpiler-project / shaka-scheme

The official repository for the UH Manoa Transpiler Project's Scheme interpreter, Shaka Scheme.
32 stars 24 forks source link

Finish verification and test cases for eval::Define #10

Closed CinchBlue closed 7 years ago

CinchBlue commented 7 years ago

The EvaluationStrategy for Define is unfinished.

It evaluates a list of the form:

<Symbol> <Expression>

using eval::Expression in the process with another Evaluator object.

Then, it binds the symbol in the local environment to the result of evaluating the expression.

CinchBlue commented 7 years ago

Finally and fully-implemented (possibly still buggy) with commit 74dc3f30bf728d202ea60bd1dc48edae5e34261a.