mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 13:11:20 +00:00
19 lines
481 B
Text
19 lines
481 B
Text
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
|
|
I gut out old parser
|
|
o switch/case, for any type
|
|
o break/continue keywords for switch() and for(;;)
|
|
o quaternion type
|
|
o pre- and post- increment operators (++ and --)
|
|
o CSE optimisations
|
|
o move the chained funcion support out of emit_function_expr into
|
|
funciton_expr
|