Libraryless. Click here for Pure Java version (5711L/31K).
1 | // removes invocations from src |
2 | static L<S> tok_findTranslators(L<S> tok, L<S> libsOut) { |
3 | int i; |
4 | while ((i = jfind(tok, "!<int>")) >= 0) { |
5 | setAdd(libsOut, tok.get(i+2)); |
6 | clearTokens(tok, i, i+3); |
7 | reTok(tok, i, i+3); |
8 | } |
9 | ret tok; |
10 | } |
Began life as a copy of #1003865
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: | #1010375 |
Snippet name: | tok_findTranslators |
Eternal ID of this version: | #1010375/2 |
Text MD5: | 69283d40f9c9aeb2abf6cf2f1dfc0b61 |
Transpilation MD5: | 44ea515fb8e4429292ac6748c85b2c97 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-09-13 16:31:20 |
Source code size: | 257 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 588 / 622 |
Version history: | 1 change(s) |
Referenced in: | [show references] |