Ejemplo n.º 1
0
 public string VisitUnaryExpr(Unary expr)
 {
     return(Parenthesize(expr.Op.Lexeme, expr.Right));
 }