heptagon/compiler
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
..
global Enforce style : no tab, no trailing whitespace. 2011-11-21 03:26:27 +01:00
heptagon Fix automaton initialization. 2011-11-28 15:12:27 +01:00
main mls2obc bug fix 2011-11-28 15:12:22 +01:00
minils debut de la correction du when. 2011-12-06 15:44:20 +01:00
obc C backend: put memory of the main node in a global variable. 2011-12-05 10:18:50 +01:00
utilities Strict-SSA option to switch array encoding. 2011-11-21 03:26:26 +01:00
.projectSettings stronger heptc and clean_heptc 2011-11-21 03:26:13 +01:00
_tags Added a build system for Heptagon 2011-10-20 18:06:41 +02:00
Makefile Added a build system for Heptagon 2011-10-20 18:06:41 +02:00
myocamlbuild.ml Fixed some bugs in the configure 2011-11-14 10:52:28 +01:00
myocamlbuild_config.ml Fixed some bugs in the configure 2011-11-14 10:52:28 +01:00
preproc.ml Added a build system for Heptagon 2011-10-20 18:06:41 +02:00
README_ocamlbuild_hepts.txt Graphical simulator hepts 2011-05-12 10:08:13 +02:00
TODO.txt C backend ported to recent API changes in Obc 2011-03-09 09:46:00 +01:00