Book Project

Monkeylang Interpreter

This project is based on Writing an Interpreter in Go by Thorsten Ball, which served as both my introduction to the Go programming language and a deep dive into how interpreters work under the hood. Following the book step-by-step gave me hands-on experience with Go and strengthened my understanding of language design, tokenization, parsing, and evaluation.
Logan Roberts
March 10, 2024
1 Minutes