The next extension for the Interpreter challenge is now live: Evaluating Expressions.
This extension builds on the work in the previous one and covers chapter 7 of the book.
This is where things start to get interesting since you’re actually “executing”/“evaluating” code, and not just building up an AST like in the previous stages.