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) ***