Beispiel #1
0
 public object CallUnary(Unary u)
 {
     return($"({u.Operator.Display()} {u.Right.Visit(this)}");
 }