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