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

24
LINES

< > BotCompany Repo | #1001923 // JavaX Understanding Bot

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

Libraryless. Click here for Pure Java version (1607L/10K/35K).

1  
!752
2  
3  
p {
4  
  makeBot("JavaX Understanding Bot.");
5  
}
6  
7  
static S answer(S s) {
8  
  new Matches m;
9  
  if (match("javax: how many statements? *", s, m)) {
10  
    S src = m.unq(0);
11  
    src = srcToFullSrc(src);
12  
    ret "" + countJavaxStatements(src);
13  
  }
14  
  ret null;
15  
}
16  
17  
static int countJavaxStatements(S src) {
18  
  L<S> tok = javaTok(src);
19  
  ret count(tok, ";");
20  
}
21  
22  
static S srcToFullSrc(S s) {
23  
  ret s;
24  
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1001923
Snippet name: JavaX Understanding Bot
Eternal ID of this version: #1001923/1
Text MD5: 3f42e361e8c144394a901895afe9d539
Transpilation MD5: 6bc1b8e5abdc7b1fdb64ca35d63c63cf
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-12-08 18:01:52
Source code size: 412 bytes / 24 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 641 / 2432
Referenced in: [show references]