clox This is my implementation of the Lox programming language described in https://craftinginterpreters.com. The c code in this repo can be found in the clox part of the book at https://craftinginterpreters.com.