This repository is an implementation of the interpreter described in the book Writing An Interpreter In Go by Thorsten Ball. It covers building a simple programming language from scratch using Go.
- Clone the repository:
git clone https://github.com/johanneshn/interpreter-in-go.git
- Navigate into the project directory and run:
cd interpreter-in-go go run .\main.go