Returns a parser that succeeds at the end of input.
@useResult Parser<void> endOfInput({String message = 'end of input expected'}) => EndOfInputParser(message);