1. Re[4]: Euphoria 2.5 alpha
- Posted by akusaya at gmx.net Nov 18, 2004
- 550 views
>> >> 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? R> You can dump the IL codes into a file of your own design, R> but backend.exe will not understand that file. Ok, then, will backend run unshrouded il files?
2. Re: Re[4]: Euphoria 2.5 alpha
- Posted by Robert Craig <rds at RapidEuphoria.com> Nov 18, 2004
- 553 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? > > R> You can dump the IL codes into a file of your own design, > R> but backend.exe will not understand that file. > > > Ok, then, will backend run unshrouded il files? No. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com
3. Re: Re[4]: Euphoria 2.5 alpha
- Posted by "Kat" <gertie at visionsix.com> Nov 18, 2004
- 507 views
On 17 Nov 2004, at 19:36, Robert Craig wrote: > > > posted by: Robert Craig <rds at RapidEuphoria.com> > > 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? > > > > R> You can dump the IL codes into a file of your own design, > > R> but backend.exe will not understand that file. > > > > > > Ok, then, will backend run unshrouded il files? > > No. So we can't output il files from a hacked frontend and expect them to work, is that the bottom line? Kat