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

6
LINES

< > BotCompany Repo | #1020713 // nlLogic_safeRulesFromAllMechLists

JavaX fragment (include)

static L<IfThen> nlLogic_safeRulesFromAllMechLists() {
  new L<IfThen> rules;
  for (S name : ai_mechListsWithPossibleRules())
    rules.addAll(nlLogic_safeLHSEvalsOnly(nlLogic_parseRules(mL_raw(name))));
  ret rules;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1020713
Snippet name: nlLogic_safeRulesFromAllMechLists
Eternal ID of this version: #1020713/2
Text MD5: ee464516674219e7db03d6eda5941ea7
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-31 23:21:21
Source code size: 224 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 176 / 219
Version history: 1 change(s)
Referenced in: [show references]