Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 458 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 458 Bytes

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