Libraryless. Click here for Pure Java version (8156L/57K/167K).
1 | !7 |
2 | |
3 | concepts. |
4 | |
5 | p {
|
6 | S s = loadConceptsStructure(#1006463); // AI Concepts |
7 | print(javaTokWordWrap(s)); |
8 | print("Size: " + l(utf8(s)));
|
9 | S s2 = structure(safeUnstructure(s)); |
10 | print(javaTokWordWrap(s2)); |
11 | print("Restructured: " + l(utf8(s2)));
|
12 | print("Same? " + yn(eq(s, s2)));
|
13 | print(unidiff( |
14 | fromLines(quoteAll(javaTok(s))), |
15 | fromLines(quoteAll(javaTok(s2))))); |
16 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1007205 |
| Snippet name: | Massage concepts.structure for export |
| Eternal ID of this version: | #1007205/10 |
| Text MD5: | ddb0ef36b281fe4e5fe5bec4d92e1e84 |
| Transpilation MD5: | bfcfeb06553b99c525584d125c53842e |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX source code |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-03-12 01:01:42 |
| Source code size: | 392 bytes / 16 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 721 / 839 |
| Version history: | 9 change(s) |
| Referenced in: | [show references] |