tran method
transform to target code, the target information is in the tip
Implementation
@override
String tran(LanguageTip tip) {
lines.addIndent();
final format = tip.getRule('while');
return sprintf(format, [
condition.tran(tip),
lines.tran(tip),
' ' * tip.indent,
]);
}