Writing a Compiler and Interpreter in Rust - Part 1

Writing a Compiler and Interpreter in Rust - Part 1

10.076 Lượt nghe
Writing a Compiler and Interpreter in Rust - Part 1
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