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

From Dr. Joey Paquet Web Site
Jump to: navigation, search
(Lecture Schedule)
(Course Material and Resources)
 
(22 intermediate revisions by one user not shown)
Line 68: Line 68:
 
||
 
||
 
||
 
||
*[[Media:(05)SyntaxER.ppt|top-down parsing II]]
+
*[[Media:COMP442-6421.5.SyntaxIII.ppt|top-down parsing II]]
 
|-
 
|-
 
|| week 6
 
|| week 6
Line 74: Line 74:
 
||
 
||
 
||
 
||
*[[Media:(06)SyntaxBottomUp.ppt|bottom-up parsing I]]
+
*[[Media:COMP442-6421.6.BottomUpI.ppt|bottom-up parsing I]]
 
|-
 
|-
 
|| mid-term break
 
|| mid-term break
Line 85: Line 85:
 
||
 
||
 
*project assignment 2 due
 
*project assignment 2 due
*[[Media:assignment3.COMP442.paquet.2014.5.pdf|project assignment #3 (symbol table creation)(handout)]]
+
*[[Media:assignment3.COMP442.paquet.2015.4.pdf|project assignment #3 (symbol table creation)(handout)]]
 
||
 
||
*[[Media:(07)SyntaxBottomUpII.ppt|bottom-up parsing II]]
+
*[[Media:COMP442-6421.7.BottomUpII.ppt|bottom-up parsing II]]
 
|-
 
|-
 
|| week 8
 
|| week 8
Line 93: Line 93:
 
||
 
||
 
||
 
||
*[[Media:(08)SynDirectTransI.ppt|syntax-directed translation I]]
+
*[[Media:COMP442-6421.8.SDT.ppt|syntax-directed translation I]]
 
|-
 
|-
 
|| week 9
 
|| week 9
Line 99: Line 99:
 
||
 
||
 
||
 
||
*[[Media:(09)SynDirectTransITD2.ppt|syntax-directed translation II]]
+
*[[Media:COMP442-6421.9.SDTII.ppt|syntax-directed translation II]]
 
|-
 
|-
 
|| week 10
 
|| week 10
Line 105: Line 105:
 
||
 
||
 
||
 
||
*[[Media:(10)IntroCodeGen&IR.ppt|code generation I]]
+
*[[Media:COMP442-6421.10.CodeGenerationI.ppt|code generation I]]
 
|-
 
|-
 
|| week 11
 
|| week 11
Line 113: Line 113:
 
*[[Media:assignment4.COMP442.paquet.2015.4.pdf|project assignment #4 (code generation) (handout)]]
 
*[[Media:assignment4.COMP442.paquet.2015.4.pdf|project assignment #4 (code generation) (handout)]]
 
||
 
||
*[[Media:(11)CodeGeneration.ppt|code generation II]]
+
*[[Media:COMP442-6421.11.CodeGenerationII.ppt|code generation II]]
 
|-
 
|-
 
|| week 12
 
|| week 12
 
|| apr 6
 
|| apr 6
 
||
 
||
||
+
*University closed
*[[Media:(12)Review.ppt|review]]
+
|-
+
 
||  
 
||  
 +
|-
 
|| apr 13
 
|| apr 13
 +
||
 
||
 
||
*University closed
+
*[[Media:COMP442-6421.12.review.ppt|review]]
 
||
 
||
 
|-
 
|-
Line 132: Line 132:
 
*project assignment 4 due
 
*project assignment 4 due
 
*[[COMP442/6421 final project demonstration schedule winter 2015|final project demonstrations schedule]]
 
*[[COMP442/6421 final project demonstration schedule winter 2015|final project demonstrations schedule]]
*[[Media:projectdemonstration.COMP442.paquet.20145.4.pdf|final project demonstrations grading scheme]]
+
*[[Media:projectdemonstration.COMP442.paquet.2015.4.pdf|final project demonstrations grading scheme]]
 
||
 
||
 
|-
 
|-
Line 138: Line 138:
 
|| apr 17 - may 2
 
|| apr 17 - may 2
 
||
 
||
*final examination: TBD
+
*final examination: April 27th, 19h-22h, H-607, H-609
 
||
 
||
 
|}
 
|}
Line 147: Line 147:
 
*[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]]
 
*[[Media:Moon.zip|Moon processor simulator: code, documentation, libraries, examples]]
 +
*[[Media:AtoCCGrammars.zip|AtoCC grammar files]]

Latest revision as of 13:16, 11 January 2016

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-544 Paquet, Joey paquet@cse.concordia.ca
office hours ----F-- 10:00-12:00 EV-3-221 Paquet, Joey
lab hours NI M------ 20:30-22:20 H-823 Laleh, Touraj t_laleh@encs.concordia.ca
lab hours NJ M------ 15:45-17:30 H-823 Erfani, Mostafa m_erfa@encs.concordia.ca

Lecture Schedule

wk date event topics/material
week 1 jan 12
week 2 jan 19
week 3 jan 26
week 4 feb 2
week 5 feb 9
week 6 feb 16
mid-term break feb 23 - mar 1
week 7 mar 2
week 8 mar 9
week 9 mar 16
week 10 mar 23
week 11 mar 30
week 12 apr 6
  • University closed
apr 13
week 13 apr 14-16
examination week apr 17 - may 2
  • final examination: April 27th, 19h-22h, H-607, H-609

Course Material and Resources