public BuildResult Build(string code, IDictionary<string, string> substitutions, bool debug) { var magic = new PixieDust(Compile(code)); return magic.Apply(substitutions, debug); }
public BuildResult Build(string code, IDictionary <string, string> substitutions, bool debug) { var magic = new PixieDust(Compile(code)); return(magic.Apply(substitutions, debug)); }