This is a "backing" Git repo for my jj repo I'm using locally.
This repo contains my WIP for the CodeCrafters Interpreter challenge. It's currently implemented up to the "higher-order functions" section.
The Lox grammar is in Grammar.md. The grammar is mostly implemented except for the 'class' and related support. I let my CodeCrafters membership expire though so I've been lax in continuing Lox.
You can see some examples of Lox in the test directory. Most are working except for some of the closure-related stuff.