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