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
symbol getVarType(variable GT[], funTable FT[],char *varname,char *funname);//return type of variable varname
symbol getRecType(recTable RT[],variable GT[], funTable FT[],char *recname, char *varname,char *funname);//return type of variable varname part of record recname
symbol typeCheck(parseTree A,variable GT[], funTable FT[],recTable RT[],char *funname);//checks if types are compatible