Parameters in symbol table and in CallProc incompatible
Closed this issue · 1 comments
nikitas-theo commented
They seem to have a different way of representation. In One its like a Group {[x,y], int} in the other its like {x : int, y : int} and we have an error
nikitas-theo commented
Solved by manually unfolding parameters in FuncCall, ProcCall