예제 #1
0
 public Parser(ICommandProvider commandProvider)
 {
     this.commandProvider = commandProvider;
     this.state           = new ParserState(new string[] { });
 }