Пример #1
0
 /// <summary>
 /// Run the program. This is assuming all of the other API's and whatnot are already setup. If those are not setup,
 /// an exception will be thrown.
 /// </summary>
 public void Run()
 {
     ParsingApi.Lex(this);
     ParsingApi.Parse(this);
     ParsingApi.BuildActionTree(this);
 }