On 8 May 2008, at 16:46, Frans Englich wrote:

I'm running into "memory exhausted"...

How should I approach this problem?

The C stack can be both static (or user defined) and dynamic. This is regulated by the parameter yyoverflow; if it is undefined, one gets the dynamic stack (or so is my impression from looking into yacc.c). Are you sure you have the dynamic stack?

  Hans Aberg





_______________________________________________
help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to