bug-bison
[Top][All Lists]
Advanced

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

Syntax Analyzer created using bison 1.35 cannot parse a large file


From: Saurov Shyam
Subject: Syntax Analyzer created using bison 1.35 cannot parse a large file
Date: Sat, 7 Aug 2004 11:33:17 +0530

Hi,

 

I have developed a Parser using ‘bison 1.35’. The Parser cannot process a large file (of size 280 KB) when given as input. It exits in middle of parsing, after completing 96% of parsing.

However, when I re-compiled the Parser using ‘bison 1.28’ it goes thru fine.

I strongly believe the yacc file I have written, is correct as it is working fine for small input file and also when bison 1.28 is used.

 

-Saurov


reply via email to

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