From 87408331044d8569cd8c7a85c1bbe9bb40e067e2 Mon Sep 17 00:00:00 2001 From: haydendavenport Date: Sun, 15 May 2022 16:19:38 +0000 Subject: [PATCH] small amount of link pruning and stars --- selected/compilers.md | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/selected/compilers.md b/selected/compilers.md index a9b77e2..dca87dc 100644 --- a/selected/compilers.md +++ b/selected/compilers.md @@ -20,24 +20,23 @@ motivation / goals / what questions are we trying to answer: ok what do we want to cover - classical compiler structure (lexer -> parser -> codegen) -|Star| Title | Page | -|----|------------------------------|------| -| | Phases of a Compiler | https://www.geeksforgeeks.org/phases-of-a-compiler/ | -| | Compiler Architecture | https://cs.lmu.edu/~ray/notes/compilerarchitecture/ | -| | Compiler Design | https://www.tutorialspoint.com/compiler_design/compiler_design_phases_of_compiler.htm | -| | Structure of a Compiler | https://www.csd.uwo.ca/~mmorenom/CS447/Lectures/Introduction.html/node10.html | -| | The Structure of a Compiler | https://www.brainkart.com/article/The-Structure-of-a-Compiler_8121/ | -| | Wikipedia: Compiler | https://en.wikipedia.org/wiki/Compiler | -| | Compiler Phases | https://www.javatpoint.com/compiler-phases | -| | The Structure of a Compiler | https://pages.cs.wisc.edu/~fischer/cs536.s08/lectures/Lecture04.4up.pdf | -| | Phases of a Compiler | https://www.guru99.com/compiler-design-phases-of-compiler.html | -| | Writing a C Compiler (Pt. 1) | https://norasandler.com/2017/11/29/Write-a-Compiler.html | -| | V: Structure of a Compiler | https://www.youtube.com/watch?v=RH02jcUiPI0 | -| | V: Phases of a Compiler | https://www.youtube.com/watch?v=jE7f3sGLGVk | -| | V: Compiler Design | https://www.youtube.com/watch?v=OZSGjRSHYUk | -| | V: Different Phases of Comp | https://www.youtube.com/watch?v=TApMNhQPaCM | -| | V: Phases of Compiler | https://www.youtube.com/watch?v=r2BRNodqbgI | -| | V: Parser and Lexer (Pt. 1) | https://www.youtube.com/watch?v=eF9qWbuQLuw | +|Star| Title | Page | +|----|---------------------------------------|------| +| | Phases of a Compiler | https://www.geeksforgeeks.org/phases-of-a-compiler/ | +|* | Compiler Architecture | https://cs.lmu.edu/~ray/notes/compilerarchitecture/ | +| | Compiler Design | https://www.tutorialspoint.com/compiler_design/compiler_design_phases_of_compiler.htm | +| | Structure of a Compiler | https://www.csd.uwo.ca/~mmorenom/CS447/Lectures/Introduction.html/node10.html | +| | The Structure of a Compiler | https://www.brainkart.com/article/The-Structure-of-a-Compiler_8121/ | +| | Wikipedia: Compiler | https://en.wikipedia.org/wiki/Compiler | +| | The Structure of a Compiler (slides) | https://pages.cs.wisc.edu/~fischer/cs536.s08/lectures/Lecture04.4up.pdf | +| | Wikipedia: Code Generation | https://en.wikipedia.org/wiki/Code_generation_(compiler) | +| | Intro to Code Generation | https://cs.lmu.edu/~ray/notes/codegen/ | +| | Code Generation | https://www.tutorialspoint.com/compiler_design/compiler_design_code_generation.htm | +|*? | Phases of a Compiler | https://www.guru99.com/compiler-design-phases-of-compiler.html | +|*? | Writing a C Compiler (Pt. 1) | https://norasandler.com/2017/11/29/Write-a-Compiler.html | +| | V: Phases of a Compiler | https://www.youtube.com/watch?v=jE7f3sGLGVk | +|* | V: Different Phases of Comp | https://www.youtube.com/watch?v=TApMNhQPaCM | +|* | V: Parser and Lexer (Pt. 1) | https://www.youtube.com/watch?v=eF9qWbuQLuw | - semantic analysis / type checking