Advertisement
Guest User

Untitled

a guest
Jul 25th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.19 KB | None | 0 0
  1. - 01 01 introduction redo correction https://www.youtube.com/watch?v=HUNwSKbTDTc
  2. - 01 02 structure of a compiler final https://www.youtube.com/watch?v=gp2YgMSVW-g
  3. - 01 03 the economy of programming languages https://www.youtube.com/watch?v=KgKtXkSZPAM
  4. - 02 01 cool overview final https://www.youtube.com/watch?v=ml7Unet7Si4
  5. - 02 02 cool example ii final https://www.youtube.com/watch?v=vJXs_xrjLVA
  6. - 02 03 cool example iii final correction https://www.youtube.com/watch?v=Qcq0NugtsYU
  7.  
  8. - 03 01 A Lexical Analysis https://www.youtube.com/watch?v=s2AfL99gKwU
  9. - 03 01 B Lexical Analysis https://www.youtube.com/watch?v=BBtHx4cE_Q0
  10. - 03 02 lexical analysis examples final https://www.youtube.com/watch?v=SR-5AdIzwR0
  11. - 03 03 A Regular Languages https://www.youtube.com/watch?v=Po4eXMOXIek
  12. - 03 03 B Regular Languages https://www.youtube.com/watch?v=jHwq-ZYGpus
  13. - 03 04 formal languages https://www.youtube.com/watch?v=lkoMFvclZU4
  14. - 03 05 lexical specifications final quizupdate https://www.youtube.com/watch?v=QL4vHebtb70
  15. - 04 01 lexical specification https://www.youtube.com/watch?v=raHfzOQ7im0
  16. - 04 02 finite automata part 1 https://www.youtube.com/watch?v=YCWKr_GaSaA
  17. - 04 02 finite automata part 2 https://www.youtube.com/watch?v=HXt0NWRi4Do
  18. - 04 03 regular expressions to nfas final quizupdate correction https://www.youtube.com/watch?v=pPzvcmnHh7U
  19. - 04 04 nfa to dfa quizupdate https://www.youtube.com/watch?v=Uv2TR7vHVu0
  20. - 04 05 implementing finite automata correction https://www.youtube.com/watch?v=986odG3pJf0
  21.  
  22. - 05 01 introduction to parsing https://www.youtube.com/watch?v=ajM9bokEB2c
  23. - 05 02 A Context Free Grammars https://www.youtube.com/watch?v=z87PPnwtjKE
  24. - 05 02 B Context Free Grammars https://www.youtube.com/watch?v=T4aMOz2sjog
  25. - 05 03 A Derivations https://www.youtube.com/watch?v=OSLkgeRUof4
  26. - 05 03 B Derivations https://www.youtube.com/watch?v=guldWwGV66k
  27. - 05 04 A Ambiguity https://www.youtube.com/watch?v=nzMSPj0LtYo
  28. - 05 04 B Ambiguity https://www.youtube.com/watch?v=01V6B8daKQE
  29. - 05 04 C Ambiguity https://www.youtube.com/watch?v=K93ZBJl59HE
  30. - 06 01 error handling https://www.youtube.com/watch?v=BE4D9u_CCzc
  31. - 06 02 abstract syntax trees https://www.youtube.com/watch?v=vJwgm0KPXU4
  32. - 06 03 recursive descent parsing https://www.youtube.com/watch?v=dYsiC_2VYTc
  33. - 06 04 recursive descent algorithm https://www.youtube.com/watch?v=d_7uuVslezs
  34. - 06 04 1 recursive descent limitations 04 1 https://www.youtube.com/watch?v=oTRXkvYzEis
  35. - 06 05 A Left Recursion https://www.youtube.com/watch?v=NLtLriVXD0I
  36. - 06 05 B Left Recursion https://www.youtube.com/watch?v=kvEXg-A_VRM
  37.  
  38. - 07 01 A Predictive Parsing https://www.youtube.com/watch?v=wUNM2ynHDU4
  39. - 07 01 B Predictive Parsing https://www.youtube.com/watch?v=qwJqfdXIs1Y
  40. - 07 02 first sets https://www.youtube.com/watch?v=Z_KD71F1_zA
  41. - 07 03 follow sets https://www.youtube.com/watch?v=iZKpKA5ICx8
  42. - 07 04 ll1 parsing tables https://www.youtube.com/watch?v=bVtzMR8s7vc
  43. - 07 05 A Bottom Up Parsing https://www.youtube.com/watch?v=rB0MKGJvoS0
  44. - 07 05 B Bottom Up Parsing https://www.youtube.com/watch?v=aAFRn1BZS8k
  45. - 07 06 A Shift Reduce Parsing https://www.youtube.com/watch?v=uGEVyE5dHH4
  46. - 07 06 B Shift Reduce Parsing https://www.youtube.com/watch?v=4o-eDDWrGYY
  47. - 08 01 A Handles https://www.youtube.com/watch?v=Qy6h0nIqF3E
  48. - 08 01 B Handles https://www.youtube.com/watch?v=RfSCvl3Yx00
  49. - 08 02 recognizing handles https://www.youtube.com/watch?v=Vyz1KP_ZsPw
  50. - 08 03 recognizing viable prefixes https://www.youtube.com/watch?v=HzHcpUY1e74
  51. - 08 04 valid items https://www.youtube.com/watch?v=XrSknMmoM3g
  52. - 08 05 slr parsing https://www.youtube.com/watch?v=4erhudlIcqg
  53. - 08 06 slr parsing example https://www.youtube.com/watch?v=hODVQXLso28
  54. - 08 07 slr improvements https://www.youtube.com/watch?v=zWUWCu5tTX0
  55. - 08 08 slr examples correction https://www.youtube.com/watch?v=EjOYPhclIjE
  56.  
  57. - 09 01 introduction to semantic analysis https://www.youtube.com/watch?v=4g1Tk6TXEq0
  58. - 09 02 scope https://www.youtube.com/watch?v=ULmnPbUvrMI
  59. - 09 03 symbol tables https://www.youtube.com/watch?v=QiI6zLIacvI
  60. - 09 04 types https://www.youtube.com/watch?v=IU9R8YhBAp0
  61. - 09 05 A Type Checking https://www.youtube.com/watch?v=eg4SP6MerSk
  62. - 09 05 B Type Checking https://www.youtube.com/watch?v=bo6tzKhNSJk
  63. - 09 06 A Type Environments https://www.youtube.com/watch?v=ddffZzHQ72I
  64. - 09 06 B Type Environments https://www.youtube.com/watch?v=XqzKiAazBxU
  65. - 09 07 A Subtyping https://www.youtube.com/watch?v=KOLF_HcfbGU
  66. - 09 07 B Subtyping https://www.youtube.com/watch?v=87Q753g2N00
  67. - 09 08 A Typing Methods https://www.youtube.com/watch?v=lZL_6DzumCw
  68. - 09 08 B Typing Methods https://www.youtube.com/watch?v=9KBeILnvkVc
  69. - 09 09 implementing type checking https://www.youtube.com/watch?v=cSCnLbAAE84
  70.  
  71. - 10 01 A Static vs Dynamic Typing https://www.youtube.com/watch?v=BzGImXUIjdY
  72. - 10 01 B Static vs Dynamic Typing https://www.youtube.com/watch?v=afBd4pvF7jw
  73. - 10 02 self type https://www.youtube.com/watch?v=2gmWGF4z1Kk
  74. - 10 03 A Self Type Operations https://www.youtube.com/watch?v=mVZQnlrRWNQ
  75. - 10 03 B Self Type Operations https://www.youtube.com/watch?v=Nfu0aGsY_Us
  76. - 10 04 self type usage https://www.youtube.com/watch?v=EwjIWOAuRAY
  77. - 10 05 A Self Type Checking https://www.youtube.com/watch?v=5eZisfZRHLc
  78. - 10 05 B Self Type Checking https://www.youtube.com/watch?v=6bpcoCSreWI
  79. - 10 06 error recovery https://www.youtube.com/watch?v=mIckDCUvDG8
  80. - 11 01 runtime organization https://www.youtube.com/watch?v=-9rXwgP7hGw
  81. - 11 02 A Activations https://www.youtube.com/watch?v=ligqaRozp6w
  82. - 11 02 B Activations https://www.youtube.com/watch?v=iw3ErxXBILE
  83. - 11 03 activation records https://www.youtube.com/watch?v=zTeHiW6gacQ
  84. - 11 04 globals and heap https://www.youtube.com/watch?v=WUc5LVz8V-M
  85. - 11 05 alignment https://www.youtube.com/watch?v=_-6dHHKY1XA
  86. - 11 06 stack machines https://www.youtube.com/watch?v=uwkFpjW2Tsg
  87.  
  88. - 12 01 introduction to code generation https://www.youtube.com/watch?v=IRC3pfSmMA4
  89. - 12 02 A Code Generation I https://www.youtube.com/watch?v=OP--5l1VBks
  90. - 12 02 B Code Generation I https://www.youtube.com/watch?v=LZNIpS6eals
  91. - 12 03 A Code Generation II https://www.youtube.com/watch?v=1iIuFHDPgiQ
  92. - 12 03 B Code Generation II https://www.youtube.com/watch?v=5dS9t3jlWv4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement