/// <summary> /// The driver routine. /// </summary> /// <param name="planCompilerState">plan compiler state</param> internal static void Process(PlanCompiler planCompilerState) { Normalizer normalizer = new Normalizer(planCompilerState); normalizer.Process(); }