Re: Multiple assignment attempt crashes gnu-apl

2024-03-28 Thread Dr . Jürgen Sauermann
Hi Mike, first of all the statement is correct: *  (a b c) ← 5   a 5   b 5   c 5 * Could you please check if the error also occurs in a freshly started interpreter (as to rule out that something might have been wrong with one of the variables *a*, *b*, or *c*? If would also h

Re: Multiple assignment attempt crashes gnu-apl

2024-03-28 Thread PAUL ROCKWELL
I've been able to reproduce this with macOS 10.15 Catalina and the Command Line tools for Xcode 12.4 (the last version that ran on Catalina). The macOS c++ (clang) compiler seems to default to a C++ dialect of gnu++98. Using this dialect, the generated interpreter compiles, but throws the asser