0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-31 06:21:17 +00:00
quakeforge/tools/qfcc/TODO
2001-07-26 04:34:10 +00:00

15 lines
344 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