pub fn comment(input: &str) -> ParseResult<'_, String>
Expand description

Comment

A comment shall be encoded as a solidus asterisk /* followed by any number of characters from the basic alphabet, and terminated by an asterisk solidus */

These comments are dropped while parsing. Do not passed to following convert step.