docs: updating README.md

This commit is contained in:
Patrick MARIE 2024-08-26 16:49:06 +02:00
parent df9d1079ea
commit 26d361fabd

View File

@ -10,7 +10,7 @@ While reading [Crafting Interpreters](https://craftinginterpreters.com/), after
- [x] 17 - Compiling Expressions - [x] 17 - Compiling Expressions
- [x] 18 - Types of Values - [x] 18 - Types of Values
- [x] 19 - Strings - [x] 19 - Strings
- [ ] 20 - Hash Tables - [x] 20 - Hash Tables
- [ ] 21 - Global Variables - [ ] 21 - Global Variables
- [ ] 22 - Local Variables - [ ] 22 - Local Variables
- [ ] 23 - Jumping Back and Forth - [ ] 23 - Jumping Back and Forth