Skip to content

Commit

Permalink
Update README to reflect finished project
Browse files Browse the repository at this point in the history
  • Loading branch information
froth committed Apr 18, 2024
1 parent b11f956 commit cd3eff8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Rust implementation of a Lox interpreter.
Rust implementation of a tree-walk interpreter for Lox.

Basically me rusting through http://craftinginterpreters.com/
Feature complete reimplementation of jlox in Rust with some minor changes and additions.

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

0 comments on commit cd3eff8

Please sign in to comment.