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

Distinguish statements and sequences of statements in rust llbc ast #356

Merged
merged 2 commits into from
Sep 12, 2024

Conversation

Nadrieril
Copy link
Member

This removes RawStatement::Sequence and instead correctly tracks where lists of statements are allowed, namely in loops, switch branches, and function bodies. This makes operating on statements much easier. This does not affect the caml side.

@Nadrieril Nadrieril changed the title Distinguish statements and sequences of statement in rust llbc ast Distinguish statements and sequences of statements in rust llbc ast Sep 12, 2024
@Nadrieril Nadrieril merged commit af5e326 into AeneasVerif:main Sep 12, 2024
6 checks passed
@Nadrieril Nadrieril deleted the clarify-stmt-blocks branch September 12, 2024 13:24
@sonmarcho
Copy link
Member

Actually I think it makes sense to do the same on the Caml side: I opened an issue

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.

2 participants