public object VisitBoolAST(BOOLAST v, object arg)
 {
     return v.value.value;
 }
 public BoolFactorAST(BOOLAST bol)
 {
     boolf=bol;
 }