docs: updating README.md

This commit is contained in:
Patrick MARIE 2024-09-01 13:39:53 +02:00
parent 3ecbe5ca9d
commit 031ca59a07

View File

@ -19,7 +19,7 @@ While reading [Crafting Interpreters](https://craftinginterpreters.com/), after
- [x] 26 - Garbage Collection - [x] 26 - Garbage Collection
- [x] 27 - Classes and Instances - [x] 27 - Classes and Instances
- [x] 28 - Method and Initializers - [x] 28 - Method and Initializers
- [ ] 29 - Superclasses - [x] 29 - Superclasses
- [ ] 30 - Optimization - [ ] 30 - Optimization
## Build & run ## Build & run