Mosa.Tool.Explorer.ExplorerCompiler.ExtendCompilerSetup C# (CSharp) Method

ExtendCompilerSetup() public method

Extends the compiler setup.
public ExtendCompilerSetup ( ) : void
return void
        public override void ExtendCompilerSetup()
        {
            CompilePipeline.Add(new ICompilerStage[] {
                new PlugStage(),
                new TypeInitializerSchedulerStage(),
                new MethodLookupTableStage(),
                new MethodExceptionLookupTableStage(),
                new MetadataStage(),
            });
        }