implementing global variables (ch21)

This commit is contained in:
2024-08-26 22:54:25 +02:00
parent 062d2e44de
commit 5fb7d361cf
10 changed files with 219 additions and 20 deletions

View File

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