/clox

Bytecode interpreter for the lox language

Primary LanguageC

Bytecode interpreter for the lox programming language

Pretty much a line for line implementation of clox from the "Crafting Interpreters" book, although with a lot more comments in places where I thought the code was insufficiently clear.