heptagon/compiler
Gwenaël Delaval 1ead8a98ea Correction of unary minus priority
To fix: see test minus_pre.ept:

node main() = (o,p:int)
let
  o = ~-1 -> pre o + 1;
  p = -1 fby p + 1
tel
2017-05-23 22:01:05 +02:00
..
global Switch to non-deprecated String functions 2017-03-14 12:24:29 +01:00
heptagon Correction of unary minus priority 2017-05-23 22:01:05 +02:00
main Clean-up of verbose output 2017-05-23 11:37:30 +02:00
minils Clean-up of verbose output 2017-05-23 11:37:30 +02:00
obc Clean-up of verbose output 2017-05-23 11:37:30 +02:00
utilities Switch to non-deprecated String functions 2017-03-14 12:24:29 +01:00
_tags.in Removal of -custom option for compilation 2015-12-11 17:00:29 +01:00
Makefile Added bzreax script ; added uninstall target in Makefiles 2015-02-27 15:50:21 +01:00
myocamlbuild.ml Insertion of call to controller(s) when exporting to Controllable-Nbac node. 2014-10-28 16:43:13 +01:00
myocamlbuild_config.ml Clean up documentation comments 2017-03-03 11:41:57 +01:00
preproc.ml Fixed warnings & documentation comments. 2013-11-08 18:51:06 +01:00