instaparse

If you're not trampolining your parser, why bother getting up in the morning?
mathpunk 2021-02-12T20:32:05.015400Z

I love working with this library

mathpunk 2021-02-12T20:34:28.017800Z

I got pretty far with my goal, but my grammar doesn't handle all my cases. I'd like to see how many so I'm trying to do a (try... (catch to see the % of fails on my data. Are exceptions thrown by the parser different than typical java exceptions?

mathpunk 2021-02-12T20:35:40.019200Z

I might just be holding try/catch wrong