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

Add support for continue and break statements #301

Open
nielstron opened this issue Jan 2, 2024 · 0 comments
Open

Add support for continue and break statements #301

nielstron opened this issue Jan 2, 2024 · 0 comments
Labels
bb: medium Medium issue according to bug bounty categorization bug bounty This issue is prized out as part of the Bug Bounty Program enhancement New feature or request

Comments

@nielstron
Copy link
Contributor

nielstron commented Jan 2, 2024

#297 introduced the option to implement continue and break statements. This did not exist in hebi before since it did not support loops.

One possible implementation is to keep track of a respective call required to return to the closest loop beginning or end directly (i.e. call adjusted_next or while/for)

Bug bounty: 1000 ADA

@nielstron nielstron added the enhancement New feature or request label Jan 2, 2024
@nielstron nielstron added bug bounty This issue is prized out as part of the Bug Bounty Program bb: medium Medium issue according to bug bounty categorization labels Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bb: medium Medium issue according to bug bounty categorization bug bounty This issue is prized out as part of the Bug Bounty Program enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant