mnbujold / c415-compiler

Fall 2012 CMPUT 415 Compiler Course
0 stars 3 forks source link

Function return types and var parameters #46

Closed James-Osgood closed 11 years ago

James-Osgood commented 11 years ago

Function return types must be simple types as alluded to here: https://eclass.srv.ualberta.ca/mod/forum/discuss.php?d=127507

Arguments to var parameters must be assignment compatible both ways as specified here: https://eclass.srv.ualberta.ca/mod/forum/discuss.php?d=127510

James-Osgood commented 11 years ago

Work now!