Function cpclib_asm::assembler::visit_repeat
source ยท pub fn visit_repeat(rept: &Token, env: &mut Env) -> Result<(), AssemblerError>Expand description
When visiting a repetition, we unroll the loop and stream the tokens TODO reimplement it in a similar way that the LocatedToken version that is better