Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 447 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 447 Bytes

glox

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.