Ejemplo n.º 1
0
 public string VisitUnary(Unary expression)
 {
     return(Parenthesize("Unary", expression.right));
 }