Download Jar. Libraryless. Click here for Pure Java version (14449L/101K).
1 | !7 |
2 | |
3 | p {
|
4 | downloadTypicalWebs(); |
5 | |
6 | Web searchWeb; |
7 | printWeb(searchWeb = loadWeb("cvmdbunidbsagqug"));
|
8 | |
9 | L<Web> webs = indexedWebs("Sentence");
|
10 | print(n(webs, "web")); |
11 | |
12 | new L<Map<WebNode>> mappings; |
13 | for (Web web : webs) {
|
14 | Map<WebNode> mapping = web_matchAllPerms_x(searchWeb, web, f nodeMatch_dollarVars); |
15 | addIfNotNull(mappings, mapping); |
16 | } |
17 | |
18 | web_printMappings(mappings); |
19 | |
20 | print("Answers: " + getFromAll(mappings, web_findNode(searchWeb, "$X")));
|
21 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, jtubtzbbkimh, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1010797 |
| Snippet name: | Pattern Matching [OK] |
| Eternal ID of this version: | #1010797/10 |
| Text MD5: | 4b21cbe176b755e5952af9e1bc888877 |
| Transpilation MD5: | cc62bef01b338cd3a501dde86d599366 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX source code (desktop) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-10-03 22:59:01 |
| Source code size: | 500 bytes / 21 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 774 / 1630 |
| Version history: | 9 change(s) |
| Referenced in: | [show references] |