On Mon, Jan 4, 2016 at 11:55 AM, Chris Angelico rosuav@gmail.com wrote:
The following code triggers an "internal error" (seems to be from language.yacc:699).
function frame0(function x) { return lambda() { if (string bad=x() //Missing close parenthesis { } }; }
Thanks Grubba! Confirming that 648d9d fixes this, and also the real-world case where I ran into this.
ChrisA