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

10
LINES

< > BotCompany Repo | #1001993 // Parse #629 (standard functions list)

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

Libraryless. Click here for Pure Java version (1290L/9K/28K).

1  
!752
2  
3  
p {
4  
  L<S> tok = javaTok(loadSnippet("#629"));
5  
  int i = findCodeTokens(tok, "standardFunctions", "=", "{");
6  
  int opening = i+4;
7  
  int closing = findEndOfBlock(tok, opening);
8  
  for (i = opening+2; i < closing; i += 4)
9  
    print(tok.get(i));
10  
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1001993
Snippet name: Parse #629 (standard functions list)
Eternal ID of this version: #1001993/1
Text MD5: d2fb9ffd3807cd3b19153fb39976f2c3
Transpilation MD5: 9b00e25640789fc7ca25f4bae5fe7259
Author: stefan
Category:
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-12-11 01:43:45
Source code size: 258 bytes / 10 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 543 / 602
Referenced in: [show references]