delegate property

Parser<T> delegate
getter/setter pair

The parser this parser delegates to.

Implementation

Parser<T> delegate;