You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
7 years ago
..
global Switch to non-deprecated String functions 7 years ago
heptagon Correction of unary minus priority 7 years ago
main Clean-up of verbose output 7 years ago
minils Clean-up of verbose output 7 years ago
obc Clean-up of verbose output 7 years ago
utilities Switch to non-deprecated String functions 7 years ago
Makefile Added bzreax script ; added uninstall target in Makefiles 9 years ago
_tags.in Removal of -custom option for compilation 9 years ago
myocamlbuild.ml Insertion of call to controller(s) when exporting to Controllable-Nbac node. 10 years ago
myocamlbuild_config.ml Clean up documentation comments 7 years ago
preproc.ml Fixed warnings & documentation comments. 11 years ago