Hi Nathan,
thanks for reporting this.
The error has been corrected already, please fetch the latest GNU
APL from SVN.
See https://savannah.gnu.org/svn/?group=apl.
/// Jürgen
On 09/30/2018 03:59 AM, Nathan Rogers
When using the diamond operator, the repl returns "bad character in
execute+"
simple example: \
{1:2◊3}
Bad char in execute+
Nathan Rogers
720-757-7393
nathan.roger...@gmail.com
“Self-education is, I firmly believe, the only kind of education there is.”
-Isaac Asimov
On Sun, Sep 30, 2018 at 03:42:53PM -0600, Nathan Rogers wrote:
> When using the diamond operator, the repl returns "bad character in
> execute+"
>
> simple example: \
> {1:2◊3}
> Bad char in execute+
Lambda syntax in GNU APL isn't compatible with Dyalog's, and you can't
use diamond within it. B
Hi,
Tokenizer fails to catch unbalanced brackets when input is just "{⋄}"
which triggers assertion in setup_one_lambda:
{⋄}
==
Assertion failed: bend < body.size()
in Function: setup_one_lambda
in file: