File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ The repository contains three things.
3232
3333Your submission must be submitted by 11:59 EDT on Tuesday, March
34349th. 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
192192In 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
194194implement the same behavior.
195195
196196Don't worry about what happens if any of the arguments is not an integer or yields an
You can’t perform that action at this time.
0 commit comments