1 | static S ai_parse_javaTokens(S s, Pair<S> sep) { |
2 | L<S> tok = javaTok(s); |
3 | for (int i = 1; i < l(tok); i += 2) |
4 | tok.set(i, enclose(sep, tok.get(i))); |
5 | ret join(tok); |
6 | } |
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: | #1013552 |
Snippet name: | ai_parse_javaTokens |
Eternal ID of this version: | #1013552/3 |
Text MD5: | e9e78932dbfb14f47207c69874b1caf7 |
Author: | stefan |
Category: | javax / general parsing |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-01-09 12:44:54 |
Source code size: | 177 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 347 / 398 |
Version history: | 2 change(s) |
Referenced in: | [show references] |