Related articles |
---|
a question on bison javier.dupond@compaq.com (1998-11-19) |
Re: a question on bison larrybr@seanet.com (Larry Brasfield) (1998-11-21) |
From: | javier.dupond@compaq.com |
Newsgroups: | comp.compilers,comp.programming |
Date: | 19 Nov 1998 23:31:18 -0500 |
Organization: | Deja News - The Leader in Internet Discussion |
Keywords: | yacc, question, comment |
HI,
I am working on MS VC++ on NT and while compiling a very large
grammar I get the following error:
"sqlparser.y", line 12054: maximum table size (32767) exceeded
After doing some research, we found out that in the source code for
bison v.1.25 there is a #define MAXTABLE 32767 in machine.h. We can
modify that value, but does anyone now what would the consequences be?
Is there another way to overcome this bison 32K limitation?
Many thanks
Javier DuPond
[I know you can expand the tables in Berkeley yacc, but I don't know if
that also works in bison. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.