static AI_Rule ai_parseRule(S s) { L tok = tok_combineCurlyBraces(javaTok(s)); new Matches m; if (jmatch("* & * => *", tok, m)) ret ai_rule(m.get(0), m.get(1), m.get(2)); null; }