Closed sam701 closed 3 years ago
In this ./b.sy must not be imported
./b.sy
if true import "./a.sy" else import "./b.sy"
I guess both files must be parsed anyway independent of the condition. Otherwise it can happen that a file contain a bug that won't be discovered immediately because of the condition.
In this
./b.sy
must not be imported