Instaparse only works on "full parses", so adding <anything> is the only way to go.
@nathansmutz if adding <#'[\\s\\S]'+> (anything) is too slow, you could maybe (str/replace #"things you definitely don't want to parse" "") beforehand
so instaparse isn't churning through too much garbage