build method
- @useResult
inherited
Builds the default composite parser starting at start
.
To start the building at a different production use buildFrom
.
Implementation
@useResult
Parser<R> build() => buildFrom<R>(ref0(start));
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));