@@ -11,7 +11,7 @@ you'd like on this assignment, but each person must submit their
1111@tt{submit.zip} file on Gradescope.
1212
1313You 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
1515a number of Racket modules. In each module there are several
1616``stubs,'' i.e. incomplete definitions with type signatures,
1717descriptions, 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
2424additional functions that help you solve the overall problem you're
2525tackling.
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
2939You can test your code in several ways:
0 commit comments