static L<Map> scanMapLog(S progID, S fileName) { ret scanMapLog(getProgramFile(progID, fileName)); } static L<Map> scanMapLog(S fileName) { ret scanMapLog(getProgramFile(fileName)); } static L<Map> scanMapLog(File file) { new L<Map> l; for (S s : scanLog(file)) pcall { l.add(unstructureMap(s)); } ret l; }
Began life as a copy of #1001948
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: | #1002950 |
Snippet name: | scanMapLog - scan log made with logMap |
Eternal ID of this version: | #1002950/1 |
Text MD5: | 6a2bc3c903fa96857dc8bcf9766118e6 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-04-10 17:09:55 |
Source code size: | 338 bytes / 15 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 617 / 607 |
Referenced in: | #1003888 - scanLog_safeUnstructure - scan log, safeUnstructure() each line #1006654 - Standard functions list 2 (LIVE, continuation of #761) #3000382 - Answer for ferdie (>> t = 1, f = 0) |