Download Jar. Libraryless. Click here for Pure Java version (5868L/40K).
1 | !7 |
2 | |
3 | sS progID = |
4 | // #1001167; |
5 | #1010745; |
6 | |
7 | p { |
8 | S javax = loadSnippet(progID); |
9 | print("Source: " + l(javax)); |
10 | |
11 | S java = null; |
12 | repeat 5 { |
13 | time "Transpile" { |
14 | //transpileRaw_silent = false; |
15 | java = transpileRaw(javax); |
16 | print("Transpiled: " + l(java)); |
17 | Map cachedIncludes = cast get(transpileRaw_trans, 'cachedIncludes); |
18 | //print("Have cached includes: " + l(cachedIncludes) + " (" + className(cachedIncludes) + ", " + identityHashCode(transpileRaw_trans) + ")"); |
19 | } |
20 | } |
21 | |
22 | new L<S> libs; |
23 | java = findTranslators2(java, libs); |
24 | print("Libs: " + joinWithComma(libs)); |
25 | |
26 | S dehlibs = join(" ", libs); |
27 | File bytecode = javaCompile_overInternalBot(java, dehlibs); |
28 | print("Bytecode: " + f2s(bytecode)); |
29 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1011880 |
Snippet name: | Test transpiling for server (OK, needs upload function) |
Eternal ID of this version: | #1011880/21 |
Text MD5: | 0d906a1f06dcbbbf035eb5fba18ed126 |
Transpilation MD5: | a1cdde8deebe2d0d937545e7c7955996 |
Author: | stefan |
Category: | javax / transpiling |
Type: | JavaX source code (desktop) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-11-09 08:54:50 |
Source code size: | 773 bytes / 29 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 481 / 1247 |
Version history: | 20 change(s) |
Referenced in: | [show references] |