File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -77,17 +77,8 @@ The starter code calls @racket[check-syntax] in both
77
77
@tt{compile-file.rkt} and @tt{interp-file.rkt}. The definition of
78
78
@racket[check-syntax] is stubbed out in @tt{check-syntax.rkt}.
79
79
80
- There are a few tests included in @tt{test/check-syntax.rkt}. For
81
- this assignment, very few tests are included so you should write your
82
- own.
83
-
84
- @section[#:tag-prefix "a6- " #:style 'unnumbered #:tag "update " ]{Update a86}
85
-
86
- There have been some changes to a86 that you'll need. You can update
87
- the @tt{langs} package with the following:
88
-
89
- @verbatim|{raco pkg update langs}|
90
-
80
+ There are tests included in @tt{test/check-syntax.rkt}. You can also use this file
81
+ to write your own tests for debugging.
91
82
92
83
@section[#:tag-prefix "a6- " #:style 'unnumbered ]{Submitting}
93
84
You can’t perform that action at this time.
0 commit comments