Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
froth committed Jul 22, 2024
1 parent 460f649 commit 000c147
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
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.

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

0 comments on commit 000c147

Please sign in to comment.