Example #1
0
        public static string Dump(Scope scope)
        {
            var dumper = new IrToPseudoP();

            return(dumper.Render(scope));
        }
Example #2
0
 public static string Dump(Scope scope)
 {
     IrToPseudoP dumper = new IrToPseudoP();
     return dumper.Render(scope);
 }