help-bison
[Top][All Lists]
Advanced

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

Growing stacks in C++


From: Paul Hilfinger
Subject: Growing stacks in C++
Date: Tue, 20 Jul 2010 18:03:44 -0400 (EDT)

The Bison documentation says that due to technical differences between C
and C++, a C++ compiler wouldn't be able to compile or properly execute
(not clear which) a Bison C program that tried to grow the parser
stack.  What exactly is this technical difference?  Producing a C++
program using the C skeleton (not lalr1.cc), tweaking the generated code
to expand the parser stack regardless of __cplusplus, and compiling with
C++ works in at least simple cases.  What's the problem?

Thanks.

Paul Hilfinger



reply via email to

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