A fully working interpreter for the Monkey programming language.
This repository is the result of following the book Writing An Interpreter In Go by Thorsten Ball and The Lost Chapter by the same author. This will be continued with the book Writing A Compiler In Go.
git clone https://github.com/SVendittelli/monkey.git
cd monkey
- Go >= 1.13.
To run the REPL:
go run main.go
As this is a personal project for learning purposes, I am not accepting contributions at this time.
SPDX-License-Identifier: MIT