Hi Jürgen, I tried the SVN 616, and I have this when I try to load the workspace. There are some warnings from the "tolerant" parser :) but I don't know if they are ok, because I have a DEFN ERROR and also an unknown symbol (!)
)in xfrpcv5.atf Warning: SYNTAX ERROR in function ∆xfrfrom Warning: SYNTAX ERROR in function ∆xfrfrom Warning: SYNTAX ERROR in function ∆xfrfrom Unknown APL character: ½ (U+00BD) Warning: SYNTAX ERROR in function ∆Oins ∇∆Oins[⎕]∇ ∇ [0] r←p1 ∆Oins p2;∆Oins;n1;n2;s1;s2 [1] ⍝ danb insert overlay on the right into the one on the left [2] s1←⍴n1←3 ⎕ov p1 ◊ s2←⍴n2←3 ⎕ov p2 ◊ r←0,1↓s1⌈s2 [3] ## n1←(s1⌈r)↑n1 ◊ n2←(s2⌈r)↑n2 ◊ r←n2½n1←(∼∨/n1∧.=⍉n2)⌿n1 [4] ⍝ names normalized, build the local fn [5] r←'r_9←0 ⎕ov ',(⍕⍴r),1⌽'''⍴''',,r [6] r←⎕fx('r_9←a_9 ∆Oins b_9',(,';',n1),,';',n2)'r_9←2 ⎕ov a_9◊r←2⎕ov b_9' r [7] r←p1 ∆Oins p2 ∇ DEFN ERROR+ ∇∆Oins[⎕]∇ ^ regards, Fausto 2015-04-25 17:23 GMT+02:00 Juergen Sauermann <juergen.sauerm...@t-online.de>: > Hi Fausto, > > I have made the )IN Command more tolerant. It now accepts > some common SYNTAX ERRORs that are mainly caused by some > non-standard APL extensions like :try. > > SVN 614. > > /// Jürgen