implementing native functions (ch24)

This commit is contained in:
2024-08-29 08:28:08 +02:00
parent 3daa675f8d
commit a2200debb4
7 changed files with 94 additions and 4 deletions

View File

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