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

11
LINES

< > BotCompany Repo | #1014067 // solveMatchJob

JavaX fragment (include)

1  
// returns pair(status, MatchJob)
2  
static Pair<S, MatchJob> solveMatchJob(L<S> tokInput, S pattern) {
3  
  L<S> tokens = codeTokens(tok_combineAngleBrackets_keep(javaTok(pattern)));
4  
  MatchJob mj = MatchJob(tokInput, tokens);
5  
  S status = "Initial";
6  
  while licensed {
7  
    status = simplifyMatchJob1(mj);
8  
    if (!eqic(status, "Simplified")) break;
9  
  }
10  
  ret pair(status, mj);
11  
}

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: #1014067
Snippet name: solveMatchJob
Eternal ID of this version: #1014067/1
Text MD5: fa07a0c64e40ef16b0df03ec9d46ff42
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-03-27 22:21:35
Source code size: 384 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 280 / 309
Referenced in: [show references]