Re: [Bug-apl] problem importing atf file

2015-05-08 Thread Fausto Saporito
Hi Juergen, now it's ok. I got just three warnings. thanks a lot! Fausto 2015-05-06 20:11 GMT+02:00 Juergen Sauermann : > Hi Faust, > > seems like Dyalog creates .atf files in a different way than GNU APL. > I will look into this (may take a while because I need to understand the > differences

Re: [Bug-apl] problem importing atf file

2015-05-08 Thread Juergen Sauermann
Hi Fausto, should be fixed in SVN 626. There are still errors in some functions because Dyalog seems to use ASCII control characters (for example Ctrl-K) for APL symbols. This is not compatible with IBM APL2 and therefore not compatible with GN

Re: [Bug-apl] problem importing atf file

2015-05-06 Thread Juergen Sauermann
Hi Faust, seems like Dyalog creates .atf files in a different way than GNU APL. I will look into this (may take a while because I need to understand the differences first). /// Jürgen On 05/06/2015 05:49 PM, Fausto Sapori