Benjamin Loison
bfca80bb8b
For instance ``` node main () returns (o: int); var i: int; let i = 0; o = (1 / i) when false; tel ``` used to crash with for instance: ``` Floating point exception 136 ``` now returns `0` but in fact this value wouldn't be used in theory as the `when` condition doesn't hold. |
||
---|---|---|
beamer | ||
src | ||
.gitignore | ||
Makefile | ||
README.md | ||
TODO |