| Instructor: Daniel Chester | TA: Wei Du |
| Office: Room 205, 77-79 E. Delaware (The green house next to East Hall) | Office: 404 Wolf Hall |
| Hours: T/Th 4:00pm-5:00pm | Hours: M 9:00am-11:00am |
| Phone: 831-1955 | Phone: 831-2770 |
| Email: chester@cis.udel.edu | Email: wei@cis.udel.edu |
http://www.cis.udel.edu/~chester/courses/471.htmlRead it! All the assignments, hints, and solutions will be posted here.
| TOPIC | READING |
|---|---|
| Introduction; syntax-directed translation | Ch. 1 |
| Lexical analysis | Ch. 2 except for 2.8; Appendix B.1 LEX |
| Grammars and Top-Down Parsing | Ch. 3 |
| Bottom-Up Parsing | 4.1-4.3.3, 4.3.6,4.4, Appendix B.2 YACC |
| Symbol Tables and Memory Management | 8.1,8.2.3 |
| Intermediate Code Generation | Ch. 5 |
| Object Code Generation | 6.1.1; Ch. 7; 8.2.1,8.2.2 |
| Optimization (if time permits) | Ch. 6 |