示例#1
0
 //--------------------------
 public void step_analyze(string prog)
 {
     scan = new Scanner(prog, true);
     tableId.clear_cur_poliz();
     analyze(true);
 }