Mini-rust in Rust 027: Parsing blocks of code

May 02, 2025 [Programming, Programming Languages, Rust, Tech, Videos] #mini-rust

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.

You can find the source code at codeberg.org/andybalaam/milk and more of my stuff at artificialworlds.net