instaparse

If you're not trampolining your parser, why bother getting up in the morning?
2021-04-10T18:56:09.006600Z

I needed to have an expression which would always fail to match anything in Instaparse. I used "S = &'nop' 'no-way'" . Was there another simpler way to do it?

aengelberg 2021-04-10T20:55:18.007100Z

maybe ! eps?

aengelberg 2021-04-10T20:57:31.007600Z

#'$^' might be more performant

1👍