From f343776b5afec42774786abb0607421465b72a6a Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sat, 11 Aug 2001 22:07:03 +0000 Subject: [PATCH] mark some jobs done, correct a typo and sort them by done, in progress, planned --- tools/qfcc/TODO | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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