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
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Github d5ccabb01e made some small adjustments to improve readability vor 3 Jahren
.idea got token parsing working... easier than I thought, but still a lot of code vor 3 Jahren
src/org/rubenruiz/lox made some small adjustments to improve readability vor 3 Jahren
.gitignore Initial commit vor 3 Jahren
CraftingInterpreters-TreeWalkInterpreter.iml got token parsing working... easier than I thought, but still a lot of code vor 3 Jahren
LICENSE Initial commit vor 3 Jahren
README.md Initial commit vor 3 Jahren

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