diff --git a/HOME_EXAM.md b/HOME_EXAM.md index 4c2226e0a1d807b5e586748180364ef648c096ed..94f65d379320f19f257e1f77dd7f50c25fe48e80 100644 --- a/HOME_EXAM.md +++ b/HOME_EXAM.md @@ -59,3 +59,13 @@ Comment on the alignment of the concrete course goals (taken from the course des - I did very little work in this area. Comment on additional things that you have experienced and learned throughout the course. + +## Corrections + +* Add README.md to the compiler with instructions about how to run it. + +* Add expected type info in type-checking errors. + +* Do not allow mutable reference of non-mutable variable (at the reference operator, it is already handled at assignment). + +* Only disallow reference to the same value in multiple arguments if one argument is mutable. \ No newline at end of file