static Map<S, LispStatement> statementsToLisp(L<Statement> l) { new LinkedHashMap<S, LispStatement> map; // preserver adding order for (Statement s : l) map.put(s.globalID, new LispStatement(s.globalID, clParse(s.text))); ret map; }
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: | #1007741 |
Snippet name: | statementsToLisp |
Eternal ID of this version: | #1007741/4 |
Text MD5: | 185dd31a780ee84faa6e3acda606470a |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-04-25 01:49:10 |
Source code size: | 247 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 529 / 543 |
Version history: | 3 change(s) |
Referenced in: | [show references] |