!7 lib 1011230 // JavaParser for #759 sS progID = #1010745; p { restartWith256MBHeap(); botWithInput(progID); //transpileForServer(progID); } answer { if (swic_trim(s, "fresh ", m)) { veryQuickJava_refresh(); vmKeep_deleteAll(); // chase bug s = m.rest(); } //long time = sysNow(); try { transpileForServer(fsI(trim(s))); } catch e { infoBox(e); throw rethrow(e); } /*S msg = "Transpiled & " + (transpileForServer_compile ? "double-" : "") + "compiled" + " in " + toS(sysNow()-time, 1) + " s";*/ S msg = "Transpiled & " + (transpileForServer_compile ? " & compiled" : "") + " in " + toS(transpileForServer_localTime, 1) + " s"; thread { gc(); } try answer infoBoxAndReturn(msg); }