// returns classes dir static File javaxToClasses(S mainJava) { S src = transpileRaw(mainJava); // transpiled, with lib references new L<S> libs; src = findTranslators2(src, libs); ret javaCompile(src, join(" ", libs)); }
Began life as a copy of #1003866
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1004110 |
Snippet name: | javaxToClasses - transpile and compile a full JavaX source |
Eternal ID of this version: | #1004110/1 |
Text MD5: | cd45bd22effe581bfc8135a4de4862cf |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-08-07 17:39:51 |
Source code size: | 235 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 477 / 499 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |