Skip to content

Commit 0e11723

Browse files
committed
Merge branch 'main' of github.com:cmsc430/www into main
2 parents bb84ded + 7e8395b commit 0e11723

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

www/midterms/1.scrbl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The repository contains three things.
3232

3333
Your submission must be submitted by 11:59 EDT on Tuesday, March
3434
9th. For the programmatic fragment, you should submit a zip file
35-
containing @emph{only} two files: the @tt{compiler.rkt} for the
35+
containing @emph{only} two files: the @tt{compile.rkt} for the
3636
@tt{VariadicXor}, and @tt{optimize.rkt} for the @tt{Optimizer}.
3737

3838
@section{Short answer}
@@ -190,7 +190,7 @@ any error handling, to keep things simple).
190190
)
191191

192192
In the directory, you will find the @tt{ast.rkt}, @tt{interp.rkt}, and @tt{parse.rkt}
193-
already implemented. Your task is to extend the compiler in @tt{compiler.rkt} to
193+
already implemented. Your task is to extend the compiler in @tt{compile.rkt} to
194194
implement the same behavior.
195195

196196
Don't worry about what happens if any of the arguments is not an integer or yields an

0 commit comments

Comments
 (0)