Mini-rust in Rust 021: Including type information in our syntax tree

March 21, 2025 [Programming, Programming Languages, Rust, Tech, Videos] #mini-rust

We realised last time that our type checker needs to move on from just saying "yes" or "no" for whether our program is OK: we need to keep hold of the type information we work out, so we can use it for error messages and possibly even within the evaluator.

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