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

22
LINES

< > BotCompany Repo | #1002187 // Everything to present tense ("topresent"/"pt")

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

Libraryless. Click here for Pure Java version (1671L/11K/37K).

1  
!752
2  
3  
static L<S> themap = litlist(
4  
  "was", "is",
5  
  "went", "go",
6  
  "had", "have",
7  
  "said", "say",
8  
  "did", "do"
9  
);
10  
11  
p {
12  
  makeBot("PT");
13  
}
14  
15  
answer {
16  
  if (matchStart("topresent", s, m) || matchStart("pt", s, m))
17  
    ret pt(m.rest());
18  
}
19  
20  
static S pt(S s) {
21  
  ret mapBasedReplace(themap, s);
22  
}

Author comment

Began life as a copy of #1002165

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: #1002187
Snippet name: Everything to present tense ("topresent"/"pt")
Eternal ID of this version: #1002187/1
Text MD5: f7863f632c6ab1f3fe701b07ec6f243f
Transpilation MD5: 941b92c98689a731dbed16a27b9e6409
Author: stefan
Category: nl
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-12-24 00:30:48
Source code size: 317 bytes / 22 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 612 / 1632
Referenced in: [show references]