pub fn parse_msg( lexer: &mut Lexer<'_, Token>, comment_for_msg: Option<String>, ) -> Result<Value, (String, Span)>