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

11
LINES

< > BotCompany Repo | #1030312 // pythonTok - synonym of javaTok. TODO: use proper Python tokenizer

JavaX fragment (include)


static List<String> pythonTok(String s) {
  ret javaTok(s);
}



static List<String> pythonTok(List<String> tok) {
  ret javaTok(tok);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030312
Snippet name: pythonTok - synonym of javaTok. TODO: use proper Python tokenizer
Eternal ID of this version: #1030312/3
Text MD5: 3ac47723a15df74dbf15d78026f6c884
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-11-30 15:08:57
Source code size: 148 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 185 / 211
Version history: 2 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)