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

From Dr. Joey Paquet Web Site
Jump to: navigation, search
(Course Schedule and Contact Hours)
 
(3 intermediate revisions by one user not shown)
Line 2: Line 2:
  
 
'''COMP 442/6421 - Compiler Design''' (4 credits)  
 
'''COMP 442/6421 - Compiler Design''' (4 credits)  
 
  
 
'''Prerequisites (COMP442): '''COMP 228 or SOEN 228 or COEN 311; COMP 335; COMP 352 or COEN 352<br>
 
'''Prerequisites (COMP442): '''COMP 228 or SOEN 228 or COEN 311; COMP 335; COMP 352 or COEN 352<br>
Line 9: Line 8:
 
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.
 
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.
 
   
 
   
 +
==Course Schedule and Contacts==
 +
 
{| {{simpleTable}}
 
{| {{simpleTable}}
 
! {{tableHeaderCell}} | component  
 
! {{tableHeaderCell}} | component  
Line 28: Line 29:
 
|}
 
|}
  
===Lecture Schedule===
+
==Lecture Schedule==
  
 
{| {{simpleTable}}
 
{| {{simpleTable}}
Line 45: Line 46:
 
|| jan 14
 
|| jan 14
 
||
 
||
*[[image:Assignment1.COMP442.paquet.2013.4.pdf|project assignment #1 (lexical analyzer) (handout)]]
+
*[[Media:Assignment1.COMP442.paquet.2013.4.pdf|project assignment #1 (lexical analyzer) (handout)]]
 
||
 
||
*[[image:(02)Lexical.ppt|lexical analysis]]
+
*[[Media:(02)Lexical.ppt|lexical analysis]]
 
|-
 
|-
 
|| week 3
 
|| week 3
Line 53: Line 54:
 
||
 
||
 
||
 
||
*[[image:(03)Syntax.ppt|syntax analysis: introduction]]
+
*[[Media:(03)Syntax.ppt|syntax analysis: introduction]]
 
|-
 
|-
 
|| week 4
 
|| week 4
Line 59: Line 60:
 
||
 
||
 
*project assignment 1 due
 
*project assignment 1 due
*[[image:Assignment2.COMP442.paquet.2013.4.pdf|project assignment #2 (syntactic analyzer) (handout)]]
+
*[[Media:Assignment2.COMP442.paquet.2013.4.pdf|project assignment #2 (syntactic analyzer) (handout)]]
 
||
 
||
*[[image:(04)SyntaxII.ppt|top-down parsing I]]
+
*[[Media:(04)SyntaxII.ppt|top-down parsing I]]
 
|-
 
|-
 
|| week 5
 
|| week 5
Line 67: Line 68:
 
||
 
||
 
||
 
||
*[[image:(05)SyntaxER.ppt|top-down parsing II]]
+
*[[Media:(05)SyntaxER.ppt|top-down parsing II]]
 
|-
 
|-
 
|| week 6
 
|| week 6
Line 73: Line 74:
 
||
 
||
 
||
 
||
*[[image:(06)SyntaxBottomUp.ppt|bottom-up parsing I]]
+
*[[Media:(06)SyntaxBottomUp.ppt|bottom-up parsing I]]
 
|-
 
|-
 
|| mid-term break
 
|| mid-term break
Line 84: Line 85:
 
||
 
||
 
*project assignment 2 due
 
*project assignment 2 due
*[[image:Assignment3.COMP442.paquet.2013.4.pdf|project assignment #3 (symbol table creation) (handout)]]
+
*[[Media:Assignment3.COMP442.paquet.2013.4.pdf|project assignment #3 (symbol table creation) (handout)]]
 
||
 
||
*[[Image:(07)SyntaxBottomUpII.ppt|bottom-up parsing II]]
+
*[[Media:(07)SyntaxBottomUpII.ppt|bottom-up parsing II]]
 
|-
 
|-
 
|| week 8
 
|| week 8
Line 92: Line 93:
 
||
 
||
 
||
 
||
*[[image:(08)SynDirectTransI.ppt|syntax-directed translation I]]
+
*[[Media:(08)SynDirectTransI.ppt|syntax-directed translation I]]
 
|-
 
|-
 
|| week 9
 
|| week 9
Line 98: Line 99:
 
||
 
||
 
||
 
||
*[[image:(09)SynDirectTransITD2.ppt|syntax-directed translation II]]
+
*[[Media:(09)SynDirectTransITD2.ppt|syntax-directed translation II]]
 
|-
 
|-
 
|| week 10
 
|| week 10
Line 104: Line 105:
 
||
 
||
 
||
 
||
*[[image:(10)IntroCodeGen&IR.ppt|code generation I]]
+
*[[Media:(10)IntroCodeGen&IR.ppt|code generation I]]
 
|-
 
|-
 
|| week 11
 
|| week 11
Line 110: Line 111:
 
||
 
||
 
*project assignment 3 due
 
*project assignment 3 due
*[[image:Assignment4.COMP442.paquet.2013.4.pdf|project assignment #4 (code generation) (handout)]]
+
*[[Media:Assignment4.COMP442.paquet.2013.4.pdf|project assignment #4 (code generation) (handout)]]
 
||
 
||
*[[image:(11)CodeGeneration.ppt|code generation II]]
+
*[[Media:(11)CodeGeneration.ppt|code generation II]]
 
|-
 
|-
 
|| week 12
 
|| week 12
Line 118: Line 119:
 
||
 
||
 
||
 
||
*[[image:(12)Review.ppt|review]]
+
*[[Media:(12)Review.ppt|review]]
 
|-
 
|-
 
|| week 13
 
|| week 13
Line 125: Line 126:
 
*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]]
*[[image:projectdemonstration.COMP442.paquet.2013.4.pdf|final project demonstrations grading scheme]]
+
*[[Media:projectdemonstration.COMP442.paquet.2013.4.pdf|final project demonstrations grading scheme]]
 
||
 
||
 
|-
 
|-
Line 137: Line 138:
 
==Course Material and Resources==
 
==Course Material and Resources==
  
*[[image:syllabus.COMP442.paquet.2013.4.pdf|Course outline]]
+
*[[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]
*[[image:Moon.zip|Moon processor simulator: code, documentation, libraries, examples]]
+
*[[Media:Moon.zip|Moon processor simulator: code, documentation, libraries, examples]]

Latest revision as of 21:10, 14 November 2013

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.

Course Schedule and Contacts

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
  • final examination - Monday, April 29th 2013 19h00-22h00, H429

Course Material and Resources