Hacker News new | ask | show | jobs
by fredrikholm 166 days ago
https://craftinginterpreters.com/introduction.html

AST interpreter in Java from scratch, followed by the same language in a tight bytecode VM in C.

Great book; very good introduction to the subject.