Beispiel #1
0
 public IRFormatParser(TextReader rdr)
 {
     this.lex     = new IRFormatLexer(rdr);
     this.program = new Program();
 }
Beispiel #2
0
 public IRFormatParser(TextReader rdr)
 {
     this.lex = new IRFormatLexer(rdr);
 }