bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-apl] Parser simplification


From: Juergen Sauermann
Subject: [Bug-apl] Parser simplification
Date: Fri, 01 Jul 2016 18:42:52 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Hi,

I have simplified the GNU APL parser a little.

For / ⌿ \ and it is no longer needed to put names left of eg. / in () in order to have
them parsed as functions compress/expand instead of operators reduce/scan. And some constructs
like do not cause a DOMAIN ERROR as IBM APL2 does.

      (1 1) (1 0) /¨ 'ab' 'cd'
 ab c


SVN 763.

/// Jürgen

reply via email to

[Prev in Thread] Current Thread [Next in Thread]