Exemplo n.º 1
0
 ExpTy transExp(Absyn.StringExp e) {
   return new ExpTy(translate.StringExp(e.value), STRING);
 }