quakeforge/tools/qfcc/include
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
..
.gitignore Fix stamp ignorance. 2001-10-05 19:42:17 +00:00
class.h initialize class_Class.super_class iff @keywords are seen (ie, compiling 2002-05-22 01:39:07 +00:00
cmdlib.h made qfcc compile again, by renaming com_token to qfcc_com_token so it does not conflict with QFutil 2002-01-04 11:12:52 +00:00
expr.h SELF -> @self (looks better (IMO:)) and make sure the .self def gets 2002-05-18 00:30:14 +00:00
function.h allow methods to be builtins 2002-05-17 18:35:54 +00:00
Makefile.am forgot to remove scope.h 2002-05-01 21:48:23 +00:00
method.h get object pointer assignmets working and some static typing as well 2002-05-16 20:20:23 +00:00
qfcc.h write out the module data needed for the obj runtime 2002-05-21 21:28:40 +00:00
struct.h it seems object info emition works (needs more testing) 2002-05-15 23:24:19 +00:00
switch.h header block fixes 2001-12-08 20:40:50 +00:00
type.h vararg functions can now be imlemented in qc using @argc (number of params 2002-05-22 20:43:29 +00:00