[Bug-apl] Error compiling a function

2014-08-17 Thread Elias Mårtenson
I have a consistent error when recompiling a function from Emacs. I'm working on a simple way of reproducing it, but in the meantime here is the error output in case it's enough: == Assertion failed: value_stack.size() in

Re: [Bug-apl] Error compiling a function

2014-08-17 Thread Elias Mårtenson
OK, I have come up with a way to reproduce this. This is a simplified version of a program started to fail, and when I try to )SIC after the error, I get the error. To reproduce, first define the following operator: ∇(OP rep) N;ct ct←0 Lnext: →(ct=N)/0 ⊣OP ⎕IO+ct ct←ct+1 →Lnext ∇ Then,