instaparse

If you're not trampolining your parser, why bother getting up in the morning?
aengelberg 2017-03-15T17:32:19.206363Z

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

aengelberg 2017-03-15T17:34:00.251176Z

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

aengelberg 2017-03-15T17:34:24.262420Z

so instaparse isn't churning through too much garbage