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).

!752

please include function parsePoem.

html {
  S id = dropPrefix("/", uri);
  L<Text> poems = loadPoems(id);
  L parsed = null;
  pcall { parsed = map("parsePoem", collect(poems, "lines")); }
  ret ul(
    "Snippet: " + dynamize(fsI(id)),
    "Dialogs found: " + hstructure(poems),
    "Parsed: " + hstructure(parsed)
  );
}

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