quakeforge/tools/qfcc/TODO

17 lines
365 B
Text
Raw Normal View History

2001-07-17 21:51:10 +00:00
o = todo
X = done
? = maybe but not likely
M = more testing
I = in progress
W = waiting on other work
o switch/case, for any type
2001-07-18 05:09:37 +00:00
o break/continue keywords for switch() and for(;;)
2001-07-26 04:34:10 +00:00
X native integer type
2001-07-17 21:51:10 +00:00
o quaternion type
o ?: operator
o <op>= operator ( var += expr, etc. )
2001-07-18 05:09:37 +00:00
o pre- and post- increment operators (++ and --)
2001-07-18 02:08:32 +00:00
o CSE optimisations
2001-08-01 00:19:05 +00:00
o gut out old parser