Rustiikki Crafting Interpreters part 2. Stack VM implemented with Rust, mainly to learn Rust. So far implemented: REPL Evaluating expressions Basic types: number, boolean, null Pratt parser Todo: a lot