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
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Github d5ccabb01e made some small adjustments to improve readability 3年前
.idea got token parsing working... easier than I thought, but still a lot of code 3年前
src/org/rubenruiz/lox made some small adjustments to improve readability 3年前
.gitignore Initial commit 3年前
CraftingInterpreters-TreeWalkInterpreter.iml got token parsing working... easier than I thought, but still a lot of code 3年前
LICENSE Initial commit 3年前
README.md Initial commit 3年前

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