Difference between revisions of "COMP442/6421 winter 2016"

From Dr. Joey Paquet Web Site
Jump to: navigation, search
(Course Material and Resources)
(Lecture Schedule)
Line 48: Line 48:
 
|| jan 18
 
|| jan 18
 
||
 
||
*[[Media:assignment1.COMP442.paquet.2015.4.pdf|project assignment #1 (lexical analyzer) (handout)]]
+
*[[Media:assignment1.COMP442.paquet.2015.4.pdf|project assignment #1 (lexical analyzer) (handout - to be updated)]]
 
||
 
||
 
*[[Media:COMP442-6421.2.lexical.ppt|lexical analysis]]
 
*[[Media:COMP442-6421.2.lexical.ppt|lexical analysis]]
Line 62: Line 62:
 
||
 
||
 
*project assignment 1 due
 
*project assignment 1 due
*[[Media:assignment2.COMP442.paquet.2015.4.pdf|project assignment #2 (syntactic analyzer) (handout)]]
+
*[[Media:assignment2.COMP442.paquet.2015.4.pdf|project assignment #2 (syntactic analyzer) (handout - to be updated)]]
 
||
 
||
 
*[[Media:COMP442-6421.4.SyntaxII.ppt|top-down parsing I]]
 
*[[Media:COMP442-6421.4.SyntaxII.ppt|top-down parsing I]]
Line 87: Line 87:
 
||
 
||
 
*project assignment 2 due
 
*project assignment 2 due
*[[Media:assignment3.COMP442.paquet.2015.4.pdf|project assignment #3 (symbol table creation)(handout)]]
+
*[[Media:assignment3.COMP442.paquet.2015.4.pdf|project assignment #3 (symbol table creation)(handout - to be updated)]]
 
||
 
||
 
*[[Media:COMP442-6421.7.BottomUpII.ppt|bottom-up parsing II]]
 
*[[Media:COMP442-6421.7.BottomUpII.ppt|bottom-up parsing II]]
Line 106: Line 106:
 
|| mar 21
 
|| mar 21
 
||
 
||
*[[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 - to be updated)]]
 
||
 
||
 
*[[Media:COMP442-6421.10.CodeGenerationI.ppt|code generation I]]
 
*[[Media:COMP442-6421.10.CodeGenerationI.ppt|code generation I]]

Revision as of 13:17, 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-411 Paquet, Joey paquet@cse.concordia.ca
office hours --W---- 12:00-14:00 EV-3-221 Paquet, Joey
lab hours NN NI M------ 20:30-22:20 H-817 Rabah, Sleiman s_rabah@encs.concordia.ca
lab hours NN NJ M------ 15:45-17:30 H-843 Laleh, Touraj t_laleh@encs.concordia.ca
lab hours NN NK M------ 20:30-22:20 H-847 TBA TBA

Lecture Schedule

wk date event topics/material
week 1 jan 11
week 2 jan 18
week 3 jan 25
week 4 feb 1
week 5 feb 8
week 6 feb 15
mid-term break feb 22-28
week 7 feb 29
week 8 mar 7
week 9 mar 14
week 10 mar 21
week 9 mar 14
  • University closed
week 11 apr 4
  • project assignment 3 due
week 12 apr 11
week 13 apr 12-14
examination week apr 15 - may 1
  • final examination: TBA

Course Material and Resources