Skip to content

Commit 026e977

Browse files
committed
Update A5
1 parent 0e11723 commit 026e977

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

www/assignments/5.scrbl

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,13 @@ exactly the same structure that the stub contains. We will only use
123123
the @tt{compile.rkt}, @tt{interp.rkt}, @tt{interp-prim.rkt}, and
124124
@tt{test/test-runner-string.rkt} files for grading, so make sure all
125125
your work is contained there!
126+
127+
@itemlist[
128+
129+
@item{Not breaking past behavior is worth 20 points.}
130+
@item{The 4 string primitives are worth 60 points (30 interpreter, 30 compiler).}
131+
@item{Finding bugs with your tests is worth 20 points.}
132+
]
133+
134+
Just zipping the empty template we provide is worth ~30 points!
135+
Upload often to make sure you don't run into autograder issues!

www/schedule.scrbl

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,20 @@
6060
@elem{@secref["Iniquity"]})
6161

6262
(list @wk{3/29}
63-
@seclink["Assignment 5"]{A5}
64-
@elem{@secref["Juvie"]}
65-
@elem{@secref["Jig"]})
63+
""
64+
@elem{@secref["Jig"]}
65+
@elem{@secref["Knock"]})
6666

6767
(list @wk{4/5}
68-
""
69-
@elem{@secref["Knock"]}
70-
@elem{@secref["Graphviz"] & discussion of student-chosen topics})
68+
@seclink["Assignment 5"]{A5}
69+
@elem{@secref["Graphviz"] & discussion of student-chosen topics}
70+
@elem{Review})
7171

7272
(list @wk{4/12}
7373
@bold{@seclink["Midterm_2"]{M2}}
74-
@elem{Review}
75-
@elem{No lecture (exam)})
74+
@elem{No lecture (exam)}
75+
@elem{Exam Review}
76+
)
7677

7778
(list @wk{4/19}
7879
""

0 commit comments

Comments
 (0)