There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Interpeter and compiler for Scheme programming language. Based on a register machine (with garbage collection). Implemented separately in C (done) and C++ (unfinished). Inspired by the "Wizard Book" (SICP).