nikitas-theo/pcl

Parameters in symbol table and in CallProc incompatible

Closed this issue · 1 comments

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

Solved by manually unfolding parameters in FuncCall, ProcCall