docs: updating README.md

This commit is contained in:
Patrick MARIE 2024-08-29 12:59:28 +02:00
parent 53d5cca124
commit ab00c0f785

View File

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