Function lip::newline1[][src]

pub fn newline1<'a, S: Clone + 'a>(
    indent_parser: BoxedParser<'a, (), S>
) -> BoxedParser<'a, (), S>
Expand description

Parsers one or more newline characters, each with indentations in front.

Indentation can also be "" (no indentation)