Skip to content

Latest commit

 

History

History

ri

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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