implementing strings (ch19)

This commit is contained in:
2024-08-25 18:21:04 +02:00
parent ddedea7f83
commit b0414bbe7b
5 changed files with 176 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ While reading [Crafting Interpreters](https://craftinginterpreters.com/), after
- [x] 16 - Scanning on Demand
- [x] 17 - Compiling Expressions
- [x] 18 - Types of Values
- [ ] 19 - Strings
- [x] 19 - Strings
- [ ] 20 - Hash Tables
- [ ] 21 - Global Variables
- [ ] 22 - Local Variables