clox Virtual machine from scratch implementation of the Clox language from Crafting Interpreters Getting started To build: make To run - make sure to build the files first: make run To clean: make clean