quakeforge/tools/qfcc/TODO
2001-08-10 21:19:36 +00:00

19 lines
480 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
X <op>= operator ( var += expr, etc. )
o pre- and post- increment operators (++ and --)
o CSE optimisations
I gut out old parser
o allow temp defs at higher leves
o move the chained funcion support out of emit_function_expr into
funciton_expr