instaparse 2016-06-02

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

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

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