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

6
LINES

< > BotCompany Repo | #1021244 // ai_parseTypedDialog

JavaX fragment (include)

static L<TypeAndText> ai_parseTypedDialog(S text) {
  new L<TypeAndText> l;
  for (Pair<S> p : parseColonPropertyPairs(text))
    l.add(TypeAndText(ai_expandLineType(p.a), p.b));
  ret l;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1021244
Snippet name: ai_parseTypedDialog
Eternal ID of this version: #1021244/1
Text MD5: 8534a9407b3f581fa1164873bb2a3e78
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-02-05 14:23:11
Source code size: 196 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 207 / 244
Referenced in: [show references]