static Collection bb_listsMatchingInput(S input) { L rules = nlLogic_applyMetaRules(ai_parseRulesWithMacros(mL_raw("Rules BB"))); nlLogic_evalExp_verbose = false; temp tempSetTL(nlLogic_processInputOrFact_allowUnsafeEvals, true); ret nlLogic_outputFromExecutedRules(nlLogic_processInputOrFact(input, false, pair(rules, (L) null))); }