Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 273 Bytes

File metadata and controls

4 lines (3 loc) · 273 Bytes

Interpreter: A Go-Based Interpreter for the Lox programming language.

Based on Robert Nystrom's Book Crafting Interpeters. The book uses Java and C to build the Lox programming language. This project uses Golang.