Mini-rust in Rust 012: Parsing with backtracking

January 17, 2025 [Programming, Programming Languages, Rust, Tech, Videos] #mini-rust

We've built a toy parser, but it's not going to last us. We need to make it a bit more proper. Specifically, we need to be able to look ahead, and then backtrack.

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