class Unparser::Emitter::Repetition

def emit_postcontrol

def emit_postcontrol
  visit(body)
  ws
  emit_keyword
  visit(condition)
end