Learn how to build an interpreter for the Lox scripting language by following the guidelines from the book 'Crafting Interpreters' by Robert Nystrom. The challenge starts from chapter 4 on scanning and covers topics like tokenization, ASTs, and tree-walk interpreters.

1m read timeFrom app.codecrafters.io
Post cover image

Sort: