RuleExpression.OneOrManyWithHangingSeparator
is the same as ZeroOrManyWithHangingSeparator
, except that it doesn't allow for empty lists.
For example:
will parse:
but not:
See also
RuleExpression
RuleExpression.ZeroOrMany
RuleExpression.OneOrMany
RuleExpression.ZeroOrManyWithSeparator
RuleExpression.ZeroOrManyWithHangingSeparator
RuleExpression.OneOrManyWithSeparator