'Yava' (random name I chose) is a simple interpreter for the Scheme programming language built for educational purposes, like understanding how interpeters work on a deeper level. Note: not every feature of scheme is supported in this interpreter.
- GNU make
- Go compiler and tools
- Clone the repo
git clone https://github.com/potatoSalad21/yava
cd yava- Run
make runmake test