static int partialNLMatchScore(S pat, S s) { L tokpat = codeTokens(parse3(pat)), tok = codeTokens(parse3_cached(s)); int n = l(tok)-l(tokpat); }