Fork me on GitHub
#instaparse
<
2017-03-15
>
aengelberg17:03:19

Instaparse only works on "full parses", so adding <anything> is the only way to go.

aengelberg17:03:00

@nathansmutz if adding <#'[\\s\\S]'+> (anything) is too slow, you could maybe (str/replace #"things you definitely don't want to parse" "") beforehand

aengelberg17:03:24

so instaparse isn't churning through too much garbage