Libraryless. Compilation Failed (2327L/15K).
1 | static T3S agiBlue_parseTriple(S s) { |
2 | ret agiBlue_parseTriple(javaTokWithBrackets(s)); |
3 | } |
4 | |
5 | static T3S agiBlue_parseTriple(LS tok) { |
6 | LS split = tok_splitAtSlashes(tok); |
7 | if (l(split) != 3 || !allNempty(split)) null; |
8 | ret listToTriple(uncurlyAll(split)); |
9 | } |
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: | 284 / 382 |
Version history: | 3 change(s) |
Referenced in: | [show references] |