line_comment

Function line_comment 

Source
pub fn line_comment(input: &str) -> IResult<&str, Option<&str>>
Expand description
LineComment = "//" [(%x09 / %x20-2E / %x30-10FFF) *NotNL] NL ; First character after "//" can't be "/"