You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I may be missing something here, but I think there's a typo in the code to check function parameters vs a prototype...
It looks as though the type for each argument is matched against the type of the function (Symtable[id].type), not the parameter in the prototype (which would be indexed by param_id)
The text was updated successfully, but these errors were encountered:
I may be missing something here, but I think there's a typo in the code to check function parameters vs a prototype...
It looks as though the type for each argument is matched against the type of the function (Symtable[id].type), not the parameter in the prototype (which would be indexed by param_id)
The text was updated successfully, but these errors were encountered: