From beed246f20448ee341084547aeb70c641919023e Mon Sep 17 00:00:00 2001 From: nbats <44333466+nbats@users.noreply.github.com> Date: Fri, 26 Jul 2024 00:14:22 -0700 Subject: [PATCH] Update DEVTools.md --- DEVTools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVTools.md b/DEVTools.md index 852c791c0..119b00ac3 100644 --- a/DEVTools.md +++ b/DEVTools.md @@ -831,6 +831,7 @@ * [CS Academy](https://csacademy.com/) - Interactive Computer Science Lessons * [From Nand To Tetris](https://www.nand2tetris.org/course) - Computer Building Lesson * [Copetti](https://www.copetti.org/) - In-depth Console Architecture Analysis / [GitHub](https://github.com/flipacholas/Architecture-of-consoles) +* [CraftingInterpreters](http://www.craftinginterpreters.com/) - Scripting Language Implementation Book / [GitHub](https://github.com/munificent/craftinginterpreters) * [Web Browser Engineering](https://browser.engineering/) - Learn about Browser Engineering * [CPU Land](https://cpu.land/) - What Happens when you run Programs * [Computer Science Lecture Links](https://github.com/riti2409/Resources-for-preparation-Of-Placements) @@ -877,7 +878,6 @@ * [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) ***