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
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,