From 07e009eb73c07778a5aeaf13a1284ab8e7a760dc Mon Sep 17 00:00:00 2001 From: nbats <44333466+nbats@users.noreply.github.com> Date: Tue, 23 Jul 2024 05:26:03 -0700 Subject: [PATCH] Update DEVTools.md --- DEVTools.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DEVTools.md b/DEVTools.md index de704e113..1cf2af352 100644 --- a/DEVTools.md +++ b/DEVTools.md @@ -877,6 +877,7 @@ * [The Algorithms](https://the-algorithms.com/) - Algorithms Index * [CSES Problemset](https://cses.fi/problemset/) - Collection of Algorithmic Programming Problems * [Memery Spy](https://memory-spy.wizardzines.com/) - Learn how Bytes Represent Variables +* [CraftingInterpreters](http://www.craftinginterpreters.com/) - Scripting Language Implementation Book / [GitHub](https://github.com/munificent/craftinginterpreters) ***