Bill Currie
|
8f2d1fa2d9
|
more cmdlib cleanup
|
2002-06-01 04:41:25 +00:00 |
|
Bill Currie
|
34ec521198
|
vararg functions can now be imlemented in qc using @argc (number of params
passed through ...) and @argv (array of vectors, one for each ... param)
|
2002-05-22 20:43:29 +00:00 |
|
Bill Currie
|
b1d1159ae2
|
allow methods to be builtins
|
2002-05-17 18:35:54 +00:00 |
|
Bill Currie
|
f2b8dc7e7e
|
more progress
|
2002-05-09 20:12:28 +00:00 |
|
Bill Currie
|
961d84e569
|
clean up of qfcc.h and shuffle around the predefined types
|
2002-05-09 06:34:48 +00:00 |
|
Bill Currie
|
7f47447492
|
getting closer to emiting ObjQC code
|
2002-05-08 21:24:24 +00:00 |
|
Bill Currie
|
de86019d4b
|
reverse the param order before building the function type and type check
varargs functions with specified params.
|
2002-05-08 17:33:28 +00:00 |
|
Bill Currie
|
b226d24b52
|
rework the param parsing to make selectors easier to handle
|
2002-05-08 05:15:19 +00:00 |
|