heptagon/compiler/minils/analysis
Léonard Gérard 2b9d3828b1 debut de la correction du when.
test :

node f(c :bool) returns (out :int)
let
  out = (0 fby 1) when c
tel


et

node f(x :int) returns (out : int)
let
  out = 0 fby x
tel

node g(c :bool) returns (out :int)
let
  out = f(0) when c
tel
2011-12-06 15:44:20 +01:00
..
_tags Compile fixes 2011-05-25 09:12:10 +02:00
clocking.ml debut de la correction du when. 2011-12-06 15:44:20 +01:00
interference.ml Add ways to declare unsafe functions + unsafe fix 2011-11-21 03:26:26 +01:00
level_clock.ml Multidimensional iterators in java. 2011-06-28 17:50:42 +02:00