Function lip::newline_with_comment

source ·
pub fn newline_with_comment<'a, S: Clone + 'a>(
    comment_symbol: &'a str
) -> impl Parser<'_, Output = (), State = S>
Expand description

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