tzlaine / parser

A C++ parser combinator library.
Boost Software License 1.0
81 stars 12 forks source link

Expectation point not working? #99

Closed akrzemi1 closed 7 months ago

akrzemi1 commented 7 months ago

In this example: https://godbolt.org/z/ca1zo6EGn I have an expectation point, but I still do not get an error message while parsing.

akrzemi1 commented 7 months ago

My bad. The expectation point is before a parser that can match zero input.