示例#1
0
        override protected CompilerPipeline SetUpCompilerPipeline()
        {
            CompilerPipeline pipeline = new Boo.Lang.Compiler.Pipelines.ExpandMacros();

            pipeline.Add(new PrintBoo());
            return(pipeline);
        }
示例#2
0
 protected override CompilerPipeline SetUpCompilerPipeline()
 {
     CompilerPipeline pipeline = new Boo.Lang.Compiler.Pipelines.ExpandMacros();
     pipeline.Add(new PrintBoo());
     return pipeline;
 }