From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15123 invoked by alias); 2 Dec 2004 00:06:23 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 14982 invoked from network); 2 Dec 2004 00:06:13 -0000 Received: from unknown (HELO smtp2.arnet.com.ar) (200.45.191.5) by sourceware.org with SMTP; 2 Dec 2004 00:06:13 -0000 Received: (qmail 31976 invoked from network); 2 Dec 2004 00:01:06 -0000 Received: from unknown (HELO host113.200-117-131.telecom.net.ar) (200.117.131.113) by smtp2.arnet.com.ar with SMTP; 2 Dec 2004 00:01:01 -0000 From: Pupeno To: gcc@gcc.gnu.org Subject: Multiple (serialized) messages in Objective-C Date: Thu, 02 Dec 2004 00:06:00 -0000 User-Agent: KMail/1.7.1 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200412012107.49741.pupeno@pupeno.com> X-SW-Source: 2004-12/txt/msg00105.txt.bz2 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, this is my first time posting to this mailing list. I'm learning Objective-C (after having worked a lot of time with C and C++) and I've found it doesn't have a way to send various messages to the same object so, I wanted to implement it. I don't know how capable of that I am, but if I don't try, I'll never will. I've never even read gcc's source code... being that it's so big and that I have never worked in any kind of compiler, I bet that I will totally lost. So, can anyone give me some kind a guidance in this task ? I really want to do, but I don't think I can do it alone (I wouldn't even know how to install gcc and test it without install it for my whole system, or in which branch of gcc I should work). What I want to do is something like this: Turn [objc msg1]; [objc msg2]; into something like this [obj msg1; msg2]; but I wouldn't know if that's the right syntax. Can anybody help me ? Thank you. - -- Pupeno: pupeno@pupeno.com - http://www.pupeno.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) iD8DBQFBrlzVfW48a9PWGkURAm9yAJ9rAk5nnxi9bZBRMgkohxF2NOxnBQCfRyyP B0W66BsY+QZmhIuQWkImRXU= =BqhS -----END PGP SIGNATURE-----