This is a code along to Bob Nystrom's Crafting Interpreters. It follows the first half of the book where we build a Java tree-walk interpreter.
I don't know Java.
I'm using Ninja as a build tool because I also don't know Make.
- build with
ninja -v - run with
./jlox [script]