Function sepBy

  • Parses many instances of the parser separated by separator.

    Type Parameters

    • S
    • P

    Parameters

    Returns Parser<P[]>

    a parser that runs the given parser zero to many times, separated by the separator parser.

Generated using TypeDoc