pub fn parse_eol_comment(input: &str) -> IResult<&str, &str>
Expand description

Parse a comment beginning with // and terminating at end-of-line, not including end-of-line characters.