theodore-norvell / PLAAY

Senior Design Project PLAAY (Programming Language for Adults And Youth)
2 stars 0 forks source link

Fix evaluator backtracking #87

Closed theodore-norvell closed 6 years ago

theodore-norvell commented 6 years ago

Fix problem where this.ready was used in place of this.ready.get().

Also made the pending field of the evaluator into a TVar.

WNewhook commented 6 years ago

@jillhancock Since you're working on implementing backtracking into the VM, I think this review is more up your alley.