We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c39b23 commit 6a0a35dCopy full SHA for 6a0a35d
README.md
@@ -4,6 +4,11 @@ Continuation from the [interpreter-rust](https://github.com/tushyagupta81/interp
4
The rust borrow checker made the way of making the interpreter feel like hell
5
> I will still be following [Crafting Interpreters](https://craftinginterpreters.com/) ~~hopeful~~ on my own this time
6
7
+## Working model
8
+
9
+Check out the working model at [https://tushyagupta81.github.io/interpreter-zig](https://tushyagupta81.github.io/interpreter-zig/)\
10
+The backend might take 1-2 min to turn back on
11
12
## Current progress
13
- [x] How to read a file
14
- [x] Using the gpa allocator
0 commit comments