1 | static L<TypeAndText> ai_parseTypedDialog(S text) { |
2 | new L<TypeAndText> l; |
3 | for (Pair<S> p : parseColonPropertyPairs(text)) |
4 | l.add(TypeAndText(ai_expandLineType(p.a), p.b)); |
5 | ret l; |
6 | } |
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: | 282 / 318 |
Referenced in: | [show references] |