collect_until

Function collect_until 

Source
pub fn collect_until<F>(parser: &mut Parser, condition: F) -> Vec<Token>
where F: Fn(&Token) -> bool,