Builds the default composite parser starting at start.
To start the building at a different production use buildFrom.
@useResult Parser<R> build() => buildFrom<R>(ref0(start));