Go to file
Adnan Ioricce 77c0845f61 [Chapter13&Inheritance] - Adding tests;Bugs found
- 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.
2024-10-06 13:13:50 +00:00
src/com [Chapter13&Inheritance] - Fixing compilation errors 2024-10-06 12:44:44 +00:00
tests [Chapter13&Inheritance] - Adding tests;Bugs found 2024-10-06 13:13:50 +00:00
.gitignore [Init&Scanning] - Chapter 4 follow up 2024-08-21 13:03:43 -03:00
README.md [Init&Scanning] - Chapter 4 follow up 2024-08-21 13:03:43 -03:00
run.sh [Chapter8&Statements] - Adding support for statments from chapter 7 2024-09-08 12:31:35 -03:00
shell.nix [Init&Scanning] - Chapter 4 follow up 2024-08-21 13:03:43 -03:00

jlox: the lox java implementation follow up from CraftingInterpreters

The java implementation for the lox language from the reading of Crafting Interpreters