Mini-rust in Rust 007: Evaluating an operation

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

Now that we can parse things, let's evaluate them. By the end of this, we should be able to use our little language as a mini-calculator (only for adding up so far though).

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