c3lox C3Lox - is my implementation for Lox interpreter from this book https://craftinginterpreters.com/ but written in C3 (https://c3-lang.org/). Build To build to it simply run $ mkdir build $ c3c build $ ./build/c3lox # run it