static void ai_matchAngleBracketPattern_toResults(S pat, L<S> tokInput, L<Pair<S, LPairS>> results) { L<S> tokPat = javaTokWithAngleBracketsC(pat); L<PairS> match = uniquify(dropTwinPairsIC(zipTwoListsToPairs_ifSameLength(tokPat, tokInput))); if (match != null) addPair(results, pat, antiFilter parsing_checkMatchPairUsingMechList(match)); }
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1017285 |
Snippet name: | ai_matchAngleBracketPattern_toResults |
Eternal ID of this version: | #1017285/4 |
Text MD5: | 1fbb1ad14c6cbc28f9348f4de83526f3 |
Author: | stefan |
Category: | javax / parsing |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-07-16 14:36:27 |
Source code size: | 356 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 377 / 440 |
Version history: | 3 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1017292 - ai_matchAngleBracketPattern - takes C-tokenized input, returns list of pairs (var, contents) #1017295 - ai_matchAngleBracketPattern_toParseResults |