From c85436954469356267db2f90a6c8fdd4f4dcb4c8 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 3 May 2002 03:56:06 +0000 Subject: [PATCH] blah blah blah --- tools/qfcc/TODO | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/qfcc/TODO b/tools/qfcc/TODO index 70a37f1dd..a79ce07a9 100644 --- a/tools/qfcc/TODO +++ b/tools/qfcc/TODO @@ -17,9 +17,10 @@ X full scoping I gut out old parser X switch/case, for any type o short circuit logic for && and || (optional?) -o warn for local shaddowing parameter +X warn for local shaddowing parameter o quaternion type. Tricky: requires 4 word args/return o CSE optimisations. Hard? -o clean up error expression handling to minimuse follow on errors +X clean up error expression handling to minimuse follow on errors o fix local structure used/uninitialized warnings o arrays in entities/structures? +o object oriented features ala Objective-C