tran method

  1. @override
String tran(
  1. LanguageTip tip
)
override

transform to target code, the target information is in the tip

Implementation

@override
String tran(LanguageTip tip) {
  // DBool Function(bool) i = OBool.new;
  return value.toString();
}