1. Re: compiler?? step 4
On Wed, 7 Jun 2000 21:42:45 -0400, Robert Craig <rds at ATTCANADA.NET> wrote:
>The C code coming out right now is human readable,
>with the same variable and routine names as
>the Euphoria program. Extra temp variables
>are used where needed, and all control-flow
>constructs are reduced to goto's. You can see
>the original Euphoria statement as a C comment,
>followed by the C statements that implement that
>Euphoria statement.
>
Will the code allow the user extend Euphoria ?
Can Euphoria be called from a "C" program and vise-versa ?
If you are using goto how can parameters be passed back and forth ?
Will passing by reference be allowed ?