heptagon/compiler
Nicolas Berthier 8497bafa2e Minor but correction in sigali output.
- Translation to z3z now evaluates constant expressions instead of
  abstracting them. This non-feature could cause "false" synthesis
  failures due to non-translatable yet constant expressions possibly
  introduced by tomato (or manually), for instance `not false' in node
  `n' bellow:

    node n (a: bool) returns (ok: bool)
      contract assume true enforce ok with ()
    let
      ok = a or not false;
    tel
2013-04-11 17:30:30 +02:00
..
global Fix for memalloc 2012-09-14 16:08:26 +02:00
heptagon Correct handling of local assume/enforce of contracts 2012-12-11 08:20:04 +01:00
main Added -nbvars option for performance evaluation 2012-11-26 10:05:20 +01:00
minils Minor but correction in sigali output. 2013-04-11 17:30:30 +02:00
obc Corrected a bug in generation of C records. 2013-03-15 09:31:19 +01:00
utilities Configuration for binary release 2013-01-28 15:55:56 +01:00
.project eclipse stuff 2011-12-15 20:02:38 +01:00
.projectSettings eclipse stuff 2011-12-15 20:02:38 +01:00
_tags Configuration for binary release 2013-01-28 15:55:56 +01:00
Makefile Makefile correction (install target) 2012-06-13 15:13:53 +02:00
myocamlbuild.ml Added Marc as co-author 2012-06-29 01:43:15 +02:00
myocamlbuild_config.ml Added Marc as co-author 2012-06-29 01:43:15 +02:00
preproc.ml Added Marc as co-author 2012-06-29 01:43:15 +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