opshin icon indicating copy to clipboard operation
opshin copied to clipboard

Add support for continue and break statements

Open nielstron opened this issue 1 year ago • 2 comments

#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 avatar Jan 02 '24 16:01 nielstron

@nielstron hey is the bug bounty still open? will have a attempt at this.

abhishek818 avatar Jul 23 '24 10:07 abhishek818

Hi @abhishek818, yes it's still open :)

nielstron avatar Jul 23 '24 12:07 nielstron