[][src]Function lip::newline_with_comment

pub fn newline_with_comment<'a, S: Clone + 'a>(
    comment_symbol: &'static str
) -> impl Parser<'a, (), S>

Parse a newline that maybe preceeded by a comment started with comment_symbol.