small amount of link pruning and stars
This commit is contained in:
		
							parent
							
								
									aa5f2639f6
								
							
						
					
					
						commit
						8740833104
					
				| 
						 | 
				
			
			@ -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
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue