• Preparing search index...
  • The search index is not available
parjs
  • parjs
  • combinators
  • many

Function many

  • many<T>(maxIterations?): ParjsCombinator<T, T[]>
  • Applies the source parser until it fails softly, and yields all of its results in an array.

    Type Parameters

    • T

    Parameters

    • maxIterations: number = Infinity

      Optionally, the maximum number of times to apply the source parser. Defaults to Infinity.

    Returns ParjsCombinator<T, T[]>

    • Defined in src/lib/internal/combinators/many.ts:53

Settings

Member Visibility

Theme

parjs
  • Loading...

Generated using TypeDoc