quakeforge/tools/qfcc/TODO

20 lines
518 B
Plaintext

o = todo
X = done
? = maybe but not likely
M = more testing
I = in progress
W = waiting on other work
X native integer type
X ?: operator
X <op>= operator ( var += expr, etc. )
X allow temp defs at higher levels
X move the chained funcion support out of emit_function_expr into
funciton_expr
I gut out old parser
o switch/case, for any type
o break/continue keywords for switch() and for(;;)
o quaternion type. Tricky: requires 4 word args/return
o pre- and post- increment operators (++ and --)
o CSE optimisations