Re: (Fwd) Re: compiler?? step 4
Kat writes:
> another repost, no answer recieved again.....
Rob Craig writes:
>> Extra temp variables
>> are used where needed, and all control-flow
>> constructs are reduced to goto's.
Kat writes:
> Oh goodie, goto's!!
)
> Can we use them in the Eu code before compiling too?
Sorry, because of your smiley I didn't think this was a serious
question. No, goto's will not be allowed in Euphoria.
The compiler generates them because it is mapping
from the low-level intermediate language into C.
In the intermediate language (used by both the interpreter
and the compiler) control-flow has already been
broken down into goto's.
Rob Craig writes:
>>You can see
>> the original Euphoria statement as a C comment,
>> followed by the C statements that implement that
>> Euphoria statement.
Kat writes:
>Hmm,,, sounds like you'll be giving away the store with that one.
Yes, some very interesting information will be revealed.
However there is still a lot of information that won't be
revealed. I think it's worth the risk.
Regards,
Rob Craig
Rapid Deployment Software
http://www.RapidEuphoria.com
|
Not Categorized, Please Help
|
|