Many1Parser<E> constructor

Many1Parser<E>(
  1. Parser<E> p
)

Implementation

Many1Parser(this.p) {
  label = _quote(p) + '+';
  quote = false;
}