=?iso-8859-1?Q?V=EDctor_L=F3pez?= <[EMAIL PROTECTED]> writes:
> i have problems triying to generate code with lex over HP Station with HP-UX
> 10.20, i´ll appreciate if somebody can help me in order to fix that, pls::

> HP-UX 10.20> lex alcatel.l
> "alcatel.l" line 69: error 4: Parse tree too big
> 60/60 nodes(%e), 0/2500 positions(%p), 1/500 (%n), 0 transitions, 0/1000
> packed char classes(%k), 0/2000 packed transitions(%a), 0/3000 output
> slots(%o)

Don't use lex, but flex.  Or read the man page for lex about how to
increase its internal table sizes.

                        regards, tom lane

Reply via email to