File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ submitting an assignment:
22
22
so if you don't have ` utilities.rkt ` in the repo, we can't run your
23
23
compiler!
24
24
25
+ * Create a ` README ` file that lists the members of your team.
26
+
25
27
* If you're implementing an assignment which requires typechecking, also
26
28
provide a function named ` typechecker ` . Note that typechecking does NOT
27
29
need to be one of your compiler passes! Our testing frameworks' functions
@@ -31,9 +33,9 @@ submitting an assignment:
31
33
fed to your list of passes.
32
34
33
35
* If you are a undergraduate student who has implemented a challenge
34
- assignment for extra credit, include a ` README ` file that states you have
35
- done so . This helps the graders determine if we should look for this or
36
- not.
36
+ assignment for extra credit, state that you have done so in the
37
+ ` README ` file . This helps the graders determine if we should look
38
+ for this or not.
37
39
38
40
You are also encouraged to put any other important info in a ` README ` file
39
41
if you feel it is important for the graders to know (e.g., if you didn't
You can’t perform that action at this time.
0 commit comments