Skip to content

veera-sivarajan/rena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rena

Learning Rust by rewriting Lox interpreter.

To comply with the rule of borrow checker, I use a Vec instead of a reference variable to chain the different scopes. You can learn more about it in this blog post: Rena’s Memory Model.

About

lox tree-walk interpreter

Resources

Stars

Watchers

Forks

Languages