Crafting Interpreters in Rust: Adding numbers to the grammar
2 Dec 2025 17:23
crafting-interpreters-rust
So far, we’ve got a grammar that can parse true, false and nil literals. In this post, we’ll add the ability to
parse numbers.