-
Notifications
You must be signed in to change notification settings - Fork 22
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
[ProVerif] Renaming / AST transformation pseudophase #728
Conversation
…c/hax into refactor-concrete-ident-generated
2d680cb
to
e49233f
Compare
cc4d0cb
to
d7cdcc8
Compare
This PR has been marked as stale due to a lack of activity for 60 days. If you believe this pull request is still relevant, please provide an update or comment to keep it open. Otherwise, it will be closed in 7 days. |
This PR has been marked as stale due to a lack of activity for 60 days. If you believe this pull request is still relevant, please provide an update or comment to keep it open. Otherwise, it will be closed in 7 days. |
This PR has been closed due to a lack of activity since being marked as stale. If you believe this pull request is still relevant, please reopen it with an update or comment. |
While |
Let's close this and do this as part of the move to the generic printer in #745 |
This PR introduces a pseudo-phase in the ProVerif backend that uses a visitor to perform renamings and last minute AST transformations like simplifying a
Result<T,E>
into aT
.