Transpiled version (2774L) is out of date.
svoid tok_standardBot1(LS tok) { int i; while ((i = jfind(tok, "standardBot1 <id> {")) >= 0) { print("Processing standardBot1"); int iOpening = indexOf(tok, i, "{"); S name = tok.get(iOpening-2); int iClosing = findEndOfBracketPart(tok, iOpening)-1; LS contents = subList(tok, iOpening+1, iClosing); S allServers = ""; int j = jfind(contents, "allServers {"); if (j >= 0) { int k = findEndOfBracketPart(contents, j+2); allServers = joinSubList(contents, j+4, k-2); clearTokens(contents, j, k); } S init = ""; j = jfind(contents, "init {"); if (j >= 0) { int k = findEndOfBracketPart(contents, j+2); init = joinSubList(contents, j+4, k-2); clearTokens(contents, j, k); } replaceTokens_reTok(tok, i, iClosing+1, [[ cmodule2 ]] + name + [[ extends DynTalkBot2<]] + name + [[.ByServer> { void init { super.init(); makeByServer = () -> new ByServer; useAGIBlueForDropPunctuation = false; preprocessAtSelfToMyName = false; ]] + init + [[ } ]] + allServers + [[ class ByServer extends DynTalkBot2.ByServer { ]] + join(contents) + "} }"); } }
Began life as a copy of #1025378
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1025520 |
Snippet name: | tok_standardBot1 |
Eternal ID of this version: | #1025520/9 |
Text MD5: | b19c1670eb5cde0819967f967936c0ef |
Author: | stefan |
Category: | javax / transpiling |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-03-26 17:02:00 |
Source code size: | 1298 bytes / 42 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 243 / 348 |
Version history: | 8 change(s) |
Referenced in: | [show references] |