small amount of link pruning and stars

This commit is contained in:
haydendavenport 2022-05-15 16:19:38 +00:00
parent aa5f2639f6
commit 8740833104
1 changed files with 17 additions and 18 deletions

View File

@ -20,24 +20,23 @@ motivation / goals / what questions are we trying to answer:
ok what do we want to cover ok what do we want to cover
- classical compiler structure (lexer -> parser -> codegen) - classical compiler structure (lexer -> parser -> codegen)
|Star| Title | Page | |Star| Title | Page |
|----|------------------------------|------| |----|---------------------------------------|------|
| | Phases of a Compiler | https://www.geeksforgeeks.org/phases-of-a-compiler/ | | | Phases of a Compiler | https://www.geeksforgeeks.org/phases-of-a-compiler/ |
| | Compiler Architecture | https://cs.lmu.edu/~ray/notes/compilerarchitecture/ | |* | Compiler Architecture | https://cs.lmu.edu/~ray/notes/compilerarchitecture/ |
| | Compiler Design | https://www.tutorialspoint.com/compiler_design/compiler_design_phases_of_compiler.htm | | | 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 | | | 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/ | | | The Structure of a Compiler | https://www.brainkart.com/article/The-Structure-of-a-Compiler_8121/ |
| | Wikipedia: Compiler | https://en.wikipedia.org/wiki/Compiler | | | Wikipedia: Compiler | https://en.wikipedia.org/wiki/Compiler |
| | Compiler Phases | https://www.javatpoint.com/compiler-phases | | | The Structure of a Compiler (slides) | https://pages.cs.wisc.edu/~fischer/cs536.s08/lectures/Lecture04.4up.pdf |
| | The Structure of a Compiler | https://pages.cs.wisc.edu/~fischer/cs536.s08/lectures/Lecture04.4up.pdf | | | Wikipedia: Code Generation | https://en.wikipedia.org/wiki/Code_generation_(compiler) |
| | Phases of a Compiler | https://www.guru99.com/compiler-design-phases-of-compiler.html | | | Intro to Code Generation | https://cs.lmu.edu/~ray/notes/codegen/ |
| | Writing a C Compiler (Pt. 1) | https://norasandler.com/2017/11/29/Write-a-Compiler.html | | | Code Generation | https://www.tutorialspoint.com/compiler_design/compiler_design_code_generation.htm |
| | V: Structure of a Compiler | https://www.youtube.com/watch?v=RH02jcUiPI0 | |*? | Phases of a Compiler | https://www.guru99.com/compiler-design-phases-of-compiler.html |
| | V: Phases of a Compiler | https://www.youtube.com/watch?v=jE7f3sGLGVk | |*? | Writing a C Compiler (Pt. 1) | https://norasandler.com/2017/11/29/Write-a-Compiler.html |
| | V: Compiler Design | https://www.youtube.com/watch?v=OZSGjRSHYUk | | | 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: 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 |
| | V: Parser and Lexer (Pt. 1) | https://www.youtube.com/watch?v=eF9qWbuQLuw |
- semantic analysis / type checking - semantic analysis / type checking