help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Pb with Bison on Unix


From: Anouar LACHHEB
Subject: Pb with Bison on Unix
Date: Fri, 03 Feb 2006 18:39:57 -0000

Hi,

I have developped a parser/interpreter with Bison v 2.1 and Flex v 2.5.4 , the 
parser runs correctly and I have no pbs; however, I have some troubles with my 
interpreter: the pb is that my interpreter could not read all the "command" 
that I have typed through my command line (on Unix) and I get a parsing error.

I thought that my parser is incorrect, but using the parser on a "command file" 
I get correct result. So I deduced that the interpreter could not read all the 
command line.

I tried to define YYMAXDEPTH as big as possible, But in vain: #define 
YYMAXDEPTH 1000000000

I think that the pb is a Unix system buffer limitation.

Any help?

Best regards,

AnL.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]