2025-11-20 17:42:29
I very much enjoyed the first third of the book "Crafting Interpreters". It's about building a tree-walk interpreter for Lox, a programming language specifically created for this book. The interpreter in the book is implemented in Java. I, of course, used Kotlin for my implementation.
https://craftinginterpreters.com/