Re: Re[2]: Euphoria 2.5 alpha
- Posted by Robert Craig <rds at RapidEuphoria.com> Nov 18, 2004
- 554 views
Akusaya wrote: > >> 3. I'm still confused about .il files. How to produce (unshrouded) .il > >> files? > > R> The binder/shrouder will produce shrouded .il files > R> that can be read by backend.exe etc. > R> There is no way to produce an unshrouded .il file. > > You said it's proprietary? But the code to make IL files is in emit.e, > isn't it? And the byte codes is in reswords.e, right? So it looks like > we can make .il files using the source code. Am I correct? You can dump the IL codes into a file of your own design, but backend.exe will not understand that file. > Can the eu.ex run .il files? No. In order to sell the Binder, I can only allow my Binder to bind something onto my (fast) backend. That's why the .il format is proprietary. If someone wants to make their own binder, that somehow binds with eu.ex or execute.e, that's fine, but it will yield a larger, much slower .exe file. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com