From ddedea7f8370eb2c43ffbfedaac7f4cc26752050 Mon Sep 17 00:00:00 2001 From: Patrick MARIE Date: Sun, 25 Aug 2024 18:15:49 +0200 Subject: [PATCH] docs: updating README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba1f017..66d4871 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ While reading [Crafting Interpreters](https://craftinginterpreters.com/), after - [x] 15 - A Virtual Machine - [x] 16 - Scanning on Demand - [x] 17 - Compiling Expressions -- [ ] 18 - Types of Values +- [x] 18 - Types of Values - [ ] 19 - Strings - [ ] 20 - Hash Tables - [ ] 21 - Global Variables