Golang implementation of lox This is an golang implementation of the lox-language interpreter to get aquainted with building interpreters. So it is inspired by: CraftingInterpreters This is a rewrite of the java implementation of the book. Thank you @munificent for publishing the instructions.