Skip to content
Snippets Groups Projects
Verified Commit 7fba093d authored by Aron Widforss's avatar Aron Widforss
Browse files

Corrections after presentation

parent 96bb9a0c
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment