Mini-rust in Rust 005: Making our lexer an iterator

November 29, 2024 [Programming, Programming Languages, Rust, Tech, Videos] #mini-rust

Our lex function returns an iterator, but in the implementation we were faking it. Let's do it properly.

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