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

From Dr. Joey Paquet Web Site
Jump to: navigation, search
(Course Schedule and Contacts)
(Course Schedule and Contacts)
Line 21: Line 21:
 
|| in-person lecture NN    || <tt>M------</tt>      || <tt>17:45-20:15</tt> || H-920 <br> [https://www.youtube.com/channel/UCJuTFcB9yqK-wI2LHK-RyGQ [YouTube]] || Paquet, Joey      || [mailto:joey.paquet@concordia.ca joey.paquet@concordia.ca]   
 
|| in-person lecture NN    || <tt>M------</tt>      || <tt>17:45-20:15</tt> || H-920 <br> [https://www.youtube.com/channel/UCJuTFcB9yqK-wI2LHK-RyGQ [YouTube]] || Paquet, Joey      || [mailto:joey.paquet@concordia.ca joey.paquet@concordia.ca]   
 
|-
 
|-
|| office hours  || <tt>M------</tt>      || <tt>10:00-12:00</tt> || ER-11-49 [https://concordia-ca.zoom.us/j/89150776684 [zoom]]    || Paquet, Joey      ||     
+
|| office hours  || <tt>M------</tt>      || <tt>10:00-12:00</tt> || ER-11-49 <br>[https://concordia-ca.zoom.us/j/89150776684 [zoom]]    || Paquet, Joey      ||     
 
|-
 
|-
 
|| lab NN NI    || <tt>M------</tt>      || <tt>20:30-22:20</tt> || H-907    || Jafarpour, Hamed  || [mailto:jafarpour.ha@gmail.com jafarpour.ha@gmail.com]
 
|| lab NN NI    || <tt>M------</tt>      || <tt>20:30-22:20</tt> || H-907    || Jafarpour, Hamed  || [mailto:jafarpour.ha@gmail.com jafarpour.ha@gmail.com]
 
|-
 
|-
 
|| lab NN NJ    || <tt>M------</tt>      || <tt>15:45-17:35</tt> || H-907    || Marhwal, Vashisht || [mailto:vmarhwal97@gmail.com vmarhwal97@gmail.com]
 
|| lab NN NJ    || <tt>M------</tt>      || <tt>15:45-17:35</tt> || H-907    || Marhwal, Vashisht || [mailto:vmarhwal97@gmail.com vmarhwal97@gmail.com]
 +
|-
 
|| marker        ||                        ||                      ||                                                        || Jafarpour, Hamed  || [mailto:jafarpour.ha@gmail.com jafarpour.ha@gmail.com]
 
|| marker        ||                        ||                      ||                                                        || Jafarpour, Hamed  || [mailto:jafarpour.ha@gmail.com jafarpour.ha@gmail.com]
 
|-
 
|-

Revision as of 15:25, 4 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 10
  • no lab
week 2 jan 17
  • [ handout ] [ video ] project assignment #1 (lexical analyzer)
week 3 Jan 24
week 4 jan 31
  • Programmer on duty
week 5 feb 7
  • [ slides ] [ video ] grammar transformation and parsing
week 6 feb 14
week 7 feb 21
  • Programmer on duty
midterm break feb 28 - mar 6
week 8 mar 7
  • [ slides ] [ video ] Tree traversal and symbol table generation
week 9 mar 14
  • Programmer on duty
week 10 mar 21
week 11 mar 28
week 12 apr 4
  • [ slides ] [ video ] review and discussion on final examination
week 13 apr 11
  • no lab
examination week apr 19 - may 1

Course Material and Resources