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

15
LINES

< > BotCompany Repo | #1003237 // Test Parse Dialog

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (1777L/12K/40K).

1  
!752
2  
3  
please include function parsePoem.
4  
5  
html {
6  
  S id = dropPrefix("/", uri);
7  
  L<Text> poems = loadPoems(id);
8  
  L parsed = null;
9  
  pcall { parsed = map("parsePoem", collect(poems, "lines")); }
10  
  ret ul(
11  
    "Snippet: " + dynamize(fsI(id)),
12  
    "Dialogs found: " + hstructure(poems),
13  
    "Parsed: " + hstructure(parsed)
14  
  );
15  
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1003237
Snippet name: Test Parse Dialog
Eternal ID of this version: #1003237/1
Text MD5: 271d68cbda753fed82a1654e513392d8
Transpilation MD5: 3941deae8c0a76df108e7744ce091413
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-06-06 00:01:40
Source code size: 342 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 537 / 582
Referenced in: [show references]