1. Re: compiler?? step 4
- Posted by Robert Craig <rds at ATTCANADA.NET>
Jun 07, 2000
-
Last edited Jun 08, 2000
Nic (RedWord)Smith writes:
> Rob, a quick question I haven't noticed
> brought up before: Will the code generated by the
> Euphoria "compiler" be in "good form", human editable,
> unreadable, or obfusicated/shrouded somehow?
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.
Regards,
Rob Craig
Rapid Deployment Software
http://www.RapidEuphoria.com