delegate property

Parser<R> delegate
getter/setter pair

The parser this parser delegates to.

Implementation

Parser<R> delegate;