示例#1
0
 public string VisitLogicalExpr(Expr.Logical expr)
 {
     return(Parenthesize(expr.Operator._lexme, expr.Left, expr.Right));
 }