Skip to content

Commit 1065e2f

Browse files
committed
More details on submitting project.
1 parent d2ec7b9 commit 1065e2f

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

www/project.scrbl

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,3 +504,30 @@ and have it approved by the instructor by November 22.
504504
@section[#:tag "project"]{Submitting}
505505

506506
Submissions should be made on Gradescope.
507+
508+
Your submission should be a zip file containing the following contents:
509+
510+
511+
@verbatim|{
512+
info.rkt
513+
summary.pdf
514+
<lang>/
515+
}|
516+
517+
where @tt{<lang>} corresponds to the language you have chosen to
518+
implement for your project, e.g. @tt{iniquity}, @tt{loot}, etc.
519+
520+
The @tt{info.rkt} should contain the following information:
521+
522+
@codeblock|{
523+
#lang info
524+
(define project '<project>)
525+
(define language '<lang>)
526+
}|
527+
528+
where @tt{<project>} indicates which project you are doing. It should
529+
either be @tt{values}, @tt{exceptions}, @tt{garbage-collection}, or
530+
@tt{custom}. The @tt{<lang>} should be @tt{iniquity}, @tt{loot},
531+
etc. and should be the same as the directory that contains the
532+
implementation.
533+

0 commit comments

Comments
 (0)