1 | static L<PartialAttractor> pAttractor_allMatches2(PartialAttractor a, LS tok) { |
2 | int i = 0; |
3 | new L<PartialAttractor> out; |
4 | while (licensed() && i < l(tok)) { |
5 | a.tok = subList(tok, i); |
6 | if (!a.find()) break; |
7 | assertTrue("match must not be empty", a.matchedRange.end >= 2); |
8 | out.add(shallowClone(a)); |
9 | i += a.matchedRange.end & ~1; // go to next N token |
10 | } |
11 | ret out; |
12 | } |
Began life as a copy of #1022868
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1022875 |
Snippet name: | pAttractor_allMatches2 - returns cloned attractors |
Eternal ID of this version: | #1022875/1 |
Text MD5: | 7fe374df5b05541f1c4bf28c7ab29dd9 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-04-12 16:59:04 |
Source code size: | 397 bytes / 12 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 301 / 349 |
Referenced in: | [show references] |