Function skip_comment

Source
pub fn skip_comment(
    input: &mut PeekMoreIterator<impl Iterator<Item = Token>>,
) -> Vec<Token>
Expand description

Skip through a comment until a newline is found Assumes the slashes are peeked but not consumed