Skip to content

Commit

Permalink
Removing the update section
Browse files Browse the repository at this point in the history
The update is not needed. In addition, there are more tests in the file, so we can remove "few."
  • Loading branch information
WChung43 authored Apr 28, 2022
1 parent 3f2504a commit e3f4405
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions www/assignments/6.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,8 @@ The starter code calls @racket[check-syntax] in both
@tt{compile-file.rkt} and @tt{interp-file.rkt}. The definition of
@racket[check-syntax] is stubbed out in @tt{check-syntax.rkt}.

There are a few tests included in @tt{test/check-syntax.rkt}. For
this assignment, very few tests are included so you should write your
own.

@section[#:tag-prefix "a6-" #:style 'unnumbered #:tag "update"]{Update a86}

There have been some changes to a86 that you'll need. You can update
the @tt{langs} package with the following:

@verbatim|{raco pkg update langs}|

There are tests included in @tt{test/check-syntax.rkt}. You can also use this file
to write your own tests for debugging.

@section[#:tag-prefix "a6-" #:style 'unnumbered]{Submitting}

Expand Down

0 comments on commit e3f4405

Please sign in to comment.