Difference between revisions of "COMP442/6421 - winter 2018"
From Dr. Joey Paquet Web Site
(→Lecture Schedule) |
|||
Line 37: | Line 37: | ||
! {{tableHeaderCell}}| date | ! {{tableHeaderCell}}| date | ||
! {{tableHeaderCell}}| event | ! {{tableHeaderCell}}| event | ||
− | ! {{tableHeaderCell}}| topics/material | + | ! {{tableHeaderCell}}| lectures topics/material |
+ | ! {{tableHeaderCell}}| lab material | ||
|- | |- | ||
|| week 1 | || week 1 | ||
Line 44: | Line 45: | ||
|| | || | ||
*[[Media:COMP442-6421.1.introduction.ppt|introduction]] | *[[Media:COMP442-6421.1.introduction.ppt|introduction]] | ||
+ | || | ||
|- | |- | ||
|| week 2 | || week 2 | ||
Line 51: | Line 53: | ||
|| | || | ||
*[[Media:COMP442-6421.2.lexical.ppt|lexical analysis]] | *[[Media:COMP442-6421.2.lexical.ppt|lexical analysis]] | ||
+ | || | ||
|- | |- | ||
|| week 3 | || week 3 | ||
Line 57: | Line 60: | ||
|| | || | ||
*[[Media:COMP442-6421.3.SyntaxI.ppt|syntax analysis: introduction]] | *[[Media:COMP442-6421.3.SyntaxI.ppt|syntax analysis: introduction]] | ||
+ | || | ||
|- | |- | ||
|| week 4 | || week 4 | ||
Line 65: | Line 69: | ||
|| | || | ||
*[[Media:COMP442-6421.4.SyntaxII.ppt|top-down parsing I]] | *[[Media:COMP442-6421.4.SyntaxII.ppt|top-down parsing I]] | ||
+ | || | ||
|- | |- | ||
|| week 5 | || week 5 | ||
Line 71: | Line 76: | ||
|| | || | ||
*[[Media:COMP442-6421.5.SyntaxIII.ppt|top-down parsing II]] | *[[Media:COMP442-6421.5.SyntaxIII.ppt|top-down parsing II]] | ||
+ | || | ||
|- | |- | ||
|| week 6 | || week 6 | ||
Line 80: | Line 86: | ||
|| mid-term break | || mid-term break | ||
|| feb 19 - feb 25 | || feb 19 - feb 25 | ||
+ | || | ||
|| | || | ||
|| | || | ||
Line 90: | Line 97: | ||
|| | || | ||
*[[Media:COMP442-6421.7.BottomUpII.ppt|bottom-up parsing II]] | *[[Media:COMP442-6421.7.BottomUpII.ppt|bottom-up parsing II]] | ||
+ | || | ||
|- | |- | ||
|| week 8 | || week 8 | ||
Line 96: | Line 104: | ||
|| | || | ||
*[[Media:COMP442-6421.8.SDT.ppt|syntax-directed translation I]] | *[[Media:COMP442-6421.8.SDT.ppt|syntax-directed translation I]] | ||
+ | || | ||
|- | |- | ||
|| week 9 | || week 9 | ||
Line 103: | Line 112: | ||
|| | || | ||
*[[Media:COMP442-6421.9.SDTII.ppt|syntax-directed translation II]] | *[[Media:COMP442-6421.9.SDTII.ppt|syntax-directed translation II]] | ||
+ | || | ||
|- | |- | ||
|| week 10 | || week 10 | ||
Line 111: | Line 121: | ||
|| | || | ||
*[[Media:COMP442-6421.10.CodeGenerationI.ppt|code generation I]] | *[[Media:COMP442-6421.10.CodeGenerationI.ppt|code generation I]] | ||
+ | || | ||
|- | |- | ||
|| week 11 | || week 11 | ||
Line 117: | Line 128: | ||
|| | || | ||
*[[Media:COMP442-6421.11.CodeGenerationII.ppt|code generation II]] | *[[Media:COMP442-6421.11.CodeGenerationII.ppt|code generation II]] | ||
+ | || | ||
|- | |- | ||
|| week 12 | || week 12 | ||
Line 123: | Line 135: | ||
*University closed | *University closed | ||
|| | || | ||
+ | || | ||
|- | |- | ||
|| week 12 | || week 12 | ||
Line 129: | Line 142: | ||
|| | || | ||
*[[Media:COMP442-6421.12.review.ppt|review]] | *[[Media:COMP442-6421.12.review.ppt|review]] | ||
+ | || | ||
|- | |- | ||
|| week 13 | || week 13 | ||
Line 136: | Line 150: | ||
*[[Media:Projectdemonstration.COMP442.paquet.2018.4.pdf|final project grading sheet (handout)]] | *[[Media:Projectdemonstration.COMP442.paquet.2018.4.pdf|final project grading sheet (handout)]] | ||
*[[COMP442/6421 final project demonstrations schedule - winter 2018|final project demonstrations]] | *[[COMP442/6421 final project demonstrations schedule - winter 2018|final project demonstrations]] | ||
+ | || | ||
|| | || | ||
|- | |- | ||
Line 142: | Line 157: | ||
|| | || | ||
*final examination: apr 30th, 19h-22h (tentative) | *final examination: apr 30th, 19h-22h (tentative) | ||
− | + | || | |
|| | || | ||
|} | |} |
Revision as of 16:34, 30 January 2018
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 | e-mail address | web |
---|---|---|---|---|---|---|
lecture NN | M------ | 17:45-20:15 | H 433 | Paquet, Joey | paquet@cse.concordia.ca | |
office hours | -T----- | 10:00-12:00 | EV 3.221 | Paquet, Joey | ||
lab hours NI | M------ | 20:30-22:20 | H 819 | Haotao Lai | h_lai@encs.concordia.ca | |
lab hours NJ | M------ | 15:45-17:30 | H 823 | Jashanjot Singh | s_jashan@encs.concordia.ca | |
lab hours NK | M------ | 20:30-22:20 | H 823 | Jashanjot Singh | s_jashan@encs.concordia.ca |
Lecture Schedule
wk | date | event | lectures topics/material | lab material |
---|---|---|---|---|
week 1 | jan 8 | |||
week 2 | jan 15 | |||
week 3 | jan 22 | |||
week 4 | jan 29 |
|
||
week 5 | feb 5 | |||
week 6 | feb 12 | |||
mid-term break | feb 19 - feb 25 | |||
week 7 | feb 26 |
|
||
week 8 | mar 5 | |||
week 9 | mar 12 |
|
||
week 10 | mar 19 |
|
||
week 11 | mar 26 | |||
week 12 | apr 2 |
|
||
week 12 | apr 9 | |||
week 13 | apr 15-17 |
|
||
examination week | apr 18 - may 1 |
|