Skip to main content

repeat_until

Function repeat_until 

Source
pub fn repeat_until<A: Parser, B: Parser>(a: A, b: B) -> StarUntil<A, B>
👎Deprecated since 0.5.2:

use star_until instead

Expand description

Repeats the first parser until the second parser. returns a vec of the first parsers results