Open GoogleCodeExporter opened 9 years ago
Hmmm, this might be possible by providing language extensions the ability to
specify custom assignment expressions. However the checks would only happen
when assigning to a variable or a field, not for intermediate computations.
ie. if v was a Byte of initial value 255, "v := v+v-v" would pass while "v :=
v+v" would trigger the constraint violation.
Original comment by zar...@gmail.com
on 3 May 2013 at 10:14
Original issue reported on code.google.com by
frederic...@gmail.com
on 30 Apr 2013 at 12:47