/lox

Following the book Crafting Interpreters by Robert Nystrom

Primary LanguageJava

Lox

I'm currently reading the book Crafting Interpreters by Robert Nystrom, where the author guides us through writing an interpreter for the language Lox.
To keep the project in line with the book, my solutions to the coding challenges are in seperate branches.