This project implements a complete interpreter for the Monkey programming language, following the book's structure but adapted for Scheme idioms and extended with additional features.
This repo builds and tests a version of my enhanced interpreter that is rewritten in the C programming language. It is based on the one presented in chapter 1 of Samuel Kamin's book, Programming ...