At 07:26 PM 2/5/2004 -0500, Will Coleda wrote:
Melvin:

Here's a warnocked imcc issue for you:
int main () {
int if = 1;

  if (if) {
    if = 0;
  }
}

do you have a patch? I think its a nice to have so If you sourself
provide a nice patch guess it would be applied :)

I thought I replied to this one.


My take on it is, since it is an intermediate language, we don't need
ability to have keywords as variables. Compilers can generate all
variables with names like $T01JHGJ_001

I could maybe cleanup the error handling of some of these cases
by checking the legality of the variable name at the time of
declaration.

-Melvin




Reply via email to