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

11
LINES

< > BotCompany Repo | #1014067 // solveMatchJob

JavaX fragment (include)

// returns pair(status, MatchJob)
static Pair<S, MatchJob> solveMatchJob(L<S> tokInput, S pattern) {
  L<S> tokens = codeTokens(tok_combineAngleBrackets_keep(javaTok(pattern)));
  MatchJob mj = MatchJob(tokInput, tokens);
  S status = "Initial";
  while licensed {
    status = simplifyMatchJob1(mj);
    if (!eqic(status, "Simplified")) break;
  }
  ret pair(status, mj);
}

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: 276 / 306
Referenced in: [show references]