Returns a parser that consumes input till the given parser succeeds.
the stop parser
a parser that consumes the input string until the stop parser succeeds. Then it returns the consumed input as a string. The stop parser's match is not included in the result.
Generated using TypeDoc
Returns a parser that consumes input till the given parser succeeds.