instaparse

If you're not trampolining your parser, why bother getting up in the morning?
2018-11-19T14:20:03.001900Z

Hello. I am starting to use instaparse, and I am matching the end of a multi-line string using #'\\Z'. While it seems to work, is it the correct way to match it?

aengelberg 2018-11-19T16:53:23.003500Z

@vincent.cantin that seems like a legit approach to me; I'd have to know more about your broader use case to know whether there's a more elegant overall approach.

aengelberg 2018-11-19T17:00:33.004100Z

for example, you could use the instaparse negative lookahead feature (`!`) to determine whether there are no more tokens to match