Bytecode interpreter in C for the "lox" programming language
Following along with the Crafting Interpreters Book as part of the bi-weekly Codecademy Engineering Book Club.
Run make
command (with no args) to compile.
This will output a clox
binary.
For the REPL, run ./clox
Or run ./clox [filename]
to load and run a lox script.