pub fn parse_iter(text: &str) -> Result<ParseIter<'_>, Error>
Returns an iterator over instructions in the given text.
text
Unlike parse function, the returned iterator doesn’t error on duplicate stage names.
parse