This repository contains the development of a simple interpreter written in Go, based on the book Write an Interpreter in Go by Thorsten Ball.
The project is an educational exercise to learn how interpreters work by implementing one from scratch in Go. It includes components like a lexer, parser, AST, and evaluator for a small programming language.
To run the interpreter:
go run main.go