quakeforge/tools/qfcc/test
Bill Currie 87b240f469 Use special treatment for .float ()foo; functions.
The parser wants to treat .float () foo; as a function returning a float
field, but qcc treats it as a field holding a function variable.
Fortuantely, field types are always "simple" (ie, at worst, just more
field type wrappers around the non-field type), so all that's needed to
obtain qcc grammar is to reach into the field type layers and do the
function type calculation based on the non-field type found there.
2011-02-22 08:54:01 +09:00
..
.gdbinit
aggregate.r Yet another test. 2011-02-15 09:48:10 +09:00
base.r
bool.r
break.r
cast.r Save away some of my tests. 2011-02-13 19:02:39 +09:00
chat.r
class-method.r
convert.r
debug.r
decl.r More tests. 2011-02-14 23:10:46 +09:00
defs.h
entity-field.r Use special treatment for .float ()foo; functions. 2011-02-22 08:54:01 +09:00
enum.r
field.r More tests. 2011-02-14 23:10:46 +09:00
fold.r
foo.r
for.r
func.r
gcd.pas
imp.r
libfrikbot.h
local-pointer.r More tests. 2011-02-14 23:10:45 +09:00
local.r
membarray.r
message.r
modulo.r
nil.r
offset.r
overload.r
params.qc Save away some of my tests. 2011-02-13 19:02:39 +09:00
pointer-param.r
prec.qc
precedence.r
progs.src
ptr-array.r Update for the new syntax. 2011-02-08 22:39:42 +09:00
reference.r
selector.r
semi.r
shortcircuit.r
state.r
struct-return.r
struct.r Save away some of my tests. 2011-02-13 19:02:39 +09:00
switch.r
syntax.r More tests. 2011-02-14 23:10:46 +09:00
test.qc
test.r
test2.qc Save away some of my tests. 2011-02-13 19:02:39 +09:00
vector_float.r
void-pointer.r Save away some of my tests. 2011-02-13 19:02:39 +09:00