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 procedures #79

Closed Kirsten0604 closed 6 years ago

Kirsten0604 commented 6 years ago

Made unit tests for ValueRib, Expressions, and Accumulator

bmwfire commented 6 years ago

@btwooton Everything looks good on my end, however we may need to add an extra test case for each unit-test file to accommodate for rebinding functionality.

CinchBlue commented 6 years ago

Note: please make sure to:

git fetch upstream
git rebase upstream/master

We have been accepting changes into master a lot today from my team. Just FYI.

btwooton commented 6 years ago

@bmwfire As rebindings only effect the contents of the Environment, no additional unit tests are needed.

btwooton commented 6 years ago

All systems green. Squashing and merging into master. I will issue the PR with the final work on the GC later this evening.