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

8
LINES

< > BotCompany Repo | #1010133 // dropTranslators - drop translator invocations from source

JavaX fragment (include)

static S dropTranslators(S src) {
  ret findTranslators2(src, null);
}

// modifies original tok
static L<S> dropTranslators(L<S> tok) {
  ret findTranslators2(tok, null);
}

Author comment

Began life as a copy of #1003865

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1010133
Snippet name: dropTranslators - drop translator invocations from source
Eternal ID of this version: #1010133/4
Text MD5: 5be3d5ef0e35ecb062a3a45331a45d91
Author: stefan
Category: javax / parsing
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-08-04 13:23:22
Source code size: 180 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 414 / 437
Version history: 3 change(s)
Referenced in: [show references]