Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 924 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 924 Bytes

ri (Rust interpreter)

NOTE: This is not the final interpreter for SS.

This folder contains a Rust interpreter for a modified version of the lox language inspired by rlox.
Doing this to learn about interpreters, and how to build one for a dynamically typed language, which will be used to build the actual interpreter for SS later on.

Credits

Here are some of the projects referenced when building this interpreter