My implementation of the monkey programming language. I'm following the book Writing an interpreter in Go.
clone this repository $ git clone https://github.com/B1nus/monkey and start the REPL using go $ go run main.go. You can run files by adding the file path $ go run main.go samples/map.