Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1018158 // nlLogic_allEvalFragments - needs rules with expanded macros

JavaX fragment (include)

static Set<S> nlLogic_allEvalFragments(L<IfThen> rules) {
  final new TreeSet<S> set;
  nlLogic_visit(rules, voidfunc(O o) {
    if (o cast Func) if (eq(o.name, 'eval)) set.add(o.arg.text());
  });
  ret set;
}

Author comment

Began life as a copy of #1018021

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1018158
Snippet name: nlLogic_allEvalFragments - needs rules with expanded macros
Eternal ID of this version: #1018158/2
Text MD5: 77d0e08b499b7f221ab17effb890e49d
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-09-05 13:30:23
Source code size: 216 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 265 / 296
Version history: 1 change(s)
Referenced in: [show references]