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
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Github d5ccabb01e made some small adjustments to improve readability hace 3 años
.idea got token parsing working... easier than I thought, but still a lot of code hace 3 años
src/org/rubenruiz/lox made some small adjustments to improve readability hace 3 años
.gitignore Initial commit hace 3 años
CraftingInterpreters-TreeWalkInterpreter.iml got token parsing working... easier than I thought, but still a lot of code hace 3 años
LICENSE Initial commit hace 3 años
README.md Initial commit hace 3 años

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