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