pub fn parse_comment(input: &str) -> IResult<&str, &str>
Parse a rain comment. TODO: distinguish documentation comments, and don’t ignore those
rain