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

9
LINES

< > BotCompany Repo | #1024267 // agiBlue_parseTriple

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Compilation Failed (2327L/15K).

static T3S agiBlue_parseTriple(S s) {
  ret agiBlue_parseTriple(javaTokWithBrackets(s));
}

static T3S agiBlue_parseTriple(LS tok) {
  LS split = tok_splitAtSlashes(tok);
  if (l(split) != 3 || !allNempty(split)) null;
  ret listToTriple(uncurlyAll(split));
}

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1024267
Snippet name: agiBlue_parseTriple
Eternal ID of this version: #1024267/4
Text MD5: bd8841066bdcb47d40378d93d0e2a1d9
Transpilation MD5: aacbda622633af880a0df081e7065d7f
Author: stefan
Category: javax / agi.blue
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-30 15:35:41
Source code size: 267 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 211 / 288
Version history: 3 change(s)
Referenced in: [show references]