From f36e7bb22fcd65040065b8acf71a2614c26622f9 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 24 Oct 2001 22:52:50 +0000 Subject: [PATCH] reorg --- tools/qfcc/TODO | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/qfcc/TODO b/tools/qfcc/TODO index d141786fb..7d160a398 100644 --- a/tools/qfcc/TODO +++ b/tools/qfcc/TODO @@ -12,11 +12,11 @@ X allow temp defs at higher levels X move the chained funcion support out of emit_function_expr into funciton_expr X pre- and post- increment operators (++ and --) +X break/continue keywords for switch() and for(;;) +X full scoping I gut out old parser o switch/case, for any type -X break/continue keywords for switch() and for(;;) -o quaternion type. Tricky: requires 4 word args/return -o CSE optimisations -X full scoping o short circuit logic for && and || (optional?) o warn for local shaddowing parameter +o quaternion type. Tricky: requires 4 word args/return +o CSE optimisations. Hard?