Writing a Compiler and Interpreter in Rust - Part 1
Lion Lion
381 subscribers
3,644 views
0

 Published On May 6, 2024

In this series, we write a compiler and interpreter for my stack based language "MCL" (a programming language I designed) in Rust. Originally written in C++, we investigate how it works, rewrite it in Rust, and optimize the hell out of it.

In this episode, we look at the old code, and then get into actually writing some Rust! Exciting.

The codebase will be on GitHub, but in this video we don't produce enough code to push anything yet. The original mcl is at https://github.com/lionkor/mcl

show more

Share/Embed