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

6
LINES

< > BotCompany Repo | #1020714 // nlLogic_unsafeRulesFromAllMechLists

JavaX fragment (include)

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

Author comment

Began life as a copy of #1020713

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: #1020714
Snippet name: nlLogic_unsafeRulesFromAllMechLists
Eternal ID of this version: #1020714/1
Text MD5: 9507653afc5b0068ea1e1db1f4ab5482
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:22:29
Source code size: 228 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 179 / 218
Referenced in: [show references]