From 14ec35176a22c23a9cae4e81b07c51eab93842a4 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 30 Oct 2002 04:11:35 +0000 Subject: [PATCH] spelling corrections --- tools/qfcc/TODO | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/qfcc/TODO b/tools/qfcc/TODO index 005e4ad19..53d18052f 100644 --- a/tools/qfcc/TODO +++ b/tools/qfcc/TODO @@ -9,19 +9,19 @@ X native integer type X ?: operator X = operator ( var += expr, etc. ) X allow temp defs at higher levels -X move the chained funcion support out of emit_function_expr into - funciton_expr +X move the chained function support out of emit_function_expr into + function_expr X pre- and post- increment operators (++ and --) X break/continue keywords for switch() and for(;;) X full scoping X gut out old parser X switch/case, for any type -X warn for local shaddowing parameter -X clean up error expression handling to minimuse follow on errors +X warn for local shadowing parameter +X clean up error expression handling to minimize follow on errors X object oriented features ala Objective-C o short circuit logic for && and || (optional?) o quaternion type. Tricky: requires 4 word args/return -o CSE optimisations. Hard? +o CSE optimizations. Hard? o fix local structure used/uninitialized warnings o arrays in entities/structures? ? pass the first two parms in call->b and call->c