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

8
LINES

< > BotCompany Repo | #1011787 // ai_spec_parseArrowTriple

JavaX fragment (include)

1  
static void ai_spec_parseArrowTriple(S s) {
2  
  new Matches m;
3  
  T3<S> t = ai_parseArrowTriple(s);
4  
  if (t == null) ret;
5  
  ai_postTriple(s, "is a triple with left part", t.a);
6  
  ai_postTriple(s, "is a triple with middle part", t.b);
7  
  ai_postTriple(s, "is a triple with right part", t.c);
8  
}

Author comment

Began life as a copy of #1011756

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: #1011787
Snippet name: ai_spec_parseArrowTriple
Eternal ID of this version: #1011787/3
Text MD5: 3d2ffbf4b24bec94a926253b1b0a8320
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-05 04:52:40
Source code size: 295 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 430 / 478
Version history: 2 change(s)
Referenced in: [show references]