static boolean snlIsList(Lisp tree) { S head = tree.head; L<S> tok = codeTokensOnly(javaTok(head)); if (l(tok) == 0) ret false; for (int i = 0; i < l(tok); i++) if (!eq(tok.get(i), (i & 1) == 0 ? "*" : ",")) ret false; ret true; }
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: | #1002806 |
Snippet name: | snlIsList |
Eternal ID of this version: | #1002806/1 |
Text MD5: | c65013326092d1406e6d4f09dfb1610e |
Author: | stefan |
Category: | eleu / nl |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-02-26 01:07:01 |
Source code size: | 258 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 610 / 582 |
Referenced in: | [show references] |