This is an interpreter for the language Lox following the guide laid out by the crafting interpreters eBook check it out here: https://craftinginterpreters.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Github d5ccabb01e made some small adjustments to improve readability 3 years ago
.idea got token parsing working... easier than I thought, but still a lot of code 3 years ago
src/org/rubenruiz/lox made some small adjustments to improve readability 3 years ago
.gitignore Initial commit 3 years ago
CraftingInterpreters-TreeWalkInterpreter.iml got token parsing working... easier than I thought, but still a lot of code 3 years ago
LICENSE Initial commit 3 years ago
README.md Initial commit 3 years ago

README.md

CraftingInterpreters-TreeWalkInterpreter

This is an interpreter for the language Lox following the guide laid out by the crafting interpreters eBook check it out here: https://craftinginterpreters.com