/a-simple-interpreter

A Rust implementation of Ruslan's Blog Series: Let's Build a Simple Interpreter

Primary LanguageRust

Let's Build a Simple Interpreter (in Rust)

In his Let's Build a Simple Interpreter blog series, Ruslan develops a simple interpreter, written in Python, for a large subset of the Pascal language.

I decided it would be interesting to learn more about compiler front-ends while also learning how to program in Rust. Well, why not!

Progress

I'm currently working on: Part 13 of 14