72cac326a8
We should normalize not only outputs but also other fbys to generate correct code. The test shows a program that was compiled incorrectly.
6 lines
No EOL
82 B
Text
6 lines
No EOL
82 B
Text
node f() returns (o:bool)
|
|
var x:bool;
|
|
let
|
|
o = x;
|
|
x = true fby false fby x;
|
|
tel |