Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite control flow inside loops. #988

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

maximebuyse
Copy link
Contributor

Closes #393.

Loops are already translated as folds. This PR wraps their accumulators to add control flow information (in case of break return or continue). Some specific fold operators are also added to handle these wrapped accumulators.

@maximebuyse maximebuyse self-assigned this Oct 10, 2024
@maximebuyse
Copy link
Contributor Author

Code generation should be almost stable. The remaining part is to write the specific folds as part of the fstar Rust_primitives

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a RewriteControlFlow phase (return/continue/break)
2 participants