bug-bison
[Top][All Lists]
Advanced

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

[doc] C++ parser interface description bugs


From: Jerry Quinn
Subject: [doc] C++ parser interface description bugs
Date: Sat, 24 Apr 2010 09:53:09 -0400

Hi, folks.

In the manual for 2.4.1 and 2.4.2, section 10.1.1 indicates that you
need to include %skeleton "lalr1.c" in the parser file to use C++.  This
is actually lalr1.cc.

Section 10.1.4 describes the parser interface for C++.  That page refers
to semantic_value_type and location_value_type, but these are really
semantic_type and location_type.

Thanks,
Jerry Quinn







reply via email to

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