Skip to content

Commit c5f200f

Browse files
authored
Merge pull request #194 from cmsc430/fall-2025
Fall 2025
2 parents 0908964 + 2727119 commit c5f200f

2 files changed

Lines changed: 17 additions & 7 deletions

File tree

www/assignments/2.scrbl

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ you'd like on this assignment, but each person must submit their
1111
@tt{submit.zip} file on Gradescope.
1212

1313
You are given a @tt{a86-basics.zip} file (in ELMS, linked in the
14-
description for Assignment 1), that contains a README, a Makefile, and
14+
description for Assignment 2), that contains a README, a Makefile, and
1515
a number of Racket modules. In each module there are several
1616
``stubs,'' i.e. incomplete definitions with type signatures,
1717
descriptions, and a small set of tests. Each definition has a bogus
@@ -24,6 +24,16 @@ the name or signature of any definition given to you. You may add any
2424
additional functions that help you solve the overall problem you're
2525
tackling.
2626

27+
@section[#:tag-prefix "a2-" #:style 'unnumbered]{Software}
28+
29+
You will need to install the @seclink["langs-package"]{@tt{langs}
30+
package}, which includes the
31+
@seclink["a86_Reference"]{@tt{a86} library}, in order to
32+
complete this assignment. It is recommended you start early in case
33+
you encounter any problems getting things set up. If you run into any
34+
issues, please seek help at office hours or on @link[@piazza]{Piazza}.
35+
36+
2737
@section[#:tag-prefix "a2-" #:style 'unnumbered]{Testing}
2838

2939
You can test your code in several ways:

www/defns.rkt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,16 @@
7676
(item "3:00pm–6:00pm — Abhi")))
7777
(item "Tuesday"
7878
(itemlist
79-
(item "11:00am–2:00pm - Abhi")
80-
(item "5:00pm–8:00pm - Kalyan (IRB, 2nd Floor)")))
79+
(item "11:00am–2:00pm - Abhi")))
8180
(item "Wednesday"
8281
(itemlist
8382
(item "9:00am–12:00pm — Zhonqi")
84-
(item "12:00pm–3:00pm — Ben")))
83+
(item "12:00pm–3:00pm — Ben")
84+
(item "3:00pm–6:00pm - Kalyan")))
8585
(item "Thursday"
8686
(itemlist
87-
(item "10:00am–1:00pm — Zinat")
88-
(item "5:00pm–8:00pm — Kalyan (IRB, 2nd Floor)")))
87+
(item "10:00am–1:00pm — Zinat")))
8988
(item "Friday"
9089
(itemlist
91-
(item "11:00am–2:00pm — Zinat")))))
90+
(item "11:00am–2:00pm — Zinat")
91+
(item "4:00pm–7:00pm — Kalyan")))))

0 commit comments

Comments
 (0)