Libraryless. Click here for Pure Java version (4029L/24K).
1 | sbool phraseCache(S pattern, S s) { |
2 | ret mmo2_match(pattern, s); |
3 | } |
4 | |
5 | sbool phraseCache(MMOPattern pattern, S s) { |
6 | ret mmo2_match(pattern, s); |
7 | } |
8 | |
9 | static IPred<S> phraseCache(S pattern) { |
10 | ret phraseCache(mmo2_parsePattern(pattern)); |
11 | } |
12 | |
13 | static IPred<S> phraseCache(MMOPattern pattern) { |
14 | ret s -> phraseCache(pattern, s); |
15 | } |
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: | 276 / 374 |
Version history: | 2 change(s) |
Referenced in: | [show references] |