Clox Lang Clox is a cross-platform implementation of a tree-walk lox interpreter and a virtual machine in C89. git clone https://github.com/yngtodd/clox.git cd clox/ mkdir build && cd build cmake .. cmake --build .