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

Implemented mark_environment procedure #78

Closed bmwfire closed 6 years ago

bmwfire commented 6 years ago

I have completed the implementation for mark_environment(). Let me know if I need to add more test cases or more complicated test cases to my unit-test file. Cheers for fixing the bug in GCNode, Troy!

btwooton commented 6 years ago

Looks good. Your unit tests confirm the basic functionality required from the mark_envronment subroutine. Well done. Squashing and merging.