public static string compile(string code, __Scope __scope) { ICodeTranspiler _transpiler = __scope.get<ICodeTranspiler>("_transpiler"); return _transpiler.Transpile(code); }
static public string Transpile(string text, __Scope __scope) { ICodeTranspiler _transpiler = __scope.get <ICodeTranspiler>("_transpiler"); return(_transpiler.Transpile(text)); }