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