Ejemplo n.º 1
0
 public Parser(TokenReader tokenReader)
 {
     Tokens = tokenReader ?? throw new ArgumentNullException(nameof(tokenReader));
 }