Hacker News new | ask | show | jobs
Crafting Interpreters: A Bytecode Virtual Machine (craftinginterpreters.com)
1 points by werediver 3028 days ago
1 comments

This is a new chapter of a wonderful open-source book by Bob Nystrom. I was particularly interested in a chapter dedicated to parsing: Parsing Expressions [1].

[1] http://craftinginterpreters.com/parsing-expressions.html