implementing classes and instances (ch27)

This commit is contained in:
2024-08-31 10:01:39 +02:00
parent 2e6f977b34
commit c8cd24afbf
9 changed files with 171 additions and 4 deletions

View File

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