implemeting local variables (ch22)

This commit is contained in:
2024-08-27 10:23:07 +02:00
parent 8dcbd48e1c
commit 28f71342a9
10 changed files with 219 additions and 6 deletions

View File

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