My own implementation of the lox programming language described in the book, "Crafting Interpreters". This language is built using Java.
JustSomeCarbon/Jlox
Contains the source for the Lox programming language described in “Crafting Interpreters”. This is for my own use while I work through the book.
Java