fn comment<'s>(input: &mut &'s str) -> ModalResult<&'s str>
Parse a comment (a line starting with #).
#