Re: Have itch? Become a developer.
- Posted by jmduro Aug 01, 2017
- 1576 views
dr_can said...
I am working on a re-casting of Euphoria 3.1.1 where all the stuff in the root "include" folder is moved to its corresponding "std" location. For example, allow_break comes out of file.e and goes into std/console.e. (Some DOS stuff gets "thrown away" in the process.)
The intention is that it will become (more) possible to write modules which work in both Eu3 and OE4. We can also then "do away with" the original include files altogether, and not just for OE4 users!
That is the purpose of the Eu3 Standard Library. You can pick what you need from it. I can send you the most recent version if needed.
Regards
Jean-Marc