Deprecated.
Match the syntax of this token with the same interpretation, or
otherwise match no input.
Returns a parser that behaves like this parser, or alternatively does
nothing.
Match the syntax of this token with the same interpretation, or
otherwise match no input.
Returns a parser that behaves like this parser, or alternatively does
nothing, setting a corresponding result value.
Deprecated.
Match the syntax of this token with the same interpretation, or
otherwise match no input with the given default interpretation.
Match the syntax of this token with the same interpretation, or
otherwise match no input with the given default interpretation.
Deprecated.
Match the syntax of this token with the same interpretation, or
otherwise match no input with the given default interpretation.
Match the syntax of this token with the same interpretation, or
otherwise match no input with the given default interpretation.
Deprecated.
Match one or more repetitions of this expression.
Deprecated.
Match one or more repetitions of this expression with
intervening separator syntax.
Deprecated.
Match one or more repetitions of this expression with
intervening separator syntax.
Returns a parser that behaves as the sequential iteration of this parser,
one or more times.
Match one or more repetitions of this expression.
Match one or more repetitions of this expression with
intervening separator syntax.
Match one or more repetitions of this expression with
intervening separator syntax.
Returns a parser that behaves as the sequential iteration of this parser,
one or more times, and collects the result values in a sequence.
Returns a parser that behaves as the sequential iteration of this parser,
one or more times, interspersed with a separator parser, and collects the
result values in a sequence.
Deprecated.
Match zero or more repetitions of this expression.
Deprecated.
Match zero or more repetitions of this expression with
intervening separator syntax.
Deprecated.
Match zero or more repetitions of this expression with
intervening separator syntax.
Returns a parser that behaves as the sequential iteration of this parser,
zero or more times.
Match zero or more repetitions of this expression.
Match zero or more repetitions of this expression with
intervening separator syntax.
Match zero or more repetitions of this expression with
intervening separator syntax.
Returns a parser that behaves as the sequential iteration of this parser,
zero or more times, and collects the result values in a sequence.
Returns a parser that behaves as the sequential iteration of this parser,
zero or more times, interspersed with a separator parser, and collects the
result values in a sequence.