diff --git a/tools/qfcc/TODO b/tools/qfcc/TODO index 8e73ccc8f..3ef8e801f 100644 --- a/tools/qfcc/TODO +++ b/tools/qfcc/TODO @@ -10,7 +10,10 @@ o break/continue keywords for switch() and for(;;) X native integer type o quaternion type o ?: operator -o = operator ( var += expr, etc. ) +X = operator ( var += expr, etc. ) o pre- and post- increment operators (++ and --) o CSE optimisations -o gut out old parser +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