Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

15
LINES

< > BotCompany Repo | #1002245 // Test New Compiler Bot

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (5353L/36K/118K).

!752

static S compilerBot = "Compiler Bot with caching!";
static S snippetID = "#1001167"; // Hello world

p {
  startBot(compilerBot, "#1002203");
  S s = sendToLocalBot(compilerBot, "please compile this javax snippet: *", snippetID);
  new Matches m;
  assertTrue(match("ok, *", s, m));
  S jarPath = m.unq(0);
  File jar = new File(jarPath);
  assertTrue(jar.isFile());
  print("Jar size: " + jar.length());
}

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, teubizvjbppd, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1002245
Snippet name: Test New Compiler Bot
Eternal ID of this version: #1002245/1
Text MD5: bc72aa5b185b827e581dab8708a41ca7
Transpilation MD5: 9cd5293ae7529eb6c486c6df508dbdb9
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-04-17 14:40:21
Source code size: 427 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 517 / 562
Referenced in: [show references]