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

6
LINES

< > BotCompany Repo | #1010338 // beautifyStructure - add token markers to structure string & other stuff

JavaX fragment (include)

static S beautifyStructure(S s) {
  L<S> tok = javaTokForStructure(s);
  structure_addTokenMarkers(tok);
  jreplace(tok, "lhm", "");
  ret join(tok);
}

Author comment

Began life as a copy of #1008144

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: #1010338
Snippet name: beautifyStructure - add token markers to structure string & other stuff
Eternal ID of this version: #1010338/6
Text MD5: 20064cff60f19164190c8330d835d79b
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-10-13 19:59:34
Source code size: 156 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 388 / 448
Version history: 5 change(s)
Referenced in: [show references]