heptagon/compiler/minils
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
..
analysis debut de la correction du when. 2011-12-06 15:44:20 +01:00
main new sheduler by default 2011-10-23 17:42:26 +02:00
sigali Enforce style : no tab, no trailing whitespace. 2011-11-21 03:26:27 +01:00
transformations Scheduling bonus for array updates. 2011-11-21 03:26:26 +01:00
_tags Sigali pass into compiler + added a_id field to applications 2011-04-20 12:47:28 +02:00
minils.ml Add ways to declare unsafe functions + unsafe fix 2011-11-21 03:26:26 +01:00
mls_compare.ml Added a new reinit operator 2011-10-17 15:28:04 +02:00
mls_mapfold.ml mapfold over var_ident. 2011-11-18 12:32:36 +01:00
mls_printer.ml Added a new reinit operator 2011-10-17 15:28:04 +02:00
mls_utils.ml debut de la correction du when. 2011-12-06 15:44:20 +01:00