public string Visit(Expr.Get _get) { throw new NotImplementedException(); }
public object Visit(Expr.Get _get) { return(null); }
public object Visit(Expr.Get _get) { throw new NotImplementedException(); }