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

15
LINES

< > BotCompany Repo | #1011042 // scanStructureLog - scan log, unstructure() each line

JavaX fragment (include)

static L scanStructureLog(S progID, S fileName) {
  ret scanStructureLog(getProgramFile(progID, fileName));
}

static L scanStructureLog(S fileName) {
  ret scanStructureLog(getProgramFile(fileName));
}

static L scanStructureLog(File file) {
  new L l;
  for (S s : scanLog(file)) pcall {
    l.add(unstructure(s));
  }
  ret l;
}

Author comment

Began life as a copy of #1003888

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1011042
Snippet name: scanStructureLog - scan log, unstructure() each line
Eternal ID of this version: #1011042/1
Text MD5: 677a1455086c6c4e8b71775ebb96cea2
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-10-11 22:27:53
Source code size: 345 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 323 / 368
Referenced in: [show references]