Skip to content
Commit a8c51028 authored by Matthew Dawson's avatar Matthew Dawson
Browse files

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.
parent 8c3baa54
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment