Ejemplo n.º 1
0
 public Parser(Input input)
 {
     this.input = input;
     lexer = new Lexer(input);
 }
Ejemplo n.º 2
0
 public Parser(Input input)
 {
     this.input = input;
     lexer      = new Lexer(input);
 }