Re: Internal compiler error (push_compiler_frame0)

2016-01-07 Thread Chris Angelico
On Mon, Jan 4, 2016 at 11:55 AM, Chris Angelico 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 > {

Internal compiler error (push_compiler_frame0)

2016-01-03 Thread Chris Angelico
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 { } }; } $ pike frame0.pike frame0.pike:6:Internal comp