File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,12 +26,25 @@ setting.
2626
2727After 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
3030compilers you are able to eliminate, with a maximum score of 100.
3131
3232We reserve the right to update the reference interpreter and will
3333announce 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+
3548Submissions should be written using the following format:
3649
3750@codeblock|{
You can’t perform that action at this time.
0 commit comments