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

From Dr. Joey Paquet Web Site
Jump to: navigation, search
(Lecture Schedule)
(Lecture Schedule)
Line 52: Line 52:
 
|| jan 16
 
|| jan 16
 
||
 
||
*[ [[Media:Assignment1.COMP442-6421.paquet.2023.4.zip|handout]] ]  [ video ] project assignment #1 (lexical analyzer)
+
*[ [[Media:Assignment1.COMP442-6421.paquet.2023.4.zip|handout]] ]  [ [https://bit.ly/3WfbHmL video] ] project assignment #1 (lexical analyzer)
 
||
 
||
 
*[ [[Media:COMP442-6421.2.lexical.ppt|slides]] ] [ [https://bit.ly/399HM9Z video] ] lexical analysis
 
*[ [[Media:COMP442-6421.2.lexical.ppt|slides]] ] [ [https://bit.ly/399HM9Z video] ] lexical analysis

Revision as of 17:56, 15 January 2023

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
in-person lecture NN M------ 17:45-20:15 H-920
[YouTube]
Paquet, Joey joey.paquet@concordia.ca
office hours M------ 10:00-12:00 ER-11-49
[zoom]
Paquet, Joey
lab NN NI M------ 20:30-22:20 H-907 Jafarpour, Hamed jafarpour.ha@gmail.com
lab NN NJ M------ 15:45-17:35 H-907 Marhwal, Vashisht vmarhwal97@gmail.com
marker Jafarpour, Hamed jafarpour.ha@gmail.com
marker Marhwal, Vashisht vmarhwal97@gmail.com

Lecture Schedule

wk wk lecture date event lectures topics/material lab material
(for videos - see moodle)
week 1 jan 9
  • no lab
week 2 jan 16
  • [ handout ] [ video ] project assignment #1 (lexical analyzer)
week 3 Jan 23
week 4 jan 30
  • project assignment 1 due (jan 29)
  • [ schedule ] [ grading sheet ] [ grades ] project assignment 1 demonstrations (jan 31-feb 1)
  • [ handout ] [ video ] project assignment #2 (syntactic analyzer)
  • Programmer on duty
week 5 feb 6
  • [ slides ] [ video ] grammar transformation and parsing
week 6 feb 13
week 7 feb 20
  • project assignment 2 due (feb 19)
  • [ schedule ] [ grading sheet ] [ grades ] project assignment 2 demonstrations (feb 21,22)
  • [ handout ] [ video ] project assignment #3 (AST generation)
  • Programmer on duty
midterm break feb 27 - mar 5
week 8 mar 6
  • project assignment 3 due (mar 5)
  • [ schedule ] [ grading sheet ] [ grades ] project assignment 3 demonstrations (mar 7-8)
  • [ handout ] [ video ] project assignment #4 (semantic analysis)
  • [ slides ] [ video ] Tree traversal and symbol table generation
week 9 mar 13
  • Programmer on duty
week 10 mar 20
  • project assignment 4 due (mar 19)
  • [ schedule ] [ grading sheet ] [ grades ] project assignment 4 demonstrations (mar 21-22)
  • [ handout ] [ video ] project assignment #5 (code generation)
week 11 mar 27
week 12 apr 3
  • project assignment 5 due (apr 2)
  • [ schedule ] [ grading sheet ] [ grades ] project assignment 5 demonstrations (apr 4-5)
  • [ slides ] [ video ] review and discussion on final examination
week 13 apr 17
  • no lab
examination period apr 20 - may 2

Course Material and Resources