Skip to content

Commit

Permalink
Add link to rust-lox-vm
Browse files Browse the repository at this point in the history
  • Loading branch information
froth committed Sep 12, 2024
1 parent 000c147 commit 4eb1b15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Rust implementation of a tree-walk interpreter for Lox.
Feature complete reimplementation of jlox in Rust with some minor changes and additions.
This also means that the design is not perfectly suited to be implemented in Rust.
There is i.e. some amount of Rc<RecCell<T>> in here because the original was written in a garbage collected language.
I will be doing a Rust reimplementation of clox in the future which should(hopefully) be closer to canonical rust.
I started a Rust reimplementation of clox which should(hopefully) be closer to canonical rust. It can be found [here](https://github.com/froth/rust-lox-vm)

Basically me rusting through Part II of http://craftinginterpreters.com/
Basically me rusting through Part II of http://craftinginterpreters.com/

0 comments on commit 4eb1b15

Please sign in to comment.