Re[4]: Euphoria 2.5 alpha
- Posted by akusaya at gmx.net Nov 18, 2004
- 549 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?