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.
Sort: