pub fn ws(input: &str) -> IResult<&str, ()>
Whitespace parser. This includes regular spaces, newlines, and comments.