Danny Su
2004-06-27 19:13:09 UTC
I have a question regarding boolean expressions.
does boolean expression mean that I shouldn't accept the following?:
if 1 then
endif;
this is probably invalid too:
if 1 && 2 then
endif;
should I write my CFG so that I reject these cases or are they better
handled by semantic analysis that I can let these pass by.
thanks
Danny
does boolean expression mean that I shouldn't accept the following?:
if 1 then
endif;
this is probably invalid too:
if 1 && 2 then
endif;
should I write my CFG so that I reject these cases or are they better
handled by semantic analysis that I can let these pass by.
thanks
Danny