Skip to content

Proposal for iteration over range in Michelson

Fedor Sheremetyev requested to merge shrmtv/tzip:shrmtv@iter-range into master

At the moment Michelson offers instructions for iterating over lists, sets, or maps (ITER) and for iteration until some condition is false (LOOP). We propose to add support for iteration over range of numbers, in a few variations.

Merge request reports