Difference between revisions of "COMP442/6421 - winter 2022"

From Dr. Joey Paquet Web Site
Jump to: navigation, search
(Lecture Schedule)
(Lecture Schedule)
Line 138: Line 138:
 
*[ [[Media:COMP442-6421.12.CodeGenerationI.ppt|slides]] ] [ [https://bit.ly/2Pp8S5u video] ] code generation I
 
*[ [[Media:COMP442-6421.12.CodeGenerationI.ppt|slides]] ] [ [https://bit.ly/2Pp8S5u video] ] code generation I
 
||
 
||
*  [ [[Media:COMP442-6421.lab06.code.generation.pptx|slides]] ] [ [https://concordia.yuja.com/Dashboard/Permalink?authCode=484026787&b=333076&linkType=video video] ] lab slides 7
+
*  [ [[Media:COMP442-6421.lab06.code.generation.pptx|slides]] ] [ [https://concordia.yuja.com/Dashboard/Permalink?authCode=484026787&b=333076&linkType=video video] ] code generation I
 
|-
 
|-
 
|| week 11
 
|| week 11
Line 146: Line 146:
 
*[ [[Media:COMP442-6421.13.CodeGenerationII.ppt|slides]] ] [ [https://www.youtube.com/watch?v=VeLeFl_Pyqs video] ]  code generation II
 
*[ [[Media:COMP442-6421.13.CodeGenerationII.ppt|slides]] ] [ [https://www.youtube.com/watch?v=VeLeFl_Pyqs video] ]  code generation II
 
||
 
||
*[ [[Media:COMP442-6421.lab08.code.generation.II.pptx|slides ]]] [ [https://concordia.yuja.com/Dashboard/Permalink?authCode=1359950929&b=338315&linkType=video video] ]  lab slides 8
+
*[ [[Media:COMP442-6421.lab08.code.generation.II.pptx|slides ]]] [ [https://concordia.yuja.com/Dashboard/Permalink?authCode=1359950929&b=338315&linkType=video video] ]  code generation II
 
|-
 
|-
 
|| week 12
 
|| week 12

Revision as of 11:38, 4 January 2022

Contents

Course Description

COMP 442/6421 - Compiler Design (4 credits)

Prerequisites (COMP442): COMP 228 or SOEN 228 or COEN 311; COMP 335; COMP 352 or COEN 352
Prerequisites (COMP6421): COMP 5201, 5361, 5511.

Compiler organization and implementation. Programming language constructs, their syntax and semantics. Syntax directed translation, code optimization. Run-time organization of programming languages. Project. Lectures: three hours per week. Laboratory: two hours per week.

Course Schedule and Contacts

component day time location instructor email
lecture NN -Tu----- 17:45-20:15 [YouTube]
[zoom]
Paquet, Joey paquet@cse.concordia.ca
office hours --W---- 10:00-12:00 [zoom] Paquet, Joey
lab NN NI -Tu----- 20:30-22:20 [TBD [zoom]] Jafarpour, Hamed jafarpour.ha@gmail.com
lab NN NJ -Tu----- 15:45-17:35 [TBD [zoom]] Marhwal, Vashisht vmarhwal97@gmail.com
marker Jafarpour, Hamed jafarpour.ha@gmail.com
marker Marhwal, Vashisht vmarhwal97@gmail.com

Lecture Schedule

wk wk starting date event lectures topics/material lab material
(for videos - see moodle)
week 1 jan 11
week 2 jan 18
  • [ handout ] [ video ] project assignment #1 (lexical analyzer)
week 3 Jan 25
week 4 feb 1
  • project assignment 1 due (jan 31) [ [schedule] ] [ grading sheet ]
  • [ [schedule] ] project assignment 1 demonstrations (feb 2-3)
  • [ handout ] [ [video] ] project assignment #2 (syntactic analyzer)
  • Programmer On duty
week 5 feb 8
  • [ slides ] [ video ] grammar transformation and parsing
week 6 feb 15
  • project assignment 2 due (feb 21)
  • [ [schedule] ] [ grading sheet ] project assignment 2 demonstrations (feb 23,24)
  • [ handout ] [ video ] project assignment #3 (AST generation) (handout)
week 7 feb 22
  • [ slides ] [ video ] Tree traversal and symbol table generation
  • Programmer On Duty
midterm break feb 28 - mar 6
week 8 mar 8
  • [ handout ] [ [video] ] project assignment #4 (semantic analysis) (handout)
  • project assignment 3 due (apr 7)
  • [ [schedule] ] project assignment 3 demonstrations (mar 9-10)
  • [ slides ] [ video ] bottom-up parsing I
  • [ slides ] AST generation: supplementary lecture
week 9 mar 15
week 10 mar 22
week 11 mar 29
week 12 apr 5
  • [ handout ] final project grading sheet (handout)
  • project assignment 4 due (apr 18)
  • [ [schedule] ] project assignment 5 demonstrations (apr 6-7)
  • [ slides ] [ video ] review and discussion on final examination
week 13 apr 12
  • final project due (apr 11)
  • [ [schedule] ] final project demonstrations (apr 13-14)
examination week apr 19 - may 1

Course Material and Resources