Parses the input and returns true if successful, false otherwise.
true
false
@override bool fastParse(State<I> state) { return p.fastParse(state); }