- Refactors will be necessary, the interpreter is not working as expected - Try to execute the tests to check the errors - It seems some funcionality with the scanner or resolver is not working - Debugging is necessary. |
||
---|---|---|
src/com | ||
tests | ||
.gitignore | ||
README.md | ||
run.sh | ||
shell.nix |
jlox: the lox java implementation follow up from CraftingInterpreters
The java implementation for the lox language from the reading of Crafting Interpreters