for statements (ch23)

This commit is contained in:
2024-08-27 15:13:21 +02:00
parent d67c99ffe5
commit 95c4e44dbb
3 changed files with 54 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ While reading [Crafting Interpreters](https://craftinginterpreters.com/), after
- [x] 20 - Hash Tables
- [x] 21 - Global Variables
- [x] 22 - Local Variables
- [ ] 23 - Jumping Back and Forth
- [x] 23 - Jumping Back and Forth
- [ ] 24 - Calls and Functions
- [ ] 25 - Closures
- [ ] 26 - Garbage Collection