Difference between revisions of "COMP442/6421 - winter 2018"
From Dr. Joey Paquet Web Site
(→Lecture Schedule) |
(→Lecture Schedule) |
||
Line 43: | Line 43: | ||
|| | || | ||
|| | || | ||
− | *[[Media:COMP442-6421.1.introduction. | + | *[[Media:COMP442-6421.1.introduction.pdf|introduction]] |
|| | || | ||
|- | |- | ||
Line 59: | Line 59: | ||
|| | || | ||
|| | || | ||
− | *[[Media:COMP442-6421.3.SyntaxI. | + | *[[Media:COMP442-6421.3.SyntaxI.pdf|syntax analysis: introduction]] |
|| | || | ||
|- | |- | ||
Line 68: | Line 68: | ||
*[[Media:Assignment2.COMP442.paquet.2018.4.pdf|project assignment #2 (syntactic analyzer) (handout)]] | *[[Media:Assignment2.COMP442.paquet.2018.4.pdf|project assignment #2 (syntactic analyzer) (handout)]] | ||
|| | || | ||
− | *[[Media:COMP442-6421.4.SyntaxII. | + | *[[Media:COMP442-6421.4.SyntaxII.pdf|top-down parsing I]] |
|| | || | ||
*[[Media:Comp442-6421.lab2.pptx|lab slides for assignment #2]] | *[[Media:Comp442-6421.lab2.pptx|lab slides for assignment #2]] | ||
Line 77: | Line 77: | ||
|| | || | ||
|| | || | ||
− | *[[Media:COMP442-6421.5.SyntaxIII. | + | *[[Media:COMP442-6421.5.SyntaxIII.pdf|top-down parsing II]] |
− | *[[Media:COMP442-6421.6.SDT. | + | *[[Media:COMP442-6421.6.SDT.pdf|syntax-directed translation I]] |
|| | || | ||
|- | |- | ||
Line 85: | Line 85: | ||
|| | || | ||
|| | || | ||
− | *[[Media:COMP442-6421.7.SDTII. | + | *[[Media:COMP442-6421.7.SDTII.pdf|syntax-directed translation II]] |
− | *[[Media:COMP442-6421.8.SDTAST. | + | *[[Media:COMP442-6421.8.SDTAST.pdf|AST generation using SDT]] |
|| | || | ||
|- | |- | ||
Line 101: | Line 101: | ||
*[[Media:assignment3.COMP442.paquet.2018.4.pdf|project assignment #3 (symbol table creation)(handout)]] | *[[Media:assignment3.COMP442.paquet.2018.4.pdf|project assignment #3 (symbol table creation)(handout)]] | ||
|| | || | ||
− | *[[Media:COMP442-6421.9. | + | *[[Media:COMP442-6421.9.VisitorSymTab.pdf|Tree traversal and symbol table generation]] |
|| | || | ||
|- | |- | ||
Line 108: | Line 108: | ||
|| | || | ||
|| | || | ||
− | *[[Media:COMP442-6421.10.BottomUpI. | + | *[[Media:COMP442-6421.10.BottomUpI.pdf|bottom-up parsing I]] |
|| | || | ||
|- | |- | ||
Line 116: | Line 116: | ||
* [mar 19] deadline for withdrawal | * [mar 19] deadline for withdrawal | ||
|| | || | ||
− | *[[Media:COMP442-6421.11.BottomUpII. | + | *[[Media:COMP442-6421.11.BottomUpII.pdf|bottom-up parsing II]] |
|| | || | ||
|- | |- | ||
Line 125: | Line 125: | ||
*[[Media:assignment4.COMP442.paquet.2018.4.pdf|project assignment #4 (code generation) (handout)]] | *[[Media:assignment4.COMP442.paquet.2018.4.pdf|project assignment #4 (code generation) (handout)]] | ||
|| | || | ||
− | *[[Media:COMP442-6421.12.CodeGenerationI. | + | *[[Media:COMP442-6421.12.CodeGenerationI.pdf|code generation I]] |
|| | || | ||
|- | |- | ||
Line 132: | Line 132: | ||
|| | || | ||
|| | || | ||
− | *[[Media:COMP442-6421.13.CodeGenerationII. | + | *[[Media:COMP442-6421.13.CodeGenerationII.pdf|code generation II]] |
|| | || | ||
|- | |- | ||
Line 146: | Line 146: | ||
|| | || | ||
|| | || | ||
− | *[[Media:COMP442-6421.14.review. | + | *[[Media:COMP442-6421.14.review.pdf|review]] |
|| | || | ||
|- | |- |
Revision as of 14:52, 22 February 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 |
---|---|---|---|---|---|
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 |
|