quakeforge/tools/qfcc/test
Bill Currie f307c7bebc Rework the unary_expr grammar to allow ++*foo.
This required throwing out the primary rules that snax did up to help me
with conflicts many years ago, but they were now getting in the way. Now
the productions from primary are merged in with unary_expr.
2012-11-09 12:32:38 +09:00
..
.gdbinit v6 modulo test 2010-12-19 11:19:23 +09:00
aggregate.r Yet another test. 2011-02-15 09:48:10 +09:00
base.r some tests I've accumulated over time. don't want to lose them accidently 2004-02-11 02:23:40 +00:00
bool.r Some test updates. 2011-03-04 08:27:26 +09:00
break.r add a few more tests to break 2007-04-07 05:02:09 +00:00
cast.r Save away some of my tests. 2011-02-13 19:02:39 +09:00
cast2.r More tests and fix vector/quaternion global dumps. 2011-08-11 14:58:13 +09:00
chat.r some tests I've accumulated over time. don't want to lose them accidently 2004-02-11 02:23:40 +00:00
class-end.r More tests and fix vector/quaternion global dumps. 2011-08-11 14:58:13 +09:00
class-method.r Add a test for calling class methods. 2011-01-03 18:11:46 +09:00
const.r More tests and fix vector/quaternion global dumps. 2011-08-11 14:58:13 +09:00
convert.r some tests I've accumulated over time. don't want to lose them accidently 2004-02-11 02:23:40 +00:00
dead-block.r More tests. 2011-03-03 22:32:22 +09:00
debug.r some tests I've accumulated over time. don't want to lose them accidently 2004-02-11 02:23:40 +00:00
decl.r More tests. 2011-02-14 23:10:46 +09:00
defs.h Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
entity-field.r Some test updates. 2011-03-04 08:27:26 +09:00
entity-field2.r More tests 2011-03-09 20:34:23 +09:00
entity-struct.r More tests 2011-03-09 20:34:23 +09:00
enum.r Nil is a constant, so allow it in global initializers. 2010-11-24 17:01:18 +09:00
field-alias.r More tests and fix vector/quaternion global dumps. 2011-08-11 14:58:13 +09:00
field.r More tests. 2011-02-14 23:10:46 +09:00
file-line.r Get __PRETTY_FUNCTION__ working for overloaded functions. 2011-01-13 16:22:27 +09:00
float-int.r Yay, even more tests :P 2011-03-22 15:00:46 +09:00
fold.r clean up some warnings that I think I wasn't testing for 2007-04-28 05:17:55 +00:00
foo.r some tests I've accumulated over time. don't want to lose them accidently 2004-02-11 02:23:40 +00:00
for.r for loop tests 2004-03-30 02:31:50 +00:00
forward.r More tests 2011-03-09 20:34:23 +09:00
func.r some tests I've accumulated over time. don't want to lose them accidently 2004-02-11 02:23:40 +00:00
gcd.pas Add my QuakePascal test program. 2011-01-17 22:44:58 +09:00
imp.r Nil is a constant, so allow it in global initializers. 2010-11-24 17:01:18 +09:00
int-float.r Fix initializing local float variables with an integer constant. 2011-03-05 17:23:58 +09:00
ivar.r Yay, even more tests :P 2011-03-22 15:00:46 +09:00
libfrikbot.h Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
linkdef1.r Yet more tests. 2011-03-05 17:21:19 +09:00
linkdef2.r Yet more tests. 2011-03-05 17:21:19 +09:00
linkdef3.r Yet more tests. 2011-03-05 17:21:19 +09:00
local-func.r More tests 2011-03-09 20:34:23 +09:00
local-pointer.r More tests. 2011-02-14 23:10:45 +09:00
local.r found a test file lurking around 2010-08-05 02:36:51 +00:00
membarray.r make "local" optional 2007-04-28 05:20:47 +00:00
message.r clean up some warnings that I think I wasn't testing for 2007-04-28 05:17:55 +00:00
modulo.r v6 modulo test 2010-12-19 11:19:23 +09:00
move.r Yay, even more tests :P 2011-03-22 15:00:46 +09:00
nil.r Gracefully handle returning NIL though a bad type. 2010-11-24 17:01:18 +09:00
offset.r More tests 2011-03-09 20:34:23 +09:00
overload.r more tests 2005-06-14 11:29:42 +00:00
params.qc Save away some of my tests. 2011-02-13 19:02:39 +09:00
pointer-param.r more tests 2005-06-14 11:29:42 +00:00
prec.qc some tests I've accumulated over time. don't want to lose them accidently 2004-02-11 02:23:40 +00:00
precedence.r some tests I've accumulated over time. don't want to lose them accidently 2004-02-11 02:23:40 +00:00
progs.src some tests I've accumulated over time. don't want to lose them accidently 2004-02-11 02:23:40 +00:00
ptr-array.r Update for the new syntax. 2011-02-08 22:39:42 +09:00
ptrderef.r Rework the unary_expr grammar to allow ++*foo. 2012-11-09 12:32:38 +09:00
quattest.r Allow quat * vec in ruamoko. 2012-04-26 12:00:27 +09:00
redefined.r More tests. 2011-03-03 22:32:22 +09:00
reference.r Allow explicit references to classes and categories. 2010-12-12 20:27:56 +09:00
selector.r some tests I've accumulated over time. don't want to lose them accidently 2004-02-11 02:23:40 +00:00
self-this.r More tests and fix vector/quaternion global dumps. 2011-08-11 14:58:13 +09:00
semi.r some tests I've accumulated over time. don't want to lose them accidently 2004-02-11 02:23:40 +00:00
shortcircuit.r some tests I've accumulated over time. don't want to lose them accidently 2004-02-11 02:23:40 +00:00
state.r some tests I've accumulated over time. don't want to lose them accidently 2004-02-11 02:23:40 +00:00
storage.r More tests 2011-03-09 20:34:23 +09:00
struct-return.r more tests 2005-06-14 11:29:42 +00:00
struct.r Save away some of my tests. 2011-02-13 19:02:39 +09:00
super.r More tests. 2011-03-03 22:32:22 +09:00
switch.r Add partial support for pointer arithmetic. 2012-11-09 12:21:45 +09:00
syntax.r More tests. 2011-02-14 23:10:46 +09:00
test-linkdef Yet more tests. 2011-03-05 17:21:19 +09:00
test.qc some tests I've accumulated over time. don't want to lose them accidently 2004-02-11 02:23:40 +00:00
test.r some tests I've accumulated over time. don't want to lose them accidently 2004-02-11 02:23:40 +00:00
test2.qc Save away some of my tests. 2011-02-13 19:02:39 +09:00
thread-jumps.r Implement jump threading. 2012-05-03 17:42:58 +09:00
value.r More tests and fix vector/quaternion global dumps. 2011-08-11 14:58:13 +09:00
vector.r More tests 2011-03-09 20:34:23 +09:00
vector2.r More tests and fix vector/quaternion global dumps. 2011-08-11 14:58:13 +09:00
vector_float.r finish the break overloading and add some more tests (really need to get these automated) 2007-04-07 04:58:27 +00:00
void-pointer.r Save away some of my tests. 2011-02-13 19:02:39 +09:00
void-return.qc Add a test for end of function conditional return. 2012-04-30 20:27:24 +09:00