コード例 #1
0
 public static Dictionary <string, Dictionary <string, HashSet <string> > > computeLLTable(string gFile)
 {
     c = new compiler(gFile);
     return(c.getLLTable());
 }