Lox An implementation of the Lox language — craftinginterpreters.com Build & Run Build with: make Run the interpreter: make run Clean up build files: make clean Structure src/ – Source code include/ – Header files bin/ – Compiled binary Status 🚧 In progress...