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

Pull request GC class stub scaffolding #53

Closed btwooton closed 6 years ago

btwooton commented 6 years ago

This pull request provides header files for the initial scaffolding and design of the garbage collector. There are only three header files, GCData, GCNode, and GCList. The core-systems team has been tasked with implementing the corresponding .cpp files for these classes. Since these are just stubs with no implementation, there are no accompanying unit tests. However, please review the initial design and let me know if there is anything missing or out of place. Thanks.