[][src]Function sexpy::parsers::comment

pub fn comment<'a>(input: &'a str) -> IResult<&'a str, (), SexpyError<&'a str>>

Parses an s-expression comment; something that starts with ; and ends with \n