This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Multiple (serialized) messages in Objective-C


-----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-----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]