You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR adds support for multiple loop invariants in while statements.
The parser and translation phase are extended to accept multiple
invariant clauses and translate them into a list, while keeping the Core
backend and invariant semantics unchanged.
The example `LoopSimple.core.st` has been adapted to demonstrate the
change.
By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution under the terms of your choice.
---------
Co-authored-by: Shilpi Goel <shigoel@gmail.com>
Co-authored-by: Josh Cohen <cohenjo@amazon.com>
0 commit comments