glox is a Go implementation of the Lox programming language which is a demo language from the Crafting Interpreters book by Bob Nystrom.
This is a work in progress and currently is a straight port as I read the book (upto the end of Chapter 5. Representing Code). My plan is to make this as idiomatic as I can as I progress with the project.