Parses the input and returns a result wrapped in Result if successful, null otherwise.
null
@override Result<O>? parse(State<I> state) { final v = f(); return Result(v); }