Post your questions to: modcomp3 email list
Solutions to
the practice final exam are available online.
|
Instructor |
Teaching Assistant |
Name |
Costas Busch |
Ningning Ba |
Office |
Lally 302 |
Lally 08 |
Phone |
x2782 |
x6956 |
|
|
|
Office Hours |
Tuesday & Friday 4-5 pm |
Thursday 3-5 pm |
Class |
Date |
Chapter |
Slides |
1 |
Mon. 8/28 |
|
|
2 |
Thurs. 8/31 |
|
|
3 |
Thurs. 9/7 |
|
|
4 |
Mon. 9/11 |
|
|
5 |
Thurs. 9/14 |
|
|
6 |
Mon. 9/18 |
|
|
7 |
Thurs. 9/21 |
3.3 |
|
8 |
Mon. 9/25 |
4.2, 4.3 |
|
9 |
Thurs. 9/28 |
5.1, 5.2 |
|
10 |
Mon. 10/2 |
lex, |
|
11 |
Thurs. 10/5 |
6 |
|
12 |
Tues. 10/10 |
7.1, 7.2 |
|
13 |
Thurs. 10/12 |
7.2, 7.3 |
|
14 |
Mon. 10/16 |
8.1 |
|
15 |
Thurs. 10/19 |
8.2 |
|
16 |
Mon. 10/23 |
9.1 |
|
17 |
Mon. 10/30 |
yacc |
|
18 |
Thurs. 11/2 |
9.2, 9.3 |
|
19 |
Mon. 11/6 |
10.1 |
|
20 |
Thurs. 11/9 |
10.2, 10.3 |
|
21 |
Mon. 11/13 |
10.4, 10.5 |
|
22 |
Thurs. 11/16 |
11.1 |
|
23 |
Mon. 11/20 |
11.2-11.4 |
|
24 |
Mon. 11/27 |
12.2, 12.3 |
|
25 |
Thurs. 11/30 |
12.3, 12.4 |
|
26 |
Mon. 12/4 |
13, 14 |
Homework |
Handout |
Solutions |
Deadline |
1 |
|
||
2 |
|
||
3 |
Mon. 10/2 |
||
4 |
Thurs. 10/12 |
||
5 |
Mon. 10/23 |
||
6 |
Mon. 11/6 |
||
7 |
Thurs. 11/16 |
||
8 |
Thurs. 11/30 |
||
9 |
Friday 12/8 |
Lex and Yacc
web page
Lex Manual: postscript, pdf
Yacc Manual: postscript, pdf
Test files: test1, test2, test3, test4,
test5
expr1.l, expr1.y
parser for programs that print the result of one expression
expr2.l, expr2.y
parser for programs that print the result of consecutive expressions, seperated
with ';'
expr3.l, expr3.y
parser for programs that implement the print statement for expressions and
strings
the ".l" are lex files and the ".y" are the respective yacc
files.
Execute "ll filename", where ll is the script and
filename will be the executable name. Your lex file must be filename.l
and you yacc file filename.y. Remember to change the permission of
the script to executable before you use it.
Test snail programs: test1, test2,
test3, test4, test5.
You should handin the source code, and the result of executing the test
programs.
Solutions to the practice midterm exam: postscript,
pdf
Solutions to the practice final exam: postscript,
pdf