Skip to content

Commit 27dd4b3

Browse files
committed
Updates to assign 6 after release.
1 parent b61db43 commit 27dd4b3

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

www/assignments/6.scrbl

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,25 @@ setting.
2626

2727
After submitting, click "Leaderboard" to see the latest standings.
2828

29-
There are 118 compilers included. Your score will be the number of
29+
There are 133 compilers included. Your score will be the number of
3030
compilers you are able to eliminate, with a maximum score of 100.
3131

3232
We reserve the right to update the reference interpreter and will
3333
announce any changes on Discord.
3434

35+
The following updates have been made since the release:
36+
37+
@itemlist[
38+
39+
@item{The interpreter now checks for integer overflow and crashes when
40+
this happens, thereby making overflow behavior unspecified for the compilers.}
41+
42+
@item{The interpreter now crashes when interpreting unbound variables
43+
instead of producing @racket['err], making unbound variable behavior
44+
unspecified.}
45+
46+
]
47+
3548
Submissions should be written using the following format:
3649

3750
@codeblock|{

0 commit comments

Comments
 (0)