Exemplo n.º 1
0
 public void Configure(string command)
 {
     _parser.Initialize(command);
     Tokens = _parser.Tokenize();
 }