pub fn parse_strict( s: &str, commands: Vec<String>, ) -> Result<Vec<Comment>, StrictParseError>
Parse a string into a vector of Comments, and check for unknown commands.