Chef - a Recipe-Oriented Language
Creating a fun language for personal use, and unpicking intution for stack-based languages and parsing.
Building a Lox Interpreter in Safe Rust
Porting a language interpreter from C to Rust, and learning about safe garbage collection and performance optimisation techniques along the way.