quakeforge/tools/qfcc/include
Bill Currie 3967f5cf95 type.h:
*type_method to type_Method
emit.c:
	support casting between pointers
expr.c:
	support casting between pointers
method.c:
	correct the type for _cmd
	type_method to type_Method.aux_type
qc-lex.l:
	Method type is a poniter to a method
qc-parse.y:
	support , args to messages (not fully implemented yet)
type.c:
	*type_method to type_Method and make type_Method a pointer to a method
2002-05-22 05:03:36 +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 type.h: 2002-05-22 05:03:36 +00:00