SAL requires all IF expressions to have an else clause.
As SAL doesn't verify the completeness of IF expressions, it requires an ELSE statement so that non-deterministic behaviour does not creep in. Fix the grid generator to always give an ELSE clause. A single cell is always used for any IF expression, as it is assumed that the ELSE branch is never taken.
Loading
Please register or sign in to comment