sS showBigStuffInSnippetTranspilation(S snippetID) { S src = getServerTranspiledWithoutLibs(snippetID); LS tok = javaTok(src); S text = Tok_SimpleSizeAnalysis(tok)!; showText("Big Stuff", text); ret text; }