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)

1  
static L scanStructureLog(S progID, S fileName) {
2  
  ret scanStructureLog(getProgramFile(progID, fileName));
3  
}
4  
5  
static L scanStructureLog(S fileName) {
6  
  ret scanStructureLog(getProgramFile(fileName));
7  
}
8  
9  
static L scanStructureLog(File file) {
10  
  new L l;
11  
  for (S s : scanLog(file)) pcall {
12  
    l.add(unstructure(s));
13  
  }
14  
  ret l;
15  
}

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: 328 / 373
Referenced in: [show references]