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

13
LINES

< > BotCompany Repo | #1013565 // Test ai_parse_toList (OK)

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

Download Jar. Libraryless. Click here for Pure Java version (6405L/43K).

!7

p {
  autoRestart(5);
  printStruct(ai_parse_toList("{I} {like} {you}"));
  printStruct(ai_parse_toList("{This} - {and that}"));
  printStruct(ai_parse_toList("Simple"));
  //assertEqualsVerbose(ll("Full"), ai_parse_toList("{Full}"));
  //assertEqualsVerbose(ll(ll("Full")), ai_parse_toList("{Full}"));
  printStruct(ai_parse_toList("{Full}"));
  printStruct(ai_parse_toList("{{Nested}}"));
  printStruct(ai_parse_toList("{{Nested} and {nested}}"));
}

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: #1013565
Snippet name: Test ai_parse_toList (OK)
Eternal ID of this version: #1013565/14
Text MD5: fe644d8e0aa6ffb0f8e0606e056d4bd7
Transpilation MD5: cefa1cb6d6ce791962a2824ceca3cc60
Author: stefan
Category: javax / general parsing
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-01-09 14:02:26
Source code size: 467 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 355 / 1154
Version history: 13 change(s)
Referenced in: #1013567 - Test ai_parse_toList1 (OK)