static T3<S> ai_parseNounVerbAdjective(LS tok) { ret l(tok) == 3*2+1 && isNoun(tok.get(1)) && isVerb(tok.get(3)) && isAdjective(tok.get(5)) ? firstThreeCodeTokensTriple(tok) : null; }
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: | #1021300 |
Snippet name: | ai_parseNounVerbAdjective |
Eternal ID of this version: | #1021300/2 |
Text MD5: | 29f68e53963f9410ed012df59395ce34 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-02-08 12:52:59 |
Source code size: | 207 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 346 / 347 |
Version history: | 1 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1021335 - ai_parseNounVerbNoun |