示例#1
0
 public parser()
 {
     SNLScanner = new scanner() ;
     SNLPredict = new Predict("../../Predict.txt") ;
     SNLProduct = new Product("../../Product.txt") ;
     error      = new ErrorType() ;
     cur = 0;
 }
示例#2
0
 public parser()
 {
     SNLScanner = new scanner();
     SNLPredict = new Predict("../../Predict.txt");
     SNLProduct = new Product("../../Product.txt");
     error      = new ErrorType();
     cur        = 0;
 }