diff --git a/tools/qfcc/TODO b/tools/qfcc/TODO index 3ef8e801f..331a74d60 100644 --- a/tools/qfcc/TODO +++ b/tools/qfcc/TODO @@ -5,15 +5,15 @@ M = more testing I = in progress W = waiting on other work +X native integer type +X ?: operator +X = 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(;;) -X native integer type o quaternion type -o ?: operator -X = 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