Function lip::newline_with_comment[][src]

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

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