instaparse

If you're not trampolining your parser, why bother getting up in the morning?
ska 2016-06-02T12:21:35.000032Z

Does instaparse support special symbols for EOF and/or BOF?

ska 2016-06-02T16:06:35.000033Z

Hm, first experiments give hint that having <EOF> = <#'\\Z'> in my grammar works.

aengelberg 2016-06-02T16:37:39.000034Z

You could use the regex symbol for end of string, #"$" I believe