Mini-rust in Rust 029: Parsing plus-equals

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

This is the first time we are handling modifying variables, so our current "assignment" parser, which looks for a let keyword is no help - we need a new bit of parsing for modification statements.

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