pub fn skip_ws(input: &str) -> IResult<&str, ()>
Parser that skips whitespace and comments.
Returns Err when parsing fails.
Err