quakeforge/tools/qfcc/TODO
2001-08-01 00:19:05 +00:00

16 lines
365 B
Text

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
o break/continue keywords for switch() and for(;;)
X native integer type
o quaternion type
o ?: operator
o <op>= operator ( var += expr, etc. )
o pre- and post- increment operators (++ and --)
o CSE optimisations
o gut out old parser