Fork me on GitHub
#instaparse
<
2016-06-02
>
ska12:06:35

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

ska16:06:35

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

aengelberg16:06:39

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