implementing garbage collection (ch26)

This commit is contained in:
2024-08-30 09:53:32 +02:00
parent 96e8b1742c
commit 2e6f977b34
13 changed files with 404 additions and 40 deletions

View File

@@ -16,7 +16,7 @@ While reading [Crafting Interpreters](https://craftinginterpreters.com/), after
- [x] 23 - Jumping Back and Forth
- [x] 24 - Calls and Functions
- [x] 25 - Closures
- [ ] 26 - Garbage Collection
- [x] 26 - Garbage Collection
- [ ] 27 - Classes and Instances
- [ ] 28 - Method and Initializers
- [ ] 29 - Superclasses