Closed jlaenge closed 7 months ago
To clarify. The first implementation does not contain any of the "challenges" posed in the book, or own optimizations. This is in order to keep the jLox implementation consistent with the cLox implementation that will follow.
Done.
Implement a Lox Interpreter in Java (jLox), along the description of Crafting Interpreters (A Tree-Walk Interpreter).