[][src]Function rain_lang::parser::whitespace

pub fn whitespace(input: &str) -> IResult<&str, usize>

Parse whitespace, including ignored comments. Returns the count of comments.