Mini-rust in Rust 027: Parsing blocks of code

time3 mo agoview22 views

We can already parse empty while loops, but now we figure out how to parse the block of code that forms the body of the loop. It should be useful for other things including (eventually) function bodies.

More info: https://artificialworlds.net/blog/2025/05/02/mini-rust-in-rust-027-parsing-blocks

Loading comments...