From bcee5b1115df824323b2c52838571fb68671eca4 Mon Sep 17 00:00:00 2001 From: rby90 <34209017+rby90@users.noreply.github.com> Date: Sun, 8 Apr 2018 08:28:09 -0400 Subject: [PATCH] added text editing and compiler in c books --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d0a341d..7752152 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ A list of C tutorials that work through the creation of small and or large proje - [Sudoku Programming with C](https://www.amazon.com/dp/1484209966/) - [Making 8-bit Arcade Games in C](https://www.amazon.com/dp/1545484759/) - [A Retargetable C Compiler: Design and Implementation](https://www.amazon.com/dp/0805316701/) +- [Modern Compiler Implementation in C](https://www.amazon.com/dp/052158390X/) +- [The Craft of Text Editing](https://www.amazon.com/dp/1411682971/) - [Game Engine Black Book: Wolfenstein 3D](https://www.amazon.com/dp/1539692876/) ## Articles