someTill p end works similarly to manyTill
p end, but p should succeed at least once. end
result is consumed and lost. Use someTill_ if you wish to keep
it.
someTill p end works similarly to manyTill
p end, but p should succeed at least once. Note
that end result is consumed and lost. Use someTill_ if
you wish to keep it.
skipSomeTill p end applies the parser pone or more times skipping results until parser end
succeeds. Result parsed by end is then returned.
See also: someTill, skipSome.
skipSomeTill p end applies the parser pone or more times skipping results until parser end
succeeds. Result parsed by end is then returned.
See also: someTill, skipSome.