Difference between revisions of "COMP442/6421 - winter 2013"
From Dr. Joey Paquet Web Site
Line 45: | Line 45: | ||
|| jan 14 | || jan 14 | ||
|| | || | ||
− | *[[ | + | *[[Media:Assignment1.COMP442.paquet.2013.4.pdf|project assignment #1 (lexical analyzer) (handout)]] |
|| | || | ||
− | *[[ | + | *[[Media:(02)Lexical.ppt|lexical analysis]] |
|- | |- | ||
|| week 3 | || week 3 | ||
Line 53: | Line 53: | ||
|| | || | ||
|| | || | ||
− | *[[ | + | *[[Media:(03)Syntax.ppt|syntax analysis: introduction]] |
|- | |- | ||
|| week 4 | || week 4 | ||
Line 59: | Line 59: | ||
|| | || | ||
*project assignment 1 due | *project assignment 1 due | ||
− | *[[ | + | *[[Media:Assignment2.COMP442.paquet.2013.4.pdf|project assignment #2 (syntactic analyzer) (handout)]] |
|| | || | ||
− | *[[ | + | *[[Media:(04)SyntaxII.ppt|top-down parsing I]] |
|- | |- | ||
|| week 5 | || week 5 | ||
Line 67: | Line 67: | ||
|| | || | ||
|| | || | ||
− | *[[ | + | *[[Media:(05)SyntaxER.ppt|top-down parsing II]] |
|- | |- | ||
|| week 6 | || week 6 | ||
Line 73: | Line 73: | ||
|| | || | ||
|| | || | ||
− | *[[ | + | *[[Media:(06)SyntaxBottomUp.ppt|bottom-up parsing I]] |
|- | |- | ||
|| mid-term break | || mid-term break | ||
Line 84: | Line 84: | ||
|| | || | ||
*project assignment 2 due | *project assignment 2 due | ||
− | *[[ | + | *[[Media:Assignment3.COMP442.paquet.2013.4.pdf|project assignment #3 (symbol table creation) (handout)]] |
|| | || | ||
− | *[[ | + | *[[Media:(07)SyntaxBottomUpII.ppt|bottom-up parsing II]] |
|- | |- | ||
|| week 8 | || week 8 | ||
Line 92: | Line 92: | ||
|| | || | ||
|| | || | ||
− | *[[ | + | *[[Media:(08)SynDirectTransI.ppt|syntax-directed translation I]] |
|- | |- | ||
|| week 9 | || week 9 | ||
Line 98: | Line 98: | ||
|| | || | ||
|| | || | ||
− | *[[ | + | *[[Media:(09)SynDirectTransITD2.ppt|syntax-directed translation II]] |
|- | |- | ||
|| week 10 | || week 10 | ||
Line 104: | Line 104: | ||
|| | || | ||
|| | || | ||
− | *[[ | + | *[[Media:(10)IntroCodeGen&IR.ppt|code generation I]] |
|- | |- | ||
|| week 11 | || week 11 | ||
Line 110: | Line 110: | ||
|| | || | ||
*project assignment 3 due | *project assignment 3 due | ||
− | *[[ | + | *[[Media:Assignment4.COMP442.paquet.2013.4.pdf|project assignment #4 (code generation) (handout)]] |
|| | || | ||
− | *[[ | + | *[[Media:(11)CodeGeneration.ppt|code generation II]] |
|- | |- | ||
|| week 12 | || week 12 | ||
Line 118: | Line 118: | ||
|| | || | ||
|| | || | ||
− | *[[ | + | *[[Media:(12)Review.ppt|review]] |
|- | |- | ||
|| week 13 | || week 13 | ||
Line 125: | Line 125: | ||
*project assignment 4 due | *project assignment 4 due | ||
*[[COMP442/6421 final project demonstrations 2013|final project demonstrations schedule]] | *[[COMP442/6421 final project demonstrations 2013|final project demonstrations schedule]] | ||
− | *[[ | + | *[[Media:projectdemonstration.COMP442.paquet.2013.4.pdf|final project demonstrations grading scheme]] |
|| | || | ||
|- | |- | ||
Line 137: | Line 137: | ||
==Course Material and Resources== | ==Course Material and Resources== | ||
− | *[[ | + | *[[Media:syllabus.COMP442.paquet.2013.4.pdf|Course outline]] |
*[https://fis.encs.concordia.ca/eas/ ENCS Electronic Student Submission System] | *[https://fis.encs.concordia.ca/eas/ ENCS Electronic Student Submission System] | ||
− | *[[ | + | *[[Media:Moon.zip|Moon processor simulator: code, documentation, libraries, examples]] |
Revision as of 19:27, 14 November 2013
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.
component | day | time | location | instructor | e-mail address | web |
---|---|---|---|---|---|---|
lecture NN | M------ | 17:45-20:15 | H621 | Paquet, Joey | paquet@cse.concordia.ca | |
office hours | --—J--- | 10:30-12:30 | EV-3-221 | Paquet, Joey | ||
lab hours NI | M------ | 20:30-22:20 | H827 | Rabah, Sleiman | s_rabah@encs.concordia.ca | [1] |
lab hours NJ | M------ | 15:45-17:30 | H827 | Laleh, Touraj | t_laleh@encs.concordia.ca |
Lecture Schedule
wk | date | event | topics/material |
---|---|---|---|
week 1 | jan 7 | ||
week 2 | jan 14 | ||
week 3 | jan 21 | ||
week 4 | jan 28 |
|
|
week 5 | feb 4 | ||
week 6 | feb 11 | ||
mid-term break | feb 18-24 | ||
week 7 | feb 25 |
|
|
week 8 | mar 4 | ||
week 9 | mar 11 | ||
week 10 | mar 18 | ||
week 11 | mar 25 |
|
|
week 12 | apr 8 | ||
week 13 | apr 15-17 |
|
|
examination week | apr 12-29 |
|