Stories by munificent
The next chapter, "Evaluating Expressions", of my book "Crafting Interpreters"
(craftinginterpreters.com)
I'm writing a (entirely online for free) [book on implementing languages](http://www.craftinginterpreters.com/). I'm publishing each chapter as I finish them. The [next one](http://www.craftinginterpreters.com/representing-code.html) is up now. It's about how to implement syntax trees, the internal ...
"Chunks of Bytecode", the next chapter in my book "Crafting Interpreters"
(craftinginterpreters.com)