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

15
LINES

< > BotCompany Repo | #1022848 // phraseCache - extended synonym of mmo2_match

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

Libraryless. Click here for Pure Java version (4029L/24K).

sbool phraseCache(S pattern, S s) {
  ret mmo2_match(pattern, s);
}

sbool phraseCache(MMOPattern pattern, S s) {
  ret mmo2_match(pattern, s);
}

static IPred<S> phraseCache(S pattern) {
  ret phraseCache(mmo2_parsePattern(pattern));
}

static IPred<S> phraseCache(MMOPattern pattern) {
  ret s -> phraseCache(pattern, s);
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1022848
Snippet name: phraseCache - extended synonym of mmo2_match
Eternal ID of this version: #1022848/3
Text MD5: ff863dcdd60d23715baee4f163166f64
Transpilation MD5: bb2dba14be55e366045e94d7d2422d02
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-11-04 00:08:22
Source code size: 339 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 217 / 298
Version history: 2 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1030061 - phraseCache_collapse - phraseCache + collapse