glox (WIP) Quick start Build go build cmd/glox/glox.go Run # Start a REPL ./glox # Execute a lox file ./glox file.lox The examples folder contains some sample lox files. Next steps https://craftinginterpreters.com/functions.html