issues
search
lks9
/
src-tracer
Other
0
stars
0
forks
source link
Advanced Assertion Checking
#27
Open
lks9
opened
1 year ago
lks9
commented
1 year ago
[x] Dependent assertions
[ ] Scopes for assertion labels
[ ] Reachability checks
[ ] Unique labels
[ ] Check a single assertion on multiple traces
[x] Debug other data while retracing (with assertions we only get true/false)
[x] Ghost code like in JML or Frama-C
[ ]
\at( expr, label-id )
to evaluate the expression at a previous state with assertion label
label-id
, as in Frama-C/ACSL
[ ] Add documentation for all above
Requires #3
\at( expr, label-id )
to evaluate the expression at a previous state with assertion labellabel-id
, as in Frama-C/ACSLRequires #3