File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -71,9 +71,13 @@ in this case? (This is not a rhetorical question, if you have a
7171realistic solution to this , send us an e-mail!)
7272
7373Your job is to modify @racket[compile.rkt] and to implement this arity
74- checking protocol and the @racket[procedure-arity] primitive. It might help to
75- implement the primitive before compiling the calls themselves, to
76- partially test your implementation.
74+ checking protocol and the @racket[procedure-arity] primitive. It might
75+ help to implement the primitive before compiling the calls themselves,
76+ to partially test your implementation. Unlike previous assignments,
77+ there are no explicitly marked TODOs (with the exception of
78+ @racket[procedure-arity]). You have to make sure you modify all places
79+ where closures are created/accessed to ensure that your changes work
80+ correctly!
7781
7882As always, remember to test your code using both the testcases
7983provided and by adding your own!
You can’t perform that action at this time.
0 commit comments