Closed CinchBlue closed 6 years ago
HeapVirtualMachine
.[1] Dybvig, R. Kent. Three implementation models for scheme. Diss. University of North Carolina at Chapel Hill, 1987. Link to PDF
As we finished implementing the HeapVirtualMachine
last semester, and have already been utilizing it as the core evaluation mechanism for the interpreter, I am marking this issue as closed.
We are currently making our way towards this within the current semester at UH Manoa (Fall 2017). We are basing our VM on the heap-based implementation as described in "Three Implementation Models for Scheme" by R. Kent Dybvig.