pub fn skip_comment( input: &mut PeekMoreIterator<impl Iterator<Item = Token>>, ) -> Vec<Token>
Skip through a comment until a newline is found Assumes the slashes are peeked but not consumed