bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] Lambdas


From: Juergen Sauermann
Subject: Re: [Bug-apl] Lambdas
Date: Wed, 31 Dec 2014 14:04:15 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.0

Hi Tobia,

thanks, fixed in SVN 522. It was not related to / parsing.

/// Jürgen


On 12/30/2014 07:28 PM, Tobia Conforto wrote:
Hello

It semes the parser does not like it when I juxtapose two lambdas:

      {⍵} ⊢ {⍵} 3  
3
      {⍵} {⍵} 3  
SYNTAX ERROR
      {⍵}λ1 3
      ^  ^

Is this related to function / operator parsing?

Tobia


reply via email to

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