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

Extend iteration interface #447

Merged
merged 3 commits into from
Aug 22, 2024
Merged

Extend iteration interface #447

merged 3 commits into from
Aug 22, 2024

Conversation

maleadt
Copy link
Owner

@maleadt maleadt commented Aug 22, 2024

This PR exposes functionality to move to the previous/next instruction/block/function by means of prevXXX/nextXXX functions (inspired by prevfloat/nextfloat and prevind/nextind). Not particularly idiomatic, but I couldn't immediately find another common iterator abstraction to implement this kind of operation...

@maleadt maleadt merged commit deb9ca6 into master Aug 22, 2024
20 checks passed
@maleadt maleadt deleted the tb/iteration branch August 22, 2024 10:30
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.

1 participant