Re: compiler?? step 4
Bernie Ryan writes:
> Will the code allow the user extend Euphoria ?
"extend" is a bit vague. You'll get C code that you can
do many things with, some of them approved of and supported,
and some not. I have to build it and play with it before I can
decide what to officially support.
> Can Euphoria be called from a "C" program and vise-versa ?
Yes.
> If you are using goto how can parameters be passed
> back and forth ?
Normal subroutine calls will be done using C calls.
It's the other control flow that is implemented with gotos.
(if / while / for / exit ...)
> Will passing by reference be allowed ?
No. I'm not planning to make major changes to the language
just because there is now a compiler. If you want to hack
the C code, you can probably achieve a lot of interesting things,
but don't expect me to help you when your program
starts crashing.
Regards,
Rob Craig
Rapid Deployment Software
http://www.RapidEuphoria.com
|
Not Categorized, Please Help
|
|