From b6964e1bd45df2aa794f4aa1762c3c4860ee68a4 Mon Sep 17 00:00:00 2001 From: nbats Date: Fri, 26 Jul 2024 07:14:33 +0000 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20update=20single=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- single-page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/single-page b/single-page index 51cac94e7..d85066afe 100644 --- a/single-page +++ b/single-page @@ -1769,6 +1769,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) @@ -1815,7 +1816,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) ***