Mini-rust in Rust 006: Parsing an operation

December 06, 2024 [Programming, Programming Languages, Rust, Tech, Videos] #mini-rust

We're finally ready to parse things! Our lexer can do almost enough to allow us to handle "3 + 5", so we'll make that ready, and then parse that expression into a syntax tree.

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