parser::operator()


  
  term* dlp_parser::operator()() {
          return (*_parser)();
          }
  
  

slide: parser::operator()