Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 377 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 377 Bytes

Simple Interpreter in Rust

These are my humble beginnings in learning Rust and getting a basic understand of Parsing and Interpreters.

I'm following the awesome Let's Build A Simple Interpreter Tutorial Series by Ruslan Spivak here and continuously try to refactor it all to reach a somewhat idiomatic Rust codebase at some point.