match_error
match_error(ms,
match_error(ms,
match_error(ms,
match_error(ms, "too many captures");
match_error(ms, "pattern too complex");
match_error(ms, "missing '['"
match_error(ms, "max repetition items");
return match_error(ms, "invalid capture index");
return match_error(ms, "unfinished capture");
return match_error(ms, "starting after string's end");
return match_error(ms, "invalid capture index");
return match_error(ms, "invalid pattern capture");