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 class GC #68

Closed bmwfire closed 6 years ago

bmwfire commented 6 years ago

PR implements factory method for garbage collector which allows to add GCData to the GCList automatically

bmwfire commented 6 years ago

@VermillionAzure I made the necessary changes you specified for the files above. However, I have also responded to a few of your concerns pertaining to design. Please let me know if you have any other questions or concerns.

CinchBlue commented 6 years ago

Your changes have been squashed and merged into master. Good job!