bug-bison
[Top][All Lists]
Advanced

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

[doc] Error in C++ interface to yylex


From: Jerry Quinn
Subject: [doc] Error in C++ interface to yylex
Date: Sat, 24 Apr 2010 10:33:08 -0400

Hi, again,

The info docs describe the interface from C++ parser to yylex as

int yylex(semantic_value_type&, location_value_type&)

but the code generated requires:

int yylex(semantic_type*, location_type*)

Thanks,
Jerry Quinn






reply via email to

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